mainmenu_csm/builtin/common
ShadowNinja 8fc9b3b9cb
Refactor logging
- 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
2022-05-21 16:12:54 +02:00
..
async_event.lua Use "core" namespace internally 2022-05-21 16:11:41 +02:00
filterlist.lua Fix a bunch of small bugs due to mainmenu cleanup Fix doubleclick not working in singleplayer Fix of by one issue on accessing raw list Fix this->self Fix copy&paste error for scroll button 2022-05-21 16:11:44 +02:00
misc_helpers.lua Add /emergeblocks command and core.emerge_area() Lua API 2022-05-21 16:12:52 +02:00
serialize.lua Fix serialization of floating point numbers 2022-05-21 16:12:26 +02:00
strict.lua Refactor logging 2022-05-21 16:12:54 +02:00
vector.lua Add Lua helper functions vector.apply(v) math.sign(x, tolerance) 2022-05-21 16:12:07 +02:00