Skip to content

Releases: isaac-mason/recast-navigation-js

@recast-navigation/three@0.32.0

26 Jun 13:04
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [73f3d0a]
  • Updated dependencies [0c927b6]
  • Updated dependencies [94d59b0]
    • @recast-navigation/core@0.32.0
    • @recast-navigation/generators@0.32.0

@recast-navigation/generators@0.32.0

26 Jun 13:04
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [73f3d0a]
  • Updated dependencies [0c927b6]
  • Updated dependencies [94d59b0]
    • @recast-navigation/core@0.32.0
    • @recast-navigation/wasm@0.32.0

@recast-navigation/core@0.32.0

26 Jun 13:04
Compare
Choose a tag to compare

Minor Changes

  • 73f3d0a: feat(TileCache): rename BoxObstacle extent to halfExtents

  • 0c927b6: feat: expose recast and detour constants and enums in 'Recast' and 'Detour' objects

  • 94d59b0: feat: remove 'range' array utility

    The range utility was only used in examples, not in the core library.

    If you were using it, you can easily replace it with a simple code snippet.

    function range(n: number) {
      return [...Array(n)].map((_, i) => i);
    }

Patch Changes

  • @recast-navigation/wasm@0.32.0

recast-navigation@0.31.1

24 Jun 05:56
Compare
Choose a tag to compare

Patch Changes

  • 1b1f40e: fix(DetourLink): use 'next' property instead of 'get_next' function
  • Updated dependencies [1b1f40e]
    • @recast-navigation/core@0.31.1
    • @recast-navigation/generators@0.31.1
    • @recast-navigation/three@0.31.1

@recast-navigation/wasm@0.31.1

24 Jun 05:57
Compare
Choose a tag to compare
@recast-navigation/wasm@0.31.1

@recast-navigation/three@0.31.1

24 Jun 05:57
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [1b1f40e]
    • @recast-navigation/core@0.31.1
    • @recast-navigation/generators@0.31.1

@recast-navigation/generators@0.31.1

24 Jun 05:57
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [1b1f40e]
    • @recast-navigation/core@0.31.1
    • @recast-navigation/wasm@0.31.1

@recast-navigation/core@0.31.1

24 Jun 05:57
Compare
Choose a tag to compare

Patch Changes

  • 1b1f40e: fix(DetourLink): use 'next' property instead of 'get_next' function
    • @recast-navigation/wasm@0.31.1

recast-navigation@0.31.0

23 Jun 02:13
Compare
Choose a tag to compare

Minor Changes

  • 0fc8dd9: feat(CrowdAgent): add overOffMeshConnection
  • 225a983: feat: add support for getting/setting random seed used by NavMeshQuery

Patch Changes

  • 1571a45: feat: check whether the library has been initialised in the high level generators, throw a friendly error
  • Updated dependencies [0fc8dd9]
  • Updated dependencies [225a983]
  • Updated dependencies [1571a45]
    • @recast-navigation/core@0.31.0
    • @recast-navigation/generators@0.31.0
    • @recast-navigation/three@0.31.0

@recast-navigation/wasm@0.31.0

23 Jun 02:13
Compare
Choose a tag to compare

Minor Changes

  • 225a983: feat: add support for getting/setting random seed used by NavMeshQuery
  • 29e6ebc: feat: use c++ 17
  • e2a7112: feat: bump emsdk from 3.1.58 to 3.1.61