]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_util.h
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / src / script / lua_api / l_util.h
2022-06-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-06-03 WuzzyAdd helper functions to make tool usable n times (...
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
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-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-08-28 sfan5Async-related script cleanups
2021-07-29 hecksAdd a simple PNG image encoder with Lua API (#11485)
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-04-23 Vincent RobinsonAdd `minetest.colorspec_to_colorstring` (#10425)
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-22 rubenwardyUse JSON for favorites, move server list code to Lua...
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-24 Lars MuellerFix minetest.is_nan
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-04-21 HybridDogFix configuration caching in log_deprecated (#9697)
2018-05-31 Loïc BlotFix isNan on setYaw Lua call (#7380)
2017-11-08 sfan5Add minetest.safe_write_file() to script API
2017-10-30 Rob BlanckaertAdd sha1 to lua utils. (#6563)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-05-07 Loic BlotLINT fix since d0678948165768472fc940c03e78cba787f49ea5
2017-05-06 ShadowNinjaUse a settings object for the main settings
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
2014-05-08 ShadowNinjaUse "core" namespace internally
2014-05-07 ShadowNinjaOrganize builtin into subdirectories
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...