Dario
3c4a4a0298
Clamp delta time to fix UI disappearing on OS with timestamps that don't always increase.
2025-02-14 18:59:22 -05:00
Dario
09a7589e54
Sub menu display name, assert on text input.
2025-02-14 18:59:22 -05:00
Mr-Wiseguy
ababfd5827
Update runtime submodule and N64Recomp commit in CI for mod config API, remove unnecessary extern C
2025-02-14 18:59:18 -05:00
Dario
3298211a84
Auto-enabled mods.
2025-02-14 18:59:06 -05:00
Dario
aba393b550
Animation API begone.
2025-02-14 18:59:06 -05:00
Dario
4130420a12
Restore spacer animations.
2025-02-14 18:59:06 -05:00
Dario
7098c0d43a
Use RT64's texture laoding instead.
2025-02-14 18:59:02 -05:00
Mr-Wiseguy
ab8f9a76e7
Implement update event for elements
2025-02-14 18:58:31 -05:00
Dario
dc07ca6b4d
More style changes.
2025-02-14 18:58:31 -05:00
Dario
7352e99e1b
Add basic thumbnail parsing functionality.
2025-02-14 18:58:31 -05:00
Mr-Wiseguy
c21d8ccdff
Hook up new manifest fields to mod UI
2025-02-14 18:58:31 -05:00
Dario
6279736a6a
Linux build fixes.
2025-02-14 18:58:28 -05:00
Dario
b0fcfa87ec
Mods folder button.
2025-02-14 18:58:20 -05:00
Dario
0752128d68
Adjust styling of submenu.
2025-02-14 18:58:20 -05:00
Dario
243801c1d1
Draggable improvements to mod menu and runtime update.
2025-02-14 18:58:20 -05:00
Dario
8d9c7b5fec
Enable mod reordering.
2025-02-14 18:58:20 -05:00
Dario
0ce32d0add
Proper enum parsing.
2025-02-14 18:58:20 -05:00
Dario
4b27916950
Link storage to mod menu.
2025-02-14 18:58:17 -05:00
Mr-Wiseguy
348adb72fe
Begin implementing mod UI API
2025-02-14 18:57:16 -05:00
Mr-Wiseguy
dc490ccaf0
Reimplement mechanism to open the config menu to a specific tab
2025-02-14 18:56:45 -05:00
Mr-Wiseguy
df976293eb
Split config sub menu into separate context and fix configure button, prevent infinite loop when looking for autofocus element
2025-02-14 18:56:45 -05:00
Dario
fabd02d700
Add support for config schema.
2025-02-14 18:56:45 -05:00
Mr-Wiseguy
b10d0578e9
Refactor Rml document handling to use new ContextId system (prompts currently unimplemented)
2025-02-14 18:56:42 -05:00
Dario
e3f0aaf9d0
Cleanup.
2025-02-14 18:56:18 -05:00
Dario
635aade90d
Radio option.
2025-02-14 18:55:54 -05:00
Dario
d38328016f
Text input.
2025-02-14 18:55:54 -05:00
Dario
ba9ad3f8ef
Turn off tab searching when submenu is open.
2025-02-14 18:55:54 -05:00
Dario
e2ebd21f27
Refactored to account for context changes.
2025-02-14 18:55:54 -05:00
Dario
554ba64536
Config submenu.
2025-02-14 18:55:54 -05:00
Mr-Wiseguy
f5f90b5c97
Implement context and resource storage slotmaps
2025-02-14 18:55:54 -05:00
Mr-Wiseguy
135e63830c
Add slot_map and begin ui context
2025-02-14 18:55:53 -05:00
Mr-Wiseguy
1e91bddeff
Layout for mod details panel, add gap property setters
2025-02-14 18:55:53 -05:00
Dario
4d904fbb50
Mod menu progress.
2025-02-14 18:55:53 -05:00
Dario
3d911d266d
Convert to spaces, hook up mod enabled to toggle.
2025-02-14 18:55:50 -05:00
Dario
aa6418ba42
Switch to string views.
2025-02-14 18:55:27 -05:00
Dario
3fa66680d2
Multi-style state and disabled state propagation.
2025-02-14 18:55:27 -05:00
Dario
313b43bc87
Add styles.
2025-02-14 18:55:27 -05:00
Dario
0a1778aef5
Take ownership of created pointers on Element class.
2025-02-14 18:55:26 -05:00
Dario
f6d701c49d
Refactored mods menu entirely.
2025-02-14 18:55:26 -05:00
Dario
4e710c7d2f
Rewrite mod details under new UI system.
2025-02-14 18:55:26 -05:00
Mr-Wiseguy
7009d1a1a7
WIP mod menu, fix some warnings
2025-02-14 18:55:26 -05:00
thecozies
061321b911
init mod menu + bem class + button presets
2025-02-14 18:55:21 -05:00
thecozies
328ef85d42
Button config type + callback wip
2025-02-14 18:55:09 -05:00
thecozies
0e6bd43dd7
Added TextField option type
2025-02-14 18:55:09 -05:00
thecozies
b7daba96d7
Added dropdown option type
2025-02-14 18:55:09 -05:00
thecozies
7e35525f83
Updated color option type styling
2025-02-14 18:55:09 -05:00
thecozies
c8dc910c91
Move config registry/option to librecomp + added Color conf opt type
2025-02-14 18:55:06 -05:00
thecozies
b79b789c7f
init config opt system w/ 3 types and description support
2025-02-14 18:54:41 -05:00
Wiseguy
91db87632c
Mod Support ( #499 )
...
Integrates the modding functionality in N64ModernRuntime and adds several exported functions for mods to use. Also adds a ROM decompressor so that the runtime has access to the uncompressed code in the ROM for hooking purposes.
2025-02-14 18:38:10 -05:00
briaguya
19d2e38499
Allow configuring menu accept/apply buttons ( #385 )
...
* feat: allow configuring menu accept/apply buttons
* Update assets/icons/Reset.svg
Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
---------
Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
2024-07-05 21:19:31 -04:00