Commit Graph

8 Commits

Author SHA1 Message Date
Phillip Stephens 1e03f02289 Start CCollidableAABox, add CPlayerCameraBob
Former-commit-id: 749dec6b1e
2023-01-09 22:51:58 -08:00
Henrique Gemignani Passos Lima 4dc0379b6c Add CBSCover
Former-commit-id: a63276e51d
2022-11-11 15:57:31 +02:00
Luke Street 2a8516d4cc Add CMetroidAreaCollider
Former-commit-id: 71ff684be4
2022-10-20 20:26:45 -04:00
Luke Street 7ca3a1c0bb Replace int types in Retro code
Retro seemingly avoided using the Dolphin
typedefs in most places, opting to use int/uint
instead. This likely means they didn't use
u8/s8/u16/s16/etc either.


Former-commit-id: 133326ae40
2022-10-09 01:37:23 -04:00
Luke Street 7f83e1fa03 Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
2022-10-09 01:13:17 -04:00
Luke Street 682ce50113 Fix CUnitVector3f non-match
Former-commit-id: 60c82b0a89
2022-10-03 00:56:11 -04:00
Luke Street cd85b46d6d More CScriptSpecialFunction; start rstl::map/red_black_tree
Former-commit-id: 87c0a6041c
2022-10-03 00:49:20 -04:00
Luke Street 1f56cefe8c Halfway match CAABox; continue CBallCamera
Former-commit-id: 602109d8f0
2022-09-29 19:55:43 -04:00