summaryrefslogtreecommitdiffstats
path: root/source/items/Item.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-418/+0
* Fixed FS #243, server crash after restart. The blockhandler table and the itemhandler table weren't properly re-initialized.madmaxoft@gmail.com2012-09-041-0/+1
* Fixed Bug #237lapayo94@gmail.com2012-08-231-0/+4
* Added a few more stackable itemsmadmaxoft@gmail.com2012-08-141-12/+25
* Added some stackable items in cItemHandler::GetMaxStackSize()madmaxoft@gmail.com2012-08-111-0/+15
* Added cItemHandler::GetMaxStackSize() with a very basic implementationmadmaxoft@gmail.com2012-08-111-0/+16
* Fixed warnings in item handlers - items' damage value is a short, but block meta is only a NIBBLETYPE. Also slight cleanup.madmaxoft@gmail.com2012-07-291-88/+186
* Fixed incompatibility to apples c++ compiler...lapayo94@gmail.com2012-07-171-1/+4
* Simple health regeneration systemlapayo94@gmail.com2012-07-171-10/+45
* Some code improvementslapayo94@gmail.com2012-07-161-2/+8
* Changed GetBlockMeta to return NIBBLETYPE instead of charmadmaxoft@gmail.com2012-07-161-1/+1
* fixed redstone repeater placementlapayo94@gmail.com2012-07-161-0/+3
* A new Block handling system :olapayo94@gmail.com2012-07-151-0/+224