dbfda5332eUpdate SDL2 and change CMakeLists to use FetchContent with a github release for SDL2 instead of using RT64's
Mr-Wiseguy
2024-01-23 01:01:12 -0500
e04865c715Initial implementation of gyro aim with GamepadMotionHelpers for sensor fusion
Mr-Wiseguy
2024-01-22 23:08:59 -0500
992bdb67e9Save controls and graphics configs to files after editing and load them on startup
Mr-Wiseguy
2024-01-21 19:21:58 -0500
8e4e4b1caeSplit recomp config handling into separate file, changed "inputs" RmlUi variable to be a struct with an "array" member and named fields for each input
Mr-Wiseguy
2024-01-21 14:04:56 -0500
b8c15db6a1Merge remote-tracking branch 'origin/ui' into ui-scaling
Mr-Wiseguy
2024-01-20 01:49:00 -0500
802c9bd5a8Added modified version of RmlUi's ElementSVG that reduces the image dimensions to avoid unnecessarily large baked SVG textures
Mr-Wiseguy
2024-01-20 01:48:27 -0500
b4bb64e688Fixed resizing causing incorrect RmlUi context size sometimes and fixed some crashes on exit
Mr-Wiseguy
2024-01-19 18:44:43 -0500
d6e4e98c8bAdded custom font interface that scales font glyphs down to avoid downsampling
Mr-Wiseguy
2024-01-19 18:14:42 -0500
3456b03b4dScaled mouse coordinates before passing them to RmlUi
Mr-Wiseguy
2024-01-19 14:14:47 -0500
5ee7eaed1fSplit default input mappings by device, disabled input while menu is open, made config menu open with escape/select, made config menu close with escape
Mr-Wiseguy
2024-01-08 03:38:05 -0500
0609c82417Fixed navigation in config menu
Mr-Wiseguy
2024-01-08 03:34:06 -0500
0fcc366a35Hooked up controls and settings buttons in launcher
Mr-Wiseguy
2024-01-08 01:28:50 -0500
15ce3b194dHooked up exit button in launcher and updated RT64 to fix issue with the launcher not closing
Mr-Wiseguy
2024-01-07 23:46:44 -0500
31e9d729c2Fixed missing function in input.cpp
Mr-Wiseguy
2024-01-02 11:06:07 -0500
e9e42322f0Refactored menu logic into MenuController interface, updated RT64
Mr-Wiseguy
2024-01-01 22:36:06 -0500
09bacbe82cHooked up graphics option menu to RT64, updated RT64
Mr-Wiseguy
2024-01-01 00:09:14 -0500
ac131c7835More work on graphics config menu, improved focus handling in UI, fixed scissor bug in UI rendering
Mr-Wiseguy
2023-12-30 19:03:57 -0500
525092fd60Cleaned up assets folder, added promptfont, started config menu UI
Mr-Wiseguy
2023-12-29 16:49:26 -0500
c0abf1a203Patch options button in file select to be a quit button instead, update RT64 and RmlUi
Mr-Wiseguy
2023-12-27 17:56:26 -0500
fd29131b02Update RT64 to fix vismono after coverage emulation changes
Mr-Wiseguy
2023-12-26 13:47:22 -0500
86e701440cPatch light glow to use extended gbi, add right trigger to default bindings for R, update RT64 to fix lens of truth
Mr-Wiseguy
2023-12-25 16:05:24 -0500
675719cdcfFix bad scissor on A button text
Mr-Wiseguy
2023-12-24 02:31:13 -0500
899bbb205eAdded origin adjustment for item equip animation in pause screen, disabled some WIP patches
Mr-Wiseguy
2023-12-24 02:01:22 -0500
1a6af79048Fix some outdated comments about audio
Mr-Wiseguy
2023-12-24 00:10:23 -0500
ed9e21c864Update RT64 to fix UI alignment
Mr-Wiseguy
2023-12-23 23:58:13 -0500
bce34bfe0fSimplify logic for audio resampling, fixes it on less ideal input/output sample rate ratios
Mr-Wiseguy
2023-12-23 23:57:22 -0500
f2eeb00e09Switched to manual resampling to avoid reopening SDL2 audio device which was causing stutters
Mr-Wiseguy
2023-12-23 20:23:35 -0500
fc55b53655Update RT64 for new barriers
Mr-Wiseguy
2023-12-23 15:38:00 -0500
32cb89ed76Added MM decomp as submodule and added workaround file to avoid needing to build it
Mr-Wiseguy
2023-12-18 19:26:47 -0500
f324253052Reorganized loose files in src into src/recomp folder
Mr-Wiseguy
2023-11-12 20:09:29 -0500
244d37e3c8Renamed everything ultra related to "ultramodern"
Mr-Wiseguy
2023-11-12 19:40:02 -0500
8188aee2c1Removed use of std::exit and changed recomp runtime to exit normally, added helpers for getting recompiled args and returning values, added example of patch code calling native code
Mr-Wiseguy
2023-11-12 14:47:38 -0500
398988a961Added function patching, began reorganizing UI code, added native file dialog library
Mr-Wiseguy
2023-11-11 17:42:07 -0500
91611c9c33Delayed game start, made UI hot reload include all files, passed input events to UI
Mr-Wiseguy
2023-11-05 14:34:20 -0500
346e298eb1Moved window event handling out of gfx thread so resizing doesn't freeze gameplay, added full document hot reloading for UI
Mr-Wiseguy
2023-11-04 12:45:22 -0400
458ccd81fcMerged everything into one heap for the UI because copy descriptors isn't implemented yet
Mr-Wiseguy
2023-11-02 01:57:50 -0400
6fdf66b296Integrated RmlUi, fully moved over to cmake
Mr-Wiseguy
2023-11-02 01:20:12 -0400
dd30250623Hooked up RT64 draw callbacks, fixed incorrect iobuf for reading ROM
Mr-Wiseguy
2023-10-30 22:41:05 -0400
b457b3d19aAdded release with debug info configuration for VS
Mr-Wiseguy
2023-10-29 12:13:39 -0400
352b28b1fdAdded cmake build system
Mr-Wiseguy
2023-10-28 15:46:14 -0400
878b25a1f5Removed use of basic_ifstream<uint8_t> to fix linux
Mr-Wiseguy
2023-10-24 11:17:23 -0400
cdd397fe8fRestored old thread scheduler code
Mr-Wiseguy
2023-10-23 18:01:29 -0400