summaryrefslogtreecommitdiffstats
path: root/src/Log.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-14/+14
2014-07-21Style: Normalized spaces after if, for and while.madmaxoft1-4/+4
2014-07-19Fixed style: spaces after commas.madmaxoft1-1/+1
2014-07-17Fixed spaces around single-line comments.madmaxoft1-2/+2
2014-03-14Fixed xofts issuesTycho1-1/+1
2014-03-12Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho1-1/+1
2014-03-11Move Format issuesTycho1-1/+1
2014-02-27Added a "nooutbuf" cmdline param.madmaxoft1-2/+2
2014-02-02Revert "Added LOGREPLACELINE for line replacement"Tiger Wang1-29/+2
2014-02-02Revert "Improved code"Tiger Wang1-9/+5
2014-02-02Revert "Added a comment"Tiger Wang1-1/+1
2014-02-02Revert "Properly initialised variables"Tiger Wang1-2/+1
2014-02-02Revert "Fixed issues with insufficient console space"Tiger Wang1-93/+25
2014-02-02Revert "A newline issue is resolved"Tiger Wang1-1/+1
2014-02-02Revert "Fixed Linux compile"Tiger Wang1-2/+1
2014-02-02Revert "Another Linux fix"Tiger Wang1-6/+0
2014-02-02Revert "Again improved LogReplaceLine"Tiger Wang1-80/+76
2014-02-01Again improved LogReplaceLineTiger Wang1-76/+80
2014-02-01Another Linux fixTiger Wang1-0/+6
2014-02-01Fixed Linux compileTiger Wang1-1/+2
2014-02-01A newline issue is resolvedTiger Wang1-1/+1
2014-02-01Fixed issues with insufficient console spaceTiger Wang1-25/+93
2014-01-31Properly initialised variablesTiger Wang1-1/+2
2014-01-31Added a commentTiger Wang1-1/+1
2014-01-31Improved codeTiger Wang1-5/+9
2014-01-29Added LOGREPLACELINE for line replacementTiger Wang1-2/+29
2014-01-16Another VarArgs fix.madmaxoft1-6/+4
2014-01-15Using a 2nd argument instead of va_copy().madmaxoft1-7/+9
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-13Removed unnecessary format data.Alexander Harkness1-1/+1
2013-10-09Moved cMakeDir::MakeDir to cFile::CreateFolder.madmaxoft1-4/+5
2013-08-12Fixed logging into debug console.madmaxoft1-1/+1
2013-08-12Fixed logging into debug console.madmaxoft1-1/+1
2013-08-10Coloring is reset before the LF.madmaxoft1-3/+3
2013-05-25Added base Code::Blocks project (WIP, still doesn't compile) and fixed some source errors with MinGW.madmaxoft@gmail.com1-3/+3
2013-02-03BiomeVisualiser: initial importmadmaxoft@gmail.com1-1/+1
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-5/+4
2012-08-19Android: Showing last MCServer related logcat messagefaketruth1-1/+2
2012-08-18Android: Pressing back button sends stop command to serverfaketruth1-0/+2
2012-08-16MCServer should run just fine on Android now :Dfaketruth1-6/+6
2012-08-15Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!faketruth1-0/+7
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-159/+159
2012-03-25Fixed the Log altogether (doesn't use NULL-to-va_list assignment, compiles for RaspberryPi)madmaxoft@gmail.com1-9/+1
2012-02-18Logging: added thread ID to the log output in debug buildsmadmaxoft@gmail.com1-1/+6
2012-02-17Lots of logging addedmadmaxoft@gmail.com1-1/+6
2012-02-01AString logging fix 2madmaxoft@gmail.com1-3/+11
2012-02-01sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com1-39/+56
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/+5
2011-10-03MCServer c++ source filesfaketruth1-0/+136