aboutsummaryrefslogtreecommitdiff
path: root/src/log.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-0/+17
| | | | | | | | | | | | Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
* Log: Silence errorstream during unittestskwolekr2014-12-121-1/+8
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* Add better trace peudo-loglevel supportPerttu Ahola2012-05-201-0/+5
|
* Add a third log output interface methodPerttu Ahola2011-11-291-0/+2
|
* Add log_remove_output and log_deregister_threadPerttu Ahola2011-11-291-0/+2
|
* Initially add small and tight logging facilityPerttu Ahola2011-10-161-0/+69