KiritoDv
a4458e3acb
Fixed addon loading
2021-05-10 20:12:54 +00:00
KiritoDv
f242833526
Merge remote-tracking branch 'origin/refactor/experimental' into experimental
2021-05-10 18:22:30 +00:00
KiritoDv
c303911550
Removed loaded addons text because crashes on windows
2021-05-10 14:07:47 +00:00
KiritoDv
5213d3c950
Removed -lcurl on windows builds
2021-05-10 13:42:03 +00:00
KiritoDv
bbb3842e51
Temporal disable of curl support on windows until a fix come out
2021-05-10 13:37:14 +00:00
KiritoDv
d00be377eb
Removed hardcoded stuff & re-enabled addons loading
2021-05-10 13:05:22 +00:00
KiritoDev
0a571a0318
Added custom missing texture
2021-05-09 10:53:27 -05:00
KiritoDev
6c39fc0fbc
[WIP - Languages] Started external loader
2021-05-08 19:57:11 -05:00
KiritoDev
f13b32f363
[WIP - Textures] Changed preload system to load on the fly
2021-05-08 19:04:56 -05:00
KiritoDev
1224f89d3a
[WIP] Added rule to make addons folder and removed hardcoded addons
2021-05-07 21:41:22 -05:00
KiritoDv
1aff0121d5
[WIP] Fixed loaded of multiple addons at the same time
2021-05-07 21:55:52 +00:00
KiritoDv
d86c5246cd
[WIP] Fixed loading of base texture pack
2021-05-07 14:45:00 +00:00
KiritoDev
356561a5b4
[WIP] Started texture support on addons
2021-05-07 00:59:16 -05:00
KiritoDev
f902e98cb4
[WIP] Started mod loader, added zip, json and lua libs, removed options_menu and removed whitespaces
2021-05-05 23:00:20 -05:00
KiritoDv
e17ce2bc49
[WIP] Fixed courses and started entity system
2021-05-04 21:55:57 +00:00
KiritoDv
86ad2e0921
[WIP] Fixed array names and added io modules system
2021-05-04 18:09:03 +00:00
KiritoDev
c26ae83bc4
[WIP] Converted old options menu screens to MoonScreens (Bad Commit)
2021-05-03 23:29:59 -05:00
KiritoDev
0fcf880472
[WIP] Converted old options menu screens to MoonScreens
2021-05-03 23:28:40 -05:00
KiritoDv
6af8138201
[WIP] Started migration of old screens to category system
2021-05-03 22:46:07 +00:00
KiritoDev
239c9c1be5
[WIP] Changed colors and added scale fix
2021-05-03 06:14:44 -05:00
KiritoDv
671af8b836
[WIP] Added float, array and int support to mwvalue
2021-04-29 22:05:30 +00:00
KiritoDev
8b08b97160
[WIP] Added MWValue widget and fixes on the screen manager
2021-04-29 00:08:47 -05:00
KiritoDv
abd0821422
[WIP] Added widgets functionality and some fixes
2021-04-28 21:25:23 +00:00
KiritoDev
8e52a6caa8
[WIP] Added base for custom gui api
2021-04-27 23:46:41 -05:00
KiritoDev
d4e1bf6935
[WIP] Added rest consumer
2021-04-26 23:09:27 -05:00
KiritoDev
f519a344ea
[WIP] Centered texts, replaced logo and fixed courses pool
2021-04-25 19:48:00 -05:00
KiritoDev
7652a630c9
[WIP] Fixing scaled font draw
2021-04-22 23:07:16 -05:00
KiritoDev
b829ddb0f9
[WIP] Drawing fixed star select text
2021-04-22 00:33:13 -05:00
KiritoDev
01563890d9
Fixed main menu tearing and text loader
2021-04-21 23:58:59 -05:00
KiritoDev
26565f76f9
[WIP] Added better text drawing and new n64 title screen
2021-04-21 23:09:03 -05:00
KiritoDev
1ca311edac
[WIP] New options menu based on sm64plus design
2021-04-15 20:57:33 -05:00
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