Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-09 | Always set globals in __newindex (#13131) | Jude Melton-Houghton | |
2022-11-09 | Fix typos and en_US/en_GB inconsistency in various files (#12902) | Abdou-31 | |
2022-07-02 | Optimize strict.lua (#12495) | Lars Müller | |
Co-authored-by: sfan5 <sfan5@live.de> | |||
2022-05-08 | Remove unused variable WARN_INIT | Zughy | |
2017-03-13 | [CSM] Improve security for client-sided mods (#5100) | red-001 | |
2016-06-28 | Only allow strings to be passed to minetest.global_exists (#4253) | HybridDog | |
Sometimes you accidentally forget the quotes when using global_exists, this makes minetest abort if you did so. M builtin/common/strict.lua | |||
2015-10-14 | Refactor logging | ShadowNinja | |
- Add warning log level - Change debug_log_level setting to enumeration string - Map Irrlicht log events to MT log events - Encapsulate log_* functions and global variables into a class, Logger - Unify dstream with standard logging mechanism - Unify core.debug() with standard core.log() script API | |||
2015-04-21 | Add minetest.global_exists() | ShadowNinja | |
2015-02-04 | Change assignment to global in a function to warning | rubenwardy | |
2014-11-23 | Make duplicate warning checks file and line specific | ShadowNinja | |
2014-11-23 | Fix console spaming by debug function on mod checking for global variable to ↵ | sapier | |
exist. | |||
2014-11-19 | Add strict module | ShadowNinja | |
Also fix leaking globals found by it. |