Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make dump's output prettier | ShadowNinja | 2014-09-21 |
| | | | | | | | | Changes: * Indentation with tabs by default. * Array keys dumped without "[i] = " prefix. * String keys that are valid identifiers aren't enclosed in '[""]'. * Basic support for multiple references (as specified in the comment). | ||
* | Add srollbar formspec element | sapier | 2014-07-16 |
| | |||
* | 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 |