summaryrefslogtreecommitdiffstats
path: root/src/MCLogger.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-10First Implementatation of new Loggin frameworkTycho1-267/+0
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-4/+4
2014-07-17Normalized comments.madmaxoft1-1/+1
2014-06-19Nullify deleted pointers.archshift1-0/+1
2014-04-26More small fixes.archshift1-1/+1
2014-04-26Further refactored, Reverted Minecart changearchshift1-7/+7
2014-04-25Small changes; warning fixing.archshift1-2/+2
2014-04-01Removed an unneeded code branch.madmaxoft1-5/+0
2014-04-01LOG() API reads the LogLevel from the cCompositeChat's MessageType.madmaxoft1-7/+17
2014-02-02Revert "Added LOGREPLACELINE for line replacement"Tiger Wang1-52/+6
2014-02-02Revert "Improved code"Tiger Wang1-8/+4
2014-02-02Revert "Properly initialised variables"Tiger Wang1-6/+8
2014-02-02Revert "Fixed issues with insufficient console space"Tiger Wang1-11/+3
2014-02-02Revert "A newline issue is resolved"Tiger Wang1-0/+2
2014-02-01A newline issue is resolvedTiger Wang1-2/+0
2014-02-01Fixed issues with insufficient console spaceTiger Wang1-3/+11
2014-01-31Properly initialised variablesTiger Wang1-8/+6
2014-01-31Improved codeTiger Wang1-4/+8
2014-01-29Added LOGREPLACELINE for line replacementTiger Wang1-6/+52
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-10-12Fixed second logger constructor.madmaxoft1-19/+28
2013-08-12Fixed logging into debug console.madmaxoft1-0/+2
2013-08-12Fixed logging into debug console.madmaxoft1-0/+2
2013-08-10Linux color redirection fixed.madmaxoft1-1/+1
2013-08-10Coloring is reset before the LF.madmaxoft1-4/+6
2013-08-10Another Linux compilation fix.madmaxoft1-0/+2
2013-08-10Fixed Linux build.madmaxoft1-1/+2
2013-08-10Disabled coloring for redirected output.madmaxoft1-13/+59
2013-08-10Use printf() instead of puts().madmaxoft1-4/+4
2013-08-10Bad preprocesor used for discovering Linuxmadmaxoft1-1/+1
2013-08-09First attempt at Linux console colorsmadmaxoft1-32/+34
2013-08-04Improved logging coloring performance on Windows.madmaxoft1-2/+4
2013-02-03BiomeVisualiser: initial importmadmaxoft@gmail.com1-5/+9
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-191/+191
2012-03-25Fixed the Log altogether (doesn't use NULL-to-va_list assignment, compiles for RaspberryPi)madmaxoft@gmail.com1-5/+5
2012-02-18Logging: added thread ID to the log output in debug buildsmadmaxoft@gmail.com1-1/+4
2012-02-02cSocket API fix (possible invalid pointer)madmaxoft@gmail.com1-28/+56
2012-02-01sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com1-3/+11
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-9/+6
2011-10-03MCServer c++ source filesfaketruth1-0/+155