aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add helper functions to make tool usable n times (#12047)Wuzzy2022-06-031-0/+3
* Async environment for mods to do concurrent tasks (#11131)sfan52022-05-021-2/+0
* Lua API: Add `rmdir`, `cpdir` and `mvdir` (#9638)Elijah Duffy2021-11-101-0/+9
* Fix number of tool uses being off by 1..32767 (#11110)Wuzzy2021-10-311-2/+2
* Async-related script cleanupssfan52021-08-281-0/+6
* Add a simple PNG image encoder with Lua API (#11485)hecks2021-07-291-0/+6
* Add `minetest.colorspec_to_colorstring` (#10425)Vincent Robinson2021-04-231-0/+3
* Use JSON for favorites, move server list code to Lua (#10085)rubenwardy2021-01-221-0/+3
* Fix minetest.is_nanLars Mueller2020-12-241-3/+0
* Fix configuration caching in log_deprecated (#9697)HybridDog2020-04-221-1/+1
* Fix isNan on setYaw Lua call (#7380)Loïc Blot2018-05-311-0/+3
* Add minetest.safe_write_file() to script APIsfan52017-11-081-0/+3
* Add sha1 to lua utils. (#6563)Rob Blanckaert2017-10-301-0/+3
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
* LINT fix since d0678948165768472fc940c03e78cba787f49ea5Loic Blot2017-05-071-1/+0
* Use a settings object for the main settingsShadowNinja2017-05-061-16/+2
* Clang-format: fix some header files and remove them from whitelistLoic Blot2017-04-071-4/+3
* [CSM] Add method that display chat to client-sided lua. (#5089) (#5091)red-0012017-03-131-0/+2
* Add version APIShadowNinja2016-10-311-0/+3
* Add minetest.check_password_entry callbackest312016-05-301-0/+3
* Add base64 encoding and decoding to the lua api. (#3919)red-0012016-05-271-0/+6
* Add server side ncurses terminalest312015-11-061-1/+1
* SAPI: Move core.get_us_time() to Util modulekwolekr2015-10-261-0/+3
* Refactor loggingShadowNinja2015-10-141-4/+0
* Add core.get_dir_listShadowNinja2015-05-161-0/+3
* Add core.request_insecure_environment()ShadowNinja2015-05-161-0/+4
* Add core.mkdirShadowNinja2015-05-161-1/+4
* Add compression APIShadowNinja2014-09-201-0/+6
* Use "core" namespace internallyShadowNinja2014-05-081-3/+2
* Organize builtin into subdirectoriesShadowNinja2014-05-071-0/+3
* Add 'minetest.write_json'ShadowNinja2013-12-181-0/+3
* Fix modstore/favourites hang by adding asynchronous lua job supportsapier2013-11-291-0/+4
* Allow non-string arguments for minetest.is_yes()PilzAdam2013-09-101-1/+1
* Add Settings interface for LuaPilzAdam2013-09-101-0/+3
* Add minetest.parse_json, engine.parse_jsonKahrl2013-09-021-0/+3
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+76