Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | minetest.serialize: Reversible number serialization (#9722) | HybridDog | 2020-04-22 |
| | | | | | | | * minetest.serialize: Reversible number to string conversion The %a format is not supported in Lua 5.1. This commit also adds two tests for number serialization. | ||
* | Fix potential security issue(s), documentation on minetest.deserialize() (#9369) | sfan5 | 2020-03-05 |
| | | | Also adds an unittest | ||
* | Add Lua unit tests to builtin using busted (#9184) | rubenwardy | 2020-01-18 |