Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-09 | Fix typos and en_US/en_GB inconsistency in various files (#12902) | Abdou-31 | |
2022-09-11 | Serialize: Restore forward compatibility | Lars Mueller | |
2022-09-11 | Serialize: Use numbers for refs to work around LuaJIT limits | Lars Mueller | |
2022-07-14 | Deserialization: Restore backwards compat (#12519) | 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 | |||
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 | |
2019-08-06 | Add luacheck to check builtin (#7895) | rubenwardy | |
2017-05-09 | minetest.deserialize: Throw error when argument not string (#5738) | SmallJoker | |
2016-03-06 | Faster insertion into table | Rui914 | |
2015-02-21 | Fix serialization of floating point numbers | ShadowNinja | |
2015-01-25 | Fix imprecise serialization of large numbers | ShadowNinja | |
2015-01-15 | Fix typo in `serialize.lua`. | Diego Martínez | |
2014-11-19 | Tweak core.serialize | ShadowNinja | |
This adds proper support for nested tables and improves performance a bit. | |||
2014-05-24 | Rework dumping functions | ShadowNinja | |
Changes: * Add comments to explain the dumping code * Add support for dumping values of any type (as '<' <type> '>') * Add support for tables as keys in dump2() * Make dump2() return it's result (like dump()) rather than printing it * Simplify and optimize function serialization via serialize() | |||
2014-05-08 | Use "core" namespace internally | ShadowNinja | |
2014-05-07 | Organize builtin into subdirectories | ShadowNinja | |