Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) | Mattes D | 2020-04-03 | 1 | -0/+1 |
| | | | | | | | | | 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 | ||||
* | CheckBasicStyle: Check number of empty lines between functions (#4267) | peterbell10 | 2018-07-26 | 1 | -1/+0 |
| | | | | Add check for number of empty lines between functions and fix the corresponding failures | ||||
* | Added anvil enchantment handling. (#3857) | Lane Kolbly | 2017-07-28 | 1 | -25/+183 |
| | | | + Added anvil enchantment handling. | ||||
* | FastRandom rewrite (#3754) | peterbell10 | 2017-06-13 | 1 | -3/+1 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -2/+2 |
| | |||||
* | Use container-based infrastructure for Travis | Tiger Wang | 2015-08-20 | 1 | -2/+2 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -5/+5 |
| | | | | Ad fix a load of warnings | ||||
* | Added Depth Strider enchantment | Jonathan Fabian | 2014-12-22 | 1 | -0/+15 |
| | |||||
* | Fixed a possible division by zero. | Mattes D | 2014-12-21 | 1 | -3/+11 |
| | |||||
* | Moved all Noise-related files into a separate folder. | Mattes D | 2014-11-18 | 1 | -1/+1 |
| | |||||
* | Using C++11 loops | STRWarrior | 2014-10-15 | 1 | -5/+5 |
| | |||||
* | IntNoise1DInt result gets devided by 7 first | STRWarrior | 2014-10-15 | 1 | -1/+1 |
| | | | | suggestion by xoft | ||||
* | Returned cFastRandom and cEnchantment:GetRandomEnchantmentFromVector to before | STRWarrior | 2014-10-15 | 1 | -4/+28 |
| | | | | Added cEnchantment:GenerateEnchantmentFromVector that allows to get the same enchantments over and over. | ||||
* | Enchanted books generate in MineShafts chests | STRWarrior | 2014-10-15 | 1 | -1/+5 |
| | |||||
* | Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count() | Howaner | 2014-05-06 | 1 | -1/+1 |
| | |||||
* | Change int to size_t return. | Howaner | 2014-05-05 | 1 | -2/+2 |
| | |||||
* | Add anvil window and slot area. | Howaner | 2014-05-05 | 1 | -0/+9 |
| | |||||
* | Added enchantment combining into cEnchantments. | madmaxoft | 2014-04-21 | 1 | -0/+12 |
| | |||||
* | Fixed Code | daniel0916 | 2014-04-19 | 1 | -141/+141 |
| | |||||
* | Fixed Code | daniel0916 | 2014-04-19 | 1 | -327/+315 |
| | |||||
* | Fixed Errors | daniel0916 | 2014-04-18 | 1 | -1/+19 |
| | |||||
* | Modified many things | daniel0916 | 2014-04-17 | 1 | -0/+769 |
| | |||||
* | Fixed enchantment parsing. | madmaxoft | 2014-04-10 | 1 | -12/+17 |
| | | | | Fixes #880. Enchantment parsing now reports in detail which value failed to parse | ||||
* | Spilt Writing of Enchantments to seperate class | Tycho | 2014-01-19 | 1 | -79/+0 |
| | | | | | | | Created a new class cEnchantmentSerializer to serilize Enchantments to NBT. This breaks a dependecy chain between cChunkGenerator and cWorld. cEnchantmentSerializer is seperate from NBTWriter as it needs to access private members of cEnchantments so having it seperate reduces the spread of the frein modifier | ||||
* | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+299 |