| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add option to not pathfind on start | Kirill Petrashin | 7 days | 1 | -2/+6 |
| | | |||||
| * | Remove an unnecessary line of code | Kirill Petrashin | 7 days | 1 | -2/+1 |
| | | |||||
| * | Avoid printing a newline when enabling/disabling mouse movement reporting | Kirill Petrashin | 7 days | 1 | -2/+2 |
| | | |||||
| * | Allow switching amount of directions with a keybind | Kirill Petrashin | 8 days | 2 | -0/+20 |
| | | |||||
| * | Make path reversable in map_editor() | Kirill Petrashin | 8 days | 2 | -11/+19 |
| | | |||||
| * | Make wraparound toggleable with a keybind | Kirill Petrashin | 8 days | 4 | -4/+28 |
| | | |||||
| * | Implement 8dir wraparound | Kirill Petrashin | 8 days | 1 | -2/+69 |
| | | |||||
| * | Implement 4dir wraparound | Kirill Petrashin | 8 days | 2 | -0/+54 |
| | | |||||
| * | Clean up path_reverse() | Kirill Petrashin | 8 days | 1 | -6/+9 |
| | | |||||
| * | Add a path_reverse() function | Kirill Petrashin | 8 days | 3 | -0/+31 |
| | | |||||
| * | Document keybindings, add MMB to move in map_editor(), add 'A' keybind to ↵ | Kirill Petrashin | 8 days | 2 | -4/+96 |
| | | | | | force anim | ||||
| * | Remove path_length() as it's unused and is obsolete | Kirill Petrashin | 9 days | 2 | -18/+0 |
| | | |||||
| * | Remove a TODO | Kirill Petrashin | 10 days | 1 | -1/+0 |
| | | |||||
| * | Improve diagonal_distance(), dramatically enhancing performance | Kirill Petrashin | 10 days | 1 | -14/+12 |
| | | |||||
| * | Remove outdated comment | Kirill Petrashin | 10 days | 1 | -1/+0 |
| | | |||||
| * | Implement holding mwheel to drag map around | Kirill Petrashin | 12 days | 1 | -0/+27 |
| | | |||||
| * | Fix mouse reporting being left on on error | Kirill Petrashin | 12 days | 1 | -2/+2 |
| | | |||||
| * | Make map_editor() return the mouesmask back to normal | Kirill Petrashin | 12 days | 1 | -1/+3 |
| | | |||||
| * | Remove a leftover debugging printf() | Kirill Petrashin | 13 days | 1 | -1/+0 |
| | | |||||
| * | Add an explicit return in ppq_remove() | Kirill Petrashin | 13 days | 1 | -0/+2 |
| | | |||||
| * | Update a comment | Kirill Petrashin | 13 days | 1 | -2/+1 |
| | | |||||
| * | Remove ppq_reprioritize() | Kirill Petrashin | 13 days | 2 | -9/+0 |
| | | |||||
| * | Add a TODO entry | Kirill Petrashin | 2026-04-16 | 1 | -0/+1 |
| | | |||||
| * | Warn when start/goal is on a wall after resizing in map_editor() | Kirill Petrashin | 2026-04-16 | 1 | -1/+8 |
| | | |||||
| * | Add pathfinding timing | Kirill Petrashin | 2026-04-16 | 3 | -4/+29 |
| | | |||||
| * | Print path cost correctly | Kirill Petrashin | 2026-04-16 | 4 | -18/+21 |
| | | |||||
| * | Comment out BFS, I'm pretty sure it won't work no more | Kirill Petrashin | 2026-04-16 | 2 | -61/+61 |
| | | |||||
| * | Fix ppq_insert order | Kirill Petrashin | 2026-04-16 | 2 | -5/+10 |
| | | |||||
| * | Fix costs | Kirill Petrashin | 2026-04-16 | 6 | -36/+54 |
| | | |||||
| * | Try to implement costs, fail | Kirill Petrashin | 2026-04-15 | 5 | -5/+84 |
| | | |||||
| * | Add a TODO entry | Kirill Petrashin | 2026-04-15 | 1 | -0/+1 |
| | | |||||
| * | Add costs everywhere | Kirill Petrashin | 2026-04-15 | 5 | -70/+107 |
| | | |||||
| * | Disallow drawing walls on start/end | Kirill Petrashin | 2026-04-15 | 1 | -1/+1 |
| | | |||||
| * | Fix clearing wrongly | Kirill Petrashin | 2026-04-15 | 1 | -1/+1 |
| | | |||||
| * | Remove unneeded getch() | Kirill Petrashin | 2026-04-14 | 1 | -1/+0 |
| | | |||||
| * | Add ability to open maps with a keybind | Kirill Petrashin | 2026-04-14 | 1 | -1/+27 |
| | | |||||
| * | Implement live pathfinding in map editor | Kirill Petrashin | 2026-04-14 | 6 | -30/+76 |
| | | |||||
| * | Fix message printing leaving text behind | Kirill Petrashin | 2026-04-14 | 1 | -2/+2 |
| | | |||||
| * | Improve the Path type | Kirill Petrashin | 2026-04-14 | 6 | -38/+35 |
| | | |||||
| * | Add some comments to structs.h | Kirill Petrashin | 2026-04-14 | 1 | -3/+4 |
| | | |||||
| * | Add a FIXME | Kirill Petrashin | 2026-04-14 | 1 | -0/+1 |
| | | |||||
| * | Some anim() shit | Kirill Petrashin | 2026-04-14 | 2 | -5/+20 |
| | | |||||
| * | Fix bug in previous commit | Kirill Petrashin | 2026-04-14 | 1 | -3/+6 |
| | | |||||
| * | Print info in walls | Kirill Petrashin | 2026-04-14 | 5 | -6/+22 |
| | | |||||
| * | Change how messages are written, clean up differently | Kirill Petrashin | 2026-04-14 | 6 | -36/+37 |
| | | |||||
| * | Add ability to hotswap algorithms | Kirill Petrashin | 2026-04-14 | 1 | -1/+7 |
| | | |||||
| * | Add some TODO entries | Kirill Petrashin | 2026-04-13 | 1 | -3/+5 |
| | | |||||
| * | Improve the map editor | Kirill Petrashin | 2026-04-13 | 1 | -5/+59 |
| | | |||||
| * | Add function to save map | Kirill Petrashin | 2026-04-13 | 2 | -0/+43 |
| | | |||||
| * | Handle an error | Kirill Petrashin | 2026-04-13 | 1 | -0/+4 |
| | | |||||
