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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable some more clang-tidy linter checks (#4738)
peterbell10
2020-05-15
1
-3
/
+3
*
Using Super.
Mattes D
2020-04-16
1
-4
/
+4
*
BiomeGen: Changed to use cChunkCoords params.
Mattes D
2019-09-08
1
-59
/
+42
*
Moved the generator defaults to ComposableGenerator.
Mattes D
2019-09-06
1
-22
/
+17
*
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
2018-07-26
1
-0
/
+1
*
Remove double includes part 2 (#3890)
peterbell10
2017-08-03
1
-1
/
+0
*
Reduced unnecessary block updates
LogicParrot
2016-04-22
1
-2
/
+2
*
Fixed misuse of comma.
Lukas Pioch
2016-03-18
1
-1
/
+1
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-26
/
+26
*
Switched from using std::max(std::min()) to using Clamp
Samuel Barney
2015-07-13
1
-2
/
+2
*
Fixed misplaced parens
Samuel Barney
2015-07-09
1
-2
/
+2
*
Fixes compilation failures on MacOSX 10.10
Samuel Barney
2015-07-09
1
-42
/
+42
*
Fixed warnings generated by 64-bit MSVC.
Mattes D
2015-07-07
1
-2
/
+2
*
Fix comments
tycho
2015-05-24
1
-2
/
+2
*
Fixed a lot of warnings
tycho
2015-05-19
1
-16
/
+16
*
Merge pull request #1786 from mc-server/pipelineSyntax
worktycho
2015-03-21
1
-18
/
+18
|
\
|
*
Changed pipeline character from >> to |
tycho
2015-03-11
1
-14
/
+14
|
*
Fixed Sequence Generator for IntGen
Tycho
2015-03-10
1
-3
/
+3
|
*
Fixed Style
Tycho
2015-03-01
1
-1
/
+1
|
*
Added pipelining syntax for generators
Tycho
2015-03-01
1
-15
/
+15
*
|
Added Steppy height generator.
Mattes D
2015-03-01
1
-1
/
+1
|
/
*
Replaced atoi() with StringToInteger().
Mattes D
2015-01-27
1
-2
/
+1
*
Fixed defect #73101 in Coverity list.
Kirill Kirilenko
2015-01-23
1
-1
/
+13
*
Fixed a missing endline.
Mattes D
2014-11-03
1
-1
/
+5
*
Added a (disabled) perf test for biome generators.
Mattes D
2014-11-03
1
-0
/
+46
*
Grown biomes: Unified with GrownProt biomes.
Mattes D
2014-11-02
1
-43
/
+61
*
GrownProt: Added the rest of rare and M biomes.
Mattes D
2014-11-01
1
-1
/
+10
*
GrownProt biome gen: Added biome edges.
Mattes D
2014-11-01
1
-2
/
+3
*
GrownProt biomes: added alterations.
Mattes D
2014-10-31
1
-26
/
+30
*
QtBiomeVisualiser: Added a prototyping int generator flavor.
Mattes D
2014-10-30
1
-13
/
+111
*
Grown biomes: made biomes smaller, made beaches smaller.
Mattes D
2014-10-29
1
-11
/
+8
*
Removed too advanced C++11 features.
Mattes D
2014-10-27
1
-1
/
+1
*
BioGenGrown: Smaller biomes, add land to map center.
Mattes D
2014-10-26
1
-4
/
+2
*
Added new biomegen: Grown
Mattes D
2014-10-26
1
-0
/
+93
*
Merged IniFile into main MCS sources.
Mattes D
2014-10-23
1
-1
/
+1
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-3
/
+3
*
TwoLevel BioGen: fixed swapped inside and outside biomes.
Mattes D
2014-10-19
1
-1
/
+1
*
Generator: Rewritten to use SharedPtrs.
Mattes D
2014-10-19
1
-24
/
+11
*
BioGen: Fixed a compiler warning.
Mattes D
2014-10-16
1
-2
/
+2
*
BioGen: TwoLevel is now fully settable in INI.
madmaxoft
2014-09-27
1
-38
/
+22
*
TwoLevel BioGen: reads params from INI file.
madmaxoft
2014-09-25
1
-9
/
+26
*
Voronoi biomegen: Added JitterSize and OddRowOffset.
madmaxoft
2014-09-17
1
-71
/
+77
*
Fixed style.
Mattes D
2014-09-05
1
-2
/
+2
*
change to linear calculation
DayBr3ak
2014-09-03
1
-7
/
+6
*
adapting format
DayBr3ak
2014-09-03
1
-3
/
+4
*
forgot this one
DayBr3ak
2014-09-02
1
-1
/
+1
*
opting for size_t
DayBr3ak
2014-09-02
1
-3
/
+3
*
fixing memory leak
DayBr3ak
2014-09-02
1
-4
/
+5
*
changing implem, using vectors
DayBr3ak
2014-09-02
1
-78
/
+15
*
adding the multicache behavior
DayBr3ak
2014-09-02
1
-0
/
+115
*
Merge branch 'master' into portals
Tiger Wang
2014-07-18
1
-9
/
+9
|
\
|
*
Normalized comments.
madmaxoft
2014-07-17
1
-9
/
+9
*
|
Merge branch 'master' into portals
Tiger Wang
2014-06-21
1
-8
/
+15
|
\
|
|
*
Optimized Voronoi calculation.
madmaxoft
2014-06-20
1
-8
/
+13
|
*
Nullify deleted pointers.
archshift
2014-06-19
1
-0
/
+2
*
|
Merge remote-tracking branch 'origin/master' into portals
Tiger Wang
2014-06-04
1
-1
/
+1
|
\
|
|
*
Biome generators: biome lists can contain spaces.
madmaxoft
2014-05-27
1
-1
/
+1
*
|
Implemented end and nether portals
Tiger Wang
2014-05-31
1
-1
/
+1
|
/
*
Implemented faster upscaling using templates.
madmaxoft
2014-03-21
1
-8
/
+8
*
Fogot to save Biogen
Tycho
2014-02-03
1
-4
/
+4
*
Fixed Compile errors
Tycho
2014-02-03
1
-1
/
+1
*
Increased Type safety of Biomes
Tycho
2014-02-03
1
-5
/
+5
*
Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).
madmaxoft
2013-12-20
1
-3
/
+3
*
fixed warnings in src/Generating/BioGen.cpp
Tycho Bickerstaff
2013-12-08
1
-1
/
+1
*
Fixed CheckerboardBiomeGen in negative coords.
madmaxoft
2013-11-29
1
-2
/
+3
*
Moved BiomeGen creation from INI file data to BioGen.cpp.
madmaxoft
2013-11-28
1
-0
/
+66
*
BiomeVisualiser: Added the TwoLevel biome generator.
madmaxoft
2013-11-28
1
-0
/
+191
*
Voronoi-related biomegens use the new cVoronoiMap class.
madmaxoft
2013-11-27
1
-46
/
+10
*
Fixed the remaining derps
Alexander Harkness
2013-11-27
1
-1
/
+1
*
Further attempts to fix compile
Tiger Wang
2013-11-25
1
-1
/
+1
*
Attempt to fix compilation
Tiger Wang
2013-11-24
1
-1
/
+1
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+707