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
/
ChunkGeneratorThread.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-14
cWorld * -> cWorld (#4771)
Tiger Wang
1
-1
/
+1
2019-09-06
Separated chunk generator from world / plugin interfaces.
Mattes D
1
-68
/
+36
2017-10-21
cWorld: Move Initialization from Start to the constructor.
peterbell10
1
-2
/
+4
2017-08-03
Remove double includes part 2 (#3890)
peterbell10
1
-1
/
+0
2017-05-21
Clang 5.0 fixes
Lukas Pioch
1
-1
/
+1
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-23
/
+23
2015-07-31
Unified the doxy-comment format.
Mattes D
1
-16
/
+11
2014-12-10
Added a cWorld:PrepareChunk function.
Mattes D
1
-9
/
+38
2014-09-05
Rewritten chunk status to specify whether the chunk is in queue.
Mattes D
1
-0
/
+4
2014-09-03
re-add the missing "s" too cChunkCoordsWithBoolList
LO1ZB
1
-4
/
+4
2014-09-03
hopefully the last commit for removing y-coord from chunks. :)
LO1ZB
1
-5
/
+5
2014-08-28
remove y-coord from chunks
LO1ZB
1
-2
/
+2
2014-07-24
Removed redundant semicolons and re-added warning
archshift
1
-1
/
+1
2014-01-10
Decoupled cChunkGenerator from cWorld and cRoot.
madmaxoft
1
-7
/
+56
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-02-08
Prepared cChunkDesc for further API extension; used it as the sole container for generated chunk data, including entities / block entities.
madmaxoft@gmail.com
1
-2
/
+2
2013-01-25
Merged the usable portion of the "gens" branch.
madmaxoft@gmail.com
1
-150
/
+37
2012-09-23
Source files cleanup: OSSupport-related files in a separate subfolder, renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-09-23
Source files cleanup: Generating-related files in a separate subfolder
madmaxoft@gmail.com
1
-2
/
+2
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-226
/
+226
2012-06-02
Added the Biomal composition generator.
madmaxoft@gmail.com
1
-0
/
+1
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-9
/
+164
2012-03-14
Split chunk data into separate arrays; decoupled most sources from cChunk.h dependency
madmaxoft@gmail.com
1
-1
/
+1
2012-02-20
Removed some more cChunkPtr usage
madmaxoft@gmail.com
1
-1
/
+2
2012-02-18
Thread-safe chunk generation, storage and generator are queried for progress while initializing server
madmaxoft@gmail.com
1
-0
/
+5
2012-02-17
Chunk coords mostly "upgraded" to include the Y coord for future compatibility
madmaxoft@gmail.com
1
-4
/
+6
2012-02-13
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
1
-10
/
+52
2012-01-29
ChunkGenerator: rewritten thread-locking using the new RAII CSLock class
madmaxoft@gmail.com
1
-3
/
+0
2011-12-25
The missing file! cChunkGenerator.h/cpp
faketruth
1
-0
/
+23