| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document keybindings, add MMB to move in map_editor(), add 'A' keybind to for... | Kirill Petrashin | 8 days | 2 | -4/+96 |
| * | Remove path_length() as it's unused and is obsolete | Kirill Petrashin | 10 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 |
| * | Move the "Saved..." message to map_to_bmp() | Kirill Petrashin | 2026-04-13 | 2 | -1/+2 |
| * | Fix the filename prompt | Kirill Petrashin | 2026-04-13 | 2 | -7/+10 |
| * | More keybindings in map_editor() | Kirill Petrashin | 2026-04-13 | 1 | -0/+24 |
| * | More keybindings in anim() | Kirill Petrashin | 2026-04-13 | 1 | -4/+30 |
| * | Clean up better | Kirill Petrashin | 2026-04-13 | 1 | -0/+4 |
| * | Handle when trying to shrink the map too much | Kirill Petrashin | 2026-04-13 | 1 | -3/+12 |
| * | Add a keybinding to move to start/end | Kirill Petrashin | 2026-04-13 | 1 | -0/+14 |
| * | Add keybindings to move faster | Kirill Petrashin | 2026-04-13 | 1 | -1/+4 |
| * | Further optimize draw_map() | Kirill Petrashin | 2026-04-13 | 1 | -33/+38 |
| * | Add keybindings to move to top left and bottom right corners | Kirill Petrashin | 2026-04-13 | 1 | -1/+6 |
