Commit Graph

  • dbfda5332e Update 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
  • e04865c715 Initial implementation of gyro aim with GamepadMotionHelpers for sensor fusion Mr-Wiseguy 2024-01-22 23:08:59 -0500
  • 992bdb67e9 Save controls and graphics configs to files after editing and load them on startup Mr-Wiseguy 2024-01-21 19:21:58 -0500
  • 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 Mr-Wiseguy 2024-01-21 14:04:56 -0500
  • c7bfc15caa Update RT64 Mr-Wiseguy 2024-01-20 01:52:51 -0500
  • b8c15db6a1 Merge remote-tracking branch 'origin/ui' into ui-scaling Mr-Wiseguy 2024-01-20 01:49:00 -0500
  • 802c9bd5a8 Added 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
  • b4bb64e688 Fixed resizing causing incorrect RmlUi context size sometimes and fixed some crashes on exit Mr-Wiseguy 2024-01-19 18:44:43 -0500
  • d6e4e98c8b Added custom font interface that scales font glyphs down to avoid downsampling Mr-Wiseguy 2024-01-19 18:14:42 -0500
  • 3456b03b4d Scaled mouse coordinates before passing them to RmlUi Mr-Wiseguy 2024-01-19 14:14:47 -0500
  • 4de0693328 fixed various ui positioning issues + scrollbar thecozies 2024-01-19 13:06:06 -0600
  • 0a4ae48d24 WIP scaling UI RmlUi vertex resolution Mr-Wiseguy 2024-01-19 14:02:05 -0500
  • 340b838001 styled control options thecozies 2024-01-18 14:49:29 -0600
  • 3759688e72 add ability to disable mouse input with body attr thecozies 2024-01-17 10:21:26 -0600
  • 6460ae1bf9 removed registering useless events thecozies 2024-01-17 10:03:18 -0600
  • b3dbb9e9be track and share focused/hovered input rows thecozies 2024-01-17 09:54:13 -0600
  • d0e01cdec1 Add active_binding_input and active_binding_slot bindings in controls UI Mr-Wiseguy 2024-01-17 02:22:36 -0500
  • 23f0235996 auto 4:3 aspect for cont conf visual thecozies 2024-01-16 14:26:57 -0600
  • 6ebc7256eb Implemented rebinding inputs from UI (controller only so far) and built minimal UI for doing so Mr-Wiseguy 2024-01-15 21:06:52 -0500
  • 457bc878e9 Refactored input mapping state Mr-Wiseguy 2024-01-14 22:49:04 -0500
  • 8f3acd3623 Removed obsolete mask.svg Mr-Wiseguy 2024-01-13 01:42:16 -0500
  • ecfe2381b0 Prototype quicksave functionality, disabled for now Mr-Wiseguy 2024-01-13 01:39:08 -0500
  • a25f967094 set svg img color with menu item thecozies 2024-01-10 10:03:46 -0600
  • a06f98ab09 added clipped mm to intro bg thecozies 2024-01-10 10:03:10 -0600
  • d6e9d2e94d Add lunasvg and enable SVG support in RmlUi, fix color endianness for RmlUi generated images Mr-Wiseguy 2024-01-09 19:55:15 -0500
  • 6e771ba1bf adjust modal transparency for contrast thecozies 2024-01-08 10:06:59 -0600
  • f2ea206d15 fade-in window transition + faded bg overlay thecozies 2024-01-08 09:42:21 -0600
  • 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 Mr-Wiseguy 2024-01-08 03:38:05 -0500
  • 0609c82417 Fixed navigation in config menu Mr-Wiseguy 2024-01-08 03:34:06 -0500
  • 0fcc366a35 Hooked up controls and settings buttons in launcher Mr-Wiseguy 2024-01-08 01:28:50 -0500
  • 15ce3b194d Hooked 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
  • 098431d3e2 button sizing handles border thecozies 2024-01-07 18:26:40 -0600
  • 66adb00e53 updated button component and colors thecozies 2024-01-07 18:23:05 -0600
  • 1d16efc3f0 fixed typography sizing and related spacing thecozies 2024-01-07 16:11:17 -0600
  • 34b325b8ae adjust font size for the people thecozies 2024-01-07 15:51:27 -0600
  • 43340b9422 set default res to 1080 and dont hide cur doc before reload thecozies 2024-01-07 15:38:38 -0600
  • ccc240d255 new launcher and overall ui updates thecozies 2024-01-07 15:33:22 -0600
  • c26151cd6b Modified recomp UI event handling to allow event parameters using ":" as a delimiter Mr-Wiseguy 2024-01-07 02:03:12 -0500
  • 7a27d6555c updated conf menu styling thecozies 2024-01-06 18:04:28 -0600
  • 8510bb9109 Implemented RmlUi hack to replace color parsing so it uses 0-1 alpha instead of 0-255 Mr-Wiseguy 2024-01-06 16:08:15 -0500
  • 8e3c163594 added _old.scss and consolidate sass to recomp.rcss thecozies 2024-01-06 12:48:51 -0600
  • def9a39968 Fix cursors being created before SDL2 initialization Mr-Wiseguy 2024-01-06 13:02:58 -0500
  • 65fc7f9924 Fixed compilation errors on some machines Mr-Wiseguy 2024-01-02 14:56:32 -0500
  • 62e70ab0a1
    Merge pull request #2 from Mr-Wiseguy/sass-rework thecozies 2024-01-02 11:06:39 -0600
  • 8bb45dbacd remove outline and fix unknown box-sizing value thecozies 2024-01-02 10:56:19 -0600
  • 697604dcf6 remove sass source map thecozies 2024-01-02 09:10:46 -0600
  • 6af312470a init sass rework thecozies 2024-01-02 09:10:06 -0600
  • 31e9d729c2 Fixed missing function in input.cpp Mr-Wiseguy 2024-01-02 11:06:07 -0500
  • e9e42322f0 Refactored menu logic into MenuController interface, updated RT64 Mr-Wiseguy 2024-01-01 22:36:06 -0500
  • 09bacbe82c Hooked up graphics option menu to RT64, updated RT64 Mr-Wiseguy 2024-01-01 00:09:14 -0500
  • ac131c7835 More 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
  • 525092fd60 Cleaned up assets folder, added promptfont, started config menu UI Mr-Wiseguy 2023-12-29 16:49:26 -0500
  • c0abf1a203 Patch options button in file select to be a quit button instead, update RT64 and RmlUi Mr-Wiseguy 2023-12-27 17:56:26 -0500
  • fd29131b02 Update RT64 to fix vismono after coverage emulation changes Mr-Wiseguy 2023-12-26 13:47:22 -0500
  • 86e701440c Patch 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
  • 675719cdcf Fix bad scissor on A button text Mr-Wiseguy 2023-12-24 02:31:13 -0500
  • 899bbb205e Added origin adjustment for item equip animation in pause screen, disabled some WIP patches Mr-Wiseguy 2023-12-24 02:01:22 -0500
  • 1a6af79048 Fix some outdated comments about audio Mr-Wiseguy 2023-12-24 00:10:23 -0500
  • ed9e21c864 Update RT64 to fix UI alignment Mr-Wiseguy 2023-12-23 23:58:13 -0500
  • bce34bfe0f Simplify logic for audio resampling, fixes it on less ideal input/output sample rate ratios Mr-Wiseguy 2023-12-23 23:57:22 -0500
  • f2eeb00e09 Switched to manual resampling to avoid reopening SDL2 audio device which was causing stutters Mr-Wiseguy 2023-12-23 20:23:35 -0500
  • fc55b53655 Update RT64 for new barriers Mr-Wiseguy 2023-12-23 15:38:00 -0500
  • 32cb89ed76 Added MM decomp as submodule and added workaround file to avoid needing to build it Mr-Wiseguy 2023-12-18 19:26:47 -0500
  • 92a95eecc7 Add freetype binary git submodule to replace vcpkg Mr-Wiseguy 2023-12-18 19:10:15 -0500
  • a8e6cd112e Disable infinite magic cheat Mr-Wiseguy 2023-12-17 21:43:09 -0500
  • b3e4ab13ca Update RT64 to fix crash caused by offset scissors going into negative coordinate ranges Mr-Wiseguy 2023-12-17 21:25:49 -0500
  • 0a6b8d0da3 Add fullscreen shortcut Mr-Wiseguy 2023-12-17 16:32:13 -0500
  • 8612c95b0a Update RT64 to fix ghosting in title screen Mr-Wiseguy 2023-12-17 16:23:26 -0500
  • 73db5cb6d8 Fixed saving lockup caused by incorrect fields in message queue struct, updated RT64 Mr-Wiseguy 2023-12-17 15:39:46 -0500
  • 971d728169 Input refactor to allow arbitrary bindings Mr-Wiseguy 2023-12-13 02:06:56 -0500
  • b11e652a20 Map C-Up camera input to D-pad Up in dual analog mode Mr-Wiseguy 2023-12-03 23:35:17 -0500
  • 9391253c7e Tag matrix groups for actors Mr-Wiseguy 2023-12-03 19:32:27 -0500
  • a487014623 Made RT64 into a submodule, redid UI patching using new extended gbi alignment commands Mr-Wiseguy 2023-12-03 13:14:54 -0500
  • f5bbe1d784 Change touch in CMakeLists to use cmake command instead Mr-Wiseguy 2023-12-01 11:37:23 -0500
  • d71b86c1da Added WIP dual analog camera and widescreen UI patches Mr-Wiseguy 2023-12-01 10:56:20 -0500
  • ddaac3cd8f Pull in symbols from the decomp elf automatically when building the patches elf Mr-Wiseguy 2023-11-27 23:39:18 -0500
  • e0ac016936 Update RT64, split UI immutable sampler into its own descriptor set Mr-Wiseguy 2023-11-24 18:12:58 -0500
  • ec23ef02fd Added some more patch functionality, added recomp namespace Mr-Wiseguy 2023-11-24 17:10:21 -0500
  • 3b06ad52f0 Check RT64 initialization return status Mr-Wiseguy 2023-11-24 14:49:23 -0500
  • 5e4d826760 Add scss Mr-Wiseguy 2023-11-20 10:01:45 -0500
  • f324253052 Reorganized loose files in src into src/recomp folder Mr-Wiseguy 2023-11-12 20:09:29 -0500
  • 244d37e3c8 Renamed everything ultra related to "ultramodern" Mr-Wiseguy 2023-11-12 19:40:02 -0500
  • 8188aee2c1 Removed 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
  • 398988a961 Added function patching, began reorganizing UI code, added native file dialog library Mr-Wiseguy 2023-11-11 17:42:07 -0500
  • 91611c9c33 Delayed game start, made UI hot reload include all files, passed input events to UI Mr-Wiseguy 2023-11-05 14:34:20 -0500
  • 346e298eb1 Moved 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
  • 458ccd81fc Merged everything into one heap for the UI because copy descriptors isn't implemented yet Mr-Wiseguy 2023-11-02 01:57:50 -0400
  • 6fdf66b296 Integrated RmlUi, fully moved over to cmake Mr-Wiseguy 2023-11-02 01:20:12 -0400
  • dd30250623 Hooked up RT64 draw callbacks, fixed incorrect iobuf for reading ROM Mr-Wiseguy 2023-10-30 22:41:05 -0400
  • b457b3d19a Added release with debug info configuration for VS Mr-Wiseguy 2023-10-29 12:13:39 -0400
  • 352b28b1fd Added cmake build system Mr-Wiseguy 2023-10-28 15:46:14 -0400
  • 878b25a1f5 Removed use of basic_ifstream<uint8_t> to fix linux Mr-Wiseguy 2023-10-24 11:17:23 -0400
  • cdd397fe8f Restored old thread scheduler code Mr-Wiseguy 2023-10-23 18:01:29 -0400
  • 1037bb5206 Windows build fixes Mr-Wiseguy 2023-10-23 17:51:21 -0400
  • f361fddd3e More WIP linux work, upgraded libultra to include changes from BT recomp Mr-Wiseguy 2023-10-23 15:32:30 -0400
  • 2865ef758e Initial compile on linux Mr-Wiseguy 2023-10-23 15:03:05 -0400
  • 5b594048db Rewrote scheduler to use concurrent queues instead of atomic waits, added thread priorities Mr-Wiseguy 2023-07-07 14:21:06 -0400
  • 0fdfc5f7fe Build system & dependency refactoring Mr-Wiseguy 2023-06-22 18:29:55 -0400
  • 73308e3500 Removed most remaining platform-specific code Mr-Wiseguy 2023-04-27 18:16:27 -0400
  • e4dc4526f2 Fixed flash erase function implementations Mr-Wiseguy 2023-03-10 16:37:40 -0500