Commit Graph

735 Commits

Author SHA1 Message Date
KiritoDev 2374c92c6f Added new languages and missing switch textures 2021-04-14 08:35:13 -05:00
KiritoDev d6145f0cd0 Recoded language library 2021-04-14 01:13:59 -05:00
Alex 2b7dc66280 Improved language loading and hud 2021-01-06 04:18:03 -06:00
Alex 1c53bee114 [WIP] Added switch support and QOL Changes to the UI 2021-01-05 06:23:06 -06:00
Filipianosol a3cdec8307
@Marcelo20XX's 60fps update 2020-11-27 09:50:59 +01:00
GammaTendonNine d9261d2894 Makefile: Move `PLATFORM_CFLAGS` to a less intrusive location 2020-11-24 14:22:34 -06:00
Filipianosol 7e2daa0c48
Merge pull request #8 from s4Ys369/alpha
Update 60fps_alpha.patch
2020-11-24 05:07:39 +01:00
$4Y$ be035f7f7a Update 60fps_alpha.patch 2020-11-23 22:54:28 -05:00
GammaTendonNine d2e51e41d9 Makefile: Whitespace & Style nits 2020-11-23 03:15:50 -06:00
GammaTendonNine 9e9215c4b0 Makefile: Implement `NO_COPY` flag (useful for iterative debugging) 2020-11-23 03:12:19 -06:00
GammaTendonNine b5fc0c3289 Makefile: (Moderate) Build Speed improvements:
0) use gnu make "simply expanded" variable
1) use gnu make `shell` function instead of backticks
2) collectively these avoid multiple variable expansions per compiler call
3) should most significantly improve I/O bound platforms (e.g. MSYS2)
2020-11-23 03:04:20 -06:00
GammaTendonNine ac34b941ff Makefile: macOS Package Manager & Compiler detection 2020-11-23 02:50:35 -06:00
Filipianosol 6046751e41 @LonicTH updated ES_la and special chars, removed TEXT_DIRS 2020-11-20 04:49:44 +01:00
GammaTendonNine d814f7e012 Quick fix for 'null' handling in `.json` files
+ minor language file updates
+ whitespace/style nits
2020-11-19 02:29:44 -06:00
GammaTendonNine ca307de600 Language .json consistency fixes
(cherry picked from commit ec282c34dc6ed75ff0a234cf9ba8de36c32fb5c0)
2020-11-12 16:55:10 -06:00
GammaTendonNine 751bb2577f [Proper] Quick fix for language loading: "case: ')' contained in string" 2020-11-12 13:17:01 -06:00
GammaTendonNine 2511dab424 Revert "Quick fix for language loading: "case: ')' contained in string""
This reverts commit fc43915b3d.
2020-11-12 13:13:34 -06:00
GammaTendonNine 89c25a9b1d Language JSON updates from Alice<heart> 2020-11-12 13:07:01 -06:00
GammaTendonNine fc43915b3d Quick fix for language loading: "case: ')' contained in string" 2020-11-12 12:56:41 -06:00
GammaTendonNine 6ac4dd3cc3 Revert "@ineedhelpbad's flying cap BETTERCAMERA bugfix"
This reverts commit 42e1e68235.
2020-11-12 12:55:20 -06:00
Filipianosol 42e1e68235
@ineedhelpbad's flying cap BETTERCAMERA bugfix 2020-11-04 00:29:33 +01:00
DorfDork 3a6c1ae70e
Merge pull request #6 from s4Ys369/alpha
Update 60fps_alpha.patch
2020-10-30 22:18:14 -05:00
GammaTendonNine 70bd8103bf Quick fix for language related crashes when BETTER_CAMERA is enabled 2020-10-28 22:15:57 -05:00
DorfDork 79e2bf7121 fix from $4y$ and KiritoDev for flashing skybox 2020-10-25 19:30:04 -05:00
$4Y$ 5c90c58727 Update 60fps_alpha.patch
This should help the flicker, thanks to KiritoDev
2020-10-25 11:14:34 -04:00
DorfDork 4ffc09db17
Merge pull request #4 from s4Ys369/alpha
60fps fix
2020-10-24 04:22:44 -05:00
GammaTendonNine ba35dfaad7 Merge branch 'fastbuild_prototype' into alpha 2020-10-23 18:22:45 -05:00
GammaTendonNine 57128a5b8c Quick fix for "Star" instead of "Coin X" in in-game menu 2020-10-23 18:16:36 -05:00
Alexis 4f33ae926b Fixed skybox and added netter controller support 2020-10-23 02:26:30 -05:00
GammaTendonNine 3ecd6bd027 Further langauge loading improvements:
0) add more error logging and NULL checking
1) changed missing characters to lower ascii for now
2020-10-23 01:10:04 -05:00
GammaTendonNine 7874550d10 More language fixes:
0) fix "stability" issues with PT_br due to special characters in colored glyphs
1) missing TEXT_OPT_CAMON option string in ES_es (dupped from ES_la)

