Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed basic whitespace problems. | madmaxoft | 2014-07-17 | 1 | -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 D | 2014-05-09 | 1 | -3/+3 |
| | |||||
* | Added unreachable lines backit prtected by preprocessor guards | Tycho | 2014-03-19 | 1 | -0/+6 |
| | |||||
* | Removed missiterperatable malfunctioning error handling code | Tycho | 2014-03-14 | 1 | -2/+0 |
| | |||||
* | Implemented vanilla-like fluid simulator | andrew | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | cBlockInfo now manages the respective cBlockHandler | andrew | 2014-03-02 | 1 | -3/+9 |
| | |||||
* | Exported cScoreboard::ForEachTeam | andrew | 2014-03-01 | 1 | -0/+19 |
| | |||||
* | Shortened enums | andrew | 2014-03-01 | 1 | -31/+31 |
| | |||||
* | Exported cScoreboard::ForEachObjective | andrew | 2014-03-01 | 1 | -2/+22 |
| | |||||
* | Exported and documented cScoreboard | andrew | 2014-03-01 | 1 | -0/+30 |
| | |||||
* | Fixed most of the reordering warnings | Tycho | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | cWorld now saves/loads the scoreboard | andrew | 2014-01-22 | 1 | -0/+3 |
| | |||||
* | Scoreboard SendTo() | andrew | 2014-01-21 | 1 | -3/+51 |
| | |||||
* | Scoreboard protocol support | andrew | 2014-01-21 | 1 | -7/+59 |
| | |||||
* | Scoreboard serialization | andrew | 2014-01-20 | 1 | -4/+7 |
| | |||||
* | Scoreboard deserialization | andrew | 2014-01-20 | 1 | -16/+150 |
| | |||||
* | Scoreboard improvements | andrew | 2014-01-19 | 1 | -55/+24 |
| | |||||
* | Basic scoreboard implementation | andrew | 2014-01-19 | 1 | -0/+301 |