Skip to content

Ember Autopilot v0.6.0

Choose a tag to compare

@Diordany Diordany released this 15 Sep 14:18
· 10 commits to master since this release

Features

  • Added BFS pathfinding.
  • Added DFS pathfinding (use with caution).
  • Added search performance setting to tweak nodes processed per tick.

Changes

  • Reordered settings.
  • Deprecated the move commands (will probably be replaced or removed).
  • Changed the way commands are loaded.

Scripting

  • Added gitignore.
  • Modified the collision trace procedure.
  • Added a dedicated prototype command for development.
  • Minor refactoring.

Debug

  • Added debug printing colors.
  • Modified some messages.
  • Prints messages when an agent is stopped.
  • Added debug rendering for pathfinding.
  • Added a warning printer.