Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mitigate MSVC crash (#5146) | Tiger Wang | 2021-03-06 | 1 | -27/+18 |
| | | | Reference: http://ci.appveyor.com/project/Cuberite/cuberite/builds/38087390/job/p857ibg3x87naw36/messages | ||||
* | Prepare ChunkData for BlockState storage (#5105) | Tiger Wang | 2021-03-05 | 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> | ||||
* | Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) | KingCol13 | 2020-09-25 | 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. | ||||
* | cChunk and cChunkData: Use vectors for block get and set functions (#4172) | peterbell10 | 2018-02-04 | 1 | -6/+6 |
| | | | | | * cChunkData: Change interface to use Vector3i * cChunk: Add Vector3i overloads for bounded block get and set functions. | ||||
* | Implement anvil chunk sparsing | peterbell10 | 2017-08-26 | 1 | -0/+12 |
| | |||||
* | Implement protocol level chunk sparsing (#3864) | peterbell10 | 2017-08-21 | 1 | -34/+32 |
| | |||||
* | Remove double includes part 2 (#3890) | peterbell10 | 2017-08-03 | 1 | -3/+0 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -8/+8 |
| | |||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -3/+3 |
| | |||||
* | Merge branch 'master' of github.com:mc-server/MCServer | Tycho | 2014-06-16 | 1 | -23/+31 |
| | |||||
* | Fixed wrong block sizes for copying / setting. | madmaxoft | 2014-05-29 | 1 | -2/+1 |
| | |||||
* | Added comments, reformatted code. | madmaxoft | 2014-05-29 | 1 | -17/+48 |
| | |||||
* | Add comment | worktycho | 2014-05-29 | 1 | -0/+4 |
| | |||||
* | cChunkData: Normalized code style. | madmaxoft | 2014-05-28 | 1 | -11/+16 |
| | |||||
* | Fixed cChunkData formatting. | madmaxoft | 2014-05-28 | 1 | -11/+11 |
| | |||||
* | Moved accessors to cpp file | Tycho | 2014-05-24 | 1 | -215/+12 |
| | |||||
* | Implemented style changes | Tycho | 2014-05-24 | 1 | -50/+58 |
| | |||||
* | Fixed if spaces | Tycho | 2014-05-21 | 1 | -16/+16 |
| | |||||
* | Fixed reversed comparisons to null | Tycho | 2014-05-21 | 1 | -8/+8 |
| | |||||
* | Changed cChunkData::SetMeta to return a bool indicating whether the value changed | Tycho | 2014-05-21 | 1 | -4/+6 |
| | |||||
* | Fixed stylistic issues | Tycho | 2014-05-21 | 1 | -10/+10 |
| | |||||
* | Renamed cChunkBuffer to cChunkData | Tycho | 2014-05-21 | 1 | -0/+279 |