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
/
Noise3DGenerator.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-21
Implemented faster upscaling using templates.
madmaxoft
1
-1
/
+1
2014-01-10
Decoupled cChunkGenerator from cWorld and cRoot.
madmaxoft
1
-3
/
+1
2013-12-20
Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).
madmaxoft
1
-4
/
+4
2013-11-27
Fixed the remaining derps
Alexander Harkness
1
-1
/
+1
2013-11-25
Further attempts to fix compile
Tiger Wang
1
-1
/
+1
2013-11-24
Attempt to fix compilation
Tiger Wang
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-16
Got rid of another unused variable.
Alexander Harkness
1
-1
/
+0
2013-11-16
Those variables weren't used.
Alexander Harkness
1
-4
/
+0
2013-11-16
Fixed another one...
Alexander Harkness
1
-1
/
+1
2013-11-16
Fixed yet another unsigned integer comparison.
Alexander Harkness
1
-26
/
+26
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-581
/
+581
2013-05-15
Moved noise debugging into the Noise.* files
madmaxoft@gmail.com
1
-77
/
+0
2013-05-15
Fixed 2D linear upscale to compile on Linux, added a test for it.
madmaxoft@gmail.com
1
-4
/
+42
2013-05-14
Noise3D generator is now using linear upscaling
madmaxoft@gmail.com
1
-36
/
+58
2013-05-12
LinearUpscale: postfixed with InPlace to differentiate from a future src/dst version
madmaxoft@gmail.com
1
-1
/
+1
2013-05-12
Noise3D: cleanup
madmaxoft@gmail.com
1
-14
/
+18
2013-05-12
Renamed linear interpolation from Noise.h to a more proper LinearUpscale and moved it to a separate file.
madmaxoft@gmail.com
1
-1
/
+2
2013-05-11
Converted the Noise3D generator to optimized noise and lerp
madmaxoft@gmail.com
1
-105
/
+175
2013-04-27
Noise3D: Re-fixed composition, finally no fake-tree remnants
madmaxoft@gmail.com
1
-2
/
+4
2013-04-27
Noise3D: Fixed composition when reusing the buffer (caused chopped trees)
madmaxoft@gmail.com
1
-0
/
+4
2013-04-27
Noise3D made into Composable - both a HeightGen and a CompositionGen
madmaxoft@gmail.com
1
-0
/
+229
2013-04-27
Noise3D: Made settable through INI, added slight height control, added basic compositing
madmaxoft@gmail.com
1
-49
/
+136
2013-04-27
Noise3D: Shifted to normal groundlevel, added water on sealevel
madmaxoft@gmail.com
1
-2
/
+17
2013-04-27
New terrain generator - Noise3D.
madmaxoft@gmail.com
1
-0
/
+186