| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Print path cost correctly | Kirill Petrashin | 2026-04-16 | 1 | -2/+2 |
| | | |||||
| * | Try to implement costs, fail | Kirill Petrashin | 2026-04-15 | 1 | -0/+8 |
| | | |||||
| * | Add costs everywhere | Kirill Petrashin | 2026-04-15 | 1 | -2/+2 |
| | | |||||
| * | Implement live pathfinding in map editor | Kirill Petrashin | 2026-04-14 | 1 | -1/+1 |
| | | |||||
| * | Change how messages are written, clean up differently | Kirill Petrashin | 2026-04-14 | 1 | -5/+7 |
| | | |||||
| * | Add function to save map | Kirill Petrashin | 2026-04-13 | 1 | -0/+2 |
| | | |||||
| * | Add macro to print a message | Kirill Petrashin | 2026-04-11 | 1 | -0/+5 |
| | | |||||
| * | Clean up trailing whitespaces | Kirill Petrashin | 2026-04-10 | 1 | -3/+3 |
| | | |||||
| * | Poorly implement the map editor | Kirill Petrashin | 2026-04-04 | 1 | -0/+4 |
| | | |||||
| * | Make map offsets global | Kirill Petrashin | 2026-04-03 | 1 | -1/+4 |
| | | |||||
| * | Update TODOs and FIXMEs | Kirill Petrashin | 2026-03-30 | 1 | -1/+1 |
| | | |||||
| * | Allow resizing the map + some other stuff | Kirill Petrashin | 2026-03-28 | 1 | -3/+3 |
| | | |||||
| * | Add cost_array to neighbours_4dir | Kirill Petrashin | 2026-03-27 | 1 | -1/+1 |
| | | |||||
| * | Fix memory leaks | Kirill Petrashin | 2026-03-26 | 1 | -0/+3 |
| | | |||||
| * | Add cost_array into neighbours_8dir() | Kirill Petrashin | 2026-03-26 | 1 | -3/+5 |
| | | |||||
| * | Implement 8dir breadth-first-search and some other stuff | Kirill Petrashin | 2026-03-22 | 1 | -3/+6 |
| | | |||||
| * | 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 | ||||
| * | Add rendering of visited tiles | Kirill Petrashin | 2026-03-22 | 1 | -1/+1 |
| | | |||||
| * | Implement breadth-first-search + fix the priority queue + some other stuff | Kirill Petrashin | 2026-03-21 | 1 | -19/+6 |
| | | |||||
| * | Add ability to read plaintext maps from files | Kirill Petrashin | 2026-03-20 | 1 | -0/+16 |
| | | |||||
| * | Add ability to move the map around | Kirill Petrashin | 2026-03-16 | 1 | -1/+1 |
| | | |||||
| * | Change comments to use /* asdf */ syntax | Kirill Petrashin | 2026-03-16 | 1 | -9/+9 |
| | | |||||
| * | Improve rendering | Kirill Petrashin | 2026-03-14 | 1 | -2/+1 |
| | | |||||
| * | Rename player into start | Kirill Petrashin | 2026-03-14 | 1 | -2/+2 |
| | | |||||
| * | Fix stack + implement rbt_maze_map() | Kirill Petrashin | 2026-03-14 | 1 | -1/+5 |
| | | |||||
| * | Initial commit | Kirill Petrashin | 2026-03-10 | 1 | -0/+37 |
