summaryrefslogtreecommitdiffstats
path: root/source/items (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-29Unified folder name-casingmadmaxoft@gmail.com23-1319/+0
2012-09-29Made beds placeablefaketruth2-0/+29
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com22-46/+67
2012-09-04Fixed FS #243, server crash after restart. The blockhandler table and the itemhandler table weren't properly re-initialized.madmaxoft@gmail.com1-0/+1
2012-08-23Fixed Bug #237lapayo94@gmail.com2-0/+29
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-17Fixed an assert in bucket placementmadmaxoft@gmail.com1-19/+34
2012-08-14Added a few more stackable itemsmadmaxoft@gmail.com1-12/+25
2012-08-11Added some stackable items in cItemHandler::GetMaxStackSize()madmaxoft@gmail.com1-0/+15
2012-08-11Added cItemHandler::GetMaxStackSize() with a very basic implementationmadmaxoft@gmail.com2-0/+28
2012-08-06BLOCKTYPE signedness change - fixed more detailsmadmaxoft@gmail.com1-2/+2
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.com11-138/+301
2012-07-28Fixed a few gcc warningsmadmaxoft@gmail.com1-2/+2
2012-07-17Fixed incompatibility to apples c++ compiler...lapayo94@gmail.com4-8/+16
2012-07-17Simple health regeneration systemlapayo94@gmail.com3-12/+117
2012-07-16Some code improvementslapayo94@gmail.com20-47/+43
2012-07-16Fixed a copypasta error in previous commitmadmaxoft@gmail.com1-1/+1
2012-07-16Changed GetBlockMeta to return NIBBLETYPE instead of charmadmaxoft@gmail.com11-12/+12
2012-07-16fixed redstone repeater placementlapayo94@gmail.com2-0/+30
2012-07-16Fixed some small bugs :)lapayo94@gmail.com1-0/+1
2012-07-15A new Block handling system :olapayo94@gmail.com19-0/+854