summaryrefslogtreecommitdiffstats
path: root/src/Item.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ItemHandler initialisation is a constant expression (#5344)x12xx12x2021-12-021-1/+1
* Warnings improvementsTiger Wang2020-12-181-2/+2
* Enchanting table shows detail on hover. Enchanting is deterministic. (#4937)KingCol132020-10-011-2/+3
* Fortune Drops (#4932)KingCol132020-09-281-1/+3
* Introduce recipe book functionality (#4493)Tobias Wilken2020-07-141-0/+25
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-55/+8
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-0/+13
* Item durability loss now depends on the item used. (#4123)Alexander Harkness2018-01-051-4/+0
* Add TOLUA_EXPOSITION for readabilitypeterbell102017-08-281-12/+2
* Represent cItem::m_Lore as an AStringVector (#3882)peterbell102017-08-181-8/+12
* Added anvil enchantment handling. (#3857)Lane Kolbly2017-07-281-2/+15
* APIDump: Reformatted the docs to include type information.Mattes D2016-09-121-2/+2
* Bulk clearing of whitespaceLogicParrot2016-02-051-28/+28
* change from single followable item to multipleGargaj2015-11-231-0/+2
* Leather Armor can now be dyed.Samuel Barney2015-07-151-2/+9
* 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
* 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
* 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
* 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
| * 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 warningsTycho2014-02-051-4/+4
| * | Fixed a warning in cItem in gcc.madmaxoft2014-02-041-1/+1
| * | 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
* Fixed a few MSVC warnings.madmaxoft2014-01-061-2/+2
* Moved source to srcAlexander Harkness2013-11-241-0/+210