summaryrefslogtreecommitdiffstats
path: root/src/Bindings/LuaJson.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-09Update submodules (#4727)peterbell101-3/+4
Closes #4708 This updates jsoncpp, mbedtls, TCLAP and SQLiteCpp to their latest stable release. A few additional changes were needed: * jsoncpp deprecated Reader, FastWriter and StyledWriter which I've replaced with some helper functions in JsonUtils.cpp * SQLiteCpp changed how it builds with external sqlite libraries, now expecting them to be installed. The simplest path was to remove sqlite from cuberite's submodule and just use SQLiteCpp's internal version.
2020-04-16Using Super.Mattes D1-1/+2
2016-10-27LuaJson: Report serialization errors instead of crashing.Mattes D1-3/+82
2016-08-22cLuaState: Added direct support for pushing a nil constant.Mattes D1-3/+2
2016-07-10Fixed Lua Json serializing a bool.Mattes D1-0/+10
Fixes #3257.
2015-12-24Added a Json parser and serializer to Lua API.Mattes D1-0/+315