]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_util.cpp
Add helper functions to make tool usable n times (#12047)
[dragonfireclient.git] / src / script / lua_api / l_util.cpp
2022-06-03 WuzzyAdd helper functions to make tool usable n times (...
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2021-12-18 sfan5Refactor trusted mod checking code
2021-11-10 Elijah DuffyLua API: Add `rmdir`, `cpdir` and `mvdir` (#9638)
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-09-11 sfan5Make sure relevant std::stringstreams are set to binary
2021-08-28 sfan5Async-related script cleanups
2021-07-29 hecksAdd a simple PNG image encoder with Lua API (#11485)
2021-04-23 Vincent RobinsonAdd `minetest.colorspec_to_colorstring` (#10425)
2021-01-22 rubenwardyUse JSON for favorites, move server list code to Lua...
2020-12-24 Lars MuellerFix minetest.is_nan
2020-05-22 Lejo1Check for valid base64 before decoding (#9904)
2020-04-21 HybridDogFix configuration caching in log_deprecated (#9697)
2020-02-23 sfan5Refactor Script API's log_deprecated
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2018-06-04 Loïc BlotModernize lua read (part 1): C++ templating insurance...
2018-05-31 Loïc BlotFix isNan on setYaw Lua call (#7380)
2018-01-03 Hybrid DogTool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remov...
2017-11-08 sfan5Add minetest.safe_write_file() to script API
2017-10-30 Rob BlanckaertAdd sha1 to lua utils. (#6563)
2017-09-26 Loïc BlotUpdate JsonCPP to 1.8.3 (#6466)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-06-30 red-001Create a filesystem abstraction layer for CSM and only...
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-06 ShadowNinjaUse a settings object for the main settings
2017-03-13 Loic Blot[CSM] storage + fixes
2017-03-13 Loïc Blot[CSM] sound_play & sound_stop support + client_lua_api...
2017-03-13 red-001[CSM] Add method that display chat to client-sided...
2016-12-28 adridoDont compare short with bool (#4963)
2016-12-20 ShadowNinjaMod security: Allow read-only access to all mod paths
2016-11-01 ShadowNinjaAdd version API
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2016-08-10 Rogier-5Fixes for compiling with a newer (system) jsoncpp ...
2016-08-03 Dorian WoutersFix l_request_insecure_environment not ignoring all...
2016-05-30 est31Add minetest.check_password_entry callback
2016-05-28 red-001Add base64 encoding and decoding to the lua api. (...
2016-03-15 est31Much better API for auth.{cpp, h}
2016-03-07 ShadowNinjaMove AreaStore to util
2016-03-07 ShadowNinjaUse LuaErrors in security check macros
2016-03-03 ShadowNinjaFix main menu being unable to set secure settings
2016-02-26 JeijaFix minetest.request_insecure_environment() always...
2016-02-19 JeijaIgnore spaces in secure.trusted_mods setting
2016-02-19 ShadowNinjaRequire request_insecure_environment to be called from...
2016-01-28 est31Don't print whole json data buffer to errorstream on...
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...