Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) | Mattes D | 2020-04-03 | 1 | -0/+2 |
| | | | | | | | | | The BlockID.h file was removed from Globals.h and renamed to BlockType.h (main change) The BlockInfo.h file was removed from Globals.h (main change) The ENUM_BLOCK_ID and ENUM_ITEM_ID enum names were replaced with ENUM_BLOCK_TYPE and ENUM_ITEM_TYPE (cosmetics) The various enums, such as eDimension, eDamageType and eExplosionSource were moved from BlockType.h to Defines.h, together with the helper functions for converting between them and strings (StringToDimension et al.) (minor) Many inline functions were moved from headers to their respective cpp files, so that BlockType.h could be included only into the cpp file, rather than the header. That broke our tests a bit, since they pick bits and pieces out of the main code and provide stubs for the rest; they had to be re-stubbed and re-verified. eMonsterType values are no longer tied to E_ITEM_SPAWN_EGG_META_* values | ||||
* | Remove double includes part 2 (#3890) | peterbell10 | 2017-08-03 | 1 | -6/+0 |
| | |||||
* | Removed unused forward declarations (#3888) | Lukas Pioch | 2017-08-03 | 1 | -1/+0 |
| | |||||
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -72/+25 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
| | | | | Spaces around some operators are checked. | ||||
* | Improved DoWithID bindings. | Mattes D | 2015-03-19 | 1 | -0/+5 |
| | |||||
* | Fixed spaces around single-line comments. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | There should be at least two spaces in front and one space after //-style comments. | ||||
* | Fixed basic whitespace problems. | madmaxoft | 2014-07-17 | 1 | -11/+9 |
| | | | | 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 | -1/+1 |
| | |||||
* | Fixed Mesannine twister to use UInt32 | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Maps: Improvements | andrew | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Manually exported DoWithMap | andrew | 2014-02-23 | 1 | -0/+5 |
| | |||||
* | Documented and exported cMap | andrew | 2014-02-22 | 1 | -3/+9 |
| | |||||
* | Semi-working implementation of cMap::UpdatePixel | andrew | 2014-02-22 | 1 | -0/+18 |
| | |||||
* | Split cMap::UpdateClient | andrew | 2014-02-21 | 1 | -23/+38 |
| | |||||
* | Thread safe cMap manager | andrew | 2014-02-20 | 1 | -2/+13 |
| | |||||
* | cMapDecorator: Implemented random rotations | andrew | 2014-02-19 | 1 | -3/+3 |
| | |||||
* | Documented cMap | andrew | 2014-02-19 | 1 | -3/+21 |
| | |||||
* | Map decorators; Map clients | andrew | 2014-02-18 | 1 | -6/+69 |
| | |||||
* | Map item handler; Fixed several bugs | andrew | 2014-02-17 | 1 | -3/+10 |
| | |||||
* | cMap::UpdateRadius | andrew | 2014-02-15 | 1 | -3/+14 |
| | |||||
* | Send map when selected | andrew | 2014-02-14 | 1 | -4/+16 |
| | |||||
* | IDCount Serialization | andrew | 2014-02-13 | 1 | -0/+3 |
| | |||||
* | Implementation of in-game maps | andrew | 2014-02-13 | 1 | -0/+95 |