Skip to content

Releases: Annoraaq/grid-engine

1.15.0

13 May 16:40
16a8ead
Compare
Choose a tag to compare

Important Changes

  • the GridEngine.min.js file was moved from dist/ to the root directory

Features

  • Added pathfinding strategies for moveTo. See the docs of moveTo for more details.
  • Made follow and moveTo more efficient

Bugfixes

  • moveTo fired movementStarted observable on every tile. This has been fixed.
  • moveRandomly with a radius made characters only ever walk 1 tile at once. This has been fixed

1.14.1

05 May 07:58
Compare
Choose a tag to compare

Fixed issue with react and vue by compiling to es2016 instead of esnext

1.14.0

01 May 14:52
Compare
Choose a tag to compare
  • support 8 directions (diagonal movement)

1.13.0

28 Apr 18:49
Compare
Choose a tag to compare
  • Add setPosition()
  • fix stopMovement()

1.12.3

27 Apr 19:31
Compare
Choose a tag to compare

fix moveTo

1.12.2

16 Apr 18:48
Compare
Choose a tag to compare

Fix esm import

1.12.1

09 Apr 19:13
Compare
Choose a tag to compare

fix movementStarted observable

1.12

05 Apr 16:16
Compare
Choose a tag to compare
  • new observable positionChangeFinished
  • new method stopMovement()
  • new method move()
  • improved blocking behavior

1.11

27 Mar 13:45
Compare
Choose a tag to compare

Add support for isometric maps (beta)

1.10

18 Mar 18:47
Compare
Choose a tag to compare
  • export all types
  • add initial facing direction to char config
  • add closestToTargetIfBlocked option to moveTo()