summaryrefslogtreecommitdiffstats
path: root/src/ChunkData.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-30Chest, weather, crash, and miscellaneous fixes (#5215)Tiger Wang1-1/+1
2021-03-05Prepare ChunkData for BlockState storage (#5105)Tiger Wang1-577/+81
2020-04-03Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D1-0/+1
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-0/+2
2018-07-23Optimise chunk set (#4260)peterbell101-1/+1
2018-02-04cChunk and cChunkData: Use vectors for block get and set functions (#4172)peterbell101-71/+69
2017-08-26Implement anvil chunk sparsingpeterbell101-0/+123
2017-08-21Implement protocol level chunk sparsing (#3864)peterbell101-85/+91
2016-04-23Out of world blocks are now always considered air blocksLogicParrot1-4/+9
2016-02-05Bulk clearing of whitespaceLogicParrot1-17/+17
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-15/+15
2015-03-10Fixed Bug in cChunkData.worktycho1-1/+1
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-26/+26
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-26/+26
2014-06-16Merge branch 'master' of github.com:mc-server/MCServerTycho1-11/+14
2014-06-14Added generic Allocation Pool InterfaceTycho1-1/+1
2014-06-14fixed spacesTycho1-1/+1
2014-06-14fixed const issueTycho1-3/+3
2014-06-14Fixed commentsTycho1-2/+2
2014-06-07Further improvements on redstone speedTiger Wang1-1/+1
2014-06-04Fixed #1057Tiger Wang1-1/+1
2014-05-30removed NULL assignment to const valueTycho1-1/+0
2014-05-30removed unneded addressofTycho1-7/+11
2014-05-30Fixed cChunkData nibble copying.madmaxoft1-9/+9
2014-05-30Fixed sign comparison.madmaxoft1-1/+1
2014-05-30Fixed wrong copy sizes in cChunkData.madmaxoft1-10/+10
2014-05-29Attempt at fixing an unresolved symbol in gcc / clang.madmaxoft1-1/+1
2014-05-29Fix bug when a_Idx is not a multiple of SectionBLockCountworktycho1-1/+1
2014-05-29Derpworktycho1-1/+1
2014-05-29fix underflowworktycho1-1/+1
2014-05-29Fixed wrong block sizes for copying / setting.madmaxoft1-40/+35
2014-05-29Fixed Wrong types in nibble sizeofsworktycho1-3/+3
2014-05-29Fixed overflow bugworktycho1-6/+9
2014-05-29Added comments, reformatted code.madmaxoft1-249/+142
2014-05-29Fixed forgotten changes.madmaxoft1-3/+3
2014-05-28cChunkData: Normalized code style.madmaxoft1-78/+90
2014-05-28Fixed cChunkData formatting.madmaxoft1-28/+90
2014-05-27Fixed test globals to work with precompiled headersTycho1-4/+0
2014-05-25Fixed bad mergeTycho1-5/+5
2014-05-24inject TestGlobals.h correctlyTycho1-3/+7
2014-05-24Moved accessors to cpp fileTycho1-1/+229
2014-05-24Implemented style changesTycho1-33/+28
2014-05-23Implemented Allocation Pool use by cChunkDataTycho1-3/+3
2014-05-21Fixed if spacesTycho1-6/+7
2014-05-21Fixed reversed comparisons to nullTycho1-9/+9
2014-05-21Added space to ChunkData.cppTycho1-20/+100
2014-05-21Fixed stylistic issuesTycho1-9/+9
2014-05-21Renamed cChunkBuffer to cChunkDataTycho1-15/+15
2014-05-11Added several more testsfor arrays and coordinatesTycho1-4/+16
2014-05-11Fixed bug that caused Array Setters to always create segmentsTycho1-4/+4
2014-05-11SkyLight defaults to 0xFFTycho1-1/+1
2014-05-11Fixed a bug in writting zeros to a non-allocated sectionTycho1-0/+11
2014-05-10Fixed stupid buffer overflow in array setblocksTycho1-3/+3
2014-04-27Fixed a couple of segfaults and made Free a seperate functionTycho1-3/+35
2014-04-27Added other half of implementationTycho1-14/+133
2014-04-26Implemented Chunk Sparsing with segmentsTycho1-0/+146