summaryrefslogtreecommitdiff
path: root/builtin/common/tests/misc_helpers_spec.lua
Commit message (Collapse)AuthorAge
* Builtin: Optimize misc helpers (#12377)Lars Müller2022-05-27
| | | Also add formspec_escape unit test
* Add relative numbers for commands by prepending ~ (#9588)Wuzzy2022-05-22
| | | | | | | | | | | | | | | | | | | * Add relative numbers for commands by prepending ~ * Some builtin code cleanup * Disallow nan and inf in minetest.string_to_area * Remove unused local variable teleportee (makes Luacheck happy) * Clean up core.string_to_pos * Make area parsing less permissive * Rewrite tests as busted tests * /time: Fix negative minutes not working Co-authored-by: Lars Mueller <appgurulars@gmx.de>
* Store vector metatable in registryJude Melton-Houghton2022-03-29
|
* Add metatables to lua vectors (#11039)DS2021-06-04
| | | Add backwards-compatible metatable functions for vectors.
* Add Lua unit tests to builtin using busted (#9184)rubenwardy2020-01-18