summaryrefslogtreecommitdiffstats
path: root/src/Item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update Minecraft Wiki links to new domain (#5532)Spongecade2023-09-271-1/+1
* ItemHandler initialisation is a constant expression (#5344)x12xx12x2021-12-021-4/+4
* Migrate off CircleCI to Jenkins (#5230)Alexander Harkness2021-06-151-1/+1
* Basic elytra flight (#5124)Damián Imrich2021-04-031-0/+1
* Warnings improvementsTiger Wang2020-12-181-69/+67
* Enchanting table shows detail on hover. Enchanting is deterministic. (#4937)KingCol132020-10-011-11/+10
* Fix cItems::AddItemGrid adding empty itemsTiger Wang2020-09-251-3/+6
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-2/+2
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-1/+79
* Refactored block-to-pickup conversion. (#4417)Mattes D2019-10-161-0/+21
* Improved fishing rewards (#4120)Bond-0092018-01-051-1/+3
* Add the fmt library (#4065)peterbell102018-01-031-4/+4
* Minor changes (#3909)mathiascode2017-08-241-1/+1
* Represent cItem::m_Lore as an AStringVector (#3882)peterbell102017-08-181-2/+11
* Added anvil enchantment handling. (#3857)Lane Kolbly2017-07-281-3/+196
* Added armor durability reduction when player is attacked.Lane Kolbly2017-07-021-0/+20
* FastRandom rewrite (#3754)peterbell102017-06-131-14/+12
* change from single followable item to multipleGargaj2015-11-231-0/+30
* Unified the doxy-comment format.Mattes D2015-07-311-1/+0
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-15/+15
* Leather Armor can now be dyed.Samuel Barney2015-07-151-0/+19
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-1/+1
* Fixed bad values in the IsEnchantable() method.Hownaer2014-08-281-4/+16
* Fixed crashes and use std::swap.Hownaer2014-08-281-16/+20
* Enchanting table improvements.Hownaer2014-08-281-20/+12
* Fix item durability.Howaner2014-07-231-23/+23
* Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-3/+3
* Normalized comments.madmaxoft2014-07-171-1/+1
* Fixed basic whitespace problems.madmaxoft2014-07-171-1/+13
* Fix pickup combining over the maximum stack size.Howaner2014-06-241-1/+1
* Change m_RepairCost to int.Howaner2014-05-071-1/+1
* Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs.Howaner2014-05-071-0/+4
* Merge pull request #909 from jfhumann/fixesMattes D2014-04-221-3/+0
|\
| * Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-3/+0
* | Replaced X.size() with X.empty(), where applicable.madmaxoft2014-04-211-3/+3
* | Fixed enchanting return values.Mattes D2014-04-211-3/+3
* | Fixed Code (2)daniel09162014-04-191-97/+93
* | Fixed Codedaniel09162014-04-191-72/+94
* | Fixed Errorsdaniel09162014-04-181-4/+3
* | Fixed some Errors (not all)daniel09162014-04-171-7/+2
* | Modified many thingsdaniel09162014-04-171-0/+141
* | Added complete Enchanting Systemdaniel09162014-04-121-106/+0
* | Merge remote-tracking branch 'upstream/master' into Enchantingdaniel09162014-04-071-5/+25
|\|
| * Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho2014-03-121-4/+4
| * Fixed a load of format string errorsTycho2014-03-111-4/+4
| * Implemented ballistic missiles (fireworks)Tiger Wang2014-02-271-1/+21
* | Some updates for enchanting (2)daniel09162014-01-311-0/+106
|/
* Removed CustomCopy()Tiger Wang2014-01-161-19/+0
* Possibly did what xoft wantedTiger Wang2014-01-161-0/+19
* Implemented custom names and loreTiger Wang2014-01-151-22/+10
* Fixed a few MSVC warnings.madmaxoft2014-01-061-1/+1
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-271-1/+1
* AnotherAlexander Harkness2013-11-261-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+261