Files
0ad/source/simulation2
wraitii f04bdd84ae UnitMotion - Split Move() into several functions
Move() is generally 4 parts:
- Moving
- Updating our state
- Handling obstructed moves
- Checking if we are at destination.

These can all be put in their own functions, clarifying logic and making
it harder to make mistakes.

Differential Revision: https://code.wildfiregames.com/D1897
This was SVN commit r22364.
2019-06-11 17:25:59 +00:00
..
2019-06-08 12:53:28 +00:00
2019-01-06 16:32:50 +00:00
2019-06-08 12:53:28 +00:00