Commit Graph
268 Commits
Author SHA1 Message Date
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
Steven Casper bf8ae516ef zSaveLoad 100% Equivalent (#276)
Matches zSaveLoad_CardCheckSlotOverwrite and Fixes some small
errors with remaining non-matching functions.

Also enables -common compiler flag to get the correct data sections.
2024-06-24 08:10:55 -05:00
Steven Casper bbb1ce2b6b Decomp zActionLine data 2024-06-23 19:35:36 -04:00
Matt P a1c552d578 use enum types instead of hardcoded values 2024-06-23 10:28:57 -05:00
Steven CasperandMatt P dbf834afee Reformat all files (#273)
Co-authored-by: Matt P <5638426+mattbruv@users.noreply.github.com>
2024-06-23 10:12:54 -05:00
Steven Casper 63bae718b5 xClimate.cpp 100% Equivalent (maybe) (#271) 2024-06-23 10:06:32 -05:00
Steven Casper 2945fdcdea zEvent.cpp fully matching (#274) 2024-06-23 09:59:09 -05:00
Steven Casper 7ed73859c4 More sensible union access in zNPCTiki_InitStacking 2024-06-23 00:14:27 -04:00
Matt P 159a53e76f 100% OK zNPCTiki_InitStacking 2024-06-22 20:52:59 -05:00
Steven Casper b131bd9eb7 Bring .clang-format file back 2024-06-22 20:01:59 -04:00
Steven Casper 766d79fe6b Revert "Switch to linker 1.3.2"
This reverts commit 203bdd7f06.
2024-06-22 19:45:34 -04:00
tgsm f9feef7db5 Finish matching iTime 2024-06-22 09:18:14 -04:00
tgsm 3185e06425 Move some iSystem functions from iTime 2024-06-22 09:18:14 -04:00
Steven Casper a52165a29b Update readme badges 2024-06-22 02:15:48 -04:00
Steven Casper 66eee3cb1d Revert "enable linker warnings"
This reverts commit 8c70423846.
2024-06-22 01:55:24 -04:00
Steven Casper 6b4c102ed4 Reapply "Try wine in CI instead of Wibo"
This reverts commit 10dfb6f05d.
2024-06-22 01:29:57 -04:00
Matt P 31f3daa910 OK zNPCTiki::Damage 2024-06-22 00:24:55 -05:00