Commit Graph

  • c93481e0d1
    Merge 3fe39b5110011ca0a3e6092d2743a3ec41e00adc into 0e96cc3dc968bcacaa156ea2c2db6032fc573f62 David Chavez 2025-04-17 03:33:48 +00:00
  • 3fe39b5110
    Readd cmakelists change for static lunasvg but with correct RmlUi library name chore/custom-controller-db Wiseguy 2025-04-16 23:33:44 -04:00
  • a362324b49
    Fix apple bundle command referencing the old game controller db filename Wiseguy 2025-04-16 23:30:30 -04:00
  • f12e81002c
    Remove errant cmakelists change that was originally for a newer RmlUi version Wiseguy 2025-04-16 23:18:23 -04:00
  • 11170491b5 Focused state for mod entry. mod-ui-nav-fixes Dario 2025-04-16 20:28:23 -03:00
  • deb2c63478 Fixing navigation of mods menu. Dario 2025-04-16 18:53:13 -03:00
  • b507418e66 Update lunasvg to increase its minimum cmake version Mr-Wiseguy 2025-04-03 03:26:26 -04:00
  • 4dd5096346
    Merge 3cbc871194b095d1c85f53bffc141b1ab2011ff8 into 0e96cc3dc968bcacaa156ea2c2db6032fc573f62 Wiseguy 2025-04-16 20:16:12 +00:00
  • 3cbc871194 Repeat key events when holding down controller inputs for UI navigation mod-ui Mr-Wiseguy 2025-04-16 16:15:59 -04:00
  • afc880521c Manual navigation in UI framework and WIP mod menu navigation Mr-Wiseguy 2025-04-16 16:15:37 -04:00
  • 6166fffc99 Add mod export for loading UI image from bytes (png/dds) Mr-Wiseguy 2025-04-16 16:13:49 -04:00
  • 73f3de6997 Update controller database. Dario 2025-04-16 17:07:56 -03:00
  • d7a50cd086 Use custom controller db mappings dcvz 2024-07-01 09:28:18 +02:00
  • dcaace5b3f Fix missing list header include in zelda_support.h Wiseguy 2025-04-15 23:25:31 -04:00
  • 55bfc0153a Use a multiple file select dialog for mod install button Mr-Wiseguy 2025-04-14 17:18:13 -04:00
  • e44abf27cb Fix the previous scissor state bleeding when drawing the RmlUi output onto the swapchain buffer Mr-Wiseguy 2025-04-14 03:13:35 -04:00
  • 67e1ddb70b Implement navigation and focus styling for new UI framework (no manual overrides yet) Mr-Wiseguy 2025-04-13 22:19:16 -04:00
  • 0b48ab9324 Update runtime to allow NULL recomp_free Mr-Wiseguy 2025-04-13 22:09:49 -04:00
  • f38d1c7869 Update runtime to fix default value of enabled_by_default Mr-Wiseguy 2025-04-09 20:16:59 -04:00
  • 6411f6a935 Add exports for stars' display lists (#563) danielryb 2025-04-09 22:48:34 +02:00
  • 0e96cc3dc9
    Add exports for stars' display lists (#563) dev danielryb 2025-04-09 22:48:34 +02:00
  • 8440ba08d8 add exports for stars' display lists danielryb 2025-04-09 21:50:42 +02:00
  • 5261f9061c Update runtime for mod default enabled state Mr-Wiseguy 2025-04-09 04:36:04 -04:00
  • 7407bebf6e Add special config option id to control texture pack state for code mods Mr-Wiseguy 2025-04-09 03:51:26 -04:00
  • 8382fa3d65 Update runtime for mod API to get save file path Mr-Wiseguy 2025-04-09 01:15:35 -04:00
  • 46f5e2d279 Update RT64 for v5 texture hash Mr-Wiseguy 2025-04-09 00:26:32 -04:00
  • 1707685803
    Updated mod list styling (#561) thecozies 2025-04-08 18:19:28 -05:00
  • 76d4f1bb95 mod entry max height thecozies 2025-04-08 18:05:09 -05:00
  • 6e19d28ba3 Apply recomp.rcss to mod UI contexts (fixes scrolls) Mr-Wiseguy 2025-04-08 18:56:49 -04:00
  • a95be8496b Updated mod list styling thecozies 2025-04-08 10:03:02 -05:00
  • 7d6d40f196 Update runtime for save swapping mod API Mr-Wiseguy 2025-04-08 02:21:35 -04:00
  • a93d0d6836 Update runtime for mod version export Mr-Wiseguy 2025-04-08 01:06:08 -04:00
  • d614634bf1 Add mod UI API exports for slider, password input, and label radio and expose RmlUi debugger on F8 Mr-Wiseguy 2025-04-07 21:46:53 -04:00
  • 1c6f445503 Implement texture pack reordering Mr-Wiseguy 2025-04-06 22:26:49 -04:00
  • 930580089e Update runtime to fix renderer shutdown race condition Mr-Wiseguy 2025-04-06 19:44:11 -04:00
  • d646d781ef Add mod install button, put mod description in scroll container, minor mod menu tweaks Mr-Wiseguy 2025-04-06 17:01:38 -04:00
  • f1a7a1674b Replace use of std::bind with lambdas Mr-Wiseguy 2025-04-06 15:20:50 -04:00
  • a0bd63f725 Switch to aggregate initialization for Version to work around missing implicit constructor on some compilers Mr-Wiseguy 2025-04-06 04:17:07 -04:00
  • 5ec43a1182 Remove std::format usage and add missing <list> includes to fix Linux/MacOS compilation Mr-Wiseguy 2025-04-06 04:09:10 -04:00
  • 11c84659cf Finish drag and drop mod installation, disable mod refresh button and code mod toggle when game starts Mr-Wiseguy 2025-04-06 03:57:50 -04:00
  • 75c3669961 Fix to dynamic lib path and runtime commit. Dario 2025-03-30 18:26:54 -03:00
  • d259e6848a DnD prototype. Dario 2025-03-30 18:07:22 -03:00
  • 27db2aeaa0 Reimplement prompts as a separate UI context and make it so the quit game prompt doesn't bring up the config menu Mr-Wiseguy 2025-04-04 04:35:06 -04:00
  • 470644e700 Update RT64 to fix failed assert with MSAA off Mr-Wiseguy 2025-04-03 23:38:27 -04:00
  • ece40ce217 Update RT64 to fix failed assert with MSAA off Mr-Wiseguy 2025-04-03 23:37:51 -04:00
  • 4abb47fcff Update RT64 to fix failed assert when MSAA is off Mr-Wiseguy 2025-04-03 21:37:37 -04:00
  • 5f128e2ac1 Add missing typename to fix compilation on some compilers Mr-Wiseguy 2025-04-03 03:50:15 -04:00
  • 1a6471a3a8 Switch to runtime concatenation of function name in data API error reporting to fix Linux compilation issue Mr-Wiseguy 2025-04-03 03:42:04 -04:00
  • d15d448d80 Update lunasvg to increase its minimum cmake version Mr-Wiseguy 2025-04-03 03:26:26 -04:00
  • d2c8429100 Implement data structure mod APIs Mr-Wiseguy 2025-04-03 02:35:59 -04:00
  • 6570e42af4 Implement data structure mod APIs Mr-Wiseguy 2025-04-03 02:35:59 -04:00
  • ea370ccf83 Fix to dynamic lib path and runtime commit. mod-ui-dnd Dario 2025-03-30 18:26:54 -03:00
  • efb3fe4fbc DnD prototype. Dario 2025-03-30 18:07:22 -03:00
  • d38932b15e Update RT64 for intel mesa workaround Mr-Wiseguy 2025-03-25 19:14:01 -04:00
  • cdde3d47bb Update RT64 to enable early Z test shader optimization Mr-Wiseguy 2025-03-25 19:02:11 -04:00
  • fd16c379ff
    Use Application Support directory on macOS. (#553) squidbus 2025-03-25 09:22:48 -07:00
  • 686a0580be Update RT64 to enable early Z test optimization Mr-Wiseguy 2025-03-23 23:05:52 -04:00
  • 24d166029f Update runtime to allow renderers to choose the graphics API Mr-Wiseguy 2025-03-23 22:08:29 -04:00
  • 95b462e9e5 Merge remote-tracking branch 'origin/dev' into mod-ui Mr-Wiseguy 2025-03-23 22:00:50 -04:00
  • 8da41d97f6 Update RT64 and allow it to choose the graphics API when set to Auto Mr-Wiseguy 2025-03-23 21:54:03 -04:00
  • d0f71b7bab Add macOS save path to README. squidbus 2025-03-23 12:28:17 -07:00
  • 1febaab9c7 Use Application Support directory on macOS. squidbus 2025-03-23 11:00:26 -07:00
  • 3d3524ffe7
    Fix portable mode on macOS (#552) squidbus 2025-03-23 12:23:44 -07:00
  • 880f023f01 Update RT64 for depth clear optimization and more native sampler changes Mr-Wiseguy 2025-03-23 14:53:19 -04:00
  • eead6db017 Remove translocated bundle handling. squidbus 2025-03-23 11:37:18 -07:00
  • 0aff04ba4b Fix portable mode on macOS. squidbus 2025-03-23 03:42:23 -07:00
  • 12276d6c9e Update RT64 to fix native sampler issues with tile copies Mr-Wiseguy 2025-03-22 18:02:08 -04:00
  • 6a0dd85b49 Update RT64 for driver bug workarounds and misc fixes Mr-Wiseguy 2025-03-22 15:23:08 -04:00
  • 186e7e7b54 Switch to designated initializers to work around missing aggregate initialization compiler support Mr-Wiseguy 2025-03-21 03:17:42 -04:00
  • d45c4f7236 Created mod UI API functions for imageview elements Mr-Wiseguy 2025-03-21 03:07:57 -04:00
  • d094b89844 Merge branch 'plume' of https://github.com/Mr-Wiseguy/Zelda64Recomp into plume plume Dario 2025-03-17 20:09:16 -03:00
  • 530d5f9a25 Update RT64. Dario 2025-03-17 20:09:06 -03:00
  • d02367c1a3 Update RT64 David Chavez 2025-03-16 21:19:46 +01:00
  • 1c8668fb65
    Update RT64 for MacOS Intel GPU support and region resolve fix (#550) David Chavez 2025-03-15 19:25:29 +01:00
  • a94c343336 fix(metal): intel & region resolve David Chavez 2025-03-15 16:57:35 +01:00
  • 9284346fe2 Set the blender description manually for the UI renderer Mr-Wiseguy 2025-03-15 00:23:54 -04:00
  • 436c218353 Update RT64. Dario 2025-03-15 01:02:43 -03:00
  • 4f054171d5 Update RT64. Dario 2025-03-14 22:36:21 -03:00
  • 7ce8902b54 Take two on fixing the commit. Dario 2025-03-14 21:54:27 -03:00
  • 21a4e3c0b1 Point to the right runtime. Dario 2025-03-14 21:43:01 -03:00
  • f6534e4c43 Update runtime and RT64. Dario 2025-03-14 21:16:24 -03:00
  • c6d77fe5ca
    Fix link to decompress_baserom.py in Building documentation (#548) Hugo Locurcio 2025-03-14 23:12:09 +01:00
  • 21a6f4046f
    Download full target build of llvm in CI Windows runners to fix missing MIPS support and update N64Recomp CI commit (#549) Wiseguy 2025-03-14 18:11:29 -04:00
  • 6d105ecbec Fixes for macOS David Chavez 2025-03-14 23:00:12 +01:00
  • 5184df7cd2 Download full target build of llvm in CI Windows runners to fix missing MIPS support and update N64Recomp CI commit Mr-Wiseguy 2025-03-05 22:17:50 -05:00
  • dcc42fc596 Fix compilation after rebase Mr-Wiseguy 2025-03-14 17:45:46 -04:00
  • 51c6263f13 Fix errant RML tag in mod menu and insert breaks for newlines when setting element text Mr-Wiseguy 2025-03-12 00:06:48 -04:00
  • bb10d5d090 Created mod UI API functions for setting visibility, setting text, and destroying elements Mr-Wiseguy 2025-03-11 19:05:25 -04:00
  • 2dffaf6148 Implement controlling input capturing for mod UI contexts Mr-Wiseguy 2025-03-10 00:52:11 -04:00
  • 7261c055a1 Enable triple buffering in RT64 (#546) Wiseguy 2025-03-08 14:43:45 -05:00
  • 810d0a7953 Download full target build of llvm in CI Windows runners to fix missing MIPS support and update N64Recomp CI commit Mr-Wiseguy 2025-03-05 22:17:50 -05:00
  • 0554a8aeb7 Patch virtual address translation to support entire extended RAM address space (#533) Wiseguy 2025-03-05 20:01:03 -05:00
  • 3863c954c2 Implement label and textinput in mod UI API Mr-Wiseguy 2025-03-04 19:44:02 -05:00
  • 06250b2a4e Zero the memory allocated to hold extended actor data Mr-Wiseguy 2025-02-22 14:21:21 -05:00
  • 59fd5f5b42 Implement actor extension data and use it for transform tagging Mr-Wiseguy 2025-02-21 00:07:13 -05:00
  • cf38205f0b Implemented mod UI callbacks Mr-Wiseguy 2025-02-20 02:34:53 -05:00
  • eb45326008 Expose remaining property setters to mod UI API Mr-Wiseguy 2025-02-17 03:29:56 -05:00
  • 3f29349488 Add actor update/init events and save init event (#536) Garrett Cox 2025-02-16 22:51:04 -06:00
  • 5433254f4b Unify API function naming scheme and export relevant API functions Mr-Wiseguy 2025-02-12 19:08:50 -05:00
  • 02f6f41c20 Add a state for when no mods are installed. Dario 2025-02-01 12:49:02 -03:00