summaryrefslogtreecommitdiff
path: root/src/factories/sf64/ObjInitFactory.cpp
AgeCommit message (Collapse)Author
2024-03-22Cleanup (#49)Lywx
* Auto debug info generation and some cleanup * Cleaned dry code from segments * Fixed gCurrentCompressionType bss bs
2024-03-21Fix segfault issue with headers (#48)petrie911
* segfault * fix segfault
2024-03-20Added missing returnsKiritoDv
2024-03-20Auto pad and overlap detection (#47)Lywx
* Fully implemented pad and overlap detection * Cleaned code, fixed pad generation and added alignment * Added debug size on pads
2024-03-14ObjInit can now make header entries (#42)petrie911
* 3D * and env * so much to fix * Everything can be solved with triangles * fixes * initfix
2024-03-14Fixes to SF64 factories (#41)petrie911
* 3D * and env * so much to fix * Everything can be solved with triangles * fixes
2024-03-13Add vector classes and SF64 colpoly factory. Also fix enum parsing (#39)petrie911
* 3D * and env * so much to fix
2024-03-12Fixed wrong output for rounded floatsKiritoDv
2024-03-12Added objinit sized because Sonic complains about itKiritoDv
2024-03-12Implemented ObjectInit factory and added an enum systemKiritoDv