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
/
source
/
Globals.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
2012-06-14
1
-202
/
+202
*
Fixed Linux compilation complaining about min() and max(), hopefully forever. Use std::min() and std::max()
madmaxoft@gmail.com
2012-06-02
1
-0
/
+5
*
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
2012-05-25
1
-1
/
+9
*
Fast NBT Parser (loading a chunk is now about 10 times faster)
madmaxoft@gmail.com
2012-05-07
1
-0
/
+9
*
Removed the split between 1.2.3 and 1.1, left only 1.2.3 code
madmaxoft@gmail.com
2012-03-24
1
-8
/
+0
*
Using the _DEBUG macro for *nix debug builds as well; trying to force 8-byte alignment on critical sections ( http://forum.mc-server.org/showthread.php?tid=384 )
madmaxoft@gmail.com
2012-03-09
1
-18
/
+47
*
Fixed rev 373 not compiling on linux
madmaxoft@gmail.com
2012-03-06
1
-0
/
+5
*
ChunkSender: Chunks are now compressed and sent to clients from a separate threads, proper passive waiting between threads. Not much tested, just appears to work :)
madmaxoft@gmail.com
2012-03-05
1
-1
/
+8
*
Started carefully moving to 1.2.2
faketruth
2012-03-01
1
-0
/
+1
*
Changed ASSERT() to not cause warnings during compile
faketruth
2012-02-21
1
-1
/
+9
*
Using own ASSERT() that logs to file
faketruth
2012-02-20
1
-7
/
+1
*
Moved stdarg.h inclusion into Globals.h
madmaxoft@gmail.com
2012-02-18
1
-0
/
+1
*
Chunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properly
madmaxoft@gmail.com
2012-02-16
1
-2
/
+18
*
Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.
madmaxoft@gmail.com
2012-02-13
1
-0
/
+21
*
Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility.
madmaxoft@gmail.com
2012-02-07
1
-0
/
+2
*
Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;
madmaxoft@gmail.com
2012-02-01
1
-0
/
+11
*
sprintf() begone! Replaced with StringUtils' Printf()
madmaxoft@gmail.com
2012-02-01
1
-5
/
+6
*
auto_ptr fix 2
madmaxoft@gmail.com
2012-02-01
1
-1
/
+1
*
Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!
madmaxoft@gmail.com
2012-02-01
1
-0
/
+9
*
More cFile cleanup; removed old format writing for block entities
madmaxoft@gmail.com
2012-01-30
1
-0
/
+1
*
VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.
madmaxoft@gmail.com
2012-01-29
1
-0
/
+82