Releases: oguzeroglu/Kompute
Releases · oguzeroglu/Kompute
v1.14.0
v1.13.1
Fixes AStar heuristic cost calculation
v1.13.0
ArriveBehavior: Match velocity to 0 within satisfaction radius instead of requesting 0 acceleration.
v1.12.0
Log if RandomPathBehavior is unable to find the closest graph vertex to the steerable.
v1.11.0
HideBehavior now excludes entitites with excludeFromHide
flag set to true when finding hiding spots.
v1.10.3
HideBehavior should not consider Vertex entities as nearby entities.
v1.10.2
AvoidBehavior should not consider Vertex entities as nearby entities.
v1.10.1
Do not re-visualise AStar after DebugHelper is deactivated.
v1.10.0
Deprecate Path#finishCallback
property in favor of addFinishCallback
and removeFinishCallback
APIs.
v1.9.0
Simplify JumpDescriptor
creation process by getting rid of runup related stuff and gradual velocity matching.