Skip to content

v1.0.0

Compare
Choose a tag to compare
@Chris3606 Chris3606 released this 07 Feb 02:57
· 993 commits to master since this release
  • 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.