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
briaguya
208e3044fc
fix: use sdl userevent to set await_stick_return when scanning for input ( #413 )
2024-06-22 22:06:25 -04:00
David Chavez
19fcd9bf31
Update to latest N64ModernRuntime ( #392 )
...
- updates to new controller changes
- updates to new render context changes
- updates to new controller number changes
- fix for crash on save thread
2024-06-12 09:40:14 +02:00
David Chavez
bec699f0bd
Migrate to N64ModernRuntime ( #354 )
2024-06-05 01:12:43 +02:00
Wiseguy
4d682fac8a
Bump version number to 1.1.1 ( #343 )
2024-06-02 16:29:13 -04:00
Wiseguy
1ea7d4ebe9
v1.1.0 ( #271 )
...
* Update RT64 to correctly report errors for shader model 5.1 GPUs
* Fixed Windows filesystem error crash
* Force audio driver selection to wasapi on Windows to prevent audio issue
2024-05-26 14:24:13 -04:00
Reonu
4ebe71bfcc
Automatic save backup system ( #260 )
...
* Made errors print to console as well
---------
Co-authored-by: Mr-Wiseguy <mrwiseguyromhacking@gmail.com>
2024-05-26 11:38:58 -04:00
briaguya
d4898f2316
feat: allow configuring menu toggle button ( #181 )
...
* feat: allow configuring menu toggle button
* fix: hide toggle menu binding config for keyboard
* fix: assign defaults for inputs that don't exist in `controls.json`
2024-05-26 09:58:51 -04:00
Wiseguy
3c34fa63c1
Adds analog camera and other controller options ( #264 )
...
* Added analog cam and camera inversion options to menu, initial implementation of analog cam
* Automatically suppress inputs on the right stick while analog cam is active
* Return to automatic camera mode when pressing target
* Add aiming inversion options
* Add analog camera inversion options
2024-05-26 09:34:26 -04:00
Mr-Wiseguy
a4f61016bb
Fix navigation on deadzone option, convert backing value to int to match other sliders
2024-05-26 08:36:22 -04:00
GabrielCNoble
773cc3bbb0
joystick deadzone ( #257 )
2024-05-26 08:36:22 -04:00
Parker
169155953e
Add main volume option to settings ( #267 )
...
* This commit adds the option to control the main volume game via a slider
added to the "Sound" tab in the settings menu.
2024-05-26 00:59:15 -04:00
Mr-Wiseguy
b791a4aa1d
1.0.1 Hotfixes ( #190 )
...
* Fixed bug with autosaving where some flags weren't updated in the save buffer
* Display message boxes for RT64 initialization errors
* Bump version number to 1.0.1
2024-05-18 18:46:11 -04:00
Mr-Wiseguy
b18262c692
Update readme and general config descriptions, add GPLv3 license, bump verison number to 1.0.0
2024-05-10 00:07:09 -04:00
Mr-Wiseguy
c898edd749
Update RT64 and shader cache, add decals to N64 effect list in readme, bump version number to 1.0.0-rc2
2024-05-06 22:47:31 -04:00
Mr-Wiseguy
83b196a4e5
Move rmlui reload to F10 and make F11 toggle fullscreen
2024-05-04 15:42:19 -04:00
Mr-Wiseguy
54b862599c
Implemented UI for controlling autosaving, fixed general config defaults not being applied correctly
2024-05-04 13:08:14 -04:00
thecozies
7491eabde0
Cont/kb/mouse focus priorities and behaviors reworked ( #15 )
...
* ensure focus after cont/kb input + enable mouse on SDL_QUIT + force focus to prompt while open
* only force prompt focus if mouse is not active
* default kb input, mouse click switches to kb focused input
2024-05-02 01:51:09 -04:00
Mr-Wiseguy
956db3366f
Moved UI resource destruction to RT64 deinit hook, temporarily disabled shader cache as it's out of date
2024-05-01 04:25:22 -04:00
thecozies
52278c5a4d
disable cursor movement threshold when controller is the primary input ( #14 )
2024-04-30 10:41:22 -04:00
thecozies
1ec20de2f5
Show quit game prompt when attempting to close window ( #13 )
2024-04-30 10:30:39 -04:00
thecozies
d555f0c65b
Apply graphics conf changes with F on kb or X/Start on cont ( #11 )
2024-04-30 10:29:02 -04:00
Mr-Wiseguy
8a70b2313e
Fix issue where an invalid element can take focus if mouse movement happens immediately
2024-04-27 17:33:51 -04:00
Mr-Wiseguy
b28614b128
Implemented mouse aiming
2024-04-26 01:48:26 -04:00
Reonu
c4b89613ab
Fix Linux build and locale
2024-04-25 15:51:04 +01:00