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