aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove a complete taskKirill Petrashin6 days1-1/+0
|
* Add option to not pathfind on startKirill Petrashin7 days1-2/+6
|
* Allow switching amount of directions with a keybindKirill Petrashin8 days1-0/+10
|
* Make wraparound toggleable with a keybindKirill Petrashin8 days1-1/+16
|
* Add a path_reverse() functionKirill Petrashin8 days1-0/+6
|
* Document keybindings, add MMB to move in map_editor(), add 'A' keybind to ↵Kirill Petrashin8 days1-1/+51
| | | | force anim
* Implement holding mwheel to drag map aroundKirill Petrashin12 days1-0/+27
|
* Add a TODO entryKirill Petrashin2026-04-161-0/+1
|
* 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
| |