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:
tildearrow 2024-06-18 21:47:19 -05:00
parent d15d8c2de1
commit 3570424eb6
50 changed files with 114617 additions and 114648 deletions

View file

@ -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

View file

@ -181,6 +181,7 @@ const char* aboutLine[]={
"SuperJet Spade",
"Supper_E1",
"SwapXFO",
"Swirly",
"System64",
"TakuikaNinja",
"tapekeep",

View file

@ -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",