| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add VIM swap files into .gitignore | Kirill Petrashin | 2026-03-25 | 1 | -0/+1 | |
| * | Add all the files into the Makefile rules' requirements | Kirill Petrashin | 2026-03-25 | 1 | -2/+2 | |
| * | Handle the stack overflow | Kirill Petrashin | 2026-03-25 | 2 | -3/+6 | |
| * | Create a basic README.md file | Kirill Petrashin | 2026-03-24 | 1 | -0/+7 | |
| * | 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 | 10 | -17/+185 | |
| * | Forgot to add maps into the previous commi... | Kirill Petrashin | 2026-03-22 | 4 | -0/+88 | |
| * | Add ability to choose maps via args + create more maps + don't insert element... | Kirill Petrashin | 2026-03-22 | 5 | -25/+46 | |
| * | Handle when visited == NULL in draw_map() | Kirill Petrashin | 2026-03-22 | 2 | -2/+1 | |
| * | Add rendering of visited tiles | Kirill Petrashin | 2026-03-22 | 6 | -19/+27 | |
| * | Implement breadth-first-search + fix the priority queue + some other stuff | Kirill Petrashin | 2026-03-21 | 9 | -89/+225 | |
| * | Implement ppq_pop | Kirill Petrashin | 2026-03-21 | 1 | -2/+6 | |
| * | Add ability to read plaintext maps from files | Kirill Petrashin | 2026-03-20 | 4 | -3/+81 | |
| * | Update a comment in priority_queue.h | Kirill Petrashin | 2026-03-20 | 1 | -1/+2 | |
| * | Implement the priority queue (without ppq_reorganize) | Kirill Petrashin | 2026-03-20 | 3 | -17/+68 | |
| * | Add a TODO in map.c | Kirill Petrashin | 2026-03-20 | 1 | -0/+1 | |
| * | Add macros for errors and todos, outline priority_queue.c | Kirill Petrashin | 2026-03-19 | 4 | -2/+34 | |
| * | Add option to generate a new maze | Kirill Petrashin | 2026-03-19 | 1 | -0/+3 | |
| * | Add file to .gitignore | Kirill Petrashin | 2026-03-19 | 1 | -0/+1 | |
| * | Add a TODO entry | Kirill Petrashin | 2026-03-18 | 1 | -0/+1 | |
| * | Add ability to move the map around | Kirill Petrashin | 2026-03-16 | 3 | -19/+48 | |
| * | 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 | 6 | -26/+25 | |
| * | Render start and goal in bold | Kirill Petrashin | 2026-03-16 | 1 | -0/+2 | |
| * | Improve rendering | Kirill Petrashin | 2026-03-14 | 4 | -24/+50 | |
| * | Draft the priority queue | Kirill Petrashin | 2026-03-14 | 4 | -2/+40 | |
| * | Add files for a priority queue (no implementation) | Kirill Petrashin | 2026-03-14 | 1 | -2/+2 | |
| * | Rename player into start | Kirill Petrashin | 2026-03-14 | 4 | -12/+12 | |
| * | 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 | 6 | -18/+77 | |
| * | implement a PositionStack | Kirill Petrashin | 2026-03-14 | 2 | -1/+40 | |
| * | Add a TODO list in main.c | Kirill Petrashin | 2026-03-10 | 1 | -0/+5 | |
| * | Add header protect thingy in stack.h | Kirill Petrashin | 2026-03-10 | 1 | -0/+5 | |
| * | Initial commit | Kirill Petrashin | 2026-03-10 | 8 | -0/+191 | |
