Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MSVC warnings | Tiger Wang | 2021-02-10 | 1 | -11/+0 |
| | |||||
* | Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885) | KingCol13 | 2020-09-25 | 1 | -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) | peterbell10 | 2017-09-11 | 1 | -5/+6 |
| | |||||
* | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 2017-09-02 | 1 | -7/+6 |
| | | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | ||||
* | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 2017-09-01 | 1 | -6/+7 |
| | |||||
* | Added GetTeamNames to cScoreboard (#3217) | PlasmaPower | 2016-05-29 | 1 | -0/+3 |
| | | | Resolves #3210 | ||||
* | cTeam:GetName returning wrong name | then0rTh | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | CheckBasicStyle: checks spaces around * and &. | Mattes D | 2015-05-09 | 1 | -9/+6 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -4/+4 |
| | |||||
* | Fixed spaces around single-line comments. | madmaxoft | 2014-07-17 | 1 | -3/+3 |
| | | | | There should be at least two spaces in front and one space after //-style comments. | ||||
* | Fixed basic whitespace problems. | madmaxoft | 2014-07-17 | 1 | -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 D | 2014-05-09 | 1 | -3/+3 |
| | |||||
* | Unified Vector classes | andrew | 2014-03-11 | 1 | -0/+2 |
| | |||||
* | Exported cScoreboard::ForEachTeam | andrew | 2014-03-01 | 1 | -1/+14 |
| | |||||
* | Shortened enums | andrew | 2014-03-01 | 1 | -18/+18 |
| | |||||
* | Exported cScoreboard::ForEachObjective | andrew | 2014-03-01 | 1 | -2/+17 |
| | |||||
* | Exported and documented cScoreboard | andrew | 2014-03-01 | 1 | -31/+36 |
| | |||||
* | cWorld now saves/loads the scoreboard | andrew | 2014-01-22 | 1 | -10/+22 |
| | |||||
* | Scoreboard SendTo() | andrew | 2014-01-21 | 1 | -0/+17 |
| | |||||
* | Scoreboard protocol support | andrew | 2014-01-21 | 1 | -2/+11 |
| | |||||
* | Scoreboard serialization | andrew | 2014-01-20 | 1 | -5/+13 |
| | |||||
* | Scoreboard deserialization | andrew | 2014-01-20 | 1 | -28/+57 |
| | |||||
* | Scoreboard improvements | andrew | 2014-01-19 | 1 | -57/+51 |
| | |||||
* | Basic scoreboard implementation | andrew | 2014-01-19 | 1 | -0/+207 |