Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-28 | fix diagonal movement offset bug | Stanislaw Halik | |
2024-02-27 | actually speed should be the property of critter | Stanislaw Halik | |
2024-02-27 | update submodules | Stanislaw Halik | |
2024-02-27 | add speed field to object (yet unused) | Stanislaw Halik | |
2024-02-27 | editor: workaround inspector's text input only getting longer | Stanislaw Halik | |
2024-02-27 | update submodules | Stanislaw Halik | |
2024-02-27 | serialize: fix shadowed variable warning | Stanislaw Halik | |
2024-02-27 | save++ | Stanislaw Halik | |
2024-02-27 | add ephemeral object flag | Stanislaw Halik | |
Used to prevent objects from being stored in save files. | |||
2024-02-27 | workaround CLion Nova analysis bug | Stanislaw Halik | |
2024-02-27 | factor out common code in flood fill | Stanislaw Halik | |
2024-02-27 | try to fix region bad fill order | Stanislaw Halik | |
2024-02-26 | implement printing fractions for corrade's Debug{} | Stanislaw Halik | |
2024-02-26 | implement formatting chunk_coords{,_} to corrade's Debug{} | Stanislaw Halik | |
2024-02-26 | add save | Stanislaw Halik | |
2024-02-26 | fix a warning | Stanislaw Halik | |
2024-02-26 | show more accurate timing info during pathfinding | Stanislaw Halik | |
2024-02-26 | display timing info in region generator | Stanislaw Halik | |
2024-02-25 | test: more orders of magnitude for timing display | Stanislaw Halik | |
2024-02-25 | get cache pointer once to avoid asserts each time | Stanislaw Halik | |
2024-02-25 | remove cached pass_region from chunk | Stanislaw Halik | |
This wasn't well thought out because the regiojn gets dirtied after every critter movement, even though it ignores critters by default. | |||
2024-02-25 | fix clangd warnings | Stanislaw Halik | |
2024-02-25 | clean up some more | Stanislaw Halik | |
2024-02-25 | fix build | Stanislaw Halik | |
2024-02-25 | cleanup includes | Stanislaw Halik | |
2024-02-25 | fix build | Stanislaw Halik | |
2024-02-25 | clean up more headers | Stanislaw Halik | |
2024-02-25 | clean up more headers | Stanislaw Halik | |
2024-02-25 | update todo | Stanislaw Halik | |
2024-02-25 | rename more search stuff | Stanislaw Halik | |
2024-02-25 | rename astar -> search-astar | Stanislaw Halik | |
2024-02-25 | rename path_search -> search | Stanislaw Halik | |
2024-02-25 | make invalid anim altas slightly smaller | Stanislaw Halik | |
2024-02-24 | clean some includes | Stanislaw Halik | |
2024-02-24 | correctly assign chunk coord for region test overlay display | Stanislaw Halik | |
2024-02-24 | fix chunk predicate use-after-free | Stanislaw Halik | |
2024-02-24 | pass explicit collision_data for rtree node | Stanislaw Halik | |
2024-02-24 | default to filtering out critters from region | Stanislaw Halik | |
2024-02-24 | fix clang warning | Stanislaw Halik | |
2024-02-24 | add region benchmark | Stanislaw Halik | |
2024-02-24 | src: clean up warnings | Stanislaw Halik | |
2024-02-24 | cmake: silence warning | Stanislaw Halik | |
2024-02-24 | fix warning | Stanislaw Halik | |
2024-02-24 | add todo | Stanislaw Halik | |
2024-02-24 | test: add region test | Stanislaw Halik | |
2024-02-24 | sort, clean up tests | Stanislaw Halik | |
2024-02-24 | clean up region stuff a bit | Stanislaw Halik | |
2024-02-24 | oops, reset region modified to false | Stanislaw Halik | |
2024-02-24 | one more save | Stanislaw Halik | |
2024-02-24 | fix chunk region modified on passability modified | Stanislaw Halik | |