aboutsummaryrefslogtreecommitdiff
path: root/path.h
Commit message (Expand)AuthorAgeFilesLines
* Make wraparound toggleable with a keybindKirill Petrashin8 days1-0/+3
* Add a path_reverse() functionKirill Petrashin8 days1-0/+2
* Remove path_length() as it's unused and is obsoleteKirill Petrashin10 days1-2/+0
* Add pathfinding timingKirill Petrashin2026-04-161-0/+2
* Comment out BFS, I'm pretty sure it won't work no moreKirill Petrashin2026-04-161-1/+1
* Add costs everywhereKirill Petrashin2026-04-151-7/+7
* Implement live pathfinding in map editorKirill Petrashin2026-04-141-0/+3
* Improve the Path typeKirill Petrashin2026-04-141-0/+1
* Print info in wallsKirill Petrashin2026-04-141-0/+1
* Make the cost_so_far array dynamic to avoid SEGFAULTsKirill Petrashin2026-04-031-0/+4
* Add a path_length() functionKirill Petrashin2026-03-291-0/+2
* Implement A*, finallyKirill Petrashin2026-03-291-0/+2
* Allow resizing the map + some other stuffKirill Petrashin2026-03-281-2/+7
* Start working in DijkstraKirill Petrashin2026-03-271-1/+1
* Combine two functions into one in path.{c,h}Kirill Petrashin2026-03-271-2/+2
* Fix memory leaksKirill Petrashin2026-03-261-0/+2
* Implement 8dir breadth-first-search and some other stuffKirill Petrashin2026-03-221-1/+2
* Add rendering of visited tilesKirill Petrashin2026-03-221-1/+1
* Implement breadth-first-search + fix the priority queue + some other stuffKirill Petrashin2026-03-211-0/+12