Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Serialization spec: Fix number fuzzing (#12496) | Lars Müller | 2022-07-02 |
| | |||
* | Builtin: Redo serialize.lua (#11427) | Lars Müller | 2022-06-11 |
| | | | | | | | | | 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 | ||
* | 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. | ||
* | 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 |