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
/
DistortedHeightmap.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
DistortedHeightmap: Rewritten to use the optimized cPerlinNoise and linear upscaling
madmaxoft@gmail.com
2013-05-16
1
-113
/
+48
*
Noise3D generator is now using linear upscaling
madmaxoft@gmail.com
2013-05-14
1
-3
/
+3
*
LinearUpscale: postfixed with InPlace to differentiate from a future src/dst version
madmaxoft@gmail.com
2013-05-12
1
-3
/
+3
*
DistortedHeightmap: Deserts are now covered with sand and mushroom islands with mycelium (patch contributed by STR_Warrior)
madmaxoft@gmail.com
2013-05-12
1
-3
/
+39
*
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
-3
/
+4
*
DistortedHeightmap: Added info comment about the parameters table
madmaxoft@gmail.com
2013-05-12
1
-1
/
+8
*
DistortedHeightmap: Optimized by linear interpolation
madmaxoft@gmail.com
2013-05-06
1
-46
/
+85
*
DistortedHeightmap: Small optimizations, memory leak fix.
madmaxoft@gmail.com
2013-05-06
1
-1
/
+12
*
DistortedHeightmap: Slight speed increase
madmaxoft@gmail.com
2013-05-06
1
-0
/
+7
*
Added the DistortedHeightmap height and composition generator.
madmaxoft@gmail.com
2013-05-05
1
-0
/
+341