Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-26 | More small fixes. | archshift | 1 | -1/+1 | |
2014-04-26 | Further refactored, Reverted Minecart change | archshift | 1 | -7/+7 | |
Other small changes. | |||||
2014-04-25 | Small changes; warning fixing. | archshift | 1 | -2/+2 | |
2014-04-01 | Removed an unneeded code branch. | madmaxoft | 1 | -5/+0 | |
2014-04-01 | LOG() API reads the LogLevel from the cCompositeChat's MessageType. | madmaxoft | 1 | -7/+17 | |
2014-02-02 | Revert "Added LOGREPLACELINE for line replacement" | Tiger Wang | 1 | -52/+6 | |
This reverts commit 7d03876a3e11aedff0201a8330bfdb2b5523fc5e. | |||||
2014-02-02 | Revert "Improved code" | Tiger Wang | 1 | -8/+4 | |
This reverts commit d8aa0b0ec7a2ebea2fc157c623ae8cd7d0b6ba1c. | |||||
2014-02-02 | Revert "Properly initialised variables" | Tiger Wang | 1 | -6/+8 | |
This reverts commit 02e752789399ad1b65a0443534ea6a8721efd78c. | |||||
2014-02-02 | Revert "Fixed issues with insufficient console space" | Tiger Wang | 1 | -11/+3 | |
This reverts commit 6b18add09b5e9d6d6c2a61e90bdd7011f56f4c82. | |||||
2014-02-02 | Revert "A newline issue is resolved" | Tiger Wang | 1 | -0/+2 | |
This reverts commit 397208145ebe5c95ebf32f2985f6800634932230. | |||||
2014-02-01 | A newline issue is resolved | Tiger Wang | 1 | -2/+0 | |
2014-02-01 | Fixed issues with insufficient console space | Tiger Wang | 1 | -3/+11 | |
2014-01-31 | Properly initialised variables | Tiger Wang | 1 | -8/+6 | |
2014-01-31 | Improved code | Tiger Wang | 1 | -4/+8 | |
* Fixed some issues * Fixed standard violation | |||||
2014-01-29 | Added LOGREPLACELINE for line replacement | Tiger Wang | 1 | -6/+52 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-10-12 | Fixed second logger constructor. | madmaxoft | 1 | -19/+28 | |
2013-08-12 | Fixed logging into debug console. | madmaxoft | 1 | -0/+2 | |
Was missing the LF at the end. | |||||
2013-08-12 | Fixed logging into debug console. | madmaxoft | 1 | -0/+2 | |
Was missing the LF at the end. | |||||
2013-08-10 | Linux color redirection fixed. | madmaxoft | 1 | -1/+1 | |
Outputting to stdin, yeah, right, that's gonna work :P | |||||
2013-08-10 | Coloring is reset before the LF. | madmaxoft | 1 | -4/+6 | |
2013-08-10 | Another Linux compilation fix. | madmaxoft | 1 | -0/+2 | |
2013-08-10 | Fixed Linux build. | madmaxoft | 1 | -1/+2 | |
2013-08-10 | Disabled coloring for redirected output. | madmaxoft | 1 | -13/+59 | |
2013-08-10 | Use printf() instead of puts(). | madmaxoft | 1 | -4/+4 | |
puts() outputs an extra newline, making it unsuitable | |||||
2013-08-10 | Bad preprocesor used for discovering Linux | madmaxoft | 1 | -1/+1 | |
2013-08-09 | First attempt at Linux console colors | madmaxoft | 1 | -32/+34 | |
Ref.: issue #41 | |||||
2013-08-04 | Improved logging coloring performance on Windows. | madmaxoft | 1 | -2/+4 | |
2013-02-03 | BiomeVisualiser: initial import | madmaxoft@gmail.com | 1 | -5/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1192 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -191/+191 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-03-25 | Fixed the Log altogether (doesn't use NULL-to-va_list assignment, compiles for RaspberryPi) | madmaxoft@gmail.com | 1 | -5/+5 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@432 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-18 | Logging: added thread ID to the log output in debug builds | madmaxoft@gmail.com | 1 | -1/+4 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@291 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-02 | cSocket API fix (possible invalid pointer) | madmaxoft@gmail.com | 1 | -28/+56 | |
cMCLogger slight change (CS ptr -> member) git-svn-id: http://mc-server.googlecode.com/svn/trunk@222 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | sprintf() begone! Replaced with StringUtils' Printf() | madmaxoft@gmail.com | 1 | -3/+11 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@216 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-29 | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. | madmaxoft@gmail.com | 1 | -9/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+155 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6 |