*546d4db commit was of course Polish and not Portuguese
2020-10-23 01:03:59 -05:00
$4Y$ f2f37fb3bc 60fps fix
current patch fails when applied with `git apply` instead `apply_patch.sh`
2020-10-22 13:18:09 -04:00
GammaTendonNine 546d4dbb65 Fix missing secrets 'null' in Portuguese 2020-10-21 18:11:12 -05:00
GammaTendonNine 13384b246d Whitespace and style nits 2020-10-21 18:05:34 -05:00
GammaTendonNine 16fdd36826 Overhauled language loading:
0) fixed a **ton** of memory leaks
1) added workaround for oft missing 'null' is 'secrets' json
2) added sanity checks for missing lanugage file(s)
3) reset config to default (English) if configured for now missing language
2020-10-21 18:04:31 -05:00
GammaTendonNine 591d1d4273 Reworked character conversion:
0) Fixed memory leak due to charmap collisions [  ')' vs ')(' ]
1) Added missing chars for current languages
2) Added missing character logging for future language additions
2020-10-21 17:53:04 -05:00
GammaTendonNine 2086385691 Improved read_file function (fixes minor memory leak and should speed things up as more languages are added) 2020-10-21 17:41:55 -05:00
GammaTendonNine 75e0a1e826 Update cJSON to 1.7.14 2020-10-21 17:37:39 -05:00
GammaTendonNine 385e305386 Changes to fix building on non-Windows platforms 2020-10-21 17:36:57 -05:00
GammaTendonNine 0f25522d56
Merge pull request #3 from Render96/revert-2-fastbuild_prototype
Revert "Fix: L trigger is backwards (press = unpress)"
2020-10-21 17:29:45 -05:00
GammaTendonNine b68e9edf93
Revert "Fix: L trigger is backwards (press = unpress)" 2020-10-21 17:25:15 -05:00
DorfDork 87f9a19be6
Merge pull request #2 from opm0/fastbuild_prototype
Fix: L trigger is backwards (press = unpress)
2020-10-12 11:29:01 -05:00
opm0 77723e068e
Fix: L trigger is backwards (press = unpress)
This fixes the issue on my Xbox Controller S (DirectInput), I don't have any other controllers so I can't test it.
2020-10-12 08:38:25 -04:00
DorfDork 1cfba55a09 polish language update 2020-10-12 01:01:25 -05:00
DorfDork eb9dc740da polish language update 2020-10-12 00:51:20 -05:00
John Collins 95fa153a56 Fixes Bug with too many special charicters in one dialog. 2020-09-21 22:03:55 -05:00
NoHomoBoi 2cb7e10272 Fixed crash issues by @ineedhelpbad 2020-09-18 12:46:10 -05:00
NoHomoBoi 8da365b20d Added per platform scan dir 2020-09-14 02:22:56 -05:00
NoHomoBoi 5126ff7540 Added colored chars support and new languages
* Added ES_es language
* Updated ES_la language
* Added PT_br language
2020-09-13 22:56:46 -05:00
NoHomoBoi b20e3c7940 Fixed BITDW level name 2020-09-13 16:44:24 -05:00