Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-18 | Implement vector and node conversion in Lua (#12609) | Jude Melton-Houghton | |
Co-authored-by: sfan5 <sfan5@live.de> | |||
2022-07-02 | Serialization spec: Fix number fuzzing (#12496) | Lars Müller | |
2022-06-11 | Builtin: Redo serialize.lua (#11427) | Lars Müller | |
Features: * Support for arbitrary references, including self-referencing * Short output, references "long" strings as a bonus * Around the same speed, potentially slower if long, short keys are present * Properly works with NaN and inf | |||
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-04-22 | minetest.serialize: Reversible number serialization (#9722) | HybridDog | |
* 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. | |||
2020-03-05 | Fix potential security issue(s), documentation on minetest.deserialize() (#9369) | sfan5 | |
Also adds an unittest | |||
2020-01-18 | Add Lua unit tests to builtin using busted (#9184) | rubenwardy | |