summaryrefslogtreecommitdiffstats
path: root/src/ChunkData.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added generic Allocation Pool InterfaceTycho2014-06-141-1/+1
|
* fixed spacesTycho2014-06-141-1/+1
|
* fixed const issueTycho2014-06-141-3/+3
|
* Fixed commentsTycho2014-06-141-2/+2
|
* merge masterTycho2014-06-141-301/+262
|\
| * Further improvements on redstone speedTiger Wang2014-06-071-1/+1
| | | | | | | | | | | | | | Based on suggestions of @worktycho * Repeaters now walk their data structure only when needed * Fixed a bug with cChunkData returning an incorrect value for whether a meta had changed
| * Fixed #1057Tiger Wang2014-06-041-1/+1
| |
| * removed NULL assignment to const valueTycho2014-05-301-1/+0
| |
| * removed unneded addressofTycho2014-05-301-7/+11
| |
| * Fixed cChunkData nibble copying.madmaxoft2014-05-301-9/+9
| |
| * Fixed sign comparison.madmaxoft2014-05-301-1/+1
| |
| * Fixed wrong copy sizes in cChunkData.madmaxoft2014-05-301-10/+10
| |
| * Attempt at fixing an unresolved symbol in gcc / clang.madmaxoft2014-05-291-1/+1
| |
| * Fix bug when a_Idx is not a multiple of SectionBLockCountworktycho2014-05-291-1/+1
| |
| * Derpworktycho2014-05-291-1/+1
| |
| * fix underflowworktycho2014-05-291-1/+1
| | | | | | Wish c++ could specify saturating unsigned underflow.
| * Fixed wrong block sizes for copying / setting.madmaxoft2014-05-291-40/+35
| |
| * Fixed Wrong types in nibble sizeofsworktycho2014-05-291-3/+3
| |
| * Fixed overflow bugworktycho2014-05-291-6/+9
| |
| * Added comments, reformatted code.madmaxoft2014-05-291-249/+142
| |
| * Fixed forgotten changes.madmaxoft2014-05-291-3/+3
| |
| * cChunkData: Normalized code style.madmaxoft2014-05-281-78/+90
| |
| * Fixed cChunkData formatting.madmaxoft2014-05-281-28/+90
| |
| * Fixed test globals to work with precompiled headersTycho2014-05-271-4/+0
| |
* | Fixed bad mergeTycho2014-05-251-5/+5
| |
* | Merge branch 'chunksparsing/structs' into AllocationPoolTycho2014-05-251-18/+251
|\| | | | | | | | | | | | | Conflicts: src/ChunkData.cpp src/ChunkData.h tests/ChunkData/Coordinates.cpp
| * inject TestGlobals.h correctlyTycho2014-05-241-3/+7
| |
| * Moved accessors to cpp fileTycho2014-05-241-1/+229
| |
| * Implemented style changesTycho2014-05-241-33/+28
| |
* | Implemented Allocation Pool use by cChunkDataTycho2014-05-231-3/+3
|/
* Fixed if spacesTycho2014-05-211-6/+7
|
* Fixed reversed comparisons to nullTycho2014-05-211-9/+9
|
* Added space to ChunkData.cppTycho2014-05-211-20/+100
|
* Fixed stylistic issuesTycho2014-05-211-9/+9
|
* Renamed cChunkBuffer to cChunkDataTycho2014-05-211-0/+320