Skip to content

Releases: oguzeroglu/Kompute

v1.14.0

18 Oct 20:07
0742c22
Compare
Choose a tag to compare

Add cost modifier support to AStar#findShortestPath API.

v1.13.1

17 Oct 17:20
Compare
Choose a tag to compare

Fixes AStar heuristic cost calculation

v1.13.0

28 Nov 09:21
Compare
Choose a tag to compare

ArriveBehavior: Match velocity to 0 within satisfaction radius instead of requesting 0 acceleration.

v1.12.0

18 Aug 09:00
Compare
Choose a tag to compare

Log if RandomPathBehavior is unable to find the closest graph vertex to the steerable.

v1.11.0

08 Aug 21:39
Compare
Choose a tag to compare

HideBehavior now excludes entitites with excludeFromHide flag set to true when finding hiding spots.

v1.10.3

08 Aug 21:19
Compare
Choose a tag to compare

HideBehavior should not consider Vertex entities as nearby entities.

v1.10.2

08 Aug 09:49
Compare
Choose a tag to compare

AvoidBehavior should not consider Vertex entities as nearby entities.

v1.10.1

08 Aug 09:00
Compare
Choose a tag to compare

Do not re-visualise AStar after DebugHelper is deactivated.

v1.10.0

01 Aug 18:24
Compare
Choose a tag to compare

Deprecate Path#finishCallback property in favor of addFinishCallback and removeFinishCallback APIs.

v1.9.0

01 Aug 09:19
Compare
Choose a tag to compare

Simplify JumpDescriptor creation process by getting rid of runup related stuff and gradual velocity matching.