branchsbox/deglue-navcancel

10 Commits over 61 Days - 0.01cph!

2 Years Ago
rebase fixups
2 Years Ago
Deglue navmesh Remove cpp naming Refactor path cost into path builder, simplify path creation, optimize path by default Don't need to check our segment count, our iterator already does this Multi-goal support Allow multi-goal to actually work Remove the need to hold onto engine pointers Remove some options no one will ever use Make multi-goal condition more clear
3 Years Ago
Make multi-goal condition more clear
3 Years Ago
Remove some options no one will ever use
3 Years Ago
Remove the need to hold onto engine pointers
3 Years Ago
Allow multi-goal to actually work
3 Years Ago
Multi-goal support
3 Years Ago
Don't need to check our segment count, our iterator already does this
3 Years Ago
Remove cpp naming Refactor path cost into path builder, simplify path creation, optimize path by default
3 Years Ago
Deglue navmesh