Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handled case where a pathfollowing sprite overshoots its destination | Kelly Rauchenberger | 2021-03-02 | 1 | -0/+1 |
| | | | | This may happen due to lag or due to debugging with lldb. What happens is that 60 times a second, the engine will check whether the direction toward the current endpoint is equal to the direction in the pathfinding instruction, and if it isn't (because the sprite has gone past the endpoint) then it sets the sprite's position to the endpoint instantly so that the pathfinding can continue. | ||||
* | Added A* pathfinding | Kelly Rauchenberger | 2021-02-27 | 1 | -0/+12 |
| | |||||
* | Added a randomly wandering Ionia to the map | Kelly Rauchenberger | 2021-02-20 | 1 | -0/+24 |