aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_util.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add helper functions to make tool usable n times (#12047)Wuzzy2022-06-031-0/+12
* Async environment for mods to do concurrent tasks (#11131)sfan52022-05-021-0/+5
* Refactor trusted mod checking codesfan52021-12-181-31/+1
* Lua API: Add `rmdir`, `cpdir` and `mvdir` (#9638)Elijah Duffy2021-11-101-0/+49
* Fix number of tool uses being off by 1..32767 (#11110)Wuzzy2021-10-311-7/+12
* Make sure relevant std::stringstreams are set to binarysfan52021-09-111-6/+6
* Async-related script cleanupssfan52021-08-281-0/+30
* Add a simple PNG image encoder with Lua API (#11485)hecks2021-07-291-0/+43
* Add `minetest.colorspec_to_colorstring` (#10425)Vincent Robinson2021-04-231-2/+22
* Use JSON for favorites, move server list code to Lua (#10085)rubenwardy2021-01-221-0/+13
* Fix minetest.is_nanLars Mueller2020-12-241-11/+0
* Check for valid base64 before decoding (#9904)Lejo12020-05-221-2/+6
* Fix configuration caching in log_deprecated (#9697)HybridDog2020-04-221-1/+1
* Refactor Script API's log_deprecatedsfan52020-02-231-1/+1
* Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-301-5/+5
* Modernize lua read (part 1): C++ templating insurance (#7394)Loïc Blot2018-06-041-3/+2
* Fix isNan on setYaw Lua call (#7380)Loïc Blot2018-05-311-0/+11
* Tool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remove dead codeHybrid Dog2018-01-031-6/+2
* Add minetest.safe_write_file() to script APIsfan52017-11-081-0/+18
* Add sha1 to lua utils. (#6563)Rob Blanckaert2017-10-301-0/+31
* Update JsonCPP to 1.8.3 (#6466)Loïc Blot2017-09-261-8/+9
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-4/+4
* Create a filesystem abstraction layer for CSM and only allow accessing files ...red-0012017-06-301-3/+1
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-1/+1
* Use a settings object for the main settingsShadowNinja2017-05-061-90/+20
* [CSM] storage + fixesLoic Blot2017-03-131-6/+0
* [CSM] sound_play & sound_stop support + client_lua_api doc (#5096)Loïc Blot2017-03-131-0/+2
* [CSM] Add method that display chat to client-sided lua. (#5089) (#5091)red-0012017-03-131-0/+26
* Dont compare short with bool (#4963)adrido2016-12-281-2/+3
* Mod security: Allow read-only access to all mod pathsShadowNinja2016-12-201-2/+2
* Add version APIShadowNinja2016-10-311-0/+29
* Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot2016-10-051-2/+2
* Fixes for compiling with a newer (system) jsoncpp (#4429)Rogier-52016-08-101-1/+1
* Fix l_request_insecure_environment not ignoring all whitespace (#4395)Dorian Wouters2016-08-041-2/+3
* Add minetest.check_password_entry callbackest312016-05-301-0/+30
* Add base64 encoding and decoding to the lua api. (#3919)red-0012016-05-271-0/+35
* Much better API for auth.{cpp, h}est312016-03-151-1/+1
* Move AreaStore to utilShadowNinja2016-03-071-1/+0
* Use LuaErrors in security check macrosShadowNinja2016-03-071-2/+1
* Fix main menu being unable to set secure settingsShadowNinja2016-03-031-3/+4
* Fix minetest.request_insecure_environment() always returning nilJeija2016-02-261-2/+3
* Ignore spaces in secure.trusted_mods settingJeija2016-02-191-0/+2
* Require request_insecure_environment to be called from the mod's main scopeShadowNinja2016-02-191-5/+27
* Don't print whole json data buffer to errorstream on errorest312016-01-281-2/+8
* SAPI: Move core.get_us_time() to Util modulekwolekr2015-10-261-0/+12
* SAPI: Mark all Lua API functions requiring envlockkwolekr2015-10-251-0/+6
* Correct comment in l_util.cppest312015-10-261-1/+3
* Refactor loggingShadowNinja2015-10-141-47/+13
* Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl2015-08-271-2/+2
* Add AreaStore data structureest312015-07-271-0/+1