Use a settings object for the main settings
[oweals/minetest.git] / src / script / lua_api / l_util.h
2017-05-06 ShadowNinjaUse a settings object for the main settings 1949/head
2017-04-07 Loic BlotClang-format: fix some header files and remove them...
2017-03-13 red-001[CSM] Add method that display chat to client-sided...
2016-11-01 ShadowNinjaAdd version API
2016-05-30 est31Add minetest.check_password_entry callback
2016-05-28 red-001Add base64 encoding and decoding to the lua api. (...
2015-11-06 est31Add server side ncurses terminal
2015-10-26 kwolekrSAPI: Move core.get_us_time() to Util module
2015-10-14 ShadowNinjaRefactor logging
2015-05-16 ShadowNinjaAdd core.get_dir_list
2015-05-16 ShadowNinjaAdd core.request_insecure_environment()
2015-05-16 ShadowNinjaAdd core.mkdir
2014-09-20 ShadowNinjaAdd compression API 1633/head
2014-05-08 ShadowNinjaUse "core" namespace internally 1258/head
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
2013-12-18 ShadowNinjaAdd 'minetest.write_json'
2013-11-29 sapierFix modstore/favourites hang by adding asynchronous... 977/head
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...