Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [CSM] Improve security for client-sided mods (#5100) | red-001 | 2017-03-13 |
| | |||
* | Only allow strings to be passed to minetest.global_exists (#4253) | HybridDog | 2016-06-28 |
| | | | | | Sometimes you accidentally forget the quotes when using global_exists, this makes minetest abort if you did so. M builtin/common/strict.lua | ||
* | Refactor logging | ShadowNinja | 2015-10-14 |
| | | | | | | | | | - 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 | ||
* | Add minetest.global_exists() | ShadowNinja | 2015-04-21 |
| | |||
* | Change assignment to global in a function to warning | rubenwardy | 2015-02-04 |
| | |||
* | 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 | 2014-11-23 |
| | | | | exist. | ||
* | Add strict module | ShadowNinja | 2014-11-19 |
Also fix leaking globals found by it. |