summaryrefslogtreecommitdiff
path: root/src/unittest/test_voxelarea.cpp
Commit message (Collapse)AuthorAge
* Don't test overflow behavior for VoxelArea extentsShadowNinja2022-04-08
|
* Fix compiler warningsShadowNinja2022-04-08
|
* Fix find_nodes_in_area misbehaving with out-of-map coordinates (#11770)sfan52021-11-26
| | | 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.
* Add Voxelarea unittests (#7121)Loïc Blot2018-03-11
* Add voxelarea unittests