Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Again improved LogReplaceLine | Tiger Wang | 2014-02-01 | 1 | -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 fix | Tiger Wang | 2014-02-01 | 1 | -0/+6 |
| | |||||
* | Fixed Linux compile | Tiger Wang | 2014-02-01 | 1 | -1/+2 |
| | |||||
* | A newline issue is resolved | Tiger Wang | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Fixed issues with insufficient console space | Tiger Wang | 2014-02-01 | 1 | -25/+93 |
| | |||||
* | Properly initialised variables | Tiger Wang | 2014-01-31 | 1 | -1/+2 |
| | |||||
* | Added a comment | Tiger Wang | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | Improved code | Tiger Wang | 2014-01-31 | 1 | -5/+9 |
| | | | | | * Fixed some issues * Fixed standard violation | ||||
* | Added LOGREPLACELINE for line replacement | Tiger Wang | 2014-01-29 | 1 | -2/+29 |
| | |||||
* | Another VarArgs fix. | madmaxoft | 2014-01-16 | 1 | -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(). | madmaxoft | 2014-01-15 | 1 | -7/+9 |
| | | | | This seems to be the only reasonable C++03-only solution. | ||||
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-24 | 1 | -1/+1 |
| | | | | | Conflicts: GNUmakefile | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+169 |