aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implement live pathfinding in map editorKirill Petrashin2026-04-146-30/+76
|
* Fix message printing leaving text behindKirill Petrashin2026-04-141-2/+2
|
* Improve the Path typeKirill Petrashin2026-04-146-38/+35
|
* Add some comments to structs.hKirill Petrashin2026-04-141-3/+4
|
* Add a FIXMEKirill Petrashin2026-04-141-0/+1
|
* Some anim() shitKirill Petrashin2026-04-142-5/+20
|
* Fix bug in previous commitKirill Petrashin2026-04-141-3/+6
|
* Print info in wallsKirill Petrashin2026-04-145-6/+22
|
* Change how messages are written, clean up differentlyKirill Petrashin2026-04-146-36/+37
|
* Add ability to hotswap algorithmsKirill Petrashin2026-04-141-1/+7
|
* Add some TODO entriesKirill Petrashin2026-04-131-3/+5
|
* Improve the map editorKirill Petrashin2026-04-131-5/+59
|
* Add function to save mapKirill Petrashin2026-04-132-0/+43
|
* Handle an errorKirill Petrashin2026-04-131-0/+4
|
* Move the "Saved..." message to map_to_bmp()Kirill Petrashin2026-04-132-1/+2
|
* Fix the filename promptKirill Petrashin2026-04-132-7/+10
|
* More keybindings in map_editor()Kirill Petrashin2026-04-131-0/+24
|
* More keybindings in anim()Kirill Petrashin2026-04-131-4/+30
|
* Clean up betterKirill Petrashin2026-04-131-0/+4
|
* Handle when trying to shrink the map too muchKirill Petrashin2026-04-131-3/+12
|
* Add a keybinding to move to start/endKirill Petrashin2026-04-131-0/+14
|
* Add keybindings to move fasterKirill Petrashin2026-04-131-1/+4
|
* Further optimize draw_map()Kirill Petrashin2026-04-131-33/+38
|
* Add keybindings to move to top left and bottom right cornersKirill Petrashin2026-04-131-1/+6
|
* Finish draw_map() optimizationKirill Petrashin2026-04-131-1/+4
|
* Outline an optimization in draw_map()Kirill Petrashin2026-04-121-8/+12
|
* Update a TODOKirill Petrashin2026-04-111-1/+1
|
* Add a TODO entryKirill Petrashin2026-04-111-0/+1
|
* Fix automatic mode not refreshing the screenKirill Petrashin2026-04-111-1/+1
|
* Add macro to print a messageKirill Petrashin2026-04-114-9/+10
|
* Clean up trailing whitespacesKirill Petrashin2026-04-108-19/+19
|
* Prompt for filename when creating a BMPKirill Petrashin2026-04-052-3/+14
|
* Fix a rendering bugKirill Petrashin2026-04-052-4/+8
|
* Fix cursor location text position in anim()Kirill Petrashin2026-04-051-1/+1
|
* Error out on failure to realloc the stackKirill Petrashin2026-04-042-3/+3
|
* Poorly implement the map editorKirill Petrashin2026-04-043-0/+139
|
* Update the TODO listKirill Petrashin2026-04-031-3/+3
|
* Make the cost_so_far array dynamic to avoid SEGFAULTsKirill Petrashin2026-04-032-4/+38
|
* Remove DRAW_MAP_OFFSET_[XY]Kirill Petrashin2026-04-033-38/+35
|
* Make map offsets globalKirill Petrashin2026-04-034-53/+52
|
* Add some TODO entriesKirill Petrashin2026-04-021-0/+4
|
* Add automatic mode to anim()Kirill Petrashin2026-03-302-0/+8
|
* Update TODOs and FIXMEsKirill Petrashin2026-03-303-5/+1
|
* Add a TODO entryKirill Petrashin2026-03-291-1/+2
|
* Update the TODO list in main.cKirill Petrashin2026-03-291-3/+0
|
* Add a path_length() functionKirill Petrashin2026-03-292-0/+18
|
* Implement A*, finallyKirill Petrashin2026-03-295-14/+105
|
* Update a TODO entry in map.cKirill Petrashin2026-03-291-1/+1
|
* Implement Dijkstra's algorithmKirill Petrashin2026-03-292-8/+19
|
* Make manhattan_distance() use COST_ORTHOGONALKirill Petrashin2026-03-291-4/+5
|