| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make wraparound toggleable with a keybind | Kirill Petrashin | 8 days | 1 | -0/+3 |
| | | |||||
| * | Add a path_reverse() function | Kirill Petrashin | 8 days | 1 | -0/+2 |
| | | |||||
| * | Remove path_length() as it's unused and is obsolete | Kirill Petrashin | 9 days | 1 | -2/+0 |
| | | |||||
| * | Add pathfinding timing | Kirill Petrashin | 2026-04-16 | 1 | -0/+2 |
| | | |||||
| * | Comment out BFS, I'm pretty sure it won't work no more | Kirill Petrashin | 2026-04-16 | 1 | -1/+1 |
| | | |||||
| * | Add costs everywhere | Kirill Petrashin | 2026-04-15 | 1 | -7/+7 |
| | | |||||
| * | 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 |
