summaryrefslogtreecommitdiffstats
path: root/src/Item.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Leather Armor can now be dyed.Samuel Barney2015-07-151-2/+9
| | | | * Created new color class to handle dye-related coloring
* Changed the IsEnchantable() comment again.Howaner2014-09-021-1/+2
|
* Changed the IsEnchantable() comment.Howaner2014-08-301-1/+2
|
* APIDump: Added missing cItem things.Hownaer2014-08-281-1/+1
|
* Fixed bad values in the IsEnchantable() method.Hownaer2014-08-281-1/+1
|
* Fixed basic whitespace problems.madmaxoft2014-07-171-4/+4
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* Movement Statisticsandrew2014-05-121-1/+1
|
* Missing commaHowaner2014-05-071-2/+2
|
* Change m_RepairCost to int.Howaner2014-05-071-2/+2
|
* Where is the problem with clang?Howaner2014-05-071-1/+1
|
* Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs.Howaner2014-05-071-9/+15
|
* Removed the explicit copy constructor for cItem.madmaxoft2014-05-011-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.madmaxoft2014-04-301-1/+1
|
* Fixed some Errors (not all)daniel09162014-04-171-1/+1
|
* Modified many thingsdaniel09162014-04-171-0/+7
|
* Added complete Enchanting Systemdaniel09162014-04-121-3/+0
| | | | http://minecraft.gamepedia.com/Enchantment_mechanics
* Merge remote-tracking branch 'upstream/master' into Enchantingdaniel09162014-04-071-24/+32
|\
| * Fixed a few clang warnings.madmaxoft2014-03-301-1/+1
| |
| * Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-4/+12
| | | | | | | | + Added fireworks
| * Fixed gcc warnings in Item.h.madmaxoft2014-02-111-21/+21
| |
| * Merge pull request #646 from worktycho/warningfixesAlexander Harkness2014-02-051-4/+4
| |\ | | | | | | Fixed most of the reordering warnings
| | * Fixed most of the reordering warningsTycho2014-02-051-4/+4
| | |
| * | Fixed a warning in cItem in gcc.madmaxoft2014-02-041-1/+1
| | | | | | | | | | | | Constructor member order...
| * | Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua APItonibm192014-02-031-1/+1
| |/
* / Some updates for enchanting (2)daniel09162014-01-311-0/+3
|/
* Removed CustomCopy()Tiger Wang2014-01-161-5/+1
|
* Removed obsoleted functionsTiger Wang2014-01-161-5/+0
|
* Possibly did what xoft wantedTiger Wang2014-01-161-0/+3
|
* Implemented custom names and loreTiger Wang2014-01-151-8/+35
| | | | | | + Added custom names and lore + Added saving and loading + Added writing and parsing of NBT
* Fixed a few MSVC warnings.madmaxoft2014-01-061-2/+2
|
* Moved source to srcAlexander Harkness2013-11-241-0/+210