]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_util.cpp
Add server side ncurses terminal
[dragonfireclient.git] / src / script / lua_api / l_util.cpp
2015-10-26 kwolekrSAPI: Move core.get_us_time() to Util module
2015-10-26 kwolekrSAPI: Mark all Lua API functions requiring envlock
2015-10-25 est31Correct comment in l_util.cpp
2015-10-14 ShadowNinjaRefactor logging
2015-08-26 KahrlUse numeric indices and raw table access with LUA_REGIS...
2015-07-27 est31Add AreaStore data structure
2015-05-16 ShadowNinjaAdd core.get_dir_list
2015-05-16 ShadowNinjaAdd core.request_insecure_environment()
2015-05-16 ShadowNinjaAdd core.mkdir
2015-05-16 ShadowNinjaAdd mod security
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-17 est31Refactor around translatePassword
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-09-20 ShadowNinjaAdd compression API
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...