Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-04 | Revert "Make Lint Happy" | Elias Fleckenstein | |
This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4. | |||
2020-11-04 | Make Lint Happy | Elias Fleckenstein | |
2020-04-08 | Collision various fixes (#9343) | TheTermos | |
2016-01-29 | Don't pass non-const references to collision methods | est31 | |
Non const references cause a lot of confusion with behaviour of code, and are disallowed by minetest style guide. | |||
2015-04-26 | Tests: Modularize unit testing | kwolekr | |
Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code |