mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 12:35:11 +00:00
release v0.6.4
ordered po files in next commit it sucks that my machine does not produce the same results as this other one
This commit is contained in:
parent
d15d8c2de1
commit
3570424eb6
50 changed files with 114617 additions and 114648 deletions
|
@ -16,7 +16,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
|
|||
|
||||
set(CMAKE_PROJECT_VERSION_MAJOR 0)
|
||||
set(CMAKE_PROJECT_VERSION_MINOR 6)
|
||||
set(CMAKE_PROJECT_VERSION_PATCH 3)
|
||||
set(CMAKE_PROJECT_VERSION_PATCH 4)
|
||||
|
||||
set(BUILD_GUI_DEFAULT ON)
|
||||
set(USE_SDL2_DEFAULT ON)
|
||||
|
|
2
TODO.md
2
TODO.md
|
@ -1,4 +1,4 @@
|
|||
# to-do for 0.6.4
|
||||
# to-do for 0.6.5
|
||||
|
||||
- fix possible issues when moving selection
|
||||
- fix Metal intro crash
|
||||
|
|
|
@ -15,8 +15,8 @@ android {
|
|||
}
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 26
|
||||
versionCode 201
|
||||
versionName "0.6.3"
|
||||
versionCode 212
|
||||
versionName "0.6.4"
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
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"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.tildearrow.furnace"
|
||||
android:versionCode="201"
|
||||
android:versionName="0.6.3"
|
||||
android:versionCode="212"
|
||||
android:versionName="0.6.4"
|
||||
android:installLocation="auto">
|
||||
|
||||
<!-- OpenGL ES 2.0 -->
|
||||
|
|
BIN
demos/arcade/sans_TaitoArcade.fur
Normal file
BIN
demos/arcade/sans_TaitoArcade.fur
Normal file
Binary file not shown.
|
@ -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)
|
||||
```
|
||||
|
||||
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.3 is `201`.
|
||||
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.4 is `212`.
|
||||
|
||||
the second line is a number between 0 and 18 (decimal) which indicates which column the clip starts from.
|
||||
- `0`: note.
|
||||
|
|
|
@ -32,6 +32,7 @@ these fields are 0 in format versions prior to 100 (0.6pre1).
|
|||
|
||||
the format versions are:
|
||||
|
||||
- 212: Furnace 0.6.4
|
||||
- 201: Furnace 0.6.3
|
||||
- 197: Furnace 0.6.2
|
||||
- 192: Furnace 0.6.1
|
||||
|
|
12616
po/furnace.pot
12616
po/furnace.pot
File diff suppressed because it is too large
Load diff
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.
12958
po/pt_BR.po
12958
po/pt_BR.po
File diff suppressed because it is too large
Load diff
|
@ -15,17 +15,17 @@
|
|||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleLongVersionString</key>
|
||||
<string>0.6.3</string>
|
||||
<string>0.6.4</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Furnace</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.6.3</string>
|
||||
<string>0.6.4</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.6.3</string>
|
||||
<string>0.6.4</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string></string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
|
@ -325,7 +325,7 @@ if __name__ == "__main__":
|
|||
<h1>Furnace<br/>User Manual</h1>
|
||||
</div>
|
||||
<div>
|
||||
<i>for version 0.6.3</i>
|
||||
<i>for version 0.6.4</i>
|
||||
</div>
|
||||
</section>
|
||||
<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>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 manual is written for version 0.6.3 of Furnace.<br/>it may not necessarily apply to previous or future versions.</p>
|
||||
<p>this manual is written for version 0.6.4 of Furnace.<br/>it may not necessarily apply to previous or future versions.</p>
|
||||
</section>
|
||||
<section id="index">
|
||||
%s
|
||||
|
|
|
@ -18,7 +18,7 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
|
|||
- discussion: https://github.com/tildearrow/furnace/discussions
|
||||
- Furnace on Discord: https://discord.gg/EfrwT2wq7z
|
||||
- Furnace on Revolt: https://rvlt.gg/GRPS6tmc
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.3/
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.4/
|
||||
|
||||
# notes
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
|
|||
- discussion: https://github.com/tildearrow/furnace/discussions
|
||||
- Furnace on Discord: https://discord.gg/EfrwT2wq7z
|
||||
- Furnace on Revolt: https://rvlt.gg/GRPS6tmc
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.3/
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.4/
|
||||
|
||||
# notes
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ if you find issues (e.g. bugs or annoyances), report them. links below.
|
|||
- discussion: https://github.com/tildearrow/furnace/discussions
|
||||
- Furnace on Discord: https://discord.gg/EfrwT2wq7z
|
||||
- Furnace on Revolt: https://rvlt.gg/GRPS6tmc
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.3/
|
||||
- online manual: https://tildearrow.org/furnace/doc/v0.6.4/
|
||||
|
||||
# notes
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
FUR_VERSION="0.6.3"
|
||||
FUR_VERSION="0.6.4"
|
||||
|
||||
EXPORT_LANGS=("de" "es" "fr" "fi" "hy" "id" "ja" "ko" "nl" "pl" "pt_BR" "ru" "sk" "sv" "th" "tr" "uk")
|
||||
|
||||
|
|
|
@ -52,10 +52,10 @@ class DivWorkPool;
|
|||
#define EXTERN_BUSY_BEGIN_SOFT e->softLocked=true; e->isBusy.lock();
|
||||
#define EXTERN_BUSY_END e->isBusy.unlock(); e->softLocked=false;
|
||||
|
||||
#define DIV_UNSTABLE
|
||||
//#define DIV_UNSTABLE
|
||||
|
||||
#define DIV_VERSION "dev211"
|
||||
#define DIV_ENGINE_VERSION 211
|
||||
#define DIV_VERSION "0.6.4"
|
||||
#define DIV_ENGINE_VERSION 212
|
||||
// for imports
|
||||
#define DIV_VERSION_MOD 0xff01
|
||||
#define DIV_VERSION_FC 0xff02
|
||||
|
|
|
@ -181,6 +181,7 @@ const char* aboutLine[]={
|
|||
"SuperJet Spade",
|
||||
"Supper_E1",
|
||||
"SwapXFO",
|
||||
"Swirly",
|
||||
"System64",
|
||||
"TakuikaNinja",
|
||||
"tapekeep",
|
||||
|
|
|
@ -115,6 +115,9 @@ std::vector<TAParam> params;
|
|||
char localeDir[4096];
|
||||
|
||||
const char* localeDirs[]={
|
||||
#ifdef __APPLE__
|
||||
"../Resources/locale",
|
||||
#endif
|
||||
"locale",
|
||||
".." DIR_SEPARATOR_STR "share" DIR_SEPARATOR_STR "locale",
|
||||
".." DIR_SEPARATOR_STR "po" DIR_SEPARATOR_STR "locale",
|
||||
|
|
Loading…
Reference in a new issue