Commit Graph

  • 78fcab1822 ensure focus after cont/kb input + enable mouse on SDL_QUIT + force focus to prompt while open thecozies 2024-05-01 10:10:13 -0500
  • 956db3366f Moved UI resource destruction to RT64 deinit hook, temporarily disabled shader cache as it's out of date Mr-Wiseguy 2024-05-01 04:25:22 -0400
  • 11012cdfc6 WIP autosave functionality Mr-Wiseguy 2024-05-01 04:06:53 -0400
  • 1ef8656a93 Asynchronous saving Mr-Wiseguy 2024-05-01 02:38:23 -0400
  • b9c9e65672 Changed save directory on linux to $HOME/.config/appname Mr-Wiseguy 2024-05-01 02:37:38 -0400
  • 52278c5a4d
    disable cursor movement threshold when controller is the primary input (#14) thecozies 2024-04-30 09:41:22 -0500
  • eb439d6611 disable cursor movement threshold when controller is the primary input thecozies 2024-04-30 08:33:58 -0500
  • 1ec20de2f5
    Show quit game prompt when attempting to close window (#13) thecozies 2024-04-30 09:30:39 -0500
  • 0aafcb6ee2
    Fix directional navigation between options with msaa options being disabled (#12) thecozies 2024-04-30 09:29:38 -0500
  • d555f0c65b
    Apply graphics conf changes with F on kb or X/Start on cont (#11) thecozies 2024-04-30 09:29:02 -0500
  • 1a80170cf0 Show quit game prompt when attempting to close window thecozies 2024-04-29 10:03:48 -0500
  • 907474d70e Fix directional navigation between options with msaa options being disabled thecozies 2024-04-28 12:40:11 -0500
  • 9376253a86 Apply graphics conf changes with F on kb or X/Start on cont thecozies 2024-04-28 11:28:17 -0500
  • 8a70b2313e Fix issue where an invalid element can take focus if mouse movement happens immediately v1.0.0-rc1 Mr-Wiseguy 2024-04-27 17:33:51 -0400
  • fab4f66903 Fixed cmake sometimes not linking required libraries on linux Mr-Wiseguy 2024-04-27 16:04:13 -0400
  • 7c37f8ef8e Fixed race condition with thread deletion, update RT64 Mr-Wiseguy 2024-04-27 15:06:26 -0400
  • 598948bfb6 Implemented shader cache preloading Mr-Wiseguy 2024-04-27 00:02:10 -0400
  • a6f94f9e2e Added special defaults for steam deck and embedded linux icon png into binary Mr-Wiseguy 2024-04-26 22:41:41 -0400
  • 3537a22ccd Fixed description of mouse aiming, made D-Pad icon translucent if none of its items have been obtained yet Mr-Wiseguy 2024-04-26 19:35:19 -0400
  • b28614b128 Implemented mouse aiming Mr-Wiseguy 2024-04-26 01:48:26 -0400
  • 539497f84d Forced camera interpolation in Camera_Fixed1 mode to fix several incorrect camera skips Mr-Wiseguy 2024-04-25 23:44:44 -0400
  • c4b89613ab Fix Linux build and locale Reonu 2024-04-25 15:51:04 +0100
  • ac2150b0fa Fix shader compilation on Linux Mr-Wiseguy 2024-04-25 03:07:06 -0400
  • dd1315e6eb Add Linux fullscreen support (#8) Reonu 2024-04-25 08:05:43 +0100
  • 25a3837b37 Add Linux taskbar icon (#6) Reonu 2024-04-23 02:21:52 +0100
  • a6e34bb49b Changes to fix compilation on linux Mr-Wiseguy 2024-04-21 14:18:33 -0400
  • 68ee43f5ac Implemented new thread scheduling logic that doesn't need a central scheduler thread, removed all uses of atomic waits Mr-Wiseguy 2024-04-25 02:57:06 -0400
  • 4783f3f51a use right window type Reonu 2024-04-25 01:15:34 +0100
  • bd7e2aa1fd fix mistake Reonu 2024-04-25 00:59:55 +0100
  • 9112d9270f move TODO to the right place Reonu 2024-04-24 23:48:24 +0100
  • 17b8b4445b fix whitespace Reonu 2024-04-24 23:43:16 +0100
  • 60e737e4ee Add Linux fullscreen support Reonu 2024-04-24 23:23:28 +0100
  • 7cf87f48d0 Add Linux fullscreen support Reonu 2024-04-24 23:23:28 +0100
  • 5382ce6fd0 Transform tagging for clear tag actor (mainly for bomb explosions), update RT64 Mr-Wiseguy 2024-04-24 14:56:23 -0400
  • fc1251d436
    Add Linux taskbar icon (#6) Reonu 2024-04-23 02:21:52 +0100
  • 2b8f93b631 fix warning Reonu 2024-04-23 01:17:12 +0100
  • bbf49f1e80 actually rename icon Reonu 2024-04-23 01:16:39 +0100
  • 5114847adf rename texture Reonu 2024-04-23 01:14:31 +0100
  • 677b4594e3 free up memory Reonu 2024-04-23 00:59:18 +0100
  • 22cd474be6 remove unnecessary line Reonu 2024-04-22 22:56:13 +0100
  • 8a1e9aa6d1 changed whitespace to be the incorrect way Reonu 2024-04-22 21:06:31 +0100
  • 7325bfcece ifdef it better Reonu 2024-04-22 18:47:07 +0100
  • 5df0a2c261 ifdef linux icon Reonu 2024-04-22 18:46:13 +0100
  • 4a072f00ab Add Linux taskbar icon Reonu 2024-04-22 18:41:10 +0100
  • 4076591be1 config description highlighting enhancements thecozies 2024-04-22 08:30:31 -0500
  • 4fef9d9203 show display refresh rate in description thecozies 2024-04-22 08:11:13 -0500
  • 73ea635f9c fix leaky config background corners thecozies 2024-04-21 17:43:03 -0500
  • 8fbb7b6025 option to enable/disable background input thecozies 2024-04-21 17:33:09 -0500
  • c06889c3bb added quit button and confirmation prompt thecozies 2024-04-21 15:55:45 -0500
  • 7af8ab9a01 Changes to fix compilation on linux Mr-Wiseguy 2024-04-21 14:18:33 -0400
  • 17aa09506b 'Reset to Defaults' button implemented thecozies 2024-04-21 13:02:47 -0500
  • 6613c9967d bugfix: load 'low_health_beeps' key from config thecozies 2024-04-21 12:38:35 -0500
  • 26117389aa gyro sensitivity option + update range inputs styling thecozies 2024-04-21 12:14:41 -0500
  • a5c359d28c clear transitions after setting animation property (wtf rml, why) thecozies 2024-04-21 11:03:18 -0500
  • 9a23d00a36 use node modules sass + sass lint + allow color preset 'whitesmoke' thecozies 2024-04-21 10:54:48 -0500
  • a215605b5d Fixed warning in css Mr-Wiseguy 2024-04-20 19:58:17 -0400
  • fe3670d08f remove overflow:hidden from icon-button thecozies 2024-04-20 15:23:06 -0500
  • 12f52eab2f Implemented prompt component and utilize for gfx change confirmation thecozies 2024-04-20 13:25:46 -0500
  • bf167f31c7 Updated rmlui to master thecozies 2024-04-20 10:22:46 -0500
  • 95ab0074ea fix and improve kb/cont config tab > panel navigation thecozies 2024-04-18 09:42:39 -0500
  • 2b96bb8be9 allow sdl background controller input thecozies 2024-04-16 09:43:35 -0500
  • 0fd4f8b859 added cur_controllers mutex for rumble safety thecozies 2024-04-16 09:28:51 -0500
  • af3c4f4df7 update rumble on vi thread thecozies 2024-04-16 09:10:38 -0500
  • 51759611e1 control rumble intensity to mimic n64 rumble pak & separate rumble from input thecozies 2024-04-15 10:15:45 -0500
  • fa8092b70e set description <b> tags to be purple thecozies 2024-04-10 09:32:31 -0500
  • 0555d5cd97 improved ui non-mouse focus callout thecozies 2024-04-10 09:24:25 -0500
  • e8c1cdf52c allow sdl background controller input thecozies 2024-04-16 09:43:35 -0500
  • e8fa2d22f6 added cur_controllers mutex for rumble safety thecozies 2024-04-16 09:28:51 -0500
  • d25bc72c8a update rumble on vi thread thecozies 2024-04-16 09:10:38 -0500
  • cecd6a8cb1 control rumble intensity to mimic n64 rumble pak & separate rumble from input thecozies 2024-04-15 10:15:45 -0500
  • f46af09e94 set description <b> tags to be purple thecozies 2024-04-10 09:32:31 -0500
  • 0e062a153b improved ui non-mouse focus callout thecozies 2024-04-10 09:24:25 -0500
  • a293673a32 Update RT64 to fix Granny's story, tagged some more matrices to help with matching performance Mr-Wiseguy 2024-04-15 20:05:31 -0400
  • 38f813ae04 Added option in graphics config file to override graphics API selection Mr-Wiseguy 2024-04-14 16:57:11 -0400
  • fe8f45eaf2 Prevent setting RT64 config twice on boot Mr-Wiseguy 2024-04-14 16:06:13 -0400
  • b334c677b9 Update RT64 and refactor RT64 handling Mr-Wiseguy 2024-04-14 15:59:42 -0400
  • c9f5786eec Bump version to v0.9.1 v0.9.1 Mr-Wiseguy 2024-04-06 21:43:37 -0400
  • 95cc2b4b0f Update placeholder descriptions Mr-Wiseguy 2024-04-06 21:27:42 -0400
  • 76ec1f379b Transform tagging for moon/giants chamber/lost woods particles, fixed missing nfd init Mr-Wiseguy 2024-04-06 18:04:55 -0400
  • 45bbd40b12 Fix bug with pause tiles being in wrong location when unpausing, update RT64 Mr-Wiseguy 2024-04-06 12:42:15 -0400
  • 460d1aafb4 Added patches for skipping interpolation when actors get teleported in cutscenes Mr-Wiseguy 2024-04-06 00:34:10 -0400
  • bd537728e3 Switch system_clock to high_resolution_clock, work around win32 sleep_for/sleep_until bug when clocks go backwards Mr-Wiseguy 2024-04-05 21:06:04 -0400
  • 65ced0c594 added set time debug ui thecozies 2024-04-05 11:25:30 -0500
  • 50536bf737 Patched ocarina wipe effects to work in widescreen by injecting new vertex and triangle lists Mr-Wiseguy 2024-04-04 20:37:08 -0400
  • 636f312823 Add debug set time hook Mr-Wiseguy 2024-04-04 17:24:45 -0400
  • 13bb773f4d forgot mouse out handler for clearing cur description thecozies 2024-04-04 08:36:31 -0500
  • 56504a71b4 global description handler and impl thecozies 2024-04-04 08:32:22 -0500
  • 6848645854 Fixed pause menu buttons not interpolating, skipped cursor interpolation when it moves, fixed pause menu panels popping in on widescreen Mr-Wiseguy 2024-04-04 02:11:48 -0400
  • 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 Mr-Wiseguy 2024-04-02 22:16:31 -0400
  • fcc4eb6351 Tweaked input latency patch to help prevent microstutters, updated RT64 Mr-Wiseguy 2024-04-02 18:21:05 -0400
  • 2e4988da2b Fixed ortho tri textbox patch in Bomber's notebook Mr-Wiseguy 2024-04-02 00:49:32 -0400
  • 0cd022d144 Merge remote-tracking branch 'origin/ui' into dev Mr-Wiseguy 2024-04-01 23:34:12 -0400
  • ea61c2bc73 Switched letterbox rects to ortho tris so they could be interpolated, updated RT64 to fix projection matching issue Mr-Wiseguy 2024-04-01 21:38:24 -0400
  • 6ce38f5325 Changed textboxes to be ortho tris so they'd get interpolated, update RT64 Mr-Wiseguy 2024-04-01 18:52:26 -0400
  • 9763cae32b Fixed telescope effect breaking when the scale is 0 Mr-Wiseguy 2024-04-01 14:42:33 -0400
  • 173a4ae687 columnify options thecozies 2024-04-01 12:55:34 -0500
  • 25eaf49dbb hr full renamed to expand in description thecozies 2024-04-01 12:40:13 -0500
  • f89ff9b012 hr full renamed to expand thecozies 2024-04-01 12:38:05 -0500
  • 228eecbe38 update hud ratio description thecozies 2024-04-01 12:36:42 -0500
  • c9fc1e46ef rename to HUD Placement thecozies 2024-04-01 12:35:17 -0500