dcvz
4dc173aa2d
Save PDB
2024-10-07 21:19:08 +02:00
dcvz
60925e5768
update runners
2024-10-07 21:16:19 +02:00
Mr-Wiseguy
b9ea76847f
Disable identical code folding to prevent mods from conflicting with themselves due to merged functions
2024-10-07 01:35:56 -04:00
LittleCube
7bcb984347
add exports and events for moon crash save and owl save ( #487 )
...
* add exports and events for moon crash save and owl save
* fix recomp_on_owl_save event, add exports and callbacks for save loading
* add more flexible owl events
* add init event
* fix init event to not be terrible
* rename a couple events
* use deletes instead of resets
* use better names, add better annotations
* use full signature for event annotations
2024-10-04 00:01:23 -04:00
Mr-Wiseguy
4767424aee
Fix CI building the wrong target in the N64Recomp repo
2024-09-28 19:01:03 -04:00
Mr-Wiseguy
beeef1c7ef
Fix commit hash for N64Recomp
2024-09-28 18:23:19 -04:00
Mr-Wiseguy
26607e541f
Update runtime for custom mod content types and add RT64 texture pack support
2024-09-28 16:50:58 -04:00
Mr-Wiseguy
806d9bc848
Update runtime to add DLL search path, enable strict mode in patch recompilation
2024-09-27 00:57:49 -04:00
Mr-Wiseguy
1e792299c8
Update runtime after merge
2024-09-12 19:24:04 -04:00
Mr-Wiseguy
64793ef337
Update runtime for populating missing runtime pointers in offline compiled mods
2024-09-12 00:55:35 -04:00
Mr-Wiseguy
49517ff978
Update runtime to fix reference symbols
2024-09-12 00:10:29 -04:00
Mr-Wiseguy
9b6296871b
Update runtime after merge
2024-09-09 23:23:57 -04:00
Mr-Wiseguy
50536858c8
Update N64ModernRuntime for mod mips32 relocs and function lookups
2024-09-09 02:02:47 -04:00
Mr-Wiseguy
99dc216c75
Update runtime for mod loading on posix systems, enable all mods temporarily
2024-09-08 22:45:37 -04:00
Mr-Wiseguy
c2d7a47512
Update runtime and print mod authors and dependencies
2024-09-04 02:29:01 -04:00
Mr-Wiseguy
25e6ca6717
Update runtime to have mod list functionality
2024-09-03 00:04:17 -04:00
Mr-Wiseguy
cffda249a7
Update runtime for new mod manifest schema
2024-09-02 23:46:38 -04:00
Mr-Wiseguy
f4e8884de6
Parse version number from a string and provide it to the runtime
2024-09-02 20:04:25 -04:00
Mr-Wiseguy
a9bb035c0b
Update N64Recomp commit for CI
2024-09-02 12:04:14 -04:00
Mr-Wiseguy
5a8de31e82
Update modern runtime for mod support, add some exports and events in the patches
2024-09-02 12:02:03 -04:00
Mr-Wiseguy
d4a8cd351e
Removed shader cache
2024-09-02 12:02:02 -04:00
Mr-Wiseguy
d68a8063c4
Updated RT64 and enabled RT64 extended RDRAM mode
2024-09-02 12:02:02 -04:00
Wiseguy
af1404b83d
Fix commit of N64Recomp used by workflow ( #468 )
2024-08-16 10:15:20 -04:00
Wiseguy
83ecc68d18
Improve build times by using the recompiler to output multiple functions per file ( #465 )
...
* Update RT64 for many things, most notably re-spirv
* Improve build times by using the recompiler to output multiple functions per file
2024-08-16 09:50:01 -04:00
Wiseguy
7697a972a3
Update RT64 for many things, most notably re-spirv ( #463 )
2024-08-10 19:31:37 -04:00
Wiseguy
473b3d3d02
Add transform tagging for moths to fix their interpolation ( #460 )
...
Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
2024-08-09 23:43:43 -04:00
David Chavez
d782d3dcb9
chore(ci): finalize PR build artifacts ( #455 )
2024-08-01 21:00:38 +02:00
David Chavez
142b4d021b
chore(ci): further tweaks to PR description updates ( #454 )
2024-08-01 14:39:40 +02:00
David Chavez
6598da434e
chore(ci): link and update build artifacts for PRs ( #453 )
2024-08-01 13:02:35 +02:00
Mr-Wiseguy
3346400775
Fix message box being used by accident in preload_executable
2024-07-28 22:04:14 -04:00
Wiseguy
c90434962f
Preload executable into memory on Windows to prevent stutters ( #450 )
2024-07-28 22:00:39 -04:00
Wiseguy
9981b922dc
Fix .recomp_patch section functions not getting loaded ( #449 )
2024-07-28 21:43:14 -04:00
Wiseguy
528a22d86f
Update RT64 to fix compilation error from missing includes on some compilers ( #448 )
2024-07-28 12:10:07 -04:00
Wiseguy
4c2cc2003a
Opt out of constexpr mutex constructor on windows to prevent vcredist issues ( #444 )
2024-07-26 21:44:28 -04:00
Wiseguy
c21d55938b
Update RT64 for odd-sized HD texture mipmap fix ( #445 )
2024-07-26 18:57:22 -04:00
Reonu
5aa650bffa
Update RT64 for HD texture framework and DXIL linker ( #262 )
...
* WIP HD texture support
* Remove STB implementation as it's already defined in RT64
* Fix texcoords for seamless pause background patch
* Fix RT64 compilation error and temporarily disable shader cache
* Fix vertices for bottom strip in seamless pause background patch
* Update RT64 for mip preloading and alignment fixes
* Update RT64 for zipped texture pack support and fix CMake warning flags for clang-cl
* Update RT64 to have multiple pack loading and texture memory stats in the debugger
* Update RT64 to fix replace button crash
* Update to RT64 main as HD textures were merged and completely removed shader cache as it's not needed
---------
Co-authored-by: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com>
2024-07-25 23:08:23 -04:00
Wiseguy
a8a5e216fe
Tag all patches with the RECOMP_PATCH attribute in preparation for the recompiler's strict mode ( #441 )
2024-07-25 22:17:00 -04:00
Mr-Wiseguy
97912578e9
Fix patching error that resulted in the rewind button highlight being in the wrong position
2024-07-24 23:42:33 -04:00
Wiseguy
e35bb0700f
Fix bug where ocarina inputs are dropped right after taking out the ocarina ( #428 )
2024-07-08 16:33:33 -04:00
David Chavez
c7baa7ef8f
Fix ubuntu-18.04 workflow ( #429 )
2024-07-08 18:52:33 +02:00
briaguya
19d2e38499
Allow configuring menu accept/apply buttons ( #385 )
...
* feat: allow configuring menu accept/apply buttons
* Update assets/icons/Reset.svg
Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
---------
Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
2024-07-05 21:19:31 -04:00
Wiseguy
79fc56f1fd
Remove decomp elf dependency and automate patch relocations ( #419 )
...
* Changed patch recompilation to use new reference symbol functionality and removed all manual relocations
* Moved symbol tomls to submodule, switched from objcopy to recompiler output binary mechanism for patch recompilation
* Update N64Recomp commit in CI to symbol_reference_file branch
* Remove option in patches toml that doesn't exist
* Update N64Recomp to fix issue with pause screen cursor, fix some issues caused by patches and overlay function-local statics
* Disable unpaired lo16 warnings and update N64Recomp in CI
* Update build instructions to reflect that the decomp elf is no longer needed
2024-07-05 16:33:34 -04:00
Wiseguy
5e3aac4b45
Update README.md to add multilang support in upcoming features
2024-07-02 15:10:24 -04:00
Reonu
6dd618e5a4
Update RT64 to fix Nvidia Wayland crash ( #424 )
2024-07-01 17:37:21 -04:00
briaguya
208e3044fc
fix: use sdl userevent to set await_stick_return when scanning for input ( #413 )
2024-06-22 22:06:25 -04:00
danielryb
cbb5e8e7a4
Allow skipping Song of Soaring cutscene ( #409 )
2024-06-22 22:02:33 -04:00
Anghelo Carvajal
4abd0fe720
Update N64ModernRuntime and add debug game thread naming ( #408 )
2024-06-21 15:40:06 +02:00
David Chavez
07cfe51010
Update SDL2 version for remaining workflows ( #401 )
2024-06-17 13:10:34 +02:00
David Chavez
b086945b67
Add Blaze message to README ( #397 )
2024-06-17 00:51:21 +02:00
David Chavez
1a6a3b3082
CI: build on ubuntu-18.04 ( #346 )
2024-06-16 21:38:23 +02:00