Skip to content

Releases: caesuric/mountain-goap

v1.1.1

25 May 10:42
Compare
Choose a tag to compare
v1.1.1 Pre-release
Pre-release

Commits

  • dfc75f6: fixed bug with new version (caesuric)

v1.0.1

23 May 11:05
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

Commits

  • aae61d0: updated to use concurrent dictionaries in ActionAStar, hopefully fixing a bug in certain use cases (caesuric)
  • 1c08fff: updated version number to 1.0.1 (caesuric)

v1.0.0

22 May 19:54
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

Commits

  • f65612a: switched to concurrent dictionaries for state, slight cleanup of warnings (Chris Muller) #21
  • f7eb4f3: resolved merge conflicts (caesuric) #21
  • 55cd22c: fixed some callbacks that needed to be converted to ConcurrentDictionary (caesuric) #21
  • 6f0aa93: updated api docs (caesuric) #21
  • f90ae04: upped version number to 1.0.0 (caesuric)

v0.16.0

22 May 11:26
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

Commits

  • fde80aa: updated version number (caesuric)

v0.15.0

22 May 11:23
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

Commits

  • 2069f54: Fixed delta cost calculation in ActionAStar.Heuristic, added ability to change delta cost multiplier (Barkov Daniil) #29
  • 38d31f8: updated API docs (caesuric)

v0.14.0

03 Jan 16:53
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

Commits

  • 0862170: updated README (caesuric)
  • e45ae56: added on started goal planning event (caesuric)
  • 0413c54: updated api docs (caesuric)

v0.13.0

03 Jan 12:32
Compare
Choose a tag to compare
v0.13.0 Pre-release
Pre-release

Commits

  • cb450fe: added state checkers for programmatically checking state before action evaluation or execution (caesuric)

v0.12.0

02 Jan 22:45
Compare
Choose a tag to compare
v0.12.0 Pre-release
Pre-release

Commits

  • 2e894f0: updated README with cost callback docs (caesuric)
  • 05ff601: added additional granularity to Agent.Step API in the form of new endpoints that split out the functionality (caesuric)
  • 9d21fe4: added state mutators to action API (caesuric)
  • f215167: updated version number (caesuric)

v0.11.4

23 Dec 11:36
Compare
Choose a tag to compare
v0.11.4 Pre-release
Pre-release

Commits

  • e4e8eb0: Fail extreme goal check if no change in arithmetic (Ben Hawkins) #23
  • cdd0f27: propagated logic to util (Ben Hawkins) #23
  • 86f48d8: fixed inverted logic (Ben Hawkins) #23
  • b119931: removed some extra spaces that my linter complained about (Chris Muller) #23
  • c5b2436: incremented version number (caesuric)

v0.11.3

18 Dec 12:59
Compare
Choose a tag to compare
v0.11.3 Pre-release
Pre-release

Commits

  • 38156ce: updated version number to 0.11.3 (Chris Muller)