summaryrefslogtreecommitdiffstats
path: root/source/Item.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-210/+0
* Added cItem::GetMaxStackSize()madmaxoft2013-11-101-0/+3
* cItem: Removed a warning emitted when creating an item from airmadmaxoft2013-08-041-1/+4
* cItem: Added useful utility functionsmadmaxoft@gmail.com2013-06-161-3/+21
* Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-awaremadmaxoft@gmail.com2013-06-041-1/+15
* Enchantments: API and sending to clientmadmaxoft@gmail.com2013-06-021-9/+26
* cItem constructor changed to create single-piece items when not given countmadmaxoft@gmail.com2013-06-011-5/+20
* Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com2013-05-241-1/+1
* Inventory code cleanup, players can now see each other's armormadmaxoft@gmail.com2013-05-191-1/+1
* cItems: Added runtime bounds-checking to avoid server crashes with badly written plugins.madmaxoft@gmail.com2013-05-121-8/+7
* Tiny formatting fix of rev 1463madmaxoft@gmail.com2013-05-091-0/+2
* function SpawnItemPickups is now exported to Lua. Lua is able to create a Items object.nielsbreu@gmail.com2013-05-091-0/+2
* Fixed a bit of coding style and function names in cItemmadmaxoft@gmail.com2013-04-111-49/+6
* Dispensers rewritten to use ItemGridmadmaxoft@gmail.com2013-04-101-2/+11
* Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.madmaxoft@gmail.com2013-04-101-0/+3
* Mineshafts: Added random loot to generated chests and fixed chest directionmadmaxoft@gmail.com2013-04-061-0/+14
* cItems: Fixed parameter names according to conventionsmadmaxoft@gmail.com2013-01-271-4/+4
* Added cItems to Lua API.madmaxoft@gmail.com2013-01-271-1/+28
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-31/+20
* Cleanup: Removed deprecated functions from Lua APImadmaxoft@gmail.com2012-11-111-8/+0
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-0/+146