284 Commits

Author SHA1 Message Date
Matt P 188cae51b4 start decompiling zNPCGoalRobo, Fodder code 2024-07-02 20:46:57 -05:00
Steven Casper d6c11ca131 Fix incorrect buttons parameter for menu fmvs 2024-07-02 21:13:30 -04:00
Steven Casper 61f1fe21da zParCmd equivalent (#286)
* Work on zParCmd

* zParCmd equivalent
2024-07-02 19:50:04 -05:00
Steven Casper 9131feea4b zUI close to equivalent (#285)
* Decomp zUI_Render

* zUI data and zUI_Render better

* Decomp remaining zUI data

* Fix zUI_PreUpdate/zUI_ScenePortalUpdate

* More closely matching zUI code

* Match zUI_PreUpdate with ternary trick
2024-07-01 22:01:43 -05:00
Seil Weiss b64e2c5283 Remove ASSIGNMENT_OPERATOR macro (#284)
* Remove ASSIGNMENT_OPERATOR macro

* Remove definitions of auto-generated assign ops
2024-07-01 17:18:26 -05:00
Thomas b20a50b35a Finish matching xIni (#283)
* Some work on matching xIni

* Finish matching xIni, use some variable names from seilweiss/rat

Co-authored-by: Seil Weiss <32021834+seilweiss@users.noreply.github.com>

* xIni: Add missing function prototypes

---------

Co-authored-by: Seil Weiss <32021834+seilweiss@users.noreply.github.com>
2024-06-30 09:43:30 -05:00
Matt P 51036b4794 change dist folder 2024-06-29 14:55:24 -05:00
Matt P 921ae4f925 test this 2024-06-29 14:52:27 -05:00
Matt P b5d838b378 test this 2024-06-29 14:23:26 -05:00
Matt P fa8491c58f save artifacts 2024-06-29 14:19:03 -05:00
Matt P 9ebf6e1c02 break out website job, save progress in artifact 2024-06-29 14:11:41 -05:00
Matt P 284bad155d add website building flow to build yml 2024-06-29 10:56:24 -05:00
Steven Casper 7569940939 fixup some zGameExtras stuff 2024-06-29 03:54:47 -04:00
Steven Casper 6a31e38cb6 zGameExtras 100% equivalent (#282) 2024-06-28 09:10:44 -05:00
Steven Casper 5925574e32 Decomp zCutsceneMgr Data 2024-06-28 06:02:02 -04:00
Steven Casper 606117aae6 zMenu 100% Equivalent (#279) 2024-06-27 18:47:54 -05:00
Steven Casper 6fea765381 zParPTank nearly equivalent. (#280)
* Start decomping zParPTank.cpp

* zParPTank nearly 100% equivalent.

Game crashes after leaving the main menu.
2024-06-27 18:46:46 -05:00
tgsm 89958ffe40 Finish matching xSurface 2024-06-27 18:11:25 -04:00
Steven Casper 2e4509c82c Add all include paths to decompctx.py 2024-06-25 16:35:29 -04:00
Thomas ff79744a3d Finish decompiling zTaxi & mark it as equivalent (#278) 2024-06-25 08:41:04 -05:00
tgsm 4f99f181b1 Remove unused padding in zRenderState and mark it as Matching 2024-06-25 03:37:38 -04:00
Steven Casper 02205f7cf0 Set ci wrapper to wibo
This will force ninja to use the system install of Wibo, which is now set to 0.6.11
2024-06-24 19:05:08 -04:00
Steven Casper 4462c6f0e5 Downgrade Wibo to 0.6.11
0.6.14 fails to run the linker properly. This should help linux users get the project
up and running.
2024-06-24 19:01:49 -04:00
Matt P 2a373feaa1 decomp tikiDyingCB, float issues 2024-06-24 09:52:08 -05:00
Steven Casper e23d1a3c28 zAnimList 100% Equivalent (#275)
Floating point scheduling is preventing a perfect match on
zAnimListInit.
2024-06-24 08:21:54 -05:00