summaryrefslogtreecommitdiffstats
path: root/src/Scoreboard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-10/+10
|
* Code style: Fixed braces on separate lines.madmaxoft2014-07-191-1/+2
|
* Fixed basic whitespace problems.madmaxoft2014-07-171-3/+6
| | | | 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
|
* Added unreachable lines backit prtected by preprocessor guardsTycho2014-03-191-0/+6
|
* Removed missiterperatable malfunctioning error handling codeTycho2014-03-141-2/+0
|
* Implemented vanilla-like fluid simulatorandrew2014-03-051-1/+1
|
* cBlockInfo now manages the respective cBlockHandlerandrew2014-03-021-3/+9
|
* Exported cScoreboard::ForEachTeamandrew2014-03-011-0/+19
|
* Shortened enumsandrew2014-03-011-31/+31
|
* Exported cScoreboard::ForEachObjectiveandrew2014-03-011-2/+22
|
* Exported and documented cScoreboardandrew2014-03-011-0/+30
|
* Fixed most of the reordering warningsTycho2014-02-051-1/+1
|
* cWorld now saves/loads the scoreboardandrew2014-01-221-0/+3
|
* Scoreboard SendTo()andrew2014-01-211-3/+51
|
* Scoreboard protocol supportandrew2014-01-211-7/+59
|
* Scoreboard serializationandrew2014-01-201-4/+7
|
* Scoreboard deserializationandrew2014-01-201-16/+150
|
* Scoreboard improvementsandrew2014-01-191-55/+24
|
* Basic scoreboard implementationandrew2014-01-191-0/+301