summaryrefslogtreecommitdiffstats
path: root/src/Generating/ChunkDesc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed entity ownership model to use smart pointersTiger Wang2017-08-071-0/+1
|
* Removed double includes (#3885)Lukas Pioch2017-08-021-2/+0
|
* Store cChunk::m_BlockEntities in a map (#3717)peterbell102017-05-221-14/+18
| | | | | | * Store block entities in a map from block index * Cleanup ForEachBlockEntity * Cleanup DoWithBlockEntityAt
* LuaAPI: Fixed bindings for cChunkDesc:GetBlockTypeMetaMattes D2016-07-181-1/+1
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-2/+2
|
* Fix commentstycho2015-05-281-1/+1
|
* Fixed a lot of warningstycho2015-05-191-6/+6
|
* Merge remote-tracking branch 'origin/master' into GeneratorShapeRefactorMattes D2014-11-201-1/+1
|\
| * Moved all Noise-related files into a separate folder.Mattes D2014-11-181-1/+1
| |
* | Generator: Shape initial refactoring.Mattes D2014-11-121-0/+63
|/ | | | The code compiles, but several structure generators are broken, crash on start.
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-2/+2
|
* Fixed #1550Julian Laubstein2014-10-201-6/+6
|
* Merge branch 'master' into portalsTiger Wang2014-07-181-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * CopyPaste Errorworktycho2014-07-131-1/+1
| | | | | | Fixes CID 70460.
| * Another COpyPaste Errorworktycho2014-07-131-1/+1
| | | | | | Fixes CID 70461
| * Fix CopyPaste error that ment a_MaxRelX wasdn't checkedworktycho2014-07-131-1/+1
| | | | | | Fixes CID 70464
* | Fixed a NetherFinisher bugTiger Wang2014-06-041-21/+0
|/
* BlockArea: Switched internal coords to Vector3i.madmaxoft2014-03-251-3/+3
|
* ChunkDesc warns about StructureGen's deprecation.madmaxoft2014-03-011-0/+2
|
* Increased Type safety of BiomesTycho2014-02-031-2/+2
| | | | | 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
* Added cChunkDest::UpdateHeightmap()madmaxoft2014-01-311-0/+25
| | | | This function is necessary for plugins manipulating the generated chunks, they need to update the heightmap before it is passed back to the generator.
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-2/+2
|
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-8/+8
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+605