| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement holding mwheel to drag map around | Kirill Petrashin | 12 days | 1 | -0/+27 |
| | | |||||
| * | Add a TODO entry | Kirill Petrashin | 2026-04-16 | 1 | -0/+1 |
| | | |||||
| * | Add pathfinding timing | Kirill Petrashin | 2026-04-16 | 1 | -4/+4 |
| | | |||||
| * | Print path cost correctly | Kirill Petrashin | 2026-04-16 | 1 | -2/+2 |
| | | |||||
| * | Fix ppq_insert order | Kirill Petrashin | 2026-04-16 | 1 | -1/+0 |
| | | |||||
| * | Fix costs | Kirill Petrashin | 2026-04-16 | 1 | -13/+19 |
| | | |||||
| * | Try to implement costs, fail | Kirill Petrashin | 2026-04-15 | 1 | -5/+23 |
| | | |||||
| * | Add a TODO entry | Kirill Petrashin | 2026-04-15 | 1 | -0/+1 |
| | | |||||
| * | Add costs everywhere | Kirill Petrashin | 2026-04-15 | 1 | -10/+10 |
| | | |||||
| * | 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 | 1 | -3/+8 |
| | | |||||
| * | Improve the Path type | Kirill Petrashin | 2026-04-14 | 1 | -0/+3 |
| | | |||||
| * | Some anim() shit | Kirill Petrashin | 2026-04-14 | 1 | -1/+9 |
| | | |||||
| * | Print info in walls | Kirill Petrashin | 2026-04-14 | 1 | -5/+4 |
| | | |||||
| * | Change how messages are written, clean up differently | Kirill Petrashin | 2026-04-14 | 1 | -3/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | Move the "Saved..." message to map_to_bmp() | Kirill Petrashin | 2026-04-13 | 1 | -1/+0 |
| | | |||||
| * | Fix the filename prompt | Kirill Petrashin | 2026-04-13 | 1 | -7/+9 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add keybindings to move to top left and bottom right corners | Kirill Petrashin | 2026-04-13 | 1 | -1/+6 |
| | | |||||
| * | Add a TODO entry | Kirill Petrashin | 2026-04-11 | 1 | -0/+1 |
| | | |||||
| * | Add macro to print a message | Kirill Petrashin | 2026-04-11 | 1 | -4/+2 |
| | | |||||
| * | Clean up trailing whitespaces | Kirill Petrashin | 2026-04-10 | 1 | -3/+3 |
| | | |||||
| * | Prompt for filename when creating a BMP | Kirill Petrashin | 2026-04-05 | 1 | -3/+12 |
| | | |||||
| * | Fix a rendering bug | Kirill Petrashin | 2026-04-05 | 1 | -0/+1 |
| | | |||||
| * | Poorly implement the map editor | Kirill Petrashin | 2026-04-04 | 1 | -0/+12 |
| | | |||||
| * | Update the TODO list | Kirill Petrashin | 2026-04-03 | 1 | -3/+3 |
| | | |||||
| * | Remove DRAW_MAP_OFFSET_[XY] | Kirill Petrashin | 2026-04-03 | 1 | -1/+1 |
| | | |||||
| * | Make map offsets global | Kirill Petrashin | 2026-04-03 | 1 | -11/+6 |
| | | |||||
| * | Add some TODO entries | Kirill Petrashin | 2026-04-02 | 1 | -0/+4 |
| | | |||||
| * | Update TODOs and FIXMEs | Kirill Petrashin | 2026-03-30 | 1 | -1/+0 |
| | | |||||
| * | Add a TODO entry | Kirill Petrashin | 2026-03-29 | 1 | -1/+2 |
| | | |||||
| * | Update the TODO list in main.c | Kirill Petrashin | 2026-03-29 | 1 | -3/+0 |
| | | |||||
| * | Implement A*, finally | Kirill Petrashin | 2026-03-29 | 1 | -2/+4 |
| | | |||||
| * | Implement Dijkstra's algorithm | Kirill Petrashin | 2026-03-29 | 1 | -3/+4 |
| | | |||||
| * | Add direction arrows to draw_map() | Kirill Petrashin | 2026-03-29 | 1 | -1/+1 |
| | | |||||
| * | Add arg to just generate a BMP | Kirill Petrashin | 2026-03-29 | 1 | -2/+17 |
| | | |||||
| * | Add basic BMP output, not sure why | Kirill Petrashin | 2026-03-28 | 1 | -2/+8 |
| | | |||||
| * | Allow resizing the map + some other stuff | Kirill Petrashin | 2026-03-28 | 1 | -12/+39 |
| | | |||||
| * | Merge remote-tracking branch 'refs/remotes/origin/master' | Kirill Petrashin | 2026-03-28 | 1 | -0/+1 |
| |\ | |||||
| | * | Add a TODO entry | Kirill Petrashin | 2026-03-28 | 1 | -0/+1 |
| | | | |||||
| * | | Improve anim() and make it toggleable with a keybind | Kirill Petrashin | 2026-03-28 | 1 | -0/+1 |
| |/ | |||||
| * | Start working in Dijkstra | Kirill Petrashin | 2026-03-27 | 1 | -0/+1 |
| | | |||||
| * | Combine two functions into one in path.{c,h} | Kirill Petrashin | 2026-03-27 | 1 | -10/+2 |
| | | |||||
| * | Add a TODO entry | Kirill Petrashin | 2026-03-27 | 1 | -0/+1 |
| | | |||||
| * | Update comment about args | Kirill Petrashin | 2026-03-27 | 1 | -1/+3 |
| | | |||||
| * | Add a TODO entry for greedy-best-first algo | Kirill Petrashin | 2026-03-27 | 1 | -0/+1 |
| | | |||||
