summaryrefslogtreecommitdiffstats
path: root/src/ChunkData.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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