aboutsummaryrefslogtreecommitdiff
path: root/src/log.cpp
AgeCommit message (Collapse)Author
2015-03-05Use std::queue for HTTPFetchRequest and std::vector for log_output instead ↵Loic Blot
of std::list
2015-02-12Fix Android compile warningCraig Robbins
2015-01-06Fixes for androidsapier
Copy only minetest_game to apk by default Don't copy .git and .svn folders to apk Fix bouncing asset copy scrollbar due to long filepaths Reenable font scaling to fix broken menu on high dpi screens Implement minetest loglevel to android loglevel mapping Disable touch digging while moving around
2014-12-12Log: Silence errorstream during unittestskwolekr
2014-06-29Add support for Android 2.3+sapier
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
2014-01-10Fixed minetest reliable udp implementation (compatible to old clients)sapier
2013-11-30Fix log threadname lookup handling not beeing threadsafesapier
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola
GPLv2/later, by agreement of major contributors
2012-05-20Add better trace peudo-loglevel supportPerttu Ahola
2011-11-29Add a third log output interface methodPerttu Ahola
2011-11-29Add log_remove_output and log_deregister_threadPerttu Ahola
2011-10-16Initially add small and tight logging facilityPerttu Ahola