Commit Graph

62 Commits

Author SHA1 Message Date
Mr-Wiseguy c27430af6b Make config tabset navigate down to first mod entry when mod menu is open, make mod configure screen focus on configure button after closing 2025-04-27 23:56:49 -04:00
Mr-Wiseguy df674f2dfc Remove more redundant mod scanning and fix mods being scanned during gameplay 2025-04-26 17:19:17 -04:00
Mr-Wiseguy f9df5c2b7c Set mod tab to navigate down to first mod, fix redundant mod scanning 2025-04-26 04:00:22 -04:00
Dario e1b2b72e3a Fixing navigation of mods menu. 2025-04-26 01:47:35 -04:00
Mr-Wiseguy 11c84659cf Finish drag and drop mod installation, disable mod refresh button and code mod toggle when game starts 2025-04-06 03:57:50 -04:00
Mr-Wiseguy 27db2aeaa0 Reimplement prompts as a separate UI context and make it so the quit game prompt doesn't bring up the config menu 2025-04-04 04:35:06 -04:00
Mr-Wiseguy 8c167f06f8 Implement update event for elements 2025-03-14 17:35:28 -04:00
Mr-Wiseguy 9dccbfaf8c Reimplement mechanism to open the config menu to a specific tab 2025-03-14 17:34:59 -04:00
Mr-Wiseguy 0a596746a7 Split config sub menu into separate context and fix configure button, prevent infinite loop when looking for autofocus element 2025-03-14 17:34:55 -04:00
Mr-Wiseguy a087731f96 Refactor Rml document handling to use new ContextId system (prompts currently unimplemented) 2025-03-14 17:20:31 -04:00
Mr-Wiseguy f703c918bc Implement context and resource storage slotmaps 2025-03-14 16:47:24 -04:00
Dario de364be072 Convert to spaces, hook up mod enabled to toggle. 2025-03-14 16:46:22 -04:00
David Chavez 25e7b31228 Add macOS Support (#537) 2025-03-14 21:07:07 +01: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
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 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 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
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 b28614b128 Implemented mouse aiming 2024-04-26 01:48:26 -04:00
Reonu dd1315e6eb Add Linux fullscreen support (#8)
Temporary workaround for RT64 not supporting full screen in Linux
2024-04-25 03:06:12 -04:00
thecozies 4fef9d9203 show display refresh rate in description 2024-04-22 08:11:13 -05:00
thecozies 8fbb7b6025 option to enable/disable background input 2024-04-21 17:33:09 -05:00
thecozies c06889c3bb added quit button and confirmation prompt 2024-04-21 15:55:45 -05:00
thecozies 17aa09506b 'Reset to Defaults' button implemented 2024-04-21 13:02:47 -05:00
thecozies 26117389aa gyro sensitivity option + update range inputs styling 2024-04-21 12:14:41 -05:00
thecozies 12f52eab2f Implemented prompt component and utilize for gfx change confirmation 2024-04-20 15:37:01 -05:00
Mr-Wiseguy b334c677b9 Update RT64 and refactor RT64 handling 2024-04-14 15:59:42 -04:00
Mr-Wiseguy bd537728e3 Switch system_clock to high_resolution_clock, work around win32 sleep_for/sleep_until bug when clocks go backwards 2024-04-06 00:33:07 -04:00
thecozies 65ced0c594 added set time debug ui 2024-04-05 11:25:45 -05:00
Mr-Wiseguy 636f312823 Add debug set time hook 2024-04-04 17:24:45 -04:00
thecozies 56504a71b4 global description handler and impl 2024-04-04 08:33:08 -05:00
thecozies bb11e81850 hud aspect ratio in gfx config 2024-04-01 12:23:09 -05:00
Mr-Wiseguy 4c5f48a2c3 Add check for programmable sample positions for MSAA settings, fixed fullscreen option going out of sync with alt+enter shortcut 2024-04-01 03:19:16 -04:00
thecozies b01bdf5b12 graphics descriptions and reconfigure ordering 2024-03-30 13:53:03 -05:00
thecozies 7648753fe7 disable ds options conditionally 2024-03-30 10:36:23 -05:00
thecozies 7342d1db6e downsampling info 2024-03-28 17:18:10 -05:00
thecozies 5f74dfa2ba added downsampling option 2024-03-27 17:43:15 -05:00
thecozies 8853fc0d7b swap nav icons between kb and cont 2024-03-27 15:02:03 -05:00
Mr-Wiseguy 0775299aae Reorganized config menu tabs, hide debug menu behind manual config file edit, added missing recompiler config file 2024-03-15 12:13:39 -04:00
thecozies 0784db4988 cancel scanning input with back/escape 2024-03-12 08:35:58 -05:00
Mr-Wiseguy 38680d7171 Transform tagging for snow weather effect 2024-03-11 00:13:32 -04:00
Mr-Wiseguy eeeabba64d Added background music volume and low health beep settings, imported warp names 2024-03-10 16:40:41 -04:00
Mr-Wiseguy 57475d058b Implemented rumble, added control options menu with rumble strength and targeting mode 2024-03-04 02:13:12 -05:00