Releases: oguzeroglu/Kompute
Releases · oguzeroglu/Kompute
v1.8.0
- Steerable#cancelJump API
jumpSpeed
property is now not limited by themaxSpeed
property
v1.7.0
DebugHelper#visualiseJumpDescriptor API
v1.6.0
DebugHelper#visualiseAStar API
DebugHelper#visualisePath API now accepts an overrideSize parameter.
v1.5.1
AStar out of bounds fix.
v1.5.0
Automatically insert jump descriptors when cloning a graph.
v1.4.0
World#hideEntity and World#showEntity APIs
v1.3.0
DebugHelper now visualises the world limits
World#updateEntity API now has caching.
v1.2.0
Added Entity#setPositionAndSize API. This is better than calling setPosition and setSize separately as this API calls World#updateEntity only once.
v1.1.0
Added Entity#setSize API
v1.0.0
Initial release