summaryrefslogtreecommitdiffstats
path: root/src/Log.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Again improved LogReplaceLine"Tiger Wang2014-02-021-80/+76
| | | | This reverts commit dd325d742db9db54a25460fcacd093e7cc6f44f0.
* Again improved LogReplaceLineTiger Wang2014-02-011-76/+80
| | | | | | | * Fixed issues on Linux with cursor positioning * Made preprocessor blocks more readable * Improved reliability of line clearing on Windows - Removed an *unneeded* variable
* Another Linux fixTiger Wang2014-02-011-0/+6
|
* Fixed Linux compileTiger Wang2014-02-011-1/+2
|
* A newline issue is resolvedTiger Wang2014-02-011-1/+1
|
* Fixed issues with insufficient console spaceTiger Wang2014-02-011-25/+93
|
* Properly initialised variablesTiger Wang2014-01-311-1/+2
|
* Added a commentTiger Wang2014-01-311-1/+1
|
* Improved codeTiger Wang2014-01-311-5/+9
| | | | | * Fixed some issues * Fixed standard violation
* Added LOGREPLACELINE for line replacementTiger Wang2014-01-291-2/+29
|
* 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