]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_util.cpp
Make print() NUL-safe
[dragonfireclient.git] / src / script / lua_api / l_util.cpp
2014-05-15 ShadowNinjaMake print() NUL-safe
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2014-05-07 ShadowNinjaAdd write_json() to the async API
2014-04-29 sapierAdd proper lua api deprecated handling
2014-04-27 ShadowNinjaRemove dependency on marshal and many other async changes
2014-01-11 ShadowNinjaRename get_json_value to read_json_value
2013-12-18 ShadowNinjaDon't throw a error when writing JSON fails
2013-12-18 ShadowNinjaAdd 'minetest.write_json'
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous...
2013-09-10 PilzAdamAllow non-string arguments for minetest.is_yes()
2013-09-10 PilzAdamAdd Settings interface for Lua
2013-09-02 KahrlAdd minetest.parse_json, engine.parse_json
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...