vabold / Kinoko

A reimplementation of Mario Kart Wii's physics engine in C++
MIT License
46 stars 11 forks source link

Implement outward drifting #109

Closed malleoz closed 5 months ago

malleoz commented 5 months ago

Syncs the RR NG RTA WR moonjump until the boost ramp.

vabold commented 5 months ago

With regards to const-qualifying primitives (and to some extent, vectors), my thinking is that this reduces the "effectiveness" of const overall. This code is very prone to change - making certain objects immutable when it's not only not guaranteed, but very likely, to be required to be mutable will only complicate development further down the road.