Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-06 | Mitigate MSVC crash (#5146) | Tiger Wang | 1 | -27/+18 | |
Reference: http://ci.appveyor.com/project/Cuberite/cuberite/builds/38087390/job/p857ibg3x87naw36/messages | |||||
2021-03-05 | Prepare ChunkData for BlockState storage (#5105) | Tiger Wang | 1 | -83/+110 | |
* Rename ChunkData Creatable test * Add missing Y-check in RedstoneWireHandler * Remove ChunkDef.h dependency in Scoreboard * Prepare ChunkData for BlockState storage + Split chunk block, meta, block & sky light storage + Load the height map from disk - Reduce duplicated code in ChunkData - Remove saving MCSBiomes, there aren't any - Remove the allocation pool, ref #4315, #3864 * fixed build * fixed test * fixed the debug compile Co-authored-by: 12xx12 <44411062+12xx12@users.noreply.github.com> | |||||
2020-09-25 | Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) | KingCol13 | 1 | -1/+1 | |
* Removed BiomeDef.h * Removed ChunkDef.h from Globals.h * Added to CONTRIBUTORS. * Re-added empty last line to Globals.h * Included stddef and StringUtils in BiomeDef.h * Fixed build tools compiling. It compiles, but at what cost? * Added include to src/Generating/Trees.h * Include added in ChunkGeneratorThread.h * Moved rearranged includes in LineBlockTracer.cpp * Re-arrange headers in ChunkInterface.cpp * Included ChunkDef.h in Path.h * Included ChunkDef.h in NBTChunkSerializer.h * Rearranged included and added required includes to headers. * Removed unnecessary included in StringUtils.h. | |||||
2018-02-04 | cChunk and cChunkData: Use vectors for block get and set functions (#4172) | peterbell10 | 1 | -6/+6 | |
* cChunkData: Change interface to use Vector3i * cChunk: Add Vector3i overloads for bounded block get and set functions. | |||||
2017-08-26 | Implement anvil chunk sparsing | peterbell10 | 1 | -0/+12 | |
2017-08-21 | Implement protocol level chunk sparsing (#3864) | peterbell10 | 1 | -34/+32 | |
2017-08-03 | Remove double includes part 2 (#3890) | peterbell10 | 1 | -3/+0 | |
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -8/+8 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -1/+1 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -3/+3 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -3/+3 | |
2014-06-16 | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 1 | -23/+31 | |
2014-06-14 | Moved m_Sections | Tycho | 1 | -1/+2 | |
2014-06-14 | Added generic Allocation Pool Interface | Tycho | 1 | -2/+2 | |
2014-06-14 | fixed spaces | Tycho | 1 | -3/+4 | |
2014-05-29 | Fixed wrong block sizes for copying / setting. | madmaxoft | 1 | -2/+1 | |
2014-05-29 | Added comments, reformatted code. | madmaxoft | 1 | -17/+48 | |
2014-05-29 | Add comment | worktycho | 1 | -0/+4 | |
2014-05-28 | cChunkData: Normalized code style. | madmaxoft | 1 | -11/+16 | |
2014-05-28 | Fixed cChunkData formatting. | madmaxoft | 1 | -11/+11 | |
2014-05-25 | Fixed bad merge | Tycho | 1 | -4/+5 | |
2014-05-24 | Moved accessors to cpp file | Tycho | 1 | -215/+12 | |
2014-05-24 | Implemented style changes | Tycho | 1 | -50/+58 | |
2014-05-23 | Implemented Allocation Pool use by cChunkData | Tycho | 1 | -11/+22 | |
2014-05-21 | Fixed if spaces | Tycho | 1 | -16/+16 | |
2014-05-21 | Fixed reversed comparisons to null | Tycho | 1 | -8/+8 | |
2014-05-21 | Changed cChunkData::SetMeta to return a bool indicating whether the value changed | Tycho | 1 | -4/+6 | |
2014-05-21 | Fixed stylistic issues | Tycho | 1 | -10/+10 | |
2014-05-21 | Renamed cChunkBuffer to cChunkData | Tycho | 1 | -13/+13 | |
2014-05-18 | Fixed issue with types not being defined for an unused parameter | Tycho | 1 | -63/+0 | |
2014-05-17 | derp | Tycho | 1 | -1/+1 | |
2014-05-17 | fixed assignment bugs and Skylight bug | Tycho | 1 | -3/+5 | |
2014-05-17 | Fix assignment ops 2 | worktycho | 1 | -3/+8 | |
2014-05-17 | Fix assignment operators | worktycho | 1 | -10/+14 | |
2014-05-11 | Fixed a bug in writting zeros to a non-allocated section | Tycho | 1 | -0/+12 | |
2014-05-10 | Fixed stupid buffer overflow in array setblocks | Tycho | 1 | -2/+2 | |
2014-05-03 | cCHunkBuffer that compiles with TestGlobals.h | Tycho | 1 | -0/+7 | |
2014-04-27 | Fixed a couple of segfaults and made Free a seperate function | Tycho | 1 | -3/+4 | |
2014-04-27 | Fixed issues with gcc | Tycho | 1 | -6/+7 | |
2014-04-26 | Implemented Chunk Sparsing with segments | Tycho | 1 | -0/+310 | |