| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Use rand() as seed instead of current time | Kirill Petrashin | 2026-03-26 | 1 | -2/+4 |
| | | |||||
| * | Add options to choose the amount of directions | Kirill Petrashin | 2026-03-26 | 1 | -3/+15 |
| | | |||||
| * | Update the TODO list | Kirill Petrashin | 2026-03-26 | 1 | -5/+2 |
| | | |||||
| * | Remove another outdated FIXME | Kirill Petrashin | 2026-03-26 | 1 | -1/+0 |
| | | |||||
| * | Fix memory leaks | Kirill Petrashin | 2026-03-26 | 1 | -1/+3 |
| | | |||||
| * | Slightly improve argument handling | Kirill Petrashin | 2026-03-26 | 1 | -6/+35 |
| | | |||||
| * | Add some TODO entries | Kirill Petrashin | 2026-03-23 | 1 | -1/+3 |
| | | |||||
| * | Implement 8dir breadth-first-search and some other stuff | Kirill Petrashin | 2026-03-22 | 1 | -4/+7 |
| | | |||||
| * | Add ability to choose maps via args + create more maps + don't insert ↵ | Kirill Petrashin | 2026-03-22 | 1 | -17/+33 |
| | | | | | elements into a PPQ if there's one with better priority | ||||
| * | Handle when visited == NULL in draw_map() | Kirill Petrashin | 2026-03-22 | 1 | -1/+0 |
| | | |||||
| * | Add rendering of visited tiles | Kirill Petrashin | 2026-03-22 | 1 | -8/+9 |
| | | |||||
| * | Implement breadth-first-search + fix the priority queue + some other stuff | Kirill Petrashin | 2026-03-21 | 1 | -20/+33 |
| | | |||||
| * | Add ability to read plaintext maps from files | Kirill Petrashin | 2026-03-20 | 1 | -3/+12 |
| | | |||||
