summaryrefslogtreecommitdiffstats
path: root/src/Scoreboard.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prepare ChunkData for BlockState storage (#5105)Tiger Wang2021-03-051-2/+3
| | | | | | | | | | | | | | | | | | | | | | | * 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>
* MSVC warningsTiger Wang2021-02-101-11/+0
|
* Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol132020-09-251-0/+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.
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-5/+6
|
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-7/+6
| | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-6/+7
|
* Added GetTeamNames to cScoreboard (#3217)PlasmaPower2016-05-291-0/+3
| | | Resolves #3210
* cTeam:GetName returning wrong namethen0rTh2015-12-211-1/+1
|
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-9/+6
|
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-4/+4
|
* Fixed spaces around single-line comments.madmaxoft2014-07-171-3/+3
| | | | There should be at least two spaces in front and one space after //-style comments.
* Fixed basic whitespace problems.madmaxoft2014-07-171-13/+10
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-3/+3
|
* Unified Vector classesandrew2014-03-111-0/+2
|
* Exported cScoreboard::ForEachTeamandrew2014-03-011-1/+14
|
* Shortened enumsandrew2014-03-011-18/+18
|
* Exported cScoreboard::ForEachObjectiveandrew2014-03-011-2/+17
|
* Exported and documented cScoreboardandrew2014-03-011-31/+36
|
* cWorld now saves/loads the scoreboardandrew2014-01-221-10/+22
|
* Scoreboard SendTo()andrew2014-01-211-0/+17
|
* Scoreboard protocol supportandrew2014-01-211-2/+11
|
* Scoreboard serializationandrew2014-01-201-5/+13
|
* Scoreboard deserializationandrew2014-01-201-28/+57
|
* Scoreboard improvementsandrew2014-01-191-57/+51
|
* Basic scoreboard implementationandrew2014-01-191-0/+207