summaryrefslogtreecommitdiffstats
path: root/src/Scoreboard.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Small Team Creation Fixes (#5479)x12xx12x2023-03-271-3/+7
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-0/+1
* Deal with covered switches consistently (#4161)peterbell102018-02-051-6/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-6/+6
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-7/+7
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-7/+7
* Added GetTeamNames to cScoreboard (#3217)PlasmaPower2016-05-291-0/+16
* Bulk clearing of whitespaceLogicParrot2016-02-051-2/+2
* Made -Weverything an error.tycho2015-05-241-5/+5
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-4/+4
* 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
* 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