aboutsummaryrefslogtreecommitdiff
path: root/builtin/common/strict.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor loggingShadowNinja2015-10-141-10/+4
| | | | | | | | | - 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-211-0/+5
|
* Change assignment to global in a function to warningrubenwardy2015-02-041-1/+1
|
* Make duplicate warning checks file and line specificShadowNinja2014-11-231-6/+12
|
* Fix console spaming by debug function on mod checking for global variable to ↵sapier2014-11-231-2/+3
| | | | exist.
* Add strict moduleShadowNinja2014-11-191-0/+47
Also fix leaking globals found by it.