summaryrefslogtreecommitdiffhomepage
path: root/test/region.cpp
AgeCommit message (Collapse)Author
2024-05-06test: speed up compile timeStanislaw Halik
Removes implicit includes to <windows.h> and <cr/StringView.h> from all files. Goes from 30 to 20 seconds.
2024-02-25remove cached pass_region from chunkStanislaw 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-24test: add region testStanislaw Halik