summaryrefslogtreecommitdiffstats
path: root/src/Log.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fixed issues with insufficient console space"Tiger Wang2014-02-021-10/+1
| | | | This reverts commit 6b18add09b5e9d6d6c2a61e90bdd7011f56f4c82.
* Revert "Again improved LogReplaceLine"Tiger Wang2014-02-021-0/+1
| | | | This reverts commit dd325d742db9db54a25460fcacd093e7cc6f44f0.
* Again improved LogReplaceLineTiger Wang2014-02-011-1/+0
| | | | | | | * Fixed issues on Linux with cursor positioning * Made preprocessor blocks more readable * Improved reliability of line clearing on Windows - Removed an *unneeded* variable
* Fixed issues with insufficient console spaceTiger Wang2014-02-011-1/+10
|
* Properly initialised variablesTiger Wang2014-01-311-1/+1
|
* Added LOGREPLACELINE for line replacementTiger Wang2014-01-291-2/+2
|
* Another VarArgs fix.madmaxoft2014-01-161-1/+1
| | | | 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-4/+4
| | | | This seems to be the only reasonable C++03-only solution.
* Moved source to srcAlexander Harkness2013-11-241-0/+30