39 Commits

Author SHA1 Message Date
Wiseguy
b5360b0546 1.2.1 Changes (#625)
* Update runtime for hook and callback sorting, update version number

* Actually update version number

* Automatically open mods menu when dragging a mod which also prevents issues when installing a mod from the launcher menu

* Update RT64 to add texture pack shift configuration and fix minimized memory leak

* Update runtime for return hook getter exports

* Actually update rt64

* Update RT64 to fix texture pack ordering

* Implement optional dependencies, fix memory slotmaps, bump version number to 1.2.1-dev

* Add command-line option to show console output on Windows. (#632)

* Add new raphnet adapter revision to controller DB

* Add another mayflash N64 adapter to the controller database file

* Update runtime after merge for optional dependencies

* Update runtime for optional dependency mod callback fix

* Add mayflash magic NS to controller database

* Update RT64 for extended address fix and x11 dependency removal

* Update RT64 to fix build issue caused by x11

* Update runtime to remove unnnecessary x11 includes

* Fix more x11 define compilation issues

* Fix the x86-64 CPU requirement listing in the readme (#634)

* Transform tagging for keaton grass tornado

* Interpolation for sword trails

* Switch RT64 to gEXVertex fix branch (temporary until merge)

* Add 8bitdo 64 bluetooth controller to database

* Add export to get bowstring transform ID

* Update RT64 to fix linux dev mode menu and texture streaming race condition

* Fix all the interpolation glitches in the Gibdo Mask cutscene (#641)

* Fix the actor extension API breaking when registering an extension for actor type 0 first

* Remove slotmap submodule and integrate header directly after submodule URL changed

* Transform tagging for ObjGrass

* Adding autosave events. (#611)

* Adding autosave events. Dead simple.

* Update autosaving.c to include @recomp_event comments

* Prevent autosaves during minigames and fix holding powder keg on autosave load (#640)

* Update runtime for more accurate VI and switch to improved pacing RT64 branch (#644)

* Update runtime for more accurate VI and switch to improved pacing RT64 branch

* Update N64ModernRuntime and RT64 after merge

* Update recompiler to match runtime symbol list

* Remove unused gibdo patch file

---------

Co-authored-by: Darío <dariosamo@gmail.com>
Co-authored-by: Reonu <15913880+Reonu@users.noreply.github.com>
2025-08-15 21:31:57 -04:00
Wiseguy
01bccb9059 1.2.0 (#579) 2025-05-04 11:25:23 -04:00
Wiseguy
983d7f43f8 1.2 Release Candidate (#572)
* Remove dummy description for mod config options

* Tag release candidate version

* Apply min width to element triggering rmlui assert (#573)

* Restore 0th day (#574)

* Handle controller up events even while binding inputs to avoid spamming the bind button

* Add MouseButton UI event and use it to fix focus issue on radio, also fix sliders not moving until mouse is released

* Bump version string to 1.2.0-rc2

* mod configure menu description padding set to 16

* Added the ability for focus to set the current mod config option description (#576)

* Added the ability for focus to set the current mod config option description

* add focus to text input

* only clear description if element matches

* Fix race condition crash when setting element text, bump version to 1.2.0-rc3

* Revert "Fix race condition crash when setting element text, bump version to 1.2.0-rc3"

This reverts commit 4934a04d8a.

* Defer setting an element's text if it has children to fix race condition crash, bump version to 1.2.0-rc3

* Defer remaining set_text calls to prevent another race conditionresource

* Update runtime to fix some issues that could happen after mod conflicts
and bump version to 1.2.0-rc4

* Update runtime to fix regenerated functions using the wrong event index and bump version to 1.2.0-rc5

* Add support for suffixed .so. files. Also prevent dropping extracted dynamic libraries.

* Update RT64 commit to fix cstdint include for re-spirv.

* Bump version to rc6.

* Dummy commit to fix CI bot

* Use compile-time macro for Flatpak instead.

* Rename macro.

* Bump version to 1.2.0-rc7

* Fix define on flatpak, add cwd behavior.

* Temporarily disable current working dir code.

* Add the cmake option for flatpak.

* Bump version to 1.2.0-rc8

* Update MacPorts. (#578)

* Update MacPorts.

* Try GitHub runner.

* Deselect universal, return to blaze.

* pull universal libiconv first

* Fix controller nav issues in config menu, bump version to 1.2.0-rc9

---------

Co-authored-by: thecozies <79979276+thecozies@users.noreply.github.com>
Co-authored-by: LittleCube <littlecubehax@gmail.com>
Co-authored-by: Dario <dariosamo@gmail.com>
2025-05-04 10:33:10 -04:00
Darío
14f92c41ab Flatpak support. (#569)
* Add flatpak support.

* Add gamepad to supported controls list in flatpak metainfo

---------

Co-authored-by: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com>
2025-04-28 23:36:25 -04:00
David Chavez
8ec7b282e3 Use custom controller db mappings (#425)
* Use custom controller db mappings

* Update controller database.

* Update lunasvg to increase its minimum cmake version

* Remove errant cmakelists change that was originally for a newer RmlUi version

* Fix apple bundle command referencing the old game controller db filename

* Readd cmakelists change for static lunasvg but with correct RmlUi library name

---------

Co-authored-by: Dario <dariosamo@gmail.com>
Co-authored-by: Mr-Wiseguy <mrwiseguyromhacking@gmail.com>
Co-authored-by: Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com>
2025-04-23 22:10:39 -04:00
Wiseguy
21a6f4046f Download full target build of llvm in CI Windows runners to fix missing MIPS support and update N64Recomp CI commit (#549) 2025-03-14 18:11:29 -04:00
David Chavez
25e7b31228 Add macOS Support (#537) 2025-03-14 21:07:07 +01:00
Wiseguy
91db87632c Mod Support (#499)
Integrates the modding functionality in N64ModernRuntime and adds several exported functions for mods to use. Also adds a ROM decompressor so that the runtime has access to the uncompressed code in the ROM for hooking purposes.
2025-02-14 18:38:10 -05:00
Mr-Wiseguy
d99a84f04f Fix strict mode validation failure in latest N64Recomp version and update N64Recomp commit in github workflow 2024-09-06 16:56:58 -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
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
David Chavez
c7baa7ef8f Fix ubuntu-18.04 workflow (#429) 2024-07-08 18:52:33 +02: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
David Chavez
07cfe51010 Update SDL2 version for remaining workflows (#401) 2024-06-17 13:10:34 +02:00
David Chavez
1a6a3b3082 CI: build on ubuntu-18.04 (#346) 2024-06-16 21:38:23 +02:00
David Chavez
0e31d3b582 CI: Match SDL across platforms and centralize versions (#383) 2024-06-09 01:42:15 +02:00
briaguya
2607c8098f ci: download sdl from gh release url (#381) 2024-06-08 21:09:08 +02:00
David Chavez
e819c62da2 ci: fix windows builds (#375) 2024-06-07 10:39:47 +02:00
briaguya
b0d0cab6c2 feat: support portable mode (#368) 2024-06-06 01:59:43 +02:00
David Chavez
030d793056 Update to support latest N64Recomp - Silence warnings in CMake (#358) 2024-06-05 07:58:24 +02:00
David Chavez
bec699f0bd Migrate to N64ModernRuntime (#354) 2024-06-05 01:12:43 +02:00
David Chavez
6e9ee3498b CI: Pin N64Recomp version to use (#353) 2024-06-03 21:39:20 +02:00
David Chavez
d1f5ff3bba Use shader cache in artefacts (#272) 2024-06-02 14:18:50 -04:00
David Chavez
db1def4280 CI: Enable internal workflow for pushes on dev (#341) 2024-06-02 17:45:01 +02:00
David Chavez
763c714653 CI: Split workflow execution paths (#337) 2024-06-02 10:34:25 -04:00
Wiseguy
ce406e9c5d Use file backup system for config files (#335)
* Use file backup system for config files

* Add -fexceptions to windows cxxflags in workflow
2024-06-01 17:22:33 -04:00
Reonu
b6b3bca731 Update issue template with questions for glitches and driver versions (#284) 2024-05-27 15:54:10 +01:00
David Chavez
95b7a64f1c CI: Build aarch64 linux (#249) 2024-05-27 12:33:15 +02:00
David Chavez
02a774e4ff Reuse icon for AppImage (#248) 2024-05-23 09:03:09 +02:00
qurious-pixel
26f5fcc952 AppImage (#231) 2024-05-22 10:55:12 +02:00
David Chavez
0b609752ce CI: Enable secrets on forks with approval (#227) 2024-05-20 22:55:59 +02:00
David Chavez
3f9478c7e6 CI: Allow whole ZRE repo to be replaceable (#182) 2024-05-18 22:35:13 +02:00
David Chavez
511fca8393 Bundle missing dll’s & tar linux archive (#180) 2024-05-18 16:38:38 +02:00
David Chavez
7e8782c114 Building Instructions & CI (#178)
Co-authored-by: Mr-Wiseguy <mrwiseguyromhacking@gmail.com>
2024-05-18 04:23:48 +02:00
Mr-Wiseguy
abbf090153 Update bug_report.md 2024-05-14 10:18:14 -04:00
Mr-Wiseguy
82c449045f Update issue templates 2024-05-10 00:22:09 -04:00