summaryrefslogtreecommitdiffstats
path: root/source/items/Item.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-83/+0
* Added a documentation for block and item handlerslapayo94@gmail.com2012-08-221-1/+12
* Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com2012-08-181-1/+1
* Added cItemHandler::GetMaxStackSize() with a very basic implementationmadmaxoft@gmail.com2012-08-111-0/+12
* 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-1/+1
* Simple health regeneration systemlapayo94@gmail.com2012-07-171-2/+17
* Some code improvementslapayo94@gmail.com2012-07-161-1/+1
* Fixed a copypasta error in previous commitmadmaxoft@gmail.com2012-07-161-1/+1
* Changed GetBlockMeta to return NIBBLETYPE instead of charmadmaxoft@gmail.com2012-07-161-1/+1
* A new Block handling system :olapayo94@gmail.com2012-07-151-0/+45