summaryrefslogtreecommitdiffstats
path: root/source/items/ItemHandler.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-29Unified folder name-casingmadmaxoft@gmail.com1-83/+0
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-0/+0
2012-08-22Added a documentation for block and item handlerslapayo94@gmail.com1-1/+12
2012-08-18Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com1-1/+1
2012-08-11Added cItemHandler::GetMaxStackSize() with a very basic implementationmadmaxoft@gmail.com1-0/+12
2012-07-29Fixed warnings in item handlers - items' damage value is a short, but block meta is only a NIBBLETYPE. Also slight cleanup.madmaxoft@gmail.com1-1/+1
2012-07-17Simple health regeneration systemlapayo94@gmail.com1-2/+17
2012-07-16Some code improvementslapayo94@gmail.com1-1/+1
2012-07-16Fixed a copypasta error in previous commitmadmaxoft@gmail.com1-1/+1
2012-07-16Changed GetBlockMeta to return NIBBLETYPE instead of charmadmaxoft@gmail.com1-1/+1
2012-07-15A new Block handling system :olapayo94@gmail.com1-0/+45