summaryrefslogtreecommitdiff
path: root/builtin/common/strict.lua
Commit message (Collapse)AuthorAge
* [CSM] Improve security for client-sided mods (#5100)red-0012017-03-13
|
* Only allow strings to be passed to minetest.global_exists (#4253)HybridDog2016-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 loggingShadowNinja2015-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()ShadowNinja2015-04-21
|
* Change assignment to global in a function to warningrubenwardy2015-02-04
|
* Make duplicate warning checks file and line specificShadowNinja2014-11-23
|
* Fix console spaming by debug function on mod checking for global variable to ↵sapier2014-11-23
| | | | exist.
* Add strict moduleShadowNinja2014-11-19
Also fix leaking globals found by it.