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
/
BioGen.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Noise3D generator is now using linear upscaling
madmaxoft@gmail.com
2013-05-14
1
-6
/
+6
*
LinearUpscale: postfixed with InPlace to differentiate from a future src/dst version
madmaxoft@gmail.com
2013-05-12
1
-6
/
+6
*
Renamed linear interpolation from Noise.h to a more proper LinearUpscale and moved it to a separate file.
madmaxoft@gmail.com
2013-05-12
1
-6
/
+7
*
Re-worked generator subobject ownership, added a cache for the CompositionGen
madmaxoft@gmail.com
2013-05-05
1
-1
/
+0
*
MultiStepMap BiomeGen: made 3x faster by using 2D noise instead of 3D noise.
madmaxoft@gmail.com
2013-04-24
1
-19
/
+24
*
Fixed rounding error in MultiStepMap BioGen, introduced in rev 1289.
madmaxoft@gmail.com
2013-03-24
1
-10
/
+19
*
Optimized BioGen-MultiStepMap's performance by using linear interpolation, about 25 % increase in total chunk generation speed.
madmaxoft@gmail.com
2013-03-19
1
-5
/
+10
*
Moved BioGen parameter reading from cComposableGenrator into each BioGen itself
madmaxoft@gmail.com
2013-02-02
1
-1
/
+62
*
A brand new biome generator: cBioGenMultiStepMap.
madmaxoft@gmail.com
2013-01-24
1
-0
/
+301
*
Biome lists can have ":count" in them for adjusting biome occurence rate. Some more error logging.
madmaxoft@gmail.com
2012-11-20
1
-2
/
+24
*
More valgrind fixes
madmaxoft@gmail.com
2012-11-15
1
-2
/
+2
*
Source files cleanup: Generating-related files in a separate subfolder
madmaxoft@gmail.com
2012-09-23
1
-0
/
+304