Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pulled the BlockID and BlockInfo headers from Globals.h. (#4591) | Mattes D | 2020-04-03 | 1 | -55/+8 |
| | | | | | | | | | 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 | ||||
* | Refactored block-to-pickup conversion. (#4417) | Mattes D | 2019-10-16 | 1 | -0/+13 |
| | |||||
* | Item durability loss now depends on the item used. (#4123) | Alexander Harkness | 2018-01-05 | 1 | -4/+0 |
| | | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119 | ||||
* | Add TOLUA_EXPOSITION for readability | peterbell10 | 2017-08-28 | 1 | -12/+2 |
| | |||||
* | Represent cItem::m_Lore as an AStringVector (#3882) | peterbell10 | 2017-08-18 | 1 | -8/+12 |
| | | | | | | | | * Replace cItem::m_Lore with AStringVector * Reword deprecation warning * Fix lua bindings | ||||
* | Added anvil enchantment handling. (#3857) | Lane Kolbly | 2017-07-28 | 1 | -2/+15 |
| | | | + Added anvil enchantment handling. | ||||
* | APIDump: Reformatted the docs to include type information. | Mattes D | 2016-09-12 | 1 | -2/+2 |
| | | | | Also fixed a bit of documentation in the CPP source. | ||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -28/+28 |
| | |||||
* | change from single followable item to multiple | Gargaj | 2015-11-23 | 1 | -0/+2 |
| | |||||
* | Leather Armor can now be dyed. | Samuel Barney | 2015-07-15 | 1 | -2/+9 |
| | | | | * Created new color class to handle dye-related coloring | ||||
* | Changed the IsEnchantable() comment again. | Howaner | 2014-09-02 | 1 | -1/+2 |
| | |||||
* | Changed the IsEnchantable() comment. | Howaner | 2014-08-30 | 1 | -1/+2 |
| | |||||
* | APIDump: Added missing cItem things. | Hownaer | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Fixed bad values in the IsEnchantable() method. | Hownaer | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | Fixed basic whitespace problems. | madmaxoft | 2014-07-17 | 1 | -4/+4 |
| | | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines. | ||||
* | Movement Statistics | andrew | 2014-05-12 | 1 | -1/+1 |
| | |||||
* | Missing comma | Howaner | 2014-05-07 | 1 | -2/+2 |
| | |||||
* | Change m_RepairCost to int. | Howaner | 2014-05-07 | 1 | -2/+2 |
| | |||||
* | Where is the problem with clang? | Howaner | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs. | Howaner | 2014-05-07 | 1 | -9/+15 |
| | |||||
* | Removed the explicit copy constructor for cItem. | madmaxoft | 2014-05-01 | 1 | -0/+6 |
| | | | | The compiler generates an implicit one with the same contents and warns about it. The function left in for ToLua to generate the binding for it. | ||||
* | Fixed a warning when an empty item is being created. | madmaxoft | 2014-04-30 | 1 | -1/+1 |
| | |||||
* | Fixed some Errors (not all) | daniel0916 | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | Modified many things | daniel0916 | 2014-04-17 | 1 | -0/+7 |
| | |||||
* | Added complete Enchanting System | daniel0916 | 2014-04-12 | 1 | -3/+0 |
| | | | | http://minecraft.gamepedia.com/Enchantment_mechanics | ||||
* | Merge remote-tracking branch 'upstream/master' into Enchanting | daniel0916 | 2014-04-07 | 1 | -24/+32 |
|\ | |||||
| * | Fixed a few clang warnings. | madmaxoft | 2014-03-30 | 1 | -1/+1 |
| | | |||||
| * | Implemented ballistic missiles (fireworks) | Tiger Wang | 2014-02-27 | 1 | -4/+12 |
| | | | | | | | | + Added fireworks | ||||
| * | Fixed gcc warnings in Item.h. | madmaxoft | 2014-02-11 | 1 | -21/+21 |
| | | |||||
| * | Merge pull request #646 from worktycho/warningfixes | Alexander Harkness | 2014-02-05 | 1 | -4/+4 |
| |\ | | | | | | | Fixed most of the reordering warnings | ||||
| | * | Fixed most of the reordering warnings | Tycho | 2014-02-05 | 1 | -4/+4 |
| | | | |||||
| * | | Fixed a warning in cItem in gcc. | madmaxoft | 2014-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | Constructor member order... | ||||
| * | | Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua API | tonibm19 | 2014-02-03 | 1 | -1/+1 |
| |/ | |||||
* / | Some updates for enchanting (2) | daniel0916 | 2014-01-31 | 1 | -0/+3 |
|/ | |||||
* | Removed CustomCopy() | Tiger Wang | 2014-01-16 | 1 | -5/+1 |
| | |||||
* | Removed obsoleted functions | Tiger Wang | 2014-01-16 | 1 | -5/+0 |
| | |||||
* | Possibly did what xoft wanted | Tiger Wang | 2014-01-16 | 1 | -0/+3 |
| | |||||
* | Implemented custom names and lore | Tiger Wang | 2014-01-15 | 1 | -8/+35 |
| | | | | | | + Added custom names and lore + Added saving and loading + Added writing and parsing of NBT | ||||
* | Fixed a few MSVC warnings. | madmaxoft | 2014-01-06 | 1 | -2/+2 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+210 |