Commit Graph

359 Commits

Author SHA1 Message Date
Mr-Wiseguy
68ee43f5ac Implemented new thread scheduling logic that doesn't need a central scheduler thread, removed all uses of atomic waits 2024-04-25 02:57:06 -04:00
Mr-Wiseguy
5382ce6fd0 Transform tagging for clear tag actor (mainly for bomb explosions), update RT64 2024-04-24 14:56:23 -04:00
thecozies
4076591be1 config description highlighting enhancements
- gfx description highlighting

- general config description highlighting

- '<i>' tag renders color-warning, and tag 4K res with '<i>'
2024-04-22 09:17:40 -05:00
thecozies
4fef9d9203 show display refresh rate in description 2024-04-22 08:11:13 -05:00
thecozies
73ea635f9c fix leaky config background corners 2024-04-21 17:43:03 -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
6613c9967d bugfix: load 'low_health_beeps' key from config 2024-04-21 12:38:35 -05:00
thecozies
26117389aa gyro sensitivity option + update range inputs styling 2024-04-21 12:14:41 -05:00
thecozies
a5c359d28c clear transitions after setting animation property (wtf rml, why) 2024-04-21 11:03:18 -05:00
thecozies
9a23d00a36 use node modules sass + sass lint + allow color preset 'whitesmoke' 2024-04-21 10:55:51 -05:00
Mr-Wiseguy
a215605b5d Fixed warning in css 2024-04-20 19:58:17 -04:00
thecozies
fe3670d08f remove overflow:hidden from icon-button 2024-04-20 15:37:46 -05:00
thecozies
12f52eab2f Implemented prompt component and utilize for gfx change confirmation 2024-04-20 15:37:01 -05:00
thecozies
bf167f31c7 Updated rmlui to master 2024-04-20 15:36:34 -05:00
thecozies
95ab0074ea fix and improve kb/cont config tab > panel navigation
prompt component - wip
2024-04-20 15:36:05 -05:00
thecozies
2b96bb8be9 allow sdl background controller input 2024-04-16 10:58:43 -04:00
thecozies
0fd4f8b859 added cur_controllers mutex for rumble safety 2024-04-16 10:58:43 -04:00
thecozies
af3c4f4df7 update rumble on vi thread 2024-04-16 10:58:43 -04:00
thecozies
51759611e1 control rumble intensity to mimic n64 rumble pak & separate rumble from input 2024-04-16 10:58:43 -04:00
thecozies
fa8092b70e set description <b> tags to be purple 2024-04-16 10:58:43 -04:00
thecozies
0555d5cd97 improved ui non-mouse focus callout 2024-04-16 10:58:43 -04:00
Mr-Wiseguy
a293673a32 Update RT64 to fix Granny's story, tagged some more matrices to help with matching performance 2024-04-15 20:05:31 -04:00
Mr-Wiseguy
38f813ae04 Added option in graphics config file to override graphics API selection 2024-04-14 16:57:11 -04:00
Mr-Wiseguy
fe8f45eaf2 Prevent setting RT64 config twice on boot 2024-04-14 16:06:13 -04:00
Mr-Wiseguy
b334c677b9 Update RT64 and refactor RT64 handling 2024-04-14 15:59:42 -04:00
Mr-Wiseguy
c9f5786eec Bump version to v0.9.1 2024-04-06 21:43:37 -04:00
Mr-Wiseguy
95cc2b4b0f Update placeholder descriptions 2024-04-06 21:27:42 -04:00
Mr-Wiseguy
76ec1f379b Transform tagging for moon/giants chamber/lost woods particles, fixed missing nfd init 2024-04-06 18:04:55 -04:00
Mr-Wiseguy
45bbd40b12 Fix bug with pause tiles being in wrong location when unpausing, update RT64 2024-04-06 12:42:15 -04:00
Mr-Wiseguy
460d1aafb4 Added patches for skipping interpolation when actors get teleported in cutscenes 2024-04-06 00:34:10 -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
50536bf737 Patched ocarina wipe effects to work in widescreen by injecting new vertex and triangle lists 2024-04-04 20:37:08 -04:00
Mr-Wiseguy
636f312823 Add debug set time hook 2024-04-04 17:24:45 -04:00
thecozies
13bb773f4d forgot mouse out handler for clearing cur description 2024-04-04 08:36:31 -05:00
thecozies
56504a71b4 global description handler and impl 2024-04-04 08:33:08 -05:00
Mr-Wiseguy
6848645854 Fixed pause menu buttons not interpolating, skipped cursor interpolation when it moves, fixed pause menu panels popping in on widescreen 2024-04-04 02:11:48 -04:00
Mr-Wiseguy
407b6e547c Fixed stutter caused by saving by adding a sleep in the saving loop, fixed bug with timers not resuming due to a negative remaining duration 2024-04-02 22:16:31 -04:00
Mr-Wiseguy
fcc4eb6351 Tweaked input latency patch to help prevent microstutters, updated RT64 2024-04-02 18:21:05 -04:00
Mr-Wiseguy
2e4988da2b Fixed ortho tri textbox patch in Bomber's notebook 2024-04-02 00:49:32 -04:00
Mr-Wiseguy
0cd022d144 Merge remote-tracking branch 'origin/ui' into dev 2024-04-01 23:34:12 -04:00
Mr-Wiseguy
ea61c2bc73 Switched letterbox rects to ortho tris so they could be interpolated,
updated RT64 to fix projection matching issue
2024-04-01 23:33:26 -04:00
Mr-Wiseguy
6ce38f5325 Changed textboxes to be ortho tris so they'd get interpolated, update RT64 2024-04-01 18:52:26 -04:00
Mr-Wiseguy
9763cae32b Fixed telescope effect breaking when the scale is 0 2024-04-01 14:42:33 -04:00
thecozies
173a4ae687 columnify options 2024-04-01 12:55:34 -05:00
thecozies
25eaf49dbb hr full renamed to expand in description 2024-04-01 12:40:13 -05:00
thecozies
f89ff9b012 hr full renamed to expand 2024-04-01 12:38:05 -05:00
thecozies
228eecbe38 update hud ratio description 2024-04-01 12:36:42 -05:00