Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 |