summaryrefslogtreecommitdiffstats
path: root/src/SetChunkData.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Anvil: Allow loading chunks without HeightMap.Mattes D2023-05-261-0/+30
* Prepare ChunkData for BlockState storage (#5105)Tiger Wang2021-03-051-157/+0
* Replaced cpp14::make_unique<> with std::make_unique<>.Mattes D2020-08-011-1/+1
* Manage block entity lifetime with unique_ptr (#4080)peterbell102020-04-031-2/+1
* Limit the size of cListAllocationPool's free listpeterbell102019-02-201-1/+1
* Add a formatting function for Vector3 (#4282)peterbell102018-09-241-4/+4
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
* Optimise chunk set (#4260)peterbell102018-07-231-23/+33
* Changed entity ownership model to use smart pointersTiger Wang2017-08-071-0/+1
* Store cChunk::m_BlockEntities in a map (#3717)peterbell102017-05-221-10/+8
* Bulk clearing of whitespaceLogicParrot2016-02-051-4/+4
* Merge pull request #1945 from Woazboat/CodeCleanup_refactoredMattes D2015-05-081-1/+1
|\
| * Tracer::signum function now returns intWoazboat2015-05-081-1/+1
* | Revert "Small code cleanup"worktycho2015-05-051-2/+5
* | convert c style casts to c++ static castsWoazboat2015-04-281-1/+1
|/
* Removed redundant temp iterator. std::list.erase already returnsWoazboat2015-04-271-4/+1
* cSetChunkData constructor explicitly requires std::move() instead ofWoazboat2015-04-271-4/+4
* Fixed CppCheck: (performance) Prefer prefix ++/-- operators for non-primitive types.Kirill Kirilenko2015-01-171-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-5/+5
* Fixed loading empty chunks.Mattes D2014-09-051-1/+0
* Delete the entity before removing from the listworktycho2014-08-311-1/+1
* Rewritten block entity loading.Mattes D2014-08-291-0/+33
* cSetChunkData: Added missing initializers.Mattes D2014-08-211-0/+3
* Added a queue for setting chunk data.madmaxoft2014-07-241-0/+115