summaryrefslogtreecommitdiffstats
path: root/src/ChunkData.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved m_SectionsTycho2014-06-141-1/+2
|
* Added generic Allocation Pool InterfaceTycho2014-06-141-2/+2
|
* fixed spacesTycho2014-06-141-3/+4
|
* merge masterTycho2014-06-141-26/+65
|\
| * 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
| |
* | Fixed bad mergeTycho2014-05-251-4/+5
| |
* | Merge branch 'chunksparsing/structs' into AllocationPoolTycho2014-05-251-221/+20
|\| | | | | | | | | | | | | Conflicts: src/ChunkData.cpp src/ChunkData.h tests/ChunkData/Coordinates.cpp
| * Moved accessors to cpp fileTycho2014-05-241-215/+12
| |
| * Implemented style changesTycho2014-05-241-50/+58
| |
* | Implemented Allocation Pool use by cChunkDataTycho2014-05-231-11/+22
|/
* 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