summaryrefslogtreecommitdiffstats
path: root/source/cLog.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-168/+0
* Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com2012-09-231-5/+4
* Android: Showing last MCServer related logcat messagefaketruth2012-08-191-1/+2
* Android: Pressing back button sends stop command to serverfaketruth2012-08-181-0/+2
* MCServer should run just fine on Android now :Dfaketruth2012-08-161-6/+6
* Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!faketruth2012-08-151-0/+7
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-159/+159
* Fixed the Log altogether (doesn't use NULL-to-va_list assignment, compiles for RaspberryPi)madmaxoft@gmail.com2012-03-251-9/+1
* Logging: added thread ID to the log output in debug buildsmadmaxoft@gmail.com2012-02-181-1/+6
* Lots of logging addedmadmaxoft@gmail.com2012-02-171-1/+6
* AString logging fix 2madmaxoft@gmail.com2012-02-011-3/+11
* sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com2012-02-011-39/+56
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-9/+5
* MCServer c++ source filesfaketruth2011-10-031-0/+136