]> git.lizzy.rs Git - dragonfireclient.git/history - src/log.h
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / src / log.h
2022-06-02 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-23 paradust7Add missing concurrency protection in logger (#12325)
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-04 paradust7Make logging cost free when there is no output target...
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-05-14 SmallJokerAdd chat_log_level setting (#9223)
2019-09-07 HybridDogMove debug.txt after it grows too big (#8904)
2019-03-05 HybridDogFix --color command line parameter ignorance (#7173)
2018-03-04 youFix missing warningstream (or similar problem) (#7034)
2017-12-06 youAdd coloured logs (#4549)
2017-08-18 Loic BlotModernize various files (src/k*, src/l*)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-11 ShadowNinjaRemove threads.h and replace its definitions with their...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2015-11-06 est31Add server side ncurses terminal
2015-10-24 est31Small logging refactor and additional options
2015-10-14 ShadowNinjaRefactor logging
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2014-12-12 kwolekrLog: Silence errorstream during unittests
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-05-20 Perttu AholaAdd better trace peudo-loglevel support
2011-11-29 Perttu AholaAdd a third log output interface method
2011-11-29 Perttu AholaAdd log_remove_output and log_deregister_thread
2011-10-16 Perttu AholaInitially add small and tight logging facility