| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 element... | Kirill Petrashin | 2026-03-22 | 1 | -17/+33 |
| * | 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 |
| * | Implement the priority queue (without ppq_reorganize) | Kirill Petrashin | 2026-03-20 | 1 | -2/+3 |
| * | Add macros for errors and todos, outline priority_queue.c | Kirill Petrashin | 2026-03-19 | 1 | -0/+1 |
| * | Add option to generate a new maze | Kirill Petrashin | 2026-03-19 | 1 | -0/+3 |
| * | Add a TODO entry | Kirill Petrashin | 2026-03-18 | 1 | -0/+1 |
| * | Add ability to move the map around | Kirill Petrashin | 2026-03-16 | 1 | -2/+12 |
| * | Make the maze adapt to screen size (not sure why) | Kirill Petrashin | 2026-03-16 | 1 | -3/+7 |
| * | Update TODO | Kirill Petrashin | 2026-03-16 | 1 | -2/+2 |
| * | Change comments to use /* asdf */ syntax | Kirill Petrashin | 2026-03-16 | 1 | -5/+5 |
| * | Improve rendering | Kirill Petrashin | 2026-03-14 | 1 | -8/+11 |
| * | Rename player into start | Kirill Petrashin | 2026-03-14 | 1 | -3/+3 |
| * | Add some TODOs | Kirill Petrashin | 2026-03-14 | 1 | -0/+2 |
| * | Remove a TODO entry for maze implementation | Kirill Petrashin | 2026-03-14 | 1 | -1/+0 |
| * | Fix stack + implement rbt_maze_map() | Kirill Petrashin | 2026-03-14 | 1 | -3/+3 |
| * | Add a TODO list in main.c | Kirill Petrashin | 2026-03-10 | 1 | -0/+5 |
| * | Initial commit | Kirill Petrashin | 2026-03-10 | 1 | -0/+40 |
