Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |