aboutsummaryrefslogtreecommitdiff
path: root/map.h
Commit message (Collapse)AuthorAgeFilesLines
* Print path cost correctlyKirill Petrashin2026-04-161-2/+2
|
* Try to implement costs, failKirill Petrashin2026-04-151-0/+8
|
* Add costs everywhereKirill Petrashin2026-04-151-2/+2
|
* Implement live pathfinding in map editorKirill Petrashin2026-04-141-1/+1
|
* Change how messages are written, clean up differentlyKirill Petrashin2026-04-141-5/+7
|
* Add function to save mapKirill Petrashin2026-04-131-0/+2
|
* Add macro to print a messageKirill Petrashin2026-04-111-0/+5
|
* Clean up trailing whitespacesKirill Petrashin2026-04-101-3/+3
|
* Poorly implement the map editorKirill Petrashin2026-04-041-0/+4
|
* Make map offsets globalKirill Petrashin2026-04-031-1/+4
|
* Update TODOs and FIXMEsKirill Petrashin2026-03-301-1/+1
|
* Allow resizing the map + some other stuffKirill Petrashin2026-03-281-3/+3
|
* Add cost_array to neighbours_4dirKirill Petrashin2026-03-271-1/+1
|
* Fix memory leaksKirill Petrashin2026-03-261-0/+3
|
* Add cost_array into neighbours_8dir()Kirill Petrashin2026-03-261-3/+5
|
* Implement 8dir breadth-first-search and some other stuffKirill Petrashin2026-03-221-3/+6
|
* Add ability to choose maps via args + create more maps + don't insert ↵Kirill Petrashin2026-03-221-2/+2
| | | | elements into a PPQ if there's one with better priority
* Add rendering of visited tilesKirill Petrashin2026-03-221-1/+1
|
* Implement breadth-first-search + fix the priority queue + some other stuffKirill Petrashin2026-03-211-19/+6
|
* Add ability to read plaintext maps from filesKirill Petrashin2026-03-201-0/+16
|
* Add ability to move the map aroundKirill Petrashin2026-03-161-1/+1
|
* Change comments to use /* asdf */ syntaxKirill Petrashin2026-03-161-9/+9
|
* Improve renderingKirill Petrashin2026-03-141-2/+1
|
* Rename player into startKirill Petrashin2026-03-141-2/+2
|
* Fix stack + implement rbt_maze_map()Kirill Petrashin2026-03-141-1/+5
|
* Initial commitKirill Petrashin2026-03-101-0/+37