summaryrefslogtreecommitdiffstats
path: root/src/SetChunkData.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-20Limit the size of cListAllocationPool's free listpeterbell101-1/+1
2018-09-24Add a formatting function for Vector3 (#4282)peterbell101-4/+4
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-1/+0
2018-07-23Optimise chunk set (#4260)peterbell101-23/+33
2017-08-07Changed entity ownership model to use smart pointersTiger Wang1-0/+1
2017-05-22Store cChunk::m_BlockEntities in a map (#3717)peterbell101-10/+8
2016-02-05Bulk clearing of whitespaceLogicParrot1-4/+4
2015-05-08Tracer::signum function now returns intWoazboat1-1/+1
2015-05-05Revert "Small code cleanup"worktycho1-2/+5
2015-04-28convert c style casts to c++ static castsWoazboat1-1/+1
2015-04-27Removed redundant temp iterator. std::list.erase already returnsWoazboat1-4/+1
2015-04-27cSetChunkData constructor explicitly requires std::move() instead ofWoazboat1-4/+4
2015-01-17Fixed CppCheck: (performance) Prefer prefix ++/-- operators for non-primitive types.Kirill Kirilenko1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-5/+5
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-5/+5
2014-09-05Fixed loading empty chunks.Mattes D1-1/+0
2014-08-31Delete the entity before removing from the listworktycho1-1/+1
2014-08-29Rewritten block entity loading.Mattes D1-0/+33
2014-08-21cSetChunkData: Added missing initializers.Mattes D1-0/+3
2014-07-24Added a queue for setting chunk data.madmaxoft1-0/+115