| Commit message (Expand) | Author | Age |
* | Lua API: Add `rmdir`, `cpdir` and `mvdir` (#9638) | Elijah Duffy | 2021-11-10 |
* | Fix number of tool uses being off by 1..32767 (#11110) | Wuzzy | 2021-10-31 |
* | Async-related script cleanups | sfan5 | 2021-08-28 |
* | Add a simple PNG image encoder with Lua API (#11485) | hecks | 2021-07-29 |
* | Add `minetest.colorspec_to_colorstring` (#10425) | Vincent Robinson | 2021-04-23 |
* | Use JSON for favorites, move server list code to Lua (#10085) | rubenwardy | 2021-01-22 |
* | Fix minetest.is_nan | Lars Mueller | 2020-12-24 |
* | Fix configuration caching in log_deprecated (#9697) | HybridDog | 2020-04-22 |
* | Fix isNan on setYaw Lua call (#7380) | Loïc Blot | 2018-05-31 |
* | Add minetest.safe_write_file() to script API | sfan5 | 2017-11-08 |
* | Add sha1 to lua utils. (#6563) | Rob Blanckaert | 2017-10-30 |
* | C++ modernize: Pragma once (#6264) | Loïc Blot | 2017-08-17 |
* | LINT fix since d0678948165768472fc940c03e78cba787f49ea5 | Loic Blot | 2017-05-07 |
* | Use a settings object for the main settings | ShadowNinja | 2017-05-06 |
* | Clang-format: fix some header files and remove them from whitelist | Loic Blot | 2017-04-07 |
* | [CSM] Add method that display chat to client-sided lua. (#5089) (#5091) | red-001 | 2017-03-13 |
* | Add version API | ShadowNinja | 2016-10-31 |
* | Add minetest.check_password_entry callback | est31 | 2016-05-30 |
* | Add base64 encoding and decoding to the lua api. (#3919) | red-001 | 2016-05-27 |
* | Add server side ncurses terminal | est31 | 2015-11-06 |
* | SAPI: Move core.get_us_time() to Util module | kwolekr | 2015-10-26 |
* | Refactor logging | ShadowNinja | 2015-10-14 |
* | Add core.get_dir_list | ShadowNinja | 2015-05-16 |
* | Add core.request_insecure_environment() | ShadowNinja | 2015-05-16 |
* | Add core.mkdir | ShadowNinja | 2015-05-16 |
* | Add compression API | ShadowNinja | 2014-09-20 |
* | Use "core" namespace internally | ShadowNinja | 2014-05-08 |
* | Organize builtin into subdirectories | ShadowNinja | 2014-05-07 |
* | Add 'minetest.write_json' | ShadowNinja | 2013-12-18 |
* | Fix modstore/favourites hang by adding asynchronous lua job support | sapier | 2013-11-29 |
* | Allow non-string arguments for minetest.is_yes() | PilzAdam | 2013-09-10 |
* | Add Settings interface for Lua | PilzAdam | 2013-09-10 |
* | Add minetest.parse_json, engine.parse_json | Kahrl | 2013-09-02 |
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |