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
/
BioGen.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-19
Fixed a lot of warnings
tycho
1
-16
/
+16
2015-03-11
Changed pipeline character from >> to |
tycho
1
-14
/
+14
2015-03-10
Fixed Sequence Generator for IntGen
Tycho
1
-3
/
+3
2015-03-01
Fixed Style
Tycho
1
-1
/
+1
2015-03-01
Added pipelining syntax for generators
Tycho
1
-15
/
+15
2015-03-01
Added Steppy height generator.
Mattes D
1
-1
/
+1
2015-01-27
Replaced atoi() with StringToInteger().
Mattes D
1
-2
/
+1
2015-01-23
Fixed defect #73101 in Coverity list.
Kirill Kirilenko
1
-1
/
+13
2014-11-03
Fixed a missing endline.
Mattes D
1
-1
/
+5
2014-11-03
Added a (disabled) perf test for biome generators.
Mattes D
1
-0
/
+46
2014-11-02
Grown biomes: Unified with GrownProt biomes.
Mattes D
1
-43
/
+61
2014-11-01
GrownProt: Added the rest of rare and M biomes.
Mattes D
1
-1
/
+10
2014-11-01
GrownProt biome gen: Added biome edges.
Mattes D
1
-2
/
+3
2014-10-31
GrownProt biomes: added alterations.
Mattes D
1
-26
/
+30
2014-10-30
QtBiomeVisualiser: Added a prototyping int generator flavor.
Mattes D
1
-13
/
+111
2014-10-29
Grown biomes: made biomes smaller, made beaches smaller.
Mattes D
1
-11
/
+8
2014-10-27
Removed too advanced C++11 features.
Mattes D
1
-1
/
+1
2014-10-26
BioGenGrown: Smaller biomes, add land to map center.
Mattes D
1
-4
/
+2
2014-10-26
Added new biomegen: Grown
Mattes D
1
-0
/
+93
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
TwoLevel BioGen: fixed swapped inside and outside biomes.
Mattes D
1
-1
/
+1
2014-10-19
Generator: Rewritten to use SharedPtrs.
Mattes D
1
-24
/
+11
2014-10-16
BioGen: Fixed a compiler warning.
Mattes D
1
-2
/
+2
2014-09-27
BioGen: TwoLevel is now fully settable in INI.
madmaxoft
1
-38
/
+22
2014-09-25
TwoLevel BioGen: reads params from INI file.
madmaxoft
1
-9
/
+26
2014-09-17
Voronoi biomegen: Added JitterSize and OddRowOffset.
madmaxoft
1
-71
/
+77
2014-09-05
Fixed style.
Mattes D
1
-2
/
+2
2014-09-03
change to linear calculation
DayBr3ak
1
-7
/
+6
2014-09-03
adapting format
DayBr3ak
1
-3
/
+4
2014-09-02
forgot this one
DayBr3ak
1
-1
/
+1
2014-09-02
opting for size_t
DayBr3ak
1
-3
/
+3
2014-09-02
fixing memory leak
DayBr3ak
1
-4
/
+5
2014-09-02
changing implem, using vectors
DayBr3ak
1
-78
/
+15
2014-09-02
adding the multicache behavior
DayBr3ak
1
-0
/
+115
2014-07-17
Normalized comments.
madmaxoft
1
-9
/
+9
2014-06-20
Optimized Voronoi calculation.
madmaxoft
1
-8
/
+13
2014-06-19
Nullify deleted pointers.
archshift
1
-0
/
+2
2014-05-31
Implemented end and nether portals
Tiger Wang
1
-1
/
+1
2014-05-27
Biome generators: biome lists can contain spaces.
madmaxoft
1
-1
/
+1
2014-03-21
Implemented faster upscaling using templates.
madmaxoft
1
-8
/
+8
2014-02-03
Fogot to save Biogen
Tycho
1
-4
/
+4
2014-02-03
Fixed Compile errors
Tycho
1
-1
/
+1
2014-02-03
Increased Type safety of Biomes
Tycho
1
-5
/
+5
2013-12-20
Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).
madmaxoft
1
-3
/
+3
2013-12-08
fixed warnings in src/Generating/BioGen.cpp
Tycho Bickerstaff
1
-1
/
+1
2013-11-29
Fixed CheckerboardBiomeGen in negative coords.
madmaxoft
1
-2
/
+3
2013-11-28
Moved BiomeGen creation from INI file data to BioGen.cpp.
madmaxoft
1
-0
/
+66
2013-11-28
BiomeVisualiser: Added the TwoLevel biome generator.
madmaxoft
1
-0
/
+191
2013-11-27
Voronoi-related biomegens use the new cVoronoiMap class.
madmaxoft
1
-46
/
+10
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-10
Generator: Renamed cBiomeGenerator's Initialize() to InitializeBiomeGen().
madmaxoft
1
-11
/
+11
2013-05-14
Noise3D generator is now using linear upscaling
madmaxoft@gmail.com
1
-6
/
+6
2013-05-12
LinearUpscale: postfixed with InPlace to differentiate from a future src/dst version
madmaxoft@gmail.com
1
-6
/
+6
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
-6
/
+7
2013-05-05
Re-worked generator subobject ownership, added a cache for the CompositionGen
madmaxoft@gmail.com
1
-1
/
+0
2013-04-24
MultiStepMap BiomeGen: made 3x faster by using 2D noise instead of 3D noise.
madmaxoft@gmail.com
1
-19
/
+24
2013-03-24
Fixed rounding error in MultiStepMap BioGen, introduced in rev 1289.
madmaxoft@gmail.com
1
-10
/
+19
2013-03-19
Optimized BioGen-MultiStepMap's performance by using linear interpolation, about 25 % increase in total chunk generation speed.
madmaxoft@gmail.com
1
-5
/
+10
2013-02-02
Moved BioGen parameter reading from cComposableGenrator into each BioGen itself
madmaxoft@gmail.com
1
-1
/
+62
2013-01-24
A brand new biome generator: cBioGenMultiStepMap.
madmaxoft@gmail.com
1
-0
/
+301
2012-11-20
Biome lists can have ":count" in them for adjusting biome occurence rate. Some more error logging.
madmaxoft@gmail.com
1
-2
/
+24
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-07-29
DistortedVoronoi BiomeGen now uses 4x4 linear interpolation for distortion, 50 % speed increase in the chunk generator with a hardly noticeable change in biome shapes.
madmaxoft@gmail.com
1
-3
/
+14
2012-07-29
BiomeGen: cca 3% speedup
madmaxoft@gmail.com
1
-2
/
+2
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-293
/
+293
2012-06-02
Added a cBioGenCache object for caching generated biomes
madmaxoft@gmail.com
1
-0
/
+90
2012-05-31
DistortedVoronoi biome generator
madmaxoft@gmail.com
1
-17
/
+41
2012-05-27
Added a voronoi biome generator (#180)
madmaxoft@gmail.com
1
-0
/
+57
2012-05-27
Restructured biome generators with a list of available biomes to use a common ancestor (preparation for Voronoi and DistortedVoronoi)
madmaxoft@gmail.com
1
-2
/
+5
2012-05-27
Added the CheckerBoardBiomes parameter for setting biomes that CheckerBoard generates (#179). Added string-to-biome conversion (#183). Added OreNests to default Structures configuration.
madmaxoft@gmail.com
1
-4
/
+34
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-0
/
+89