2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 19:51:21 +00:00

12 Commits

Author SHA1 Message Date
7e8bc8dac8 CIceSheegoth: Remove constexpr from virtual function 2020-06-13 20:22:27 -04:00
Lioncash
17ed0794e9 CIceSheegoth: Add missing reference ampersands to IsClosestSheegoth()
Same behavior, but doesn't make copies of the vector and
reserved_vector (the reserved vector in particular is 2056 bytes in size
and this function is called in a loop, so this can have quite an
impact).
2020-06-11 10:28:00 -04:00
Lioncash
5f899b6c6c CIceSheegoth: Mark IsMouthCollider() as a const member function
This doesn't modify internal member state, so we can mark this as const.
2020-06-11 10:23:33 -04:00
Lioncash
58186ad5df CIceSheegoth: Make use of in-class initializers for bitfields
Same behavior, less code.
2020-06-11 10:18:03 -04:00
932b5587a2 Build fixes & cleanup for CDrone, CIceSheegoth 2020-06-06 16:40:51 -04:00
5724be3294
CIceSheegoth: Implement AddToRenderer and AttractProjectiles 2020-04-26 17:43:22 -07:00
4e0b933357
CIceSheegoth: Implement ShakePlayer and minor fixes 2020-04-24 16:34:23 -07:00
7b9fecfdc6
CIceSheegoth: Final state implementations 2020-04-24 07:36:49 -07:00
1b1907d910
CIceSheegoth: Minor fixes 2020-04-22 16:46:52 -07:00
97a25f01e2
Initial state implementations 2020-04-22 15:06:15 -07:00
b1a897d246
CIceSheegoth: Implement Think 2020-04-22 15:06:15 -07:00
3779b205b7
Initial CIceSheegoth stubout 2020-04-22 15:06:15 -07:00