Skip to content

Releases: oguzeroglu/Kompute

v1.8.0

31 Jul 19:43
8f2638d
Compare
Choose a tag to compare
  • Steerable#cancelJump API
  • jumpSpeed property is now not limited by the maxSpeed property

v1.7.0

29 Jul 18:36
Compare
Choose a tag to compare

DebugHelper#visualiseJumpDescriptor API

v1.6.0

25 Jul 14:05
3526e63
Compare
Choose a tag to compare

DebugHelper#visualiseAStar API

DebugHelper#visualisePath API now accepts an overrideSize parameter.

v1.5.1

19 Jul 19:58
Compare
Choose a tag to compare

AStar out of bounds fix.

v1.5.0

15 Jul 20:44
Compare
Choose a tag to compare

Automatically insert jump descriptors when cloning a graph.

v1.4.0

24 Jun 18:14
Compare
Choose a tag to compare

World#hideEntity and World#showEntity APIs

v1.3.0

23 Jun 17:51
Compare
Choose a tag to compare

DebugHelper now visualises the world limits
World#updateEntity API now has caching.

v1.2.0

21 Jun 07:31
Compare
Choose a tag to compare

Added Entity#setPositionAndSize API. This is better than calling setPosition and setSize separately as this API calls World#updateEntity only once.

v1.1.0

20 Jun 14:19
Compare
Choose a tag to compare

Added Entity#setSize API

v1.0.0

18 Jun 19:49
Compare
Choose a tag to compare

Initial release