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
/
cChunkGenerator.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved threading performance by reducing thread-hopping in queue locks (cs unlocked before event set)
madmaxoft@gmail.com
2012-02-28
1
-14
/
+16
*
ChunkGenerator: fixed an inverted condition on chunk-skipping when the generator is overloaded; set the overload threshold to 500 chunks (from original 50 which is not enough even for a single player)
madmaxoft@gmail.com
2012-02-28
1
-6
/
+9
*
Re-implemented tree-growing. May produce artefacts on old-world / new-world boundaries.
madmaxoft@gmail.com
2012-02-18
1
-0
/
+1
*
Thread-safe chunk generation, storage and generator are queried for progress while initializing server
madmaxoft@gmail.com
2012-02-18
1
-4
/
+32
*
Chunk coords mostly "upgraded" to include the Y coord for future compatibility
madmaxoft@gmail.com
2012-02-17
1
-10
/
+18
*
cWorldGenerator speedup - doesn't call GetChunk() anymore, not queueing the chunk it's generating to be loaded recursively.
madmaxoft@gmail.com
2012-02-16
1
-7
/
+12
*
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
-88
/
+74
*
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
-7
/
+3
*
ChunkGenerator: rewritten thread-locking using the new RAII CSLock class
madmaxoft@gmail.com
2012-01-29
1
-75
/
+69
*
The missing file! cChunkGenerator.h/cpp
faketruth
2011-12-25
1
-0
/
+172