Commit Graph

42 Commits

Author SHA1 Message Date
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
Mr-Wiseguy beec29217c Implemented warp debug menu feature 2024-03-01 18:42:05 -05:00
thecozies 24693c32c4 dpad visual + kb/cont toggle + general style updates 2024-02-24 21:57:51 -05:00
thecozies f6a9a3c520 close config modal on backdrop or x button click 2024-02-24 21:57:51 -05:00
Mr-Wiseguy 992bdb67e9 Save controls and graphics configs to files after editing and load them on startup 2024-01-21 19:21:58 -05:00
Mr-Wiseguy 8e4e4b1cae Split recomp config handling into separate file, changed "inputs" RmlUi variable to be a struct with an "array" member and named fields for each input 2024-01-21 14:04:56 -05:00
thecozies 6460ae1bf9 removed registering useless events 2024-01-17 10:03:18 -06:00
thecozies b3dbb9e9be track and share focused/hovered input rows 2024-01-17 09:54:13 -06:00
Mr-Wiseguy d0e01cdec1 Add active_binding_input and active_binding_slot bindings in controls UI 2024-01-17 02:22:36 -05:00
Mr-Wiseguy 6ebc7256eb Implemented rebinding inputs from UI (controller only so far) and built minimal UI for doing so 2024-01-15 21:06:52 -05:00
Mr-Wiseguy 5ee7eaed1f Split default input mappings by device, disabled input while menu is open, made config menu open with escape/select, made config menu close with escape 2024-01-08 03:38:05 -05:00
Mr-Wiseguy c26151cd6b Modified recomp UI event handling to allow event parameters using ":" as a delimiter 2024-01-07 02:03:54 -05:00
Mr-Wiseguy e9e42322f0 Refactored menu logic into MenuController interface, updated RT64 2024-01-01 22:36:06 -05:00