aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_voxelarea.cpp
AgeCommit message (Collapse)Author
2022-04-08Don't test overflow behavior for VoxelArea extentsShadowNinja
2022-04-08Fix compiler warningsShadowNinja
2021-11-26Fix find_nodes_in_area misbehaving with out-of-map coordinates (#11770)sfan5
This ensures that no overflows (side-effects) happen within the find_nodes_in_area function by limiting coordinates like done in the map generation code.
2018-03-11Add Voxelarea unittests (#7121)Loïc Blot
* Add voxelarea unittests