Releases: Chris3606/GoRogue
Releases · Chris3606/GoRogue
v1.0.0
- Added basic AStar pathfinding.
- Renamed IMapOf, ISettableMapOf, and ArrayMapOf to IMapView, ISettableMapView, and ArrayMap, in order to better reflect their intended purpose.
- Added CurrentFOV, NewlySeen and NewlyUnseen properties to FOV, and equivalents to SenseMap, in order to make it easier to iterate over all locations in FOV, as well as newly seen/unseen positions.
- Code cleanup.