Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed generator for the Mega Taiga biome (#5129) | 12xx12 | 2021-04-12 | 1 | -0/+12 |
| | | | * Fixed generator for small foliage. | ||||
* | zlib -> libdeflate (#5085) | Tiger Wang | 2021-01-11 | 1 | -3/+2 |
| | | | | | | + Use libdeflate + Use std::byte * Fix passing temporary to string_view + Emulate make_unique_for_overwrite | ||||
* | Fix flower and foliage generation (#4723) | mBornand | 2020-11-14 | 1 | -31/+5 |
| | | | | | | | | | | | | | | | | | | | * fix flower generation - remove wrong mushroom and flower generation + add "tiny" mushrooms in Mushrooms biomes + add "tiny" mushrooms in Mega Taiga and variants + add tulip generation for plains biomes * Turn numbers into constants - Remove duplication of grass generation - Remove fern in inappropriate biomes * added roofed forest flowers to ini file * fixed crash with biMesaPlateuM + Use empty() + Emplace directly + Avoid a string copy in BiomeName + Alias BiomeIndex to avoid multiple casts Co-authored-by: 12xx12 <12xx12100@gmail.com> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | ||||
* | Upgrade to C++17 [CMake] (#4717) | Tiger Wang | 2020-05-16 | 1 | -0/+2 |
| | | | * Make our CMake slightly less insane | ||||
* | Enable some more clang-tidy linter checks (#4738) | peterbell10 | 2020-05-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Avoid inefficient AString -> c_str() -> AString round trip * Avoid redundant string init expressions * Avoid unnecessary return, continue, etc. * Add .clang-format to help with clang-tidy fix-its * Avoid unnecessary passing by value * Avoid unnecessary local copying * Avoid copying in range-for loops * Avoid over-complicated boolean expressions * Some violations missed by my local clang-tidy * Allow unnecessary continue statements * Add brackets * Another expression missed locally * Move BindingsProcessor call into clang-tidy.sh and add space * Fix pushd not found error * Different grouping of CheckBlockInteractionRate | ||||
* | Using Super. | Mattes D | 2020-04-16 | 1 | -4/+7 |
| | |||||
* | Generate cacti and sugarcane with different heights (#4137) | Cocosushi6 | 2018-05-03 | 1 | -4/+14 |
| | | | | | When generating foliage, create cacti with height in the interval [1; MaxCactusHeight] and sugarcane with height in [1; MaxSugarcaneHeight] (with MaxCactusHeight and MaxSugarcaneHeight declared in world.ini) Fixes #4135 | ||||
* | cFinishGenPreSimulator: Preserve sand meta (#4025) | peterbell10 | 2017-09-18 | 1 | -4/+1 |
| | | | Fixes #1516. | ||||
* | Implemented OverworldClumpFlowers | NiLSPACE | 2016-08-14 | 1 | -0/+74 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | OrePockets finisher is now configurable. | Mattes D | 2015-11-25 | 1 | -5/+15 |
| | |||||
* | Added OrePockets and DirtPockets finish gens. | Mattes D | 2015-11-25 | 1 | -0/+166 |
| | |||||
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -9/+10 |
| | |||||
* | GlowStone: Changed order of initialization of member variables | STRWarrior | 2015-04-19 | 1 | -2/+2 |
| | |||||
* | Added GlowStone finisher | STRWarrior | 2015-04-19 | 1 | -0/+22 |
| | |||||
* | Removed trailing whitespace | STRWarrior | 2015-03-01 | 1 | -1/+1 |
| | |||||
* | Made the minimum vine level configurable | STRWarrior | 2015-02-28 | 1 | -2/+4 |
| | |||||
* | Implemented a vines finisher that creates vines in jungle biomes | STRWarrior | 2015-02-28 | 1 | -0/+21 |
| | |||||
* | FinishGenPassiveMobs: Cosmetic changes. | Mattes D | 2014-12-05 | 1 | -7/+11 |
| | |||||
* | Merge branch 'master' of github.com:p-mcgowan/MCServer into animalTerrainFinisher | p-mcgowan | 2014-12-05 | 1 | -14/+17 |
|\ | | | | | | | update | ||||
| * | conflict resolution | p-mcgowan | 2014-12-04 | 1 | -14/+14 |
| |\ | |||||
| | * | clearing CheckBasicStyle.lua messages | p-mcgowan | 2014-12-03 | 1 | -15/+15 |
| | | | |||||
| * | | reformat for lua and CI | p-mcgowan | 2014-12-02 | 1 | -1/+1 |
| | | | |||||
| * | | formatting and commenting fixes | p-mcgowan | 2014-12-02 | 1 | -2/+2 |
| | | | |||||
| * | | cacti no longer spawn outside of desert variants | p-mcgowan | 2014-12-01 | 1 | -0/+3 |
| |/ | |||||
* | | format blocks and randomizing | p-mcgowan | 2014-12-04 | 1 | -1/+0 |
| | | |||||
* | | last doxy fix | p-mcgowan | 2014-12-04 | 1 | -3/+3 |
| | | |||||
* | | awful comment fixing, randomizer fix | p-mcgowan | 2014-12-04 | 1 | -8/+8 |
| | | |||||
* | | class description and doxy-commenting | p-mcgowan | 2014-12-03 | 1 | -2/+5 |
| | | |||||
* | | doxy-commenting | p-mcgowan | 2014-12-03 | 1 | -3/+3 |
| | | |||||
* | | fastRandom unused | p-mcgowan | 2014-12-02 | 1 | -1/+0 |
| | | |||||
* | | animal terrain finisher | p-mcgowan | 2014-12-02 | 1 | -12/+12 |
| | | |||||
* | | animal terrain finisher | p-mcgowan | 2014-12-02 | 1 | -0/+29 |
|/ | |||||
* | Added better soulsand rims | STRWarrior | 2014-12-01 | 1 | -0/+19 |
| | | | | As a finisher called SoulsandRims | ||||
* | Moved all Noise-related files into a separate folder. | Mattes D | 2014-11-18 | 1 | -1/+1 |
| | |||||
* | PreSimulator: Added configurations. | STRWarrior | 2014-07-30 | 1 | -1/+6 |
| | | | | You can now choose if it should pregenerate something or not | ||||
* | Fixed FinishGen.h types. | madmaxoft | 2014-07-30 | 1 | -2/+2 |
| | |||||
* | Changed size_t to 'unsigned long' | Howaner | 2014-07-30 | 1 | -2/+2 |
| | |||||
* | Fixed compile error with clang. | Howaner | 2014-07-30 | 1 | -2/+2 |
| | |||||
* | Some finishing touches | STRWarrior | 2014-07-29 | 1 | -1/+1 |
| | | | | | Removed whitespace fixed dead bush comment | ||||
* | SingleTopBlock: All blocktypes and biometypes get initialized properly | STRWarrior | 2014-07-29 | 1 | -2/+14 |
| | |||||
* | Using suggestions | STRWarrior | 2014-07-28 | 1 | -25/+20 |
| | |||||
* | Renamed cFinishGenSingleBiomeSingleTopBlock to cFinishGenSingleTopBlock | STRWarrior | 2014-07-28 | 1 | -10/+40 |
| | | | | Now accepts a vector of biomes and a vector of allowed blocks. | ||||
* | TallGrass: Less grass on mountains. | STRWarrior | 2014-07-23 | 1 | -0/+11 |
| | |||||
* | Merged branch 'origin/Foliage'. | madmaxoft | 2014-07-21 | 1 | -0/+37 |
|\ | |||||
| * | Fixed indentation | STRWarrior | 2014-07-21 | 1 | -12/+12 |
| | | |||||
| * | Changed CubicNoiseXX to IntNoiseXX | STRWarrior | 2014-07-20 | 1 | -13/+13 |
| | | | | | | | | Added some comments | ||||
| * | Renamed cFinishGenFoliage to cFinishGenTallGrass | STRWarrior | 2014-07-20 | 1 | -5/+4 |
| | | | | | | | | | | Better grass density Added double tall grass. | ||||
| * | Fixed warnings | STRWarrior | 2014-07-20 | 1 | -3/+3 |
| | | |||||
| * | First attempt for a new foliage finisher | STRWarrior | 2014-07-20 | 1 | -0/+38 |
| | | |||||
* | | Fixed tabs used for alignment. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
|/ | |||||
* | Merged branch 'NetherFinish'. | madmaxoft | 2014-01-18 | 1 | -0/+23 |
|\ | |||||
| * | Fixed errors. | STRWarrior | 2014-01-18 | 1 | -1/+1 |
| | | |||||
| * | Renamed cFinishGenNetherSprinkleFoliage to cFinishGenNetherClumpFoliage. Fixed typo's | STRWarrior | 2014-01-18 | 1 | -2/+2 |
| | | |||||
| * | First attempt at creating a clumb version NetherFinisher. | STRWarrior | 2014-01-17 | 1 | -0/+1 |
| | | |||||
| * | Added cFinishGenNetherSprinkleFoliage. | STRWarrior | 2014-01-10 | 1 | -0/+22 |
| | | |||||
* | | Decoupled cChunkGenerator from cWorld and cRoot. | madmaxoft | 2014-01-10 | 1 | -1/+1 |
|/ | | | | Now the chunk generator can be used by other projects without depending on the two hugest structures in MCS. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+185 |