| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement live pathfinding in map editor | Kirill Petrashin | 2026-04-14 | 1 | -0/+3 |
| * | Improve the Path type | Kirill Petrashin | 2026-04-14 | 1 | -0/+1 |
| * | Print info in walls | Kirill Petrashin | 2026-04-14 | 1 | -0/+1 |
| * | Make the cost_so_far array dynamic to avoid SEGFAULTs | Kirill Petrashin | 2026-04-03 | 1 | -0/+4 |
| * | Add a path_length() function | Kirill Petrashin | 2026-03-29 | 1 | -0/+2 |
| * | Implement A*, finally | Kirill Petrashin | 2026-03-29 | 1 | -0/+2 |
| * | Allow resizing the map + some other stuff | Kirill Petrashin | 2026-03-28 | 1 | -2/+7 |
| * | Start working in Dijkstra | Kirill Petrashin | 2026-03-27 | 1 | -1/+1 |
| * | Combine two functions into one in path.{c,h} | Kirill Petrashin | 2026-03-27 | 1 | -2/+2 |
| * | Fix memory leaks | Kirill Petrashin | 2026-03-26 | 1 | -0/+2 |
| * | Implement 8dir breadth-first-search and some other stuff | Kirill Petrashin | 2026-03-22 | 1 | -1/+2 |
| * | 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 | -0/+12 |
