Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -1/+1 | |
2015-08-12 | Fix old style casts and implicit conversions | Matti Hänninen | 1 | -19/+18 | |
2015-07-14 | Improved maps | Tiger Wang | 1 | -359/+92 | |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -3/+3 | |
Ad fix a load of warnings | |||||
2015-05-09 | CheckBasicStyle: checks spaces around * and &. | Mattes D | 1 | -1/+1 | |
2015-03-14 | Fixed grass spread, closes #1743 | Tiger Wang | 1 | -3/+1 | |
- Removed the salt parameter in cFastRandom functions, it wasn't doing what we thought it was following the move to C++11 | |||||
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -9/+9 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -9/+9 | |
2014-09-13 | 1.8: Fixed maps. | Howaner | 1 | -4/+4 | |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 1 | -2/+2 | |
+ Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | |||||
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -1/+1 | |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 1 | -1/+1 | |
2014-03-14 | Fixed a few unneeded breaks | Tycho | 1 | -1/+3 | |
2014-02-27 | Fixed crash and some warnings in map handling. | madmaxoft | 1 | -0/+2 | |
Fixes #728. | |||||
2014-02-24 | Fixed MCServer not compiling with C++03 compilers | STRWarrior | 1 | -7/+7 | |
2014-02-23 | Maps: Improvements | andrew | 1 | -3/+9 | |
2014-02-22 | Documented and exported cMap | andrew | 1 | -6/+43 | |
2014-02-22 | Semi-working implementation of cMap::UpdatePixel | andrew | 1 | -11/+77 | |
2014-02-21 | Split cMap::UpdateClient | andrew | 1 | -50/+76 | |
2014-02-19 | cMapDecorator: Implemented random rotations | andrew | 1 | -10/+15 | |
2014-02-19 | Documented cMap | andrew | 1 | -4/+8 | |
2014-02-18 | Map decorators; Map clients | andrew | 1 | -23/+209 | |
2014-02-17 | Map item handler; Fixed several bugs | andrew | 1 | -11/+52 | |
2014-02-15 | cMap::UpdateRadius | andrew | 1 | -11/+101 | |
2014-02-14 | EmptyMap item handler | andrew | 1 | -4/+4 | |
2014-02-14 | Send map when selected | andrew | 1 | -18/+29 | |
2014-02-13 | IDCount Serialization | andrew | 1 | -0/+18 | |
2014-02-13 | Implementation of in-game maps | andrew | 1 | -0/+149 | |