Skip to content

Releases: caesuric/mountain-goap

v0.11.2

18 Dec 12:57
1cc1b72
Compare
Choose a tag to compare
v0.11.2 Pre-release
Pre-release
Merge pull request #20 from JanWerder/Expose-CurrentActionSequences-

Exposed CurrentActionSequences via a Getter

v0.11.1

18 Dec 12:52
1cc1b72
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release

Commits

  • a9f9b68: added additional tests for permutation selectors (caesuric)
  • 179a37e: Create ArithmeticPostconditionsTests.cs (Jan Werder) #18
  • 7b8c735: Fixed Test: Use ComparativeGoal instead of Goal (Jan) #18
  • 39e5b73: Added Goal specification to Arithmetic Postconditions (Jan Werder) #19
  • 6b4bbbb: Merge branch 'caesuric:main' into main (Jan Werder) #19
  • d262da7: Exposed CurrentActionSequences with a Getter (Jan) #19
  • 6741ea3: Revert "Exposed CurrentActionSequences with a Getter" (Jan) #19
  • 74fe05a: Exposed CurrentActionSequences via a Getter (Jan) #20
  • 3611a4a: Update README.md with suggested edit. (Chris Muller) #19
  • e046399: Update README.md (Chris Muller) #19
  • 74a5b91: Made exposed action sequences a property for consistency with rest of API (Chris Muller) #20

v0.10.0

17 Sep 09:51
Compare
Choose a tag to compare
v0.10.0 Pre-release
Pre-release

Commits

  • d3d4ba1: added ability to set cost maximums for an agent (caesuric)
  • a54ecdd: updated version number (caesuric)

v0.9.1

17 Sep 09:34
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Commits

  • c8525c7: made provisions for error handling when cost callbacks crash (caesuric)
  • 496af6f: updated version number (caesuric)

v0.9.0

13 Sep 18:10
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Commits

  • ef5e702: added more detailed events to enable better logging (caesuric)
  • f56c77e: updated documentation (caesuric)
  • 35fe6f7: updated version number (caesuric)

v0.8.0

11 Sep 17:48
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

Commits

  • 8cfefd1: added ability to access node state during cost calculation, comparative preconditions, and the ability to set postconditions based on action parameters (caesuric)
  • 79eb889: tried to correct error with cost evaluation in Heuristic (caesuric)
  • a90bf30: fixed bug with permutations (caesuric)
  • 58b6879: reverted heuristic functions (caesuric)
  • 9333da1: hopefully fixed MeetsGoal and Heuristic function (caesuric)
  • 8e12995: modified consumer demo costs to be more in line with GOAP expectations (caesuric)
  • 4879270: moved MeetsGoal into a Utils function (caesuric)
  • 5798d2a: removed comments, got consumer demo working (caesuric)
  • f1088ca: updated readme (caesuric)
  • 9aa9365: updated version number (caesuric)

v0.7.1

07 Sep 15:24
Compare
Choose a tag to compare
v0.7.1 Pre-release
Pre-release

Commits

  • 9e58368: updated documentation (caesuric)
  • 9f72854: created simple car demo (caesuric)
  • 1eede1b: fixed heuristics for extreme and comparative goals, updated version number (caesuric)
  • 1f03a51: removed commented out code (caesuric)

v0.7.0

05 Jun 18:40
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

Commits

  • f879e68: updated version number since this will be a new feature (caesuric) #14
  • f108392: fixed merge conflict (caesuric) #14
  • 4e2f94f: added action continuation for actions that are in Executing status (caesuric) #14
  • f3c959f: updated version number to 0.8 (caesuric) #14
  • 8b05317: fixed version number (caesuric)

v0.6.8

02 Jun 13:32
Compare
Choose a tag to compare
v0.6.8 Pre-release
Pre-release

Commits

  • 870b2a4: updated version number (caesuric) #13
  • 3511bc8: added SonarQube to gitignore (caesuric) #13
  • f2bb0b8: cleaned up RPG example (caesuric) #13
  • 38f8749: cleaned up happiness examples (caesuric) #13
  • 98eaae1: cleaned up Action.cs (caesuric) #13
  • d11682c: cleaned up Agent.cs (caesuric) #13
  • bacd8ce: cleaned up BaseGoal.cs (caesuric) #13
  • 4dbd58c: cleaned up ComparisonValuePair.cs (caesuric) #13
  • 91c0585: cleaned up PermutationSelectorGenerators.cs and some misc. dictionaries that still didn't accept nullable objects (caesuric) #13
  • 41e131a: cleaned up test code (caesuric) #13
  • c107100: cleaned up ActionAStar.cs (caesuric) #13
  • 750222a: cleaned up ActionGraph.cs (caesuric) #13
  • b8e790c: cleaned up ActionNode.cs (caesuric) #13
  • 913fd07: cleaned up Planner.cs (caesuric) #13

v0.6.7

01 Jun 19:19
Compare
Choose a tag to compare
v0.6.7 Pre-release
Pre-release

Commits

  • ea6c2d0: debugging CI/CD (caesuric)