Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | minetest.deserialize: Throw error when argument not string (#5738) | SmallJoker | 2017-05-09 |
| | |||
* | Faster insertion into table | Rui914 | 2016-03-06 |
| | |||
* | Fix serialization of floating point numbers | ShadowNinja | 2015-02-21 |
| | |||
* | Fix imprecise serialization of large numbers | ShadowNinja | 2015-01-25 |
| | |||
* | Fix typo in `serialize.lua`. | Diego MartÃnez | 2015-01-15 |
| | |||
* | Tweak core.serialize | ShadowNinja | 2014-11-19 |
| | | | | This adds proper support for nested tables and improves performance a bit. | ||
* | Rework dumping functions | ShadowNinja | 2014-05-24 |
| | | | | | | | | | 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() | ||
* | Use "core" namespace internally | ShadowNinja | 2014-05-08 |
| | |||
* | Organize builtin into subdirectories | ShadowNinja | 2014-05-07 |