mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-26 15:27:43 +00:00
0baca62d61
- Simplified CTerrain::getSlopeAngleFace and made it work correctly in all cases (before, it sometimes returned NAN and used an overly complicated method based on 8 angle sectors instead of a "continuous" method). - Removed the EntityMovement event - instead, movement speed modifier is calculated in C++ for performance. This was SVN commit r4339.