summaryrefslogtreecommitdiffstats
path: root/src/Scoreboard.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-27Small Team Creation Fixes (#5479)x12xx12x1-3/+7
2018-07-26CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell101-0/+1
2018-02-05Deal with covered switches consistently (#4161)peterbell101-6/+1
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-6/+6
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-7/+7
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-7/+7
2016-05-29Added GetTeamNames to cScoreboard (#3217)PlasmaPower1-0/+16
2016-02-05Bulk clearing of whitespaceLogicParrot1-2/+2
2015-05-24Made -Weverything an error.tycho1-5/+5
2015-05-09CheckBasicStyle: checks spaces around * and &.Mattes D1-4/+4
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-10/+10
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-10/+10
2014-07-19Code style: Fixed braces on separate lines.madmaxoft1-1/+2
2014-07-17Fixed basic whitespace problems.madmaxoft1-3/+6
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-3/+3
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-3/+3
2014-03-19Added unreachable lines backit prtected by preprocessor guardsTycho1-0/+6
2014-03-14Removed missiterperatable malfunctioning error handling codeTycho1-2/+0
2014-03-05Implemented vanilla-like fluid simulatorandrew1-1/+1
2014-03-02cBlockInfo now manages the respective cBlockHandlerandrew1-3/+9
2014-03-01Exported cScoreboard::ForEachTeamandrew1-0/+19
2014-03-01Shortened enumsandrew1-31/+31
2014-03-01Exported cScoreboard::ForEachObjectiveandrew1-2/+22
2014-03-01Exported and documented cScoreboardandrew1-0/+30
2014-02-05Fixed most of the reordering warningsTycho1-1/+1
2014-01-22cWorld now saves/loads the scoreboardandrew1-0/+3
2014-01-21Scoreboard SendTo()andrew1-3/+51
2014-01-21Scoreboard protocol supportandrew1-7/+59
2014-01-20Scoreboard serializationandrew1-4/+7
2014-01-20Scoreboard deserializationandrew1-16/+150
2014-01-19Scoreboard improvementsandrew1-55/+24
2014-01-19Basic scoreboard implementationandrew1-0/+301