aboutsummaryrefslogtreecommitdiff
path: root/path.h
Commit message (Expand)AuthorAgeFilesLines
* 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