| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve the Path type | Kirill Petrashin | 2026-04-14 | 1 | -2/+2 |
| | | |||||
| * | Fix bug in previous commit | Kirill Petrashin | 2026-04-14 | 1 | -3/+6 |
| | | |||||
| * | Print info in walls | Kirill Petrashin | 2026-04-14 | 1 | -1/+6 |
| | | |||||
| * | Change how messages are written, clean up differently | Kirill Petrashin | 2026-04-14 | 1 | -24/+18 |
| | | |||||
| * | Improve the map editor | Kirill Petrashin | 2026-04-13 | 1 | -5/+59 |
| | | |||||
| * | Add function to save map | Kirill Petrashin | 2026-04-13 | 1 | -0/+41 |
| | | |||||
| * | More keybindings in map_editor() | Kirill Petrashin | 2026-04-13 | 1 | -0/+24 |
| | | |||||
| * | Clean up better | Kirill Petrashin | 2026-04-13 | 1 | -0/+4 |
| | | |||||
| * | Further optimize draw_map() | Kirill Petrashin | 2026-04-13 | 1 | -33/+38 |
| | | |||||
| * | Finish draw_map() optimization | Kirill Petrashin | 2026-04-13 | 1 | -1/+4 |
| | | |||||
| * | Outline an optimization in draw_map() | Kirill Petrashin | 2026-04-12 | 1 | -8/+12 |
| | | |||||
| * | Add macro to print a message | Kirill Petrashin | 2026-04-11 | 1 | -4/+2 |
| | | |||||
| * | Clean up trailing whitespaces | Kirill Petrashin | 2026-04-10 | 1 | -7/+7 |
| | | |||||
| * | Fix a rendering bug | Kirill Petrashin | 2026-04-05 | 1 | -4/+7 |
| | | |||||
| * | Error out on failure to realloc the stack | Kirill Petrashin | 2026-04-04 | 1 | -2/+2 |
| | | |||||
| * | Poorly implement the map editor | Kirill Petrashin | 2026-04-04 | 1 | -0/+123 |
| | | |||||
| * | Remove DRAW_MAP_OFFSET_[XY] | Kirill Petrashin | 2026-04-03 | 1 | -34/+34 |
| | | |||||
| * | Make map offsets global | Kirill Petrashin | 2026-04-03 | 1 | -33/+36 |
| | | |||||
| * | Update a TODO entry in map.c | Kirill Petrashin | 2026-03-29 | 1 | -1/+1 |
| | | |||||
| * | Add direction arrows to draw_map() | Kirill Petrashin | 2026-03-29 | 1 | -2/+30 |
| | | |||||
| * | Make the stack dynamic | Kirill Petrashin | 2026-03-29 | 1 | -0/+1 |
| | | |||||
| * | Allow resizing the map + some other stuff | Kirill Petrashin | 2026-03-28 | 1 | -5/+8 |
| | | |||||
| * | Combine two functions into one in path.{c,h} | Kirill Petrashin | 2026-03-27 | 1 | -0/+1 |
| | | |||||
| * | Add cost_array to neighbours_4dir | Kirill Petrashin | 2026-03-27 | 1 | -2/+8 |
| | | |||||
| * | Add cost defines and draw path cost under the map | Kirill Petrashin | 2026-03-26 | 1 | -9/+18 |
| | | |||||
| * | Clean up draw_map() a bit | Kirill Petrashin | 2026-03-26 | 1 | -28/+35 |
| | | |||||
| * | Fix memory leaks | Kirill Petrashin | 2026-03-26 | 1 | -0/+8 |
| | | |||||
| * | Add cost_array into neighbours_8dir() | Kirill Petrashin | 2026-03-26 | 1 | -2/+10 |
| | | |||||
| * | Handle the stack overflow | Kirill Petrashin | 2026-03-25 | 1 | -2/+2 |
| | | |||||
| * | Implement 8dir breadth-first-search and some other stuff | Kirill Petrashin | 2026-03-22 | 1 | -1/+74 |
| | | |||||
| * | Add ability to choose maps via args + create more maps + don't insert ↵ | Kirill Petrashin | 2026-03-22 | 1 | -2/+2 |
| | | | | | 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/+1 |
| | | |||||
| * | Add rendering of visited tiles | Kirill Petrashin | 2026-03-22 | 1 | -2/+5 |
| | | |||||
| * | Implement breadth-first-search + fix the priority queue + some other stuff | Kirill Petrashin | 2026-03-21 | 1 | -1/+27 |
| | | |||||
| * | Add ability to read plaintext maps from files | Kirill Petrashin | 2026-03-20 | 1 | -0/+47 |
| | | |||||
| * | Add a TODO in map.c | Kirill Petrashin | 2026-03-20 | 1 | -0/+1 |
| | | |||||
| * | Add ability to move the map around | Kirill Petrashin | 2026-03-16 | 1 | -16/+35 |
| | | |||||
| * | Change comments to use /* asdf */ syntax | Kirill Petrashin | 2026-03-16 | 1 | -9/+8 |
| | | |||||
| * | Render start and goal in bold | Kirill Petrashin | 2026-03-16 | 1 | -0/+2 |
| | | |||||
| * | Improve rendering | Kirill Petrashin | 2026-03-14 | 1 | -9/+29 |
| | | |||||
| * | Rename player into start | Kirill Petrashin | 2026-03-14 | 1 | -5/+5 |
| | | |||||
| * | Fix stack + implement rbt_maze_map() | Kirill Petrashin | 2026-03-14 | 1 | -2/+54 |
| | | |||||
| * | Initial commit | Kirill Petrashin | 2026-03-10 | 1 | -0/+77 |
