aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Add pathfinding timingKirill Petrashin2026-04-161-4/+4
|
* Print path cost correctlyKirill Petrashin2026-04-161-2/+2
|
* Fix ppq_insert orderKirill Petrashin2026-04-161-1/+0
|
* Fix costsKirill Petrashin2026-04-161-13/+19
|
* Try to implement costs, failKirill Petrashin2026-04-151-5/+23
|
* Add a TODO entryKirill Petrashin2026-04-151-0/+1
|
* Add costs everywhereKirill Petrashin2026-04-151-10/+10
|
* Add ability to open maps with a keybindKirill Petrashin2026-04-141-1/+27
|
* Implement live pathfinding in map editorKirill Petrashin2026-04-141-3/+8
|
* Improve the Path typeKirill Petrashin2026-04-141-0/+3
|
* Some anim() shitKirill Petrashin2026-04-141-1/+9
|
* Print info in wallsKirill Petrashin2026-04-141-5/+4
|
* Change how messages are written, clean up differentlyKirill Petrashin2026-04-141-3/+4
|
* Add ability to hotswap algorithmsKirill Petrashin2026-04-141-1/+7
|
* Add some TODO entriesKirill Petrashin2026-04-131-3/+5
|
* Move the "Saved..." message to map_to_bmp()Kirill Petrashin2026-04-131-1/+0
|
* Fix the filename promptKirill Petrashin2026-04-131-7/+9
|
* Handle when trying to shrink the map too muchKirill Petrashin2026-04-131-3/+12
|
* Add a keybinding to move to start/endKirill Petrashin2026-04-131-0/+14
|
* Add keybindings to move fasterKirill Petrashin2026-04-131-1/+4
|
* Add keybindings to move to top left and bottom right cornersKirill Petrashin2026-04-131-1/+6
|
* Add a TODO entryKirill Petrashin2026-04-111-0/+1
|
* Add macro to print a messageKirill Petrashin2026-04-111-4/+2
|
* Clean up trailing whitespacesKirill Petrashin2026-04-101-3/+3
|
* Prompt for filename when creating a BMPKirill Petrashin2026-04-051-3/+12
|
* Fix a rendering bugKirill Petrashin2026-04-051-0/+1
|
* Poorly implement the map editorKirill Petrashin2026-04-041-0/+12
|
* Update the TODO listKirill Petrashin2026-04-031-3/+3
|
* Remove DRAW_MAP_OFFSET_[XY]Kirill Petrashin2026-04-031-1/+1
|
* Make map offsets globalKirill Petrashin2026-04-031-11/+6
|
* Add some TODO entriesKirill Petrashin2026-04-021-0/+4
|
* Update TODOs and FIXMEsKirill Petrashin2026-03-301-1/+0
|
* Add a TODO entryKirill Petrashin2026-03-291-1/+2
|
* Update the TODO list in main.cKirill Petrashin2026-03-291-3/+0
|
* Implement A*, finallyKirill Petrashin2026-03-291-2/+4
|
* Implement Dijkstra's algorithmKirill Petrashin2026-03-291-3/+4
|
* Add direction arrows to draw_map()Kirill Petrashin2026-03-291-1/+1
|
* Add arg to just generate a BMPKirill Petrashin2026-03-291-2/+17
|
* Add basic BMP output, not sure whyKirill Petrashin2026-03-281-2/+8
|
* Allow resizing the map + some other stuffKirill Petrashin2026-03-281-12/+39
|
* Merge remote-tracking branch 'refs/remotes/origin/master'Kirill Petrashin2026-03-281-0/+1
|\
| * Add a TODO entryKirill Petrashin2026-03-281-0/+1
| |
* | Improve anim() and make it toggleable with a keybindKirill Petrashin2026-03-281-0/+1
|/
* Start working in DijkstraKirill Petrashin2026-03-271-0/+1
|
* Combine two functions into one in path.{c,h}Kirill Petrashin2026-03-271-10/+2
|
* Add a TODO entryKirill Petrashin2026-03-271-0/+1
|
* Update comment about argsKirill Petrashin2026-03-271-1/+3
|
* Add a TODO entry for greedy-best-first algoKirill Petrashin2026-03-271-0/+1
|
* Use rand() as seed instead of current timeKirill Petrashin2026-03-261-2/+4
|
* Add options to choose the amount of directionsKirill Petrashin2026-03-261-3/+15
|