release v0.6.6
This commit is contained in:
parent
654b920d6a
commit
2021e86608
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -11,7 +11,7 @@ defaults:
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: Debug
|
BUILD_TYPE: Release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -16,7 +16,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
||||||
|
|
||||||
set(CMAKE_PROJECT_VERSION_MAJOR 0)
|
set(CMAKE_PROJECT_VERSION_MAJOR 0)
|
||||||
set(CMAKE_PROJECT_VERSION_MINOR 6)
|
set(CMAKE_PROJECT_VERSION_MINOR 6)
|
||||||
set(CMAKE_PROJECT_VERSION_PATCH 5)
|
set(CMAKE_PROJECT_VERSION_PATCH 6)
|
||||||
|
|
||||||
set(BUILD_GUI_DEFAULT ON)
|
set(BUILD_GUI_DEFAULT ON)
|
||||||
set(USE_SDL2_DEFAULT ON)
|
set(USE_SDL2_DEFAULT ON)
|
||||||
|
|
|
@ -15,8 +15,8 @@ android {
|
||||||
}
|
}
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode 214
|
versionCode 218
|
||||||
versionName "0.6.5"
|
versionName "0.6.6"
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static", "-DWARNINGS_ARE_ERRORS=ON", "-DWITH_LOCALE=ON", "-DUSE_MOMO=ON"
|
arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static", "-DWARNINGS_ARE_ERRORS=ON", "-DWITH_LOCALE=ON", "-DUSE_MOMO=ON"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.tildearrow.furnace"
|
package="org.tildearrow.furnace"
|
||||||
android:versionCode="214"
|
android:versionCode="218"
|
||||||
android:versionName="0.6.5"
|
android:versionName="0.6.6"
|
||||||
android:installLocation="auto">
|
android:installLocation="auto">
|
||||||
|
|
||||||
<!-- OpenGL ES 2.0 -->
|
<!-- OpenGL ES 2.0 -->
|
||||||
|
|
|
@ -6,7 +6,7 @@ when copying pattern data from Furnace, it's stored in the clipboard as plain te
|
||||||
org.tildearrow.furnace - Pattern Data (144)
|
org.tildearrow.furnace - Pattern Data (144)
|
||||||
```
|
```
|
||||||
|
|
||||||
this top line of text is always the same except for the number in parentheses, which is the internal build number. for example, 0.6.5 is `215`.
|
this top line of text is always the same except for the number in parentheses, which is the internal build number. for example, 0.6.6 is `218`.
|
||||||
|
|
||||||
the second line is a number between 0 and 18 (decimal) which indicates which column the clip starts from.
|
the second line is a number between 0 and 18 (decimal) which indicates which column the clip starts from.
|
||||||
- `0`: note.
|
- `0`: note.
|
||||||
|
|
|
@ -32,6 +32,7 @@ these fields are 0 in format versions prior to 100 (0.6pre1).
|
||||||
|
|
||||||
the format versions are:
|
the format versions are:
|
||||||
|
|
||||||
|
- 218: Furnace 0.6.6
|
||||||
- 214: Furnace 0.6.5
|
- 214: Furnace 0.6.5
|
||||||
- 212: Furnace 0.6.4
|
- 212: Furnace 0.6.4
|
||||||
- 201: Furnace 0.6.3
|
- 201: Furnace 0.6.3
|
||||||
|
|
2
po/de.po
2
po/de.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
|
|
2
po/es.po
2
po/es.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: es\n"
|
"Language: es\n"
|
||||||
|
|
2
po/fi.po
2
po/fi.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: fi\n"
|
"Language: fi\n"
|
||||||
|
|
2
po/fr.po
2
po/fr.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: fr\n"
|
"Language: fr\n"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
2
po/hy.po
2
po/hy.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: hy\n"
|
"Language: hy\n"
|
||||||
|
|
2
po/id.po
2
po/id.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: id\n"
|
"Language: id\n"
|
||||||
|
|
2
po/ja.po
2
po/ja.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: ja\n"
|
"Language: ja\n"
|
||||||
|
|
2
po/ko.po
2
po/ko.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: 희민Heemin\n"
|
"Last-Translator: 희민Heemin\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: ko\n"
|
"Language: ko\n"
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
po/nl.po
2
po/nl.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"POT-Creation-Date: \n"
|
"POT-Creation-Date: \n"
|
||||||
"PO-Revision-Date: \n"
|
"PO-Revision-Date: \n"
|
||||||
"Last-Translator: Lunathir\n"
|
"Last-Translator: Lunathir\n"
|
||||||
|
|
2
po/pl.po
2
po/pl.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: freq-mod, PoznańskiSzybkowiec\n"
|
"Language-Team: freq-mod, PoznańskiSzybkowiec\n"
|
||||||
"Language: pl\n"
|
"Language: pl\n"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: pt_BR\n"
|
"Language: pt_BR\n"
|
||||||
|
|
2
po/ru.po
2
po/ru.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: LTVA\n"
|
"Last-Translator: LTVA\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: ru\n"
|
"Language: ru\n"
|
||||||
|
|
2
po/sk.po
2
po/sk.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: sk\n"
|
"Language: sk\n"
|
||||||
|
|
2
po/th.po
2
po/th.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: th\n"
|
"Language: th\n"
|
||||||
|
|
2
po/tr.po
2
po/tr.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: tr\n"
|
"Language: tr\n"
|
||||||
|
|
2
po/uk.po
2
po/uk.po
|
@ -1,7 +1,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: Automatically generated\n"
|
"Last-Translator: Automatically generated\n"
|
||||||
"Language-Team: none\n"
|
"Language-Team: none\n"
|
||||||
"Language: uk\n"
|
"Language: uk\n"
|
||||||
|
|
2
po/zh.po
2
po/zh.po
|
@ -27,7 +27,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: DJRen_GTR3QQ\n"
|
"Last-Translator: DJRen_GTR3QQ\n"
|
||||||
"Language-Team: null\n"
|
"Language-Team: null\n"
|
||||||
"Language: zh\n"
|
"Language: zh\n"
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: furnace 0.6.5\n"
|
"Project-Id-Version: furnace 0.6.6\n"
|
||||||
"Last-Translator: DJRen_GTR3QQ\n"
|
"Last-Translator: DJRen_GTR3QQ\n"
|
||||||
"Language-Team: null\n"
|
"Language-Team: null\n"
|
||||||
"Language: zh_HK\n"
|
"Language: zh_HK\n"
|
||||||
|
|
|
@ -15,17 +15,17 @@
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundleLongVersionString</key>
|
<key>CFBundleLongVersionString</key>
|
||||||
<string>0.6.5</string>
|
<string>0.6.6</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
<string>Furnace</string>
|
<string>Furnace</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.6.5</string>
|
<string>0.6.6</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>0.6.5</string>
|
<string>0.6.6</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string></string>
|
<string></string>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
|
|
|
@ -325,7 +325,7 @@ if __name__ == "__main__":
|
||||||
<h1>Furnace<br/>User Manual</h1>
|
<h1>Furnace<br/>User Manual</h1>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i>for version 0.6.5</i>
|
<i>for version 0.6.6</i>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="authors">
|
<section id="authors">
|
||||||
|
@ -348,7 +348,7 @@ if __name__ == "__main__":
|
||||||
<p>this documentation is under the <a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a> license.</p>
|
<p>this documentation is under the <a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported</a> license.</p>
|
||||||
<p>you may reproduce, modify and/or distribute this documentation provided this copyright notice (including license and attribution) is present and any necessary disclaimers whether modifications have been made.</p>
|
<p>you may reproduce, modify and/or distribute this documentation provided this copyright notice (including license and attribution) is present and any necessary disclaimers whether modifications have been made.</p>
|
||||||
<p>this documentation is provided as-is and without warranty of any kind.</p>
|
<p>this documentation is provided as-is and without warranty of any kind.</p>
|
||||||
<p>this manual is written for version 0.6.5 of Furnace.<br/>it may not necessarily apply to previous or future versions.</p>
|
<p>this manual is written for version 0.6.6 of Furnace.<br/>it may not necessarily apply to previous or future versions.</p>
|
||||||
</section>
|
</section>
|
||||||
<section id="index">
|
<section id="index">
|
||||||
%s
|
%s
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 0,6,5,0
|
FILEVERSION 0,6,6,0
|
||||||
PRODUCTVERSION 0,6,5,0
|
PRODUCTVERSION 0,6,6,0
|
||||||
{
|
{
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
{
|
{
|
||||||
|
@ -33,10 +33,10 @@
|
||||||
"Furnace"
|
"Furnace"
|
||||||
|
|
||||||
VALUE "ProductVersion",
|
VALUE "ProductVersion",
|
||||||
"0.6.5"
|
"0.6.6"
|
||||||
|
|
||||||
VALUE "FileVersion",
|
VALUE "FileVersion",
|
||||||
"0.6.5"
|
"0.6.6"
|
||||||
|
|
||||||
VALUE "CompanyName",
|
VALUE "CompanyName",
|
||||||
"tildearrow"
|
"tildearrow"
|
||||||
|
|
|
@ -16,7 +16,7 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
|
||||||
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
|
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
|
||||||
- issues: https://github.com/tildearrow/furnace/issues
|
- issues: https://github.com/tildearrow/furnace/issues
|
||||||
- discussion: https://github.com/tildearrow/furnace/discussions
|
- discussion: https://github.com/tildearrow/furnace/discussions
|
||||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.5/
|
- online manual: https://tildearrow.org/furnace/doc/v0.6.6/
|
||||||
|
|
||||||
# notes
|
# notes
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
|
||||||
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
|
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
|
||||||
- issues: https://github.com/tildearrow/furnace/issues
|
- issues: https://github.com/tildearrow/furnace/issues
|
||||||
- discussion: https://github.com/tildearrow/furnace/discussions
|
- discussion: https://github.com/tildearrow/furnace/discussions
|
||||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.5/
|
- online manual: https://tildearrow.org/furnace/doc/v0.6.6/
|
||||||
|
|
||||||
# notes
|
# notes
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,7 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
|
||||||
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
|
- Furnace on GitHub (project page and issue tracker): https://github.com/tildearrow/furnace
|
||||||
- issues: https://github.com/tildearrow/furnace/issues
|
- issues: https://github.com/tildearrow/furnace/issues
|
||||||
- discussion: https://github.com/tildearrow/furnace/discussions
|
- discussion: https://github.com/tildearrow/furnace/discussions
|
||||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.5/
|
- online manual: https://tildearrow.org/furnace/doc/v0.6.6/
|
||||||
|
|
||||||
# notes
|
# notes
|
||||||
|
|
||||||
copyright (C) 2021-2024 tildearrow and contributors.
|
copyright (C) 2021-2024 tildearrow and contributors.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
FUR_VERSION="0.6.5"
|
FUR_VERSION="0.6.6"
|
||||||
|
|
||||||
EXPORT_LANGS=("de" "es" "fr" "fi" "hy" "id" "ja" "ko" "nl" "pl" "pt_BR" "ru" "sk" "sv" "th" "tr" "uk" "zh" "zh_HK")
|
EXPORT_LANGS=("de" "es" "fr" "fi" "hy" "id" "ja" "ko" "nl" "pl" "pt_BR" "ru" "sk" "sv" "th" "tr" "uk" "zh" "zh_HK")
|
||||||
|
|
||||||
|
|
|
@ -52,10 +52,10 @@ class DivWorkPool;
|
||||||
#define EXTERN_BUSY_BEGIN_SOFT e->softLocked=true; e->isBusy.lock();
|
#define EXTERN_BUSY_BEGIN_SOFT e->softLocked=true; e->isBusy.lock();
|
||||||
#define EXTERN_BUSY_END e->isBusy.unlock(); e->softLocked=false;
|
#define EXTERN_BUSY_END e->isBusy.unlock(); e->softLocked=false;
|
||||||
|
|
||||||
#define DIV_UNSTABLE
|
//#define DIV_UNSTABLE
|
||||||
|
|
||||||
#define DIV_VERSION "dev217"
|
#define DIV_VERSION "0.6.6"
|
||||||
#define DIV_ENGINE_VERSION 217
|
#define DIV_ENGINE_VERSION 218
|
||||||
// for imports
|
// for imports
|
||||||
#define DIV_VERSION_MOD 0xff01
|
#define DIV_VERSION_MOD 0xff01
|
||||||
#define DIV_VERSION_FC 0xff02
|
#define DIV_VERSION_FC 0xff02
|
||||||
|
|
Loading…
Reference in a new issue