summaryrefslogtreecommitdiffstats
path: root/src/ChunkData.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mitigate MSVC crash (#5146)Tiger Wang2021-03-061-27/+18
* Prepare ChunkData for BlockState storage (#5105)Tiger Wang2021-03-051-83/+110
* Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol132020-09-251-1/+1
* cChunk and cChunkData: Use vectors for block get and set functions (#4172)peterbell102018-02-041-6/+6
* Implement anvil chunk sparsingpeterbell102017-08-261-0/+12
* Implement protocol level chunk sparsing (#3864)peterbell102017-08-211-34/+32
* Remove double includes part 2 (#3890)peterbell102017-08-031-3/+0
* Bulk clearing of whitespaceLogicParrot2016-02-051-8/+8
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-1/+1
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-3/+3
* Merge branch 'master' of github.com:mc-server/MCServerTycho2014-06-161-23/+31
* Fixed wrong block sizes for copying / setting.madmaxoft2014-05-291-2/+1
* Added comments, reformatted code.madmaxoft2014-05-291-17/+48
* Add commentworktycho2014-05-291-0/+4
* cChunkData: Normalized code style.madmaxoft2014-05-281-11/+16
* Fixed cChunkData formatting.madmaxoft2014-05-281-11/+11
* Moved accessors to cpp fileTycho2014-05-241-215/+12
* Implemented style changesTycho2014-05-241-50/+58
* Fixed if spacesTycho2014-05-211-16/+16
* Fixed reversed comparisons to nullTycho2014-05-211-8/+8
* Changed cChunkData::SetMeta to return a bool indicating whether the value changedTycho2014-05-211-4/+6
* Fixed stylistic issuesTycho2014-05-211-10/+10
* Renamed cChunkBuffer to cChunkDataTycho2014-05-211-0/+279