aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix error messagesHEADmasterKirill Petrashin6 days1-2/+2
|
* CommentsKirill Petrashin8 days3-15/+24
|
* Fix return type for ps_push()Kirill Petrashin8 days2-4/+4
|
* Remove unneeded includeKirill Petrashin8 days1-1/+0
|
* Fix some memory leaksKirill Petrashin9 days1-2/+8
|
* Add an empty 100x100 mapKirill Petrashin9 days1-0/+102
|
* Print algo name when printing timeKirill Petrashin9 days5-6/+14
|
* Add a map that shows A* being slower than Dijkstra's at timesKirill Petrashin9 days1-0/+102
|
* Fix map resizingKirill Petrashin9 days1-7/+8
|
* Do keybinds through defines + other shitKirill Petrashin9 days4-84/+135
|
* One more unneeded includeKirill Petrashin9 days1-1/+0
|
* Add some commentsKirill Petrashin9 days1-4/+5
|
* Move to clangKirill Petrashin9 days1-1/+1
|
* Update .gitignoreKirill Petrashin9 days1-0/+10
|
* Remove unneeded includesKirill Petrashin9 days4-7/+2
|
* Merge remote-tracking branch 'origin/master'Kirill Petrashin9 days1-1/+0
|\
| * Remove a FIXMEKirill Petrashin2026-04-271-1/+0
| |
* | Remove unneeded commented out codeKirill Petrashin9 days1-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 ↵Kirill Petrashin2026-04-222-4/+96
| | | | force anim
* 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
|
* 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
|