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
/
ChunkDesc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed everyting to Unix line endings.
Alexander Harkness
2013-07-29
1
-578
/
+578
*
Added the DistortedHeightmap height and composition generator.
madmaxoft@gmail.com
2013-05-05
1
-2
/
+4
*
ChunkDesc: Added heightmap verification (DEBUG-only), not used yet
madmaxoft@gmail.com
2013-05-05
1
-0
/
+27
*
Mineshafts: Added random loot to generated chests and fixed chest direction
madmaxoft@gmail.com
2013-04-06
1
-0
/
+9
*
cChunkDesc: Added the RandomFillRelCuboid() function
madmaxoft@gmail.com
2013-03-31
1
-0
/
+37
*
Added cCuboid:Assign() and cChunkDesc:FloorRelCuboid()
madmaxoft@gmail.com
2013-03-31
1
-0
/
+39
*
ChunkDesc: Extended the interface, RelCuboid functions now take either a cCuboid or a set of 6 coords.
madmaxoft@gmail.com
2013-03-30
1
-14
/
+25
*
ChunkDesc: Cuboid-based manipulation
madmaxoft@gmail.com
2013-03-29
1
-0
/
+57
*
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
-68
/
+25
*
Fixed a copypasta error in cChunkDesc's BlockArea writer
madmaxoft@gmail.com
2013-03-18
1
-2
/
+2
*
Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging)
madmaxoft@gmail.com
2013-03-17
1
-0
/
+26
*
cChunkDesc can now read and write cBlockAreas.
madmaxoft@gmail.com
2013-02-08
1
-2
/
+196
*
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
-0
/
+219