Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed UNUSED macro so that it doesn't require type knowledge. | madmaxoft | 2014-09-26 | 1 | -4/+4 |
| | | | | Introduced new UNUSED_VAR macro that is used when type knowledge is available (for local variables). | ||||
* | Added initializers for class members. | Mattes D | 2014-08-21 | 1 | -0/+4 |
| | | | | As reported by Coverity, these weren't initialized. | ||||
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -3/+3 |
| | |||||
* | Build fixes after the last size_t batch. | Mattes D | 2014-05-09 | 1 | -7/+7 |
| | |||||
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 1 | -4/+4 |
| | |||||
* | Fixed warnings in FastNBT. | madmaxoft | 2014-05-01 | 1 | -2/+2 |
| | |||||
* | Fixed silly Clang's warnings in FastNBT. | madmaxoft | 2014-04-04 | 1 | -28/+28 |
| | |||||
* | Merge branch 'master' into ballisticmissiles | Tiger Wang | 2014-03-09 | 1 | -7/+50 |
|\ | | | | | | | | | Conflicts: src/ClientHandle.cpp | ||||
| * | Added more documentation for FastNBT parser. | madmaxoft | 2014-03-02 | 1 | -3/+45 |
| | | |||||
| * | Improved comments in float size check. | madmaxoft | 2014-03-01 | 1 | -2/+2 |
| | | |||||
| * | Better fix for the 32-bit float reading. | madmaxoft | 2014-02-28 | 1 | -4/+5 |
| | | |||||
* | | Implemented ballistic missiles (fireworks) | Tiger Wang | 2014-02-27 | 1 | -1/+1 |
|/ | | | | + Added fireworks | ||||
* | Fixed a gcc warning in FastNBT.h. | madmaxoft | 2014-02-26 | 1 | -2/+11 |
| | |||||
* | More memory alignment fixes. | madmaxoft | 2014-01-02 | 1 | -3/+3 |
| | | | | Ref.: #420. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+293 |