summaryrefslogtreecommitdiffstats
path: root/source/items (follow)
Commit message (Expand)AuthorAgeFilesLines
* Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects.madmaxoft@gmail.com2012-08-181-1/+1
* Fixed an assert in bucket placementmadmaxoft@gmail.com2012-08-171-19/+34
* 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-112-0/+28
* BLOCKTYPE signedness change - fixed more detailsmadmaxoft@gmail.com2012-08-061-2/+2
* 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-2911-138/+301
* Fixed a few gcc warningsmadmaxoft@gmail.com2012-07-281-2/+2
* Fixed incompatibility to apples c++ compiler...lapayo94@gmail.com2012-07-174-8/+16
* Simple health regeneration systemlapayo94@gmail.com2012-07-173-12/+117
* Some code improvementslapayo94@gmail.com2012-07-1620-47/+43
* Fixed a copypasta error in previous commitmadmaxoft@gmail.com2012-07-161-1/+1
* Changed GetBlockMeta to return NIBBLETYPE instead of charmadmaxoft@gmail.com2012-07-1611-12/+12
* fixed redstone repeater placementlapayo94@gmail.com2012-07-162-0/+30
* Fixed some small bugs :)lapayo94@gmail.com2012-07-161-0/+1
* A new Block handling system :olapayo94@gmail.com2012-07-1519-0/+854