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
/
Generating
/
ChunkGenerator.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cIniFile doesn't store filename internally anymore.
madmaxoft
2013-10-25
1
-2
/
+0
*
Re-worked generator subobject ownership, added a cache for the CompositionGen
madmaxoft@gmail.com
2013-05-05
1
-0
/
+5
*
New terrain generator - Noise3D.
madmaxoft@gmail.com
2013-04-27
1
-2
/
+3
*
Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()
madmaxoft@gmail.com
2013-04-13
1
-4
/
+4
*
The subgenerators use cChunkDesc instead of raw arrays. cChunkDesc is based on cBlockArea. Initial version of Lakes generator.
madmaxoft@gmail.com
2013-03-19
1
-1
/
+4
*
cChunkDesc can now read and write cBlockAreas.
madmaxoft@gmail.com
2013-02-08
1
-1
/
+1
*
Prepared cChunkDesc for further API extension; used it as the sole container for generated chunk data, including entities / block entities.
madmaxoft@gmail.com
2013-02-08
1
-12
/
+5
*
Added new hooks: OnChunkAvailable(), OnChunkUnloaded() and OnChunkUnloading(). Modified OnChunkGenerated() signature.
madmaxoft@gmail.com
2013-02-05
1
-5
/
+4
*
Merged the usable portion of the "gens" branch.
madmaxoft@gmail.com
2013-01-25
1
-365
/
+85
*
A brand new biome generator: cBioGenMultiStepMap.
madmaxoft@gmail.com
2013-01-24
1
-0
/
+5
*
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
2013-01-12
1
-1
/
+1
*
Adjusted the default for chunk generator structures.
madmaxoft@gmail.com
2012-11-20
1
-1
/
+1
*
Added DeadBushes finisher (initial patch by STR_Warrior; DeathBushes FTW!)
madmaxoft@gmail.com
2012-11-11
1
-10
/
+15
*
Added the first part of the PreSimulator finisher, drops floating sand and gravel to ground.
madmaxoft@gmail.com
2012-10-21
1
-0
/
+4
*
Biomal CompoGen now generates sea with STATIONARY_WATER instead of regular WATER.
madmaxoft@gmail.com
2012-10-14
1
-1
/
+1
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-4
/
+4
*
Source files cleanup: Generating-related files in a separate subfolder
madmaxoft@gmail.com
2012-09-23
1
-0
/
+596