summaryrefslogtreecommitdiffstats
path: root/src/Scoreboard.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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