summaryrefslogtreecommitdiffstats
path: root/src/Generating/BioGen.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into portalsTiger Wang2014-07-181-9/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Normalized comments.madmaxoft2014-07-171-9/+9
| | | | | | | | | | 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.
* | Merge branch 'master' into portalsTiger Wang2014-06-211-8/+15
|\| | | | | | | | | | | | | Conflicts: src/Chunk.cpp src/Entities/Entity.h src/Entities/Player.h
| * Optimized Voronoi calculation.madmaxoft2014-06-201-8/+13
| | | | | | | | Fixes #818.
| * Nullify deleted pointers.archshift2014-06-191-0/+2
| |
* | Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-06-041-1/+1
|\|
| * Biome generators: biome lists can contain spaces.madmaxoft2014-05-271-1/+1
| |
* | Implemented end and nether portalsTiger Wang2014-05-311-1/+1
|/
* Implemented faster upscaling using templates.madmaxoft2014-03-211-8/+8
| | | | Fixes #819.
* Fogot to save BiogenTycho2014-02-031-4/+4
|
* Fixed Compile errorsTycho2014-02-031-1/+1
| | | | c++11 introduces scoped enums, so the code didn't fail in clang
* Increased Type safety of BiomesTycho2014-02-031-5/+5
| | | | | Changed a number of funcictions from using integers to store biomes to using EMCSBiome Note that switching from an int to an Enum is a non-breaking chang to the lua bindings
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-3/+3
|
* fixed warnings in src/Generating/BioGen.cppTycho Bickerstaff2013-12-081-1/+1
| | | | | | removed unused variable at src/Generating/BioGen.cpp line 379 and added default fallthrough clause to switch at src/Generating/BioGen.cpp line 725
* Fixed CheckerboardBiomeGen in negative coords.madmaxoft2013-11-291-2/+3
|
* Moved BiomeGen creation from INI file data to BioGen.cpp.madmaxoft2013-11-281-0/+66
| | | | This way it can be shared between MCServer and BiomeVisualiser.
* BiomeVisualiser: Added the TwoLevel biome generator.madmaxoft2013-11-281-0/+191
|
* Voronoi-related biomegens use the new cVoronoiMap class.madmaxoft2013-11-271-46/+10
|
* Fixed the remaining derpsAlexander Harkness2013-11-271-1/+1
|
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
|
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+707