Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |