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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-05-21
Clang 5.0 fixes
Lukas Pioch
1
-1
/
+1
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-36
/
+36
2015-07-31
Unified the doxy-comment format.
Mattes D
1
-22
/
+19
2015-07-07
Fixed warnings generated by 64-bit MSVC.
Mattes D
1
-3
/
+3
2015-05-19
Fixed a lot of warnings
tycho
1
-4
/
+4
2014-11-18
Moved all Noise-related files into a separate folder.
Mattes D
1
-1
/
+1
2014-10-19
Generator: Rewritten to use SharedPtrs.
Mattes D
1
-12
/
+14
2014-09-27
BioGen: TwoLevel is now fully settable in INI.
madmaxoft
1
-6
/
+9
2014-09-05
Fixed style.
Mattes D
1
-5
/
+9
2014-09-03
change to linear calculation
DayBr3ak
1
-2
/
+1
2014-09-03
adapting format
DayBr3ak
1
-2
/
+6
2014-09-02
forgot this one
DayBr3ak
1
-1
/
+1
2014-09-02
opting for size_t
DayBr3ak
1
-2
/
+2
2014-09-02
changing implem, using vectors
DayBr3ak
1
-20
/
+8
2014-09-02
adding the multicache behavior
DayBr3ak
1
-3
/
+3
2014-09-01
added multicache class definition
DayBr3ak
1
-0
/
+35
2014-06-20
Optimized Voronoi calculation.
madmaxoft
1
-1
/
+6
2013-11-28
BiomeVisualiser: Added the TwoLevel biome generator.
madmaxoft
1
-0
/
+38
2013-11-27
Voronoi-related biomegens use the new cVoronoiMap class.
madmaxoft
1
-7
/
+18
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-10-10
Generator: Renamed cBiomeGenerator's Initialize() to InitializeBiomeGen().
madmaxoft
1
-6
/
+6
2013-05-05
Re-worked generator subobject ownership, added a cache for the CompositionGen
madmaxoft@gmail.com
1
-1
/
+1
2013-04-24
MultiStepMap BiomeGen: made 3x faster by using 2D noise instead of 3D noise.
madmaxoft@gmail.com
1
-1
/
+8
2013-03-24
Fixed rounding error in MultiStepMap BioGen, introduced in rev 1289.
madmaxoft@gmail.com
1
-3
/
+4
2013-03-19
Optimized BioGen-MultiStepMap's performance by using linear interpolation, about 25 % increase in total chunk generation speed.
madmaxoft@gmail.com
1
-1
/
+1
2013-02-02
Moved BioGen parameter reading from cComposableGenrator into each BioGen itself
madmaxoft@gmail.com
1
-29
/
+26
2013-01-25
Merged the usable portion of the "gens" branch.
madmaxoft@gmail.com
1
-1
/
+1
2013-01-24
A brand new biome generator: cBioGenMultiStepMap.
madmaxoft@gmail.com
1
-0
/
+53
2012-11-20
Biome lists can have ":count" in them for adjusting biome occurence rate. Some more error logging.
madmaxoft@gmail.com
1
-0
/
+1
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-09-23
Source files cleanup: Generating-related files in a separate subfolder
madmaxoft@gmail.com
1
-2
/
+2
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-171
/
+171
2012-06-02
Added a cBioGenCache object for caching generated biomes
madmaxoft@gmail.com
1
-0
/
+36
2012-05-31
DistortedVoronoi biome generator
madmaxoft@gmail.com
1
-18
/
+23
2012-05-27
Voronoi has a minimum cell size of 4 blocks now, to avoid some extreme corner-cases
madmaxoft@gmail.com
1
-1
/
+1
2012-05-27
Added a voronoi biome generator (#180)
madmaxoft@gmail.com
1
-0
/
+28
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
-9
/
+25
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
-1
/
+12
2012-05-25
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
1
-0
/
+75