Skip to content

Releases: ShortestPathLab/warthog-core

Major Release v0.5.0

Choose a tag to compare

@heavenfall heavenfall released this 27 Aug 03:05

Release 0.5.0 of Warthog

Changes made by @heavenfall.
Reviewed by @dharabor

Minor step forward for warthog-core, major release for JPS algorithm.

What's Changed

  • Release/0.5 - JPS by @heavenfall in #46
  • Utility features for JPS algorithm
  • Template metaprogramming helpers in util/template.h
  • Grid helper functions improved, primarily around direction_id and point
  • Floating-point numbers in constants.h truncated to 24 bits (acts like fixed-point numbers up to 500k)
  • Updated module system, now pulls through CMake FetchContent if no submodule/subtree is present

Full Changelog: v0.2.1...v0.5.0

Minor Release v0.2.1

Choose a tag to compare

@heavenfall heavenfall released this 08 May 02:57
0f31e1a

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@heavenfall heavenfall released this 24 Apr 04:56
3be7f4d

What's Changed

Full Changelog: v0.1.0...v0.2.0

Reviewed by: @ThomasNobes

Release v0.1.0

Choose a tag to compare

@heavenfall heavenfall released this 11 Oct 04:46
0fa6665

Release v0.1.0

Release of development version of Warthog 0.1.0.

Features include base warthog-core library (warthog::core in CMake). Primarily a refactoring of the original warthog with limited features including:

  • Certain domains
  • Basic A* search type
  • Basic A* search implementations
  • Utilities
  • Scen and map reader

What's Changed

New Contributors

Full Changelog: https://github.com/ShortestPathLab/warthog-core/commits/v0.1.0