summaryrefslogtreecommitdiffstats
path: root/src/Scoreboard.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-05Prepare ChunkData for BlockState storage (#5105)Tiger Wang1-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>
2021-02-10MSVC warningsTiger Wang1-11/+0
2020-09-25Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)KingCol131-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.
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-5/+6
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-7/+6
This reverts commit 496c337cdfa593654018c171f6a74c28272265b5.
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-6/+7
2016-05-29Added GetTeamNames to cScoreboard (#3217)PlasmaPower1-0/+3
Resolves #3210
2015-12-21cTeam:GetName returning wrong namethen0rTh1-1/+1
2015-05-09CheckBasicStyle: checks spaces around * and &.Mattes D1-9/+6
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-4/+4
2014-07-17Fixed spaces around single-line comments.madmaxoft1-3/+3
There should be at least two spaces in front and one space after //-style comments.
2014-07-17Fixed basic whitespace problems.madmaxoft1-13/+10
Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-3/+3
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-3/+3
2014-03-11Unified Vector classesandrew1-0/+2
2014-03-01Exported cScoreboard::ForEachTeamandrew1-1/+14
2014-03-01Shortened enumsandrew1-18/+18
2014-03-01Exported cScoreboard::ForEachObjectiveandrew1-2/+17
2014-03-01Exported and documented cScoreboardandrew1-31/+36
2014-01-22cWorld now saves/loads the scoreboardandrew1-10/+22
2014-01-21Scoreboard SendTo()andrew1-0/+17
2014-01-21Scoreboard protocol supportandrew1-2/+11
2014-01-20Scoreboard serializationandrew1-5/+13
2014-01-20Scoreboard deserializationandrew1-28/+57
2014-01-19Scoreboard improvementsandrew1-57/+51
2014-01-19Basic scoreboard implementationandrew1-0/+207