Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote-tracking branch 'origin/master' into portals | Tiger Wang | 2014-07-22 | 1 | -4/+63 |
|\ | | | | | | | | | | | | | | | Conflicts: src/Chunk.cpp src/Entities/Player.cpp src/Root.cpp src/World.cpp | ||||
| * | Merged branch 'origin/Foliage'. | madmaxoft | 2014-07-21 | 1 | -0/+59 |
| |\ | |||||
| | * | Fixed a missing enter. | STRWarrior | 2014-07-21 | 1 | -0/+1 |
| | | | |||||
| | * | Removed y for-loop. | STRWarrior | 2014-07-21 | 1 | -27/+27 |
| | | | | | | | | | | | | Only the top block now gets long grass. | ||||
| | * | Changed CubicNoiseXX to IntNoiseXX | STRWarrior | 2014-07-20 | 1 | -27/+36 |
| | | | | | | | | | | | | Added some comments | ||||
| | * | Renamed cFinishGenFoliage to cFinishGenTallGrass | STRWarrior | 2014-07-20 | 1 | -8/+26 |
| | | | | | | | | | | | | | | | Better grass density Added double tall grass. | ||||
| | * | Fixed warnings | STRWarrior | 2014-07-20 | 1 | -2/+1 |
| | | | |||||
| | * | First attempt for a new foliage finisher | STRWarrior | 2014-07-20 | 1 | -0/+32 |
| | | | |||||
| * | | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2014-07-21 | 1 | -4/+4 |
| | | | |||||
* | | | Merge branch 'master' into portals | Tiger Wang | 2014-07-18 | 1 | -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. | madmaxoft | 2014-07-18 | 1 | -2/+2 |
| | | | |||||
| * | | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | | | |||||
| * | | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -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 bug | Tiger Wang | 2014-06-04 | 1 | -0/+9 |
|/ | |||||
* | g_BlockXXX => cBlockInfo::XXX | andrew | 2014-03-01 | 1 | -3/+3 |
| | |||||
* | Merged branch 'NetherFinish'. | madmaxoft | 2014-01-18 | 1 | -0/+120 |
|\ | |||||
| * | Fixed errors. | STRWarrior | 2014-01-18 | 1 | -1/+1 |
| | | |||||
| * | Renamed cFinishGenNetherSprinkleFoliage to cFinishGenNetherClumpFoliage. Fixed typo's | STRWarrior | 2014-01-18 | 1 | -6/+6 |
| | | |||||
| * | Some tweaks. | STRWarrior | 2014-01-18 | 1 | -5/+18 |
| | | | | | | | | | | Everything generates more often. Fire can only spawn on ForeverBurning blocks. | ||||
| * | Fixed bug where only brown mushrooms would spawn. | STRWarrior | 2014-01-18 | 1 | -3/+3 |
| | | |||||
| * | It now actualy works. | STRWarrior | 2014-01-18 | 1 | -20/+42 |
| | | |||||
| * | First attempt at creating a clumb version NetherFinisher. | STRWarrior | 2014-01-17 | 1 | -22/+62 |
| | | |||||
| * | Added cFinishGenNetherSprinkleFoliage. | STRWarrior | 2014-01-10 | 1 | -0/+45 |
| | | |||||
* | | Decoupled cChunkGenerator from cWorld and cRoot. | madmaxoft | 2014-01-10 | 1 | -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. | madmaxoft | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2013-12-20 | 1 | -3/+3 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+664 |