summaryrefslogtreecommitdiffstats
path: root/src/Generating/FinishGen.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into portalsTiger Wang2014-07-291-44/+53
|\ | | | | | | | | Conflicts: src/World.h
| * NetherClumpGenerator: Fixed generating stuff on halfslabs and fencesSTRWarrior2014-07-271-1/+1
| |
| * NetherClumpFoliage: Fixed assertSTRWarrior2014-07-271-8/+39
| |
| * Tweaks to NetherClumpFoliageSTRWarrior2014-07-251-34/+6
| | | | | | | | Simplefied the way NetherClupFoliage creates the X and Z coordinate.
| * Speed up the NetherClumpFoliage finisher.STRWarrior2014-07-251-8/+9
| | | | | | | | Using IntNoiseXX instead of CubicNoiseXX.
| * Fixed possible crash in the NetherClumpFoliage finisher.STRWarrior2014-07-231-0/+5
| |
* | Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-4/+63
|\| | | | | | | | | | | | | | | Conflicts: src/Chunk.cpp src/Entities/Player.cpp src/Root.cpp src/World.cpp
| * Merged branch 'origin/Foliage'.madmaxoft2014-07-211-0/+59
| |\
| | * Fixed a missing enter.STRWarrior2014-07-211-0/+1
| | |
| | * Removed y for-loop.STRWarrior2014-07-211-27/+27
| | | | | | | | | | | | Only the top block now gets long grass.
| | * Changed CubicNoiseXX to IntNoiseXXSTRWarrior2014-07-201-27/+36
| | | | | | | | | | | | Added some comments
| | * Renamed cFinishGenFoliage to cFinishGenTallGrassSTRWarrior2014-07-201-8/+26
| | | | | | | | | | | | | | | Better grass density Added double tall grass.
| | * Fixed warningsSTRWarrior2014-07-201-2/+1
| | |
| | * First attempt for a new foliage finisherSTRWarrior2014-07-201-0/+32
| | |
| * | Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-4/+4
| | |
* | | Merge branch 'master' into portalsTiger Wang2014-07-181-15/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/Blocks/WorldInterface.h src/ClientHandle.cpp src/ClientHandle.h src/Entities/Player.cpp src/Entities/Player.h src/Generating/FinishGen.cpp src/Protocol/Protocol.h src/Protocol/Protocol125.cpp src/Protocol/Protocol125.h src/Protocol/Protocol16x.cpp src/Protocol/Protocol16x.h src/Protocol/Protocol17x.cpp src/Protocol/Protocol17x.h src/Protocol/ProtocolRecognizer.cpp src/Protocol/ProtocolRecognizer.h src/Root.h src/World.cpp
| * | Fixed spaces before commas.madmaxoft2014-07-181-2/+2
| | |
| * | Basic style fixes.madmaxoft2014-07-171-2/+2
| | |
| * | Normalized comments.madmaxoft2014-07-171-11/+11
| |/ | | | | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign.
* / Fixed a NetherFinisher bugTiger Wang2014-06-041-0/+9
|/
* g_BlockXXX => cBlockInfo::XXXandrew2014-03-011-3/+3
|
* Merged branch 'NetherFinish'.madmaxoft2014-01-181-0/+120
|\
| * Fixed errors.STRWarrior2014-01-181-1/+1
| |
| * Renamed cFinishGenNetherSprinkleFoliage to cFinishGenNetherClumpFoliage. Fixed typo'sSTRWarrior2014-01-181-6/+6
| |
| * Some tweaks.STRWarrior2014-01-181-5/+18
| | | | | | | | | | Everything generates more often. Fire can only spawn on ForeverBurning blocks.
| * Fixed bug where only brown mushrooms would spawn.STRWarrior2014-01-181-3/+3
| |
| * It now actualy works.STRWarrior2014-01-181-20/+42
| |
| * First attempt at creating a clumb version NetherFinisher.STRWarrior2014-01-171-22/+62
| |
| * Added cFinishGenNetherSprinkleFoliage.STRWarrior2014-01-101-0/+45
| |
* | Decoupled cChunkGenerator from cWorld and cRoot.madmaxoft2014-01-101-2/+2
|/ | | | Now the chunk generator can be used by other projects without depending on the two hugest structures in MCS.
* Fixed a few MSVC warnings.madmaxoft2014-01-071-1/+1
|
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-3/+3
|
* Moved source to srcAlexander Harkness2013-11-241-0/+664