| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add ability to clear the map in map_editor() | Kirill Petrashin | 7 days | 1 | -0/+11 |
| * | Add wraparound keybinding in map_editor() | Kirill Petrashin | 7 days | 1 | -0/+15 |
| * | Remove an unnecessary line of code | Kirill Petrashin | 7 days | 1 | -2/+1 |
| * | Avoid printing a newline when enabling/disabling mouse movement reporting | Kirill Petrashin | 7 days | 1 | -2/+2 |
| * | Allow switching amount of directions with a keybind | Kirill Petrashin | 8 days | 1 | -0/+10 |
| * | Make path reversable in map_editor() | Kirill Petrashin | 8 days | 1 | -0/+6 |
| * | Make wraparound toggleable with a keybind | Kirill Petrashin | 8 days | 1 | -1/+1 |
| * | Implement 8dir wraparound | Kirill Petrashin | 8 days | 1 | -2/+69 |
| * | Implement 4dir wraparound | Kirill Petrashin | 8 days | 1 | -0/+48 |
| * | Document keybindings, add MMB to move in map_editor(), add 'A' keybind to for... | Kirill Petrashin | 8 days | 1 | -3/+45 |
| * | Remove outdated comment | Kirill Petrashin | 10 days | 1 | -1/+0 |
| * | Make map_editor() return the mouesmask back to normal | Kirill Petrashin | 12 days | 1 | -1/+3 |
| * | Warn when start/goal is on a wall after resizing in map_editor() | Kirill Petrashin | 2026-04-16 | 1 | -1/+8 |
| * | Print path cost correctly | Kirill Petrashin | 2026-04-16 | 1 | -13/+16 |
| * | Fix costs | Kirill Petrashin | 2026-04-16 | 1 | -12/+12 |
| * | Try to implement costs, fail | Kirill Petrashin | 2026-04-15 | 1 | -0/+31 |
| * | Add costs everywhere | Kirill Petrashin | 2026-04-15 | 1 | -22/+58 |
| * | Disallow drawing walls on start/end | Kirill Petrashin | 2026-04-15 | 1 | -1/+1 |
| * | Fix clearing wrongly | Kirill Petrashin | 2026-04-15 | 1 | -1/+1 |
| * | Remove unneeded getch() | Kirill Petrashin | 2026-04-14 | 1 | -1/+0 |
| * | Implement live pathfinding in map editor | Kirill Petrashin | 2026-04-14 | 1 | -24/+60 |
| * | Fix message printing leaving text behind | Kirill Petrashin | 2026-04-14 | 1 | -2/+2 |
| * | 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 |
