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