Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-31 | Unified the doxy-comment format. | Mattes D | 1 | -9/+10 | |
2015-04-19 | GlowStone: Changed order of initialization of member variables | STRWarrior | 1 | -2/+2 | |
2015-04-19 | Added GlowStone finisher | STRWarrior | 1 | -0/+22 | |
2015-03-01 | Removed trailing whitespace | STRWarrior | 1 | -1/+1 | |
2015-02-28 | Made the minimum vine level configurable | STRWarrior | 1 | -2/+4 | |
2015-02-28 | Implemented a vines finisher that creates vines in jungle biomes | STRWarrior | 1 | -0/+21 | |
2014-12-05 | FinishGenPassiveMobs: Cosmetic changes. | Mattes D | 1 | -7/+11 | |
2014-12-04 | format blocks and randomizing | p-mcgowan | 1 | -1/+0 | |
2014-12-04 | last doxy fix | p-mcgowan | 1 | -3/+3 | |
2014-12-04 | awful comment fixing, randomizer fix | p-mcgowan | 1 | -8/+8 | |
2014-12-03 | clearing CheckBasicStyle.lua messages | p-mcgowan | 1 | -15/+15 | |
2014-12-03 | class description and doxy-commenting | p-mcgowan | 1 | -2/+5 | |
2014-12-03 | doxy-commenting | p-mcgowan | 1 | -3/+3 | |
2014-12-02 | fastRandom unused | p-mcgowan | 1 | -1/+0 | |
2014-12-02 | animal terrain finisher | p-mcgowan | 1 | -12/+12 | |
2014-12-02 | animal terrain finisher | p-mcgowan | 1 | -0/+29 | |
2014-12-02 | reformat for lua and CI | p-mcgowan | 1 | -1/+1 | |
2014-12-02 | formatting and commenting fixes | p-mcgowan | 1 | -2/+2 | |
2014-12-01 | cacti no longer spawn outside of desert variants | p-mcgowan | 1 | -0/+3 | |
2014-12-01 | Added better soulsand rims | STRWarrior | 1 | -0/+19 | |
As a finisher called SoulsandRims | |||||
2014-11-18 | Moved all Noise-related files into a separate folder. | Mattes D | 1 | -1/+1 | |
2014-07-30 | PreSimulator: Added configurations. | STRWarrior | 1 | -1/+6 | |
You can now choose if it should pregenerate something or not | |||||
2014-07-30 | Fixed FinishGen.h types. | madmaxoft | 1 | -2/+2 | |
2014-07-30 | Changed size_t to 'unsigned long' | Howaner | 1 | -2/+2 | |
2014-07-30 | Fixed compile error with clang. | Howaner | 1 | -2/+2 | |
2014-07-29 | Some finishing touches | STRWarrior | 1 | -1/+1 | |
Removed whitespace fixed dead bush comment | |||||
2014-07-29 | SingleTopBlock: All blocktypes and biometypes get initialized properly | STRWarrior | 1 | -2/+14 | |
2014-07-28 | Using suggestions | STRWarrior | 1 | -25/+20 | |
2014-07-28 | Renamed cFinishGenSingleBiomeSingleTopBlock to cFinishGenSingleTopBlock | STRWarrior | 1 | -10/+40 | |
Now accepts a vector of biomes and a vector of allowed blocks. | |||||
2014-07-23 | TallGrass: Less grass on mountains. | STRWarrior | 1 | -0/+11 | |
2014-07-21 | Fixed indentation | STRWarrior | 1 | -12/+12 | |
2014-07-20 | Changed CubicNoiseXX to IntNoiseXX | STRWarrior | 1 | -13/+13 | |
Added some comments | |||||
2014-07-20 | Renamed cFinishGenFoliage to cFinishGenTallGrass | STRWarrior | 1 | -5/+4 | |
Better grass density Added double tall grass. | |||||
2014-07-20 | Fixed warnings | STRWarrior | 1 | -3/+3 | |
2014-07-20 | First attempt for a new foliage finisher | STRWarrior | 1 | -0/+38 | |
2014-07-17 | Fixed tabs used for alignment. | madmaxoft | 1 | -1/+1 | |
2014-01-18 | Fixed errors. | STRWarrior | 1 | -1/+1 | |
2014-01-18 | Renamed cFinishGenNetherSprinkleFoliage to cFinishGenNetherClumpFoliage. Fixed typo's | STRWarrior | 1 | -2/+2 | |
2014-01-17 | First attempt at creating a clumb version NetherFinisher. | STRWarrior | 1 | -0/+1 | |
2014-01-10 | Decoupled cChunkGenerator from cWorld and cRoot. | madmaxoft | 1 | -1/+1 | |
Now the chunk generator can be used by other projects without depending on the two hugest structures in MCS. | |||||
2014-01-10 | Added cFinishGenNetherSprinkleFoliage. | STRWarrior | 1 | -0/+22 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-03-19 | The subgenerators use cChunkDesc instead of raw arrays. cChunkDesc is based on cBlockArea. Initial version of Lakes generator. | madmaxoft@gmail.com | 1 | -5/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1286 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-17 | Rewritten generators so that they use the cChunkDesc class (and thus can use cBlockArea merging) | madmaxoft@gmail.com | 1 | -106/+33 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1282 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-03-14 | Added water and lava springs. | madmaxoft@gmail.com | 1 | -0/+37 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1269 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-01-25 | Merged the usable portion of the "gens" branch. | madmaxoft@gmail.com | 1 | -1/+1 | |
Splitting off the Composable generator and fiddling with LuaChunk / ChunkDesc is good, other generators not good yet. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1171 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-11-11 | Added DeadBushes finisher (initial patch by STR_Warrior; DeathBushes FTW!) | madmaxoft@gmail.com | 1 | -1/+34 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1037 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-21 | cFinishGenPreSimulator sets correct fluid type (stationary in the middle, flowing on chunk borders / holes next to water. | madmaxoft@gmail.com | 1 | -1/+12 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@999 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-10-21 | Added the first part of the PreSimulator finisher, drops floating sand and gravel to ground. | madmaxoft@gmail.com | 1 | -0/+29 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@998 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@887 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-23 | Source files cleanup: Generating-related files in a separate subfolder | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@881 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-27 | Removed bottom lava from caves generator, added a new finish generator BottomLava for that. Also fixed a slight error in SameBlock composition generator cfg | madmaxoft@gmail.com | 1 | -0/+30 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@698 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-07-03 | Added a lilypad finisher | madmaxoft@gmail.com | 1 | -0/+32 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@647 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -90/+90 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-08 | Sugarcane and Pumpkins get placed (quite rarely) in the SprinkleSmallFoliage FinishGen | madmaxoft@gmail.com | 1 | -1/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@576 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-05-25 | Merged the composable_generator branch into the trunk | madmaxoft@gmail.com | 1 | -0/+82 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@504 0a769ca7-a7f5-676a-18bf-c427514a06d6 |