Skip to content

Releases: Chris3606/GoRogue

v1.0.0

07 Feb 02:57
Compare
Choose a tag to compare
  • 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.

v0.9.5

27 Jan 22:30
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/Chris3606/GoRogue

v0.9.3

26 Jan 17:51
Compare
Choose a tag to compare
Code cleanup.  Moved BearingOfLine function to Direction, and ensured…

v0.9.2

24 Jan 17:44
Compare
Choose a tag to compare
Fixed typo on Euclidean-related functions.

v0.9.0

07 Jan 14:32
Compare
Choose a tag to compare

Library is now a .NET Standard library, such that it is compatible with both .NET Framework and .NET Core. Large-scale API improvements to map generation. For binary, see Nuget package.