| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Start working in Dijkstra | Kirill Petrashin | 2026-03-27 | 1 | -5/+41 |
| * | Combine two functions into one in path.{c,h} | Kirill Petrashin | 2026-03-27 | 1 | -46/+12 |
| * | Add cost_array to neighbours_4dir | Kirill Petrashin | 2026-03-27 | 1 | -1/+1 |
| * | Add ppq_insert() return codes + fix breadth_first_search_4dir() | Kirill Petrashin | 2026-03-26 | 1 | -3/+4 |
| * | Fix memory leaks | Kirill Petrashin | 2026-03-26 | 1 | -0/+10 |
| * | Add cost_array into neighbours_8dir() | Kirill Petrashin | 2026-03-26 | 1 | -1/+1 |
| * | Implement 8dir breadth-first-search and some other stuff | Kirill Petrashin | 2026-03-22 | 1 | -1/+58 |
| * | Add ability to choose maps via args + create more maps + don't insert element... | Kirill Petrashin | 2026-03-22 | 1 | -3/+3 |
| * | Add rendering of visited tiles | Kirill Petrashin | 2026-03-22 | 1 | -3/+6 |
| * | Implement breadth-first-search + fix the priority queue + some other stuff | Kirill Petrashin | 2026-03-21 | 1 | -0/+78 |
