summaryrefslogtreecommitdiffstats
path: root/src/Log.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-14/+14
|
* Style: Normalized spaces after if, for and while.madmaxoft2014-07-211-4/+4
|
* Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
|
* Fixed spaces around single-line comments.madmaxoft2014-07-171-2/+2
| | | | There should be at least two spaces in front and one space after //-style comments.
* Fixed xofts issuesTycho2014-03-141-1/+1
|
* Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho2014-03-121-1/+1
|
* Move Format issuesTycho2014-03-111-1/+1
|
* Added a "nooutbuf" cmdline param.madmaxoft2014-02-271-2/+2
| | | | This forces that the stdout stream uses no buffer, even when not a TTY. Used for running MCServer under ZeroBraneStudio.
* Another VarArgs fix.madmaxoft2014-01-161-6/+4
| | | | This time using va_copy() on platforms that have it and simple assignment on platforms that don't.
* Using a 2nd argument instead of va_copy().madmaxoft2014-01-151-7/+9
| | | | This seems to be the only reasonable C++03-only solution.
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-1/+1
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+169