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
/
Generating
/
Caves.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-05-09
Removed an unused macro.
Mattes D
1
-7
/
+0
2014-05-09
Fixed MSVC 64-bit build warnings.
Mattes D
1
-2
/
+8
2014-05-09
cWormNestCaves rewritten using cGridStructGen.
Mattes D
1
-208
/
+22
2014-05-08
Fixed MSVC 64-bit build warnings.
Mattes D
1
-2
/
+8
2014-04-18
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
1
-16
/
+20
2014-03-01
Unified StructureGens and FinisherGens.
madmaxoft
1
-3
/
+3
2014-01-08
WormNestCaves now remove soul sand.
STRWarrior
1
-0
/
+1
2014-01-07
Fixed a few MSVC warnings.
madmaxoft
1
-4
/
+4
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-16
WaveNoise not used, removing.
Alexander Harkness
1
-1
/
+0
2013-11-16
This is a copy-paste fail, right?
Alexander Harkness
1
-1
/
+1
2013-11-16
Got rid of yet another unused variable.
Alexander Harkness
1
-51
/
+50
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-970
/
+970
2013-03-22
Re-tweaked WormNestCaves for more reasonable cave sizes
madmaxoft@gmail.com
1
-7
/
+14
2013-03-22
WormNestCaves: tweaked a bit not to produce the single-block holes in the floor
madmaxoft@gmail.com
1
-5
/
+5
2013-03-17
Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging)
madmaxoft@gmail.com
1
-48
/
+20
2012-12-16
Made WormNest caves generate smaller.
madmaxoft@gmail.com
1
-3
/
+29
2012-10-19
WormNestCaves: drills only through specific blocks (FS #259)
madmaxoft@gmail.com
1
-1
/
+23
2012-09-23
Source files cleanup: Generating-related files in a separate subfolder
madmaxoft@gmail.com
1
-0
/
+0
2012-08-06
Fixed runtime crashes in generator on Raspberry Pi (damn picky gcc!)
madmaxoft@gmail.com
1
-24
/
+24
2012-07-29
Ravines: implemented proper caching - another 10 % in generator speedup :)
madmaxoft@gmail.com
1
-1
/
+1
2012-07-28
Caves and Ravines: fixed compilation and linking issues on gcc
madmaxoft@gmail.com
1
-3
/
+3
2012-07-27
Removed bottom lava from caves generator, added a new finish generator BottomLava for that. Also fixed a slight error in SameBlock composition generator cfg
madmaxoft@gmail.com
1
-17
/
+3
2012-07-27
Basic WormNestCaves are working
madmaxoft@gmail.com
1
-17
/
+45
2012-07-27
Initial WormNestCaves commit. Won't generate caves, only the schematic for caves' centers.
madmaxoft@gmail.com
1
-47
/
+607
2012-07-22
Added a new cave generator: DualRidgeCaves ( somewhat like http://www.gamedev.net/blog/33/entry-2227887-more-on-minecraft-type-world-gen/ )
madmaxoft@gmail.com
1
-0
/
+369