Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Builtin: Optimize misc helpers (#12377) | Lars Müller | 2022-05-27 |
| | | | Also add formspec_escape unit test | ||
* | Add relative numbers for commands by prepending ~ (#9588) | Wuzzy | 2022-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 registry | Jude Melton-Houghton | 2022-03-29 |
| | |||
* | Add metatables to lua vectors (#11039) | DS | 2021-06-04 |
| | | | Add backwards-compatible metatable functions for vectors. | ||
* | Add Lua unit tests to builtin using busted (#9184) | rubenwardy | 2020-01-18 |