aboutsummaryrefslogtreecommitdiff
path: root/src/unittest/test_collision.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Collision various fixes (#9343)TheTermos2020-04-081-32/+32
|
* Don't pass non-const references to collision methodsest312016-01-291-16/+16
| | | | | Non const references cause a lot of confusion with behaviour of code, and are disallowed by minetest style guide.
* Tests: Modularize unit testingkwolekr2015-04-261-0/+180
Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code