index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
MCLogger.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-02-02
Revert "Added LOGREPLACELINE for line replacement"
Tiger Wang
1
-52
/
+6
2014-02-02
Revert "Improved code"
Tiger Wang
1
-8
/
+4
2014-02-02
Revert "Properly initialised variables"
Tiger Wang
1
-6
/
+8
2014-02-02
Revert "Fixed issues with insufficient console space"
Tiger Wang
1
-11
/
+3
2014-02-02
Revert "A newline issue is resolved"
Tiger Wang
1
-0
/
+2
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
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
2013-08-12
Fixed logging into debug console.
madmaxoft
1
-0
/
+2
2013-08-10
Linux color redirection fixed.
madmaxoft
1
-1
/
+1
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
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
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
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-191
/
+191
2012-03-25
Fixed the Log altogether (doesn't use NULL-to-va_list assignment, compiles for RaspberryPi)
madmaxoft@gmail.com
1
-5
/
+5
2012-02-18
Logging: added thread ID to the log output in debug builds
madmaxoft@gmail.com
1
-1
/
+4
2012-02-02
cSocket API fix (possible invalid pointer)
madmaxoft@gmail.com
1
-28
/
+56
2012-02-01
sprintf() begone! Replaced with StringUtils' Printf()
madmaxoft@gmail.com
1
-3
/
+11
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
2011-10-03
MCServer c++ source files
faketruth
1
-0
/
+155