aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove a FIXMEHEADmasterKirill Petrashin4 days1-1/+0
* Fix formattingKirill Petrashin6 days1-4/+2
* Do fclose() where we do fopen()Kirill Petrashin6 days1-0/+8
* Add ability to clear the map in map_editor()Kirill Petrashin6 days1-0/+11
* Add wraparound keybinding in map_editor()Kirill Petrashin6 days1-0/+15
* Remove a complete taskKirill Petrashin6 days1-1/+0
* Add option to not pathfind on startKirill Petrashin6 days1-2/+6
* Remove an unnecessary line of codeKirill Petrashin6 days1-2/+1
* Avoid printing a newline when enabling/disabling mouse movement reportingKirill Petrashin6 days1-2/+2
* Allow switching amount of directions with a keybindKirill Petrashin7 days2-0/+20
* Make path reversable in map_editor()Kirill Petrashin7 days2-11/+19
* Make wraparound toggleable with a keybindKirill Petrashin7 days4-4/+28
* Implement 8dir wraparoundKirill Petrashin7 days1-2/+69
* Implement 4dir wraparoundKirill Petrashin7 days2-0/+54
* Clean up path_reverse()Kirill Petrashin8 days1-6/+9
* Add a path_reverse() functionKirill Petrashin8 days3-0/+31
* Document keybindings, add MMB to move in map_editor(), add 'A' keybind to for...Kirill Petrashin8 days2-4/+96
* Remove path_length() as it's unused and is obsoleteKirill Petrashin9 days2-18/+0
* Remove a TODOKirill Petrashin9 days1-1/+0
* Improve diagonal_distance(), dramatically enhancing performanceKirill Petrashin9 days1-14/+12
* Remove outdated commentKirill Petrashin9 days1-1/+0
* Implement holding mwheel to drag map aroundKirill Petrashin12 days1-0/+27
* Fix mouse reporting being left on on errorKirill Petrashin12 days1-2/+2
* Make map_editor() return the mouesmask back to normalKirill Petrashin12 days1-1/+3
* Remove a leftover debugging printf()Kirill Petrashin12 days1-1/+0
* Add an explicit return in ppq_remove()Kirill Petrashin12 days1-0/+2
* Update a commentKirill Petrashin13 days1-2/+1
* Remove ppq_reprioritize()Kirill Petrashin13 days2-9/+0
* Add a TODO entryKirill Petrashin2026-04-161-0/+1
* Warn when start/goal is on a wall after resizing in map_editor()Kirill Petrashin2026-04-161-1/+8
* Add pathfinding timingKirill Petrashin2026-04-163-4/+29
* Print path cost correctlyKirill Petrashin2026-04-164-18/+21
* Comment out BFS, I'm pretty sure it won't work no moreKirill Petrashin2026-04-162-61/+61
* Fix ppq_insert orderKirill Petrashin2026-04-162-5/+10
* Fix costsKirill Petrashin2026-04-166-36/+54
* Try to implement costs, failKirill Petrashin2026-04-155-5/+84
* Add a TODO entryKirill Petrashin2026-04-151-0/+1
* Add costs everywhereKirill Petrashin2026-04-155-70/+107
* Disallow drawing walls on start/endKirill Petrashin2026-04-151-1/+1
* Fix clearing wronglyKirill Petrashin2026-04-151-1/+1
* Remove unneeded getch()Kirill Petrashin2026-04-141-1/+0
* Add ability to open maps with a keybindKirill Petrashin2026-04-141-1/+27
* Implement live pathfinding in map editorKirill Petrashin2026-04-146-30/+76
* Fix message printing leaving text behindKirill Petrashin2026-04-141-2/+2
* Improve the Path typeKirill Petrashin2026-04-146-38/+35
* Add some comments to structs.hKirill Petrashin2026-04-141-3/+4
* Add a FIXMEKirill Petrashin2026-04-141-0/+1
* Some anim() shitKirill Petrashin2026-04-142-5/+20
* Fix bug in previous commitKirill Petrashin2026-04-141-3/+6
* Print info in wallsKirill Petrashin2026-04-145-6/+22