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
/
HeiGen.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-08-12
Fix old style casts and implicit conversions
Matti Hänninen
1
-15
/
+15
2015-07-31
Unified the doxy-comment format.
Mattes D
1
-1
/
+1
2015-07-07
Fixed warnings generated by 64-bit MSVC.
Mattes D
1
-10
/
+10
2015-05-24
Fix comments
tycho
1
-1
/
+1
2015-05-19
More fixed warnings
tycho
1
-1
/
+4
2015-05-19
Fixed a lot of warnings
tycho
1
-21
/
+5
2015-05-09
More style checking.
Mattes D
1
-1
/
+1
2015-03-01
Steppy HeiGen: Fixed Linux compilation.
Mattes D
1
-1
/
+1
2015-03-01
Added Steppy height generator.
Mattes D
1
-0
/
+64
2014-11-26
Merge remote-tracking branch 'origin-master' into c++11
Tiger Wang
1
-25
/
+67
2014-11-13
Gen refactor: Implemented CompositedHeiGen.
Mattes D
1
-0
/
+45
2014-11-12
Generator: Shape initial refactoring.
Mattes D
1
-25
/
+22
2014-11-10
Added BiomalNoise3D shape generator.
Mattes D
1
-0
/
+4
2014-11-04
MinMax heigen: Reduced the number of octaves.
Mattes D
1
-2
/
+0
2014-11-04
Added MinMax height generator.
Mattes D
1
-0
/
+207
2014-11-03
HeiGen: Moved construction to the end of file.
Mattes D
1
-75
/
+75
2014-10-27
Comment alignment.
Alexander Harkness
1
-4
/
+4
2014-10-27
CheckBasicStyle'd
Alexander Harkness
1
-14
/
+14
2014-10-27
Fixed more warnings.
Alexander Harkness
1
-14
/
+14
2014-10-23
Merged IniFile into main MCS sources.
Mattes D
1
-1
/
+1
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-3
/
+3
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-3
/
+3
2014-10-19
Mountain height gen: Added ditches.
Mattes D
1
-7
/
+14
2014-10-19
Generator: Rewritten to use SharedPtrs.
Mattes D
1
-6
/
+6
2014-08-21
Added initializers for class members.
Mattes D
1
-1
/
+7
2014-08-18
SwamplandM: Fixed sometimes having no mountains.
STRWarrior
1
-1
/
+1
2014-08-02
Added proper trees and height for SwamplandM biome
STRWarrior
1
-1
/
+1
2014-07-21
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
1
-1
/
+1
2014-07-18
Fixed spaces before commas.
madmaxoft
1
-2
/
+2
2014-07-17
Basic style fixes.
madmaxoft
1
-1
/
+1
2014-07-17
Normalized comments.
madmaxoft
1
-7
/
+7
2014-06-19
Nullify deleted pointers.
archshift
1
-0
/
+2
2014-06-11
Revert "Initial Mesa Bryce implementation."
madmaxoft
1
-89
/
+0
2014-06-10
Initial Mesa Bryce implementation.
madmaxoft
1
-0
/
+89
2014-06-09
Added an experimental height generator, Mountains.
madmaxoft
1
-0
/
+66
2014-03-21
Implemented faster upscaling using templates.
madmaxoft
1
-1
/
+1
2014-01-10
Fixed generator adding values to ini file.
madmaxoft
1
-0
/
+1
2014-01-09
Height generator creating moved info HeiGen.cpp.
madmaxoft
1
-0
/
+73
2013-12-20
Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).
madmaxoft
1
-2
/
+2
2013-11-29
Implemented mesa biomes in DistortedHeightmap CompoGen.
madmaxoft
1
-2
/
+2
2013-11-28
Added new biomes to old height generators.
madmaxoft
1
-29
/
+97
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-10-11
CompoGen and HeiGen read their settings in their respective Initialize() functions.
madmaxoft
1
-11
/
+47
2013-05-14
Noise3D generator is now using linear upscaling
madmaxoft@gmail.com
1
-1
/
+1
2013-05-12
LinearUpscale: postfixed with InPlace to differentiate from a future src/dst version
madmaxoft@gmail.com
1
-1
/
+1
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-06
DistortedHeightmap: Small optimizations, memory leak fix.
madmaxoft@gmail.com
1
-0
/
+17
2013-05-05
Re-worked generator subobject ownership, added a cache for the CompositionGen
madmaxoft@gmail.com
1
-1
/
+0
2013-05-05
Added the DistortedHeightmap height and composition generator.
madmaxoft@gmail.com
1
-0
/
+2
2013-04-22
HeiGenBiomal: interpolate in 4x4 blocks on float values
madmaxoft@gmail.com
1
-14
/
+16
2013-04-22
Generator: Added notes of failed optimization attempts
madmaxoft@gmail.com
1
-0
/
+6
2013-03-20
HeiGenBiomal: added a fast but ugly-looking optimization, disabled by default.
madmaxoft@gmail.com
1
-0
/
+25
2013-01-25
Adjusted Biomal height generator to have less hills in the rivers.
madmaxoft@gmail.com
1
-21
/
+21
2012-11-15
More valgrind fixes
madmaxoft@gmail.com
1
-2
/
+2
2012-09-23
Source files cleanup: Generating-related files in a separate subfolder
madmaxoft@gmail.com
1
-0
/
+0
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-302
/
+302
2012-06-02
Fixed Linux compilation complaining about min() and max(), hopefully forever. Use std::min() and std::max()
madmaxoft@gmail.com
1
-1
/
+1
2012-06-02
Added a cHeiGenCache object for caching generated heightmaps. World generation is now about twice as fast as before Rev 535 :)
madmaxoft@gmail.com
1
-0
/
+90
2012-06-02
Added the Biomal height generator, made it the default height generator.
madmaxoft@gmail.com
1
-0
/
+121
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-0
/
+91