aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use EXIT_FAILUREKirill Petrashin2026-06-122-4/+4
* Use EXIT_SUCCESSKirill Petrashin2026-06-121-2/+2
* Make `clean` target phonyKirill Petrashin2026-05-161-0/+1
* Fix error messagesKirill Petrashin2026-05-051-2/+2
* CommentsKirill Petrashin2026-05-033-15/+24
* Fix return type for ps_push()Kirill Petrashin2026-05-032-4/+4
* Remove unneeded includeKirill Petrashin2026-05-031-1/+0
* Fix some memory leaksKirill Petrashin2026-05-031-2/+8
* Add an empty 100x100 mapKirill Petrashin2026-05-031-0/+102
* Print algo name when printing timeKirill Petrashin2026-05-035-6/+14
* Add a map that shows A* being slower than Dijkstra's at timesKirill Petrashin2026-05-031-0/+102
* Fix map resizingKirill Petrashin2026-05-031-7/+8
* Do keybinds through defines + other shitKirill Petrashin2026-05-034-84/+135
* One more unneeded includeKirill Petrashin2026-05-031-1/+0
* Add some commentsKirill Petrashin2026-05-021-4/+5
* Move to clangKirill Petrashin2026-05-021-1/+1
* Update .gitignoreKirill Petrashin2026-05-021-0/+10
* Remove unneeded includesKirill Petrashin2026-05-024-7/+2
* Merge remote-tracking branch 'origin/master'Kirill Petrashin2026-05-021-1/+0
|\
| * Remove a FIXMEKirill Petrashin2026-04-271-1/+0
* | Remove unneeded commented out codeKirill Petrashin2026-05-021-2/+0
|/
* Fix formattingKirill Petrashin2026-04-241-4/+2
* Do fclose() where we do fopen()Kirill Petrashin2026-04-241-0/+8
* Add ability to clear the map in map_editor()Kirill Petrashin2026-04-241-0/+11
* Add wraparound keybinding in map_editor()Kirill Petrashin2026-04-241-0/+15
* Remove a complete taskKirill Petrashin2026-04-241-1/+0
* Add option to not pathfind on startKirill Petrashin2026-04-241-2/+6
* Remove an unnecessary line of codeKirill Petrashin2026-04-241-2/+1
* Avoid printing a newline when enabling/disabling mouse movement reportingKirill Petrashin2026-04-241-2/+2
* Allow switching amount of directions with a keybindKirill Petrashin2026-04-232-0/+20
* Make path reversable in map_editor()Kirill Petrashin2026-04-232-11/+19
* Make wraparound toggleable with a keybindKirill Petrashin2026-04-234-4/+28
* Implement 8dir wraparoundKirill Petrashin2026-04-231-2/+69
* Implement 4dir wraparoundKirill Petrashin2026-04-232-0/+54
* Clean up path_reverse()Kirill Petrashin2026-04-221-6/+9
* Add a path_reverse() functionKirill Petrashin2026-04-223-0/+31
* Document keybindings, add MMB to move in map_editor(), add 'A' keybind to for...Kirill Petrashin2026-04-222-4/+96
* Remove path_length() as it's unused and is obsoleteKirill Petrashin2026-04-212-18/+0
* Remove a TODOKirill Petrashin2026-04-211-1/+0
* Improve diagonal_distance(), dramatically enhancing performanceKirill Petrashin2026-04-211-14/+12
* Remove outdated commentKirill Petrashin2026-04-211-1/+0
* Implement holding mwheel to drag map aroundKirill Petrashin2026-04-181-0/+27
* Fix mouse reporting being left on on errorKirill Petrashin2026-04-181-2/+2
* Make map_editor() return the mouesmask back to normalKirill Petrashin2026-04-181-1/+3
* Remove a leftover debugging printf()Kirill Petrashin2026-04-181-1/+0
* Add an explicit return in ppq_remove()Kirill Petrashin2026-04-181-0/+2
* Update a commentKirill Petrashin2026-04-171-2/+1
* Remove ppq_reprioritize()Kirill Petrashin2026-04-172-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