Commit Graph

  • 359f8a9279 Update runtime for mod loading on posix systems, enable all mods temporarily Mr-Wiseguy 2024-09-08 22:45:37 -04:00
  • 60b8d58e73 Update runtime and print mod authors and dependencies Mr-Wiseguy 2024-09-04 02:29:01 -04:00
  • ea0cc6e6be Update runtime to have mod list functionality Mr-Wiseguy 2024-09-03 00:04:17 -04:00
  • e6892248c7 Update runtime for new mod manifest schema Mr-Wiseguy 2024-09-02 23:46:38 -04:00
  • be70a2a8f1 Parse version number from a string and provide it to the runtime Mr-Wiseguy 2024-09-02 20:00:47 -04:00
  • 2c23d5f29b Update N64Recomp commit for CI Mr-Wiseguy 2024-09-02 12:04:14 -04:00
  • ba39a73dca Update modern runtime for mod support, add some exports and events in the patches Mr-Wiseguy 2024-09-02 12:01:22 -04:00
  • cf1943fe6a Removed shader cache Mr-Wiseguy 2024-08-11 12:51:26 -04:00
  • 670bd61067 Updated RT64 and enabled RT64 extended RDRAM mode Mr-Wiseguy 2024-07-05 21:24:43 -04:00
  • def375711f Update PDB archive name chore/windows-ci-artefacts dcvz 2024-10-07 22:36:11 +02:00
  • 3db6913553 Update copy dcvz 2024-10-07 22:35:35 +02:00
  • 75219ffced Archive PDB separately dcvz 2024-10-07 22:11:42 +02:00
  • e7eaba9f01 Update copy on runners dcvz 2024-10-07 21:51:14 +02:00
  • 6f30893aa6 Build RelWithDebInfo dcvz 2024-10-07 21:50:59 +02:00
  • 4dc173aa2d Save PDB dcvz 2024-10-07 21:19:08 +02:00
  • 60925e5768 update runners dcvz 2024-10-07 21:16:19 +02:00
  • b9ea76847f Disable identical code folding to prevent mods from conflicting with themselves due to merged functions Mr-Wiseguy 2024-10-07 01:35:56 -04:00
  • 0d0f64e32f Fix ninja package name in Ubuntu build instructions (#482) lkoger 2024-10-06 12:07:26 -05:00
  • 7bcb984347 add exports and events for moon crash save and owl save (#487) LittleCube 2024-10-04 00:01:23 -04:00
  • 4be4c0f21d init mod menu + bem class + button presets thecozies 2024-09-13 10:13:52 -05:00
  • 47669a8880 Button config type + callback wip thecozies 2024-09-02 10:52:20 -05:00
  • 7991907b93 Added TextField option type thecozies 2024-08-07 09:20:43 -05:00
  • cb7122909e Added dropdown option type thecozies 2024-07-22 09:46:04 -05:00
  • 4f02b48cd5 Updated color option type styling thecozies 2024-07-11 12:38:22 -05:00
  • 21a71702a0 Move config registry/option to librecomp + added Color conf opt type thecozies 2024-07-11 12:33:03 -05:00
  • cb206c25d5 init config opt system w/ 3 types and description support thecozies 2024-06-28 09:36:40 -05:00
  • 4767424aee Fix CI building the wrong target in the N64Recomp repo Mr-Wiseguy 2024-09-28 19:01:03 -04:00
  • beeef1c7ef Fix commit hash for N64Recomp Mr-Wiseguy 2024-09-28 18:23:19 -04:00
  • 26607e541f Update runtime for custom mod content types and add RT64 texture pack support Mr-Wiseguy 2024-09-28 16:50:58 -04:00
  • 806d9bc848 Update runtime to add DLL search path, enable strict mode in patch recompilation Mr-Wiseguy 2024-09-27 00:57:49 -04:00
  • 1e792299c8 Update runtime after merge Mr-Wiseguy 2024-09-12 19:24:04 -04:00
  • 64793ef337 Update runtime for populating missing runtime pointers in offline compiled mods Mr-Wiseguy 2024-09-12 00:55:35 -04:00
  • 49517ff978 Update runtime to fix reference symbols Mr-Wiseguy 2024-09-12 00:10:29 -04:00
  • 9b6296871b Update runtime after merge Mr-Wiseguy 2024-09-09 23:23:57 -04:00
  • 50536858c8 Update N64ModernRuntime for mod mips32 relocs and function lookups Mr-Wiseguy 2024-09-09 02:02:47 -04:00
  • 99dc216c75 Update runtime for mod loading on posix systems, enable all mods temporarily Mr-Wiseguy 2024-09-08 22:45:37 -04:00
  • d99a84f04f Fix strict mode validation failure in latest N64Recomp version and update N64Recomp commit in github workflow Mr-Wiseguy 2024-09-06 16:46:43 -04:00
  • c2d7a47512 Update runtime and print mod authors and dependencies Mr-Wiseguy 2024-09-04 02:29:01 -04:00
  • 25e6ca6717 Update runtime to have mod list functionality Mr-Wiseguy 2024-09-03 00:04:17 -04:00
  • cffda249a7 Update runtime for new mod manifest schema Mr-Wiseguy 2024-09-02 23:46:38 -04:00
  • f4e8884de6 Parse version number from a string and provide it to the runtime Mr-Wiseguy 2024-09-02 20:00:47 -04:00
  • a9bb035c0b Update N64Recomp commit for CI Mr-Wiseguy 2024-09-02 12:04:14 -04:00
  • 5a8de31e82 Update modern runtime for mod support, add some exports and events in the patches Mr-Wiseguy 2024-09-02 12:01:22 -04:00
  • d4a8cd351e Removed shader cache Mr-Wiseguy 2024-08-11 12:51:26 -04:00
  • d68a8063c4 Updated RT64 and enabled RT64 extended RDRAM mode Mr-Wiseguy 2024-07-05 21:24:43 -04:00
  • af1404b83d Fix commit of N64Recomp used by workflow (#468) Wiseguy 2024-08-16 10:15:20 -04:00
  • 83ecc68d18 Improve build times by using the recompiler to output multiple functions per file (#465) Wiseguy 2024-08-16 09:50:01 -04:00
  • 7697a972a3 Update RT64 for many things, most notably re-spirv (#463) Wiseguy 2024-08-10 19:31:37 -04:00
  • 473b3d3d02 Add transform tagging for moths to fix their interpolation (#460) Wiseguy 2024-08-09 23:43:43 -04:00
  • d782d3dcb9 chore(ci): finalize PR build artifacts (#455) David Chavez 2024-08-01 21:00:38 +02:00
  • 142b4d021b chore(ci): further tweaks to PR description updates (#454) David Chavez 2024-08-01 14:39:40 +02:00
  • 6598da434e chore(ci): link and update build artifacts for PRs (#453) David Chavez 2024-08-01 13:02:35 +02:00
  • 3346400775 Fix message box being used by accident in preload_executable Mr-Wiseguy 2024-07-28 22:04:14 -04:00
  • c90434962f Preload executable into memory on Windows to prevent stutters (#450) Wiseguy 2024-07-28 22:00:39 -04:00
  • 9981b922dc Fix .recomp_patch section functions not getting loaded (#449) Wiseguy 2024-07-28 21:43:14 -04:00
  • 528a22d86f Update RT64 to fix compilation error from missing includes on some compilers (#448) Wiseguy 2024-07-28 12:10:07 -04:00
  • 4c2cc2003a Opt out of constexpr mutex constructor on windows to prevent vcredist issues (#444) Wiseguy 2024-07-26 21:44:28 -04:00
  • c21d55938b Update RT64 for odd-sized HD texture mipmap fix (#445) Wiseguy 2024-07-26 18:57:22 -04:00
  • 5aa650bffa Update RT64 for HD texture framework and DXIL linker (#262) Reonu 2024-07-26 04:08:23 +01:00
  • a8a5e216fe Tag all patches with the RECOMP_PATCH attribute in preparation for the recompiler's strict mode (#441) Wiseguy 2024-07-25 22:17:00 -04:00
  • 97912578e9 Fix patching error that resulted in the rewind button highlight being in the wrong position Mr-Wiseguy 2024-07-24 23:42:33 -04:00
  • e35bb0700f Fix bug where ocarina inputs are dropped right after taking out the ocarina (#428) Wiseguy 2024-07-08 16:33:33 -04:00
  • c7baa7ef8f Fix ubuntu-18.04 workflow (#429) David Chavez 2024-07-08 18:52:33 +02:00
  • 19d2e38499 Allow configuring menu accept/apply buttons (#385) briaguya 2024-07-06 03:19:31 +02:00
  • 79fc56f1fd Remove decomp elf dependency and automate patch relocations (#419) Wiseguy 2024-07-05 16:33:34 -04:00
  • 5e3aac4b45 Update README.md to add multilang support in upcoming features Wiseguy 2024-07-02 15:10:24 -04:00
  • 6dd618e5a4 Update RT64 to fix Nvidia Wayland crash (#424) Reonu 2024-07-01 22:37:21 +01:00
  • 208e3044fc fix: use sdl userevent to set await_stick_return when scanning for input (#413) briaguya 2024-06-22 22:06:25 -04:00
  • cbb5e8e7a4 Allow skipping Song of Soaring cutscene (#409) danielryb 2024-06-23 04:02:33 +02:00
  • 4abd0fe720 Update N64ModernRuntime and add debug game thread naming (#408) Anghelo Carvajal 2024-06-21 09:40:06 -04:00
  • 07cfe51010 Update SDL2 version for remaining workflows (#401) David Chavez 2024-06-17 13:10:34 +02:00
  • b086945b67 Add Blaze message to README (#397) David Chavez 2024-06-17 00:51:21 +02:00
  • c3668d02d4 Merge branch 'dev' into chore/ci-windows-test chore/ci-windows-test David Chavez 2024-06-16 21:56:55 +02:00
  • 1a6a3b3082 CI: build on ubuntu-18.04 (#346) David Chavez 2024-06-16 21:38:23 +02:00
  • 19fcd9bf31 Update to latest N64ModernRuntime (#392) David Chavez 2024-06-12 09:40:14 +02:00
  • 0a5a067ac0 Build and run N64Recomp in CMake exploration/recomp-cmake dcvz 2024-06-11 23:44:20 +02:00
  • b31cf0a76b Update N64ModernRuntime submodule url (#389) David Chavez 2024-06-10 16:50:54 +02:00
  • 0e31d3b582 CI: Match SDL across platforms and centralize versions (#383) David Chavez 2024-06-09 01:42:15 +02:00
  • 22520873c5 Attempt what VS does now dcvz 2024-06-07 10:40:34 +02:00
  • 2607c8098f ci: download sdl from gh release url (#381) briaguya 2024-06-08 15:09:08 -04:00
  • e819c62da2 ci: fix windows builds (#375) David Chavez 2024-06-07 10:39:47 +02:00
  • b0d0cab6c2 feat: support portable mode (#368) briaguya 2024-06-05 19:59:43 -04:00
  • 1c00519938 fix: enable key repeat in rmlui menu (#364) briaguya 2024-06-05 07:03:06 -04:00
  • 030d793056 Update to support latest N64Recomp - Silence warnings in CMake (#358) David Chavez 2024-06-05 07:58:24 +02:00
  • bec699f0bd Migrate to N64ModernRuntime (#354) David Chavez 2024-06-05 01:12:43 +02:00
  • 6e9ee3498b CI: Pin N64Recomp version to use (#353) David Chavez 2024-06-03 21:39:20 +02:00
  • 4d682fac8a Bump version number to 1.1.1 (#343) v1.1.1 Wiseguy 2024-06-02 16:29:13 -04:00
  • d1f5ff3bba Use shader cache in artefacts (#272) David Chavez 2024-06-02 20:18:50 +02:00
  • 9ab97993e1 Update RT64 for AMD RDNA3 workaround and shader counts in debugger (#314) Wiseguy 2024-06-02 13:47:03 -04:00
  • 49baa68ea1 Fix bug with saving error detection, changed saving error message Mr-Wiseguy 2024-06-02 12:01:30 -04:00
  • db1def4280 CI: Enable internal workflow for pushes on dev (#341) David Chavez 2024-06-02 17:45:01 +02:00
  • 7d3ae05436 Add shield aiming inversion (#338) Reonu 2024-06-02 15:46:08 +01:00
  • 763c714653 CI: Split workflow execution paths (#337) David Chavez 2024-06-02 16:34:25 +02:00
  • ce406e9c5d Use file backup system for config files (#335) Wiseguy 2024-06-01 17:22:33 -04:00
  • 3e5efc935e Start the Wart boss fight if the player looks up with analog cam (#308) Reonu 2024-05-30 18:31:09 +01:00
  • a3d287575d Enhanced analog cam behavior when spike rolling or in a deku flower (#306) thecozies 2024-05-30 10:34:10 -05:00
  • 8319d97ad1 Make the ocarina work with the dpad (#311) Reonu 2024-05-30 15:53:43 +01:00
  • b6b3bca731 Update issue template with questions for glitches and driver versions (#284) Reonu 2024-05-27 15:54:10 +01:00
  • 95b7a64f1c CI: Build aarch64 linux (#249) David Chavez 2024-05-27 12:33:15 +02:00
  • 790b10a4b4 Fixed swapped descriptions in general config menu Mr-Wiseguy 2024-05-26 15:28:34 -04:00