Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Added LOGREPLACELINE for line replacement" | Tiger Wang | 2014-02-02 | 1 | -2/+2 |
| | | | | This reverts commit 7d03876a3e11aedff0201a8330bfdb2b5523fc5e. | ||||
* | Revert "Properly initialised variables" | Tiger Wang | 2014-02-02 | 1 | -1/+1 |
| | | | | This reverts commit 02e752789399ad1b65a0443534ea6a8721efd78c. | ||||
* | Revert "Fixed issues with insufficient console space" | Tiger Wang | 2014-02-02 | 1 | -10/+1 |
| | | | | This reverts commit 6b18add09b5e9d6d6c2a61e90bdd7011f56f4c82. | ||||
* | Revert "Again improved LogReplaceLine" | Tiger Wang | 2014-02-02 | 1 | -0/+1 |
| | | | | This reverts commit dd325d742db9db54a25460fcacd093e7cc6f44f0. | ||||
* | Again improved LogReplaceLine | Tiger Wang | 2014-02-01 | 1 | -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 space | Tiger Wang | 2014-02-01 | 1 | -1/+10 |
| | |||||
* | Properly initialised variables | Tiger Wang | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | Added LOGREPLACELINE for line replacement | Tiger Wang | 2014-01-29 | 1 | -2/+2 |
| | |||||
* | Another VarArgs fix. | madmaxoft | 2014-01-16 | 1 | -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(). | madmaxoft | 2014-01-15 | 1 | -4/+4 |
| | | | | This seems to be the only reasonable C++03-only solution. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+30 |