summaryrefslogtreecommitdiffstats
path: root/src/Scoreboard.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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