Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a few more stackable items | madmaxoft@gmail.com | 2012-08-14 | 1 | -12/+25 |
* | Added some stackable items in cItemHandler::GetMaxStackSize() | madmaxoft@gmail.com | 2012-08-11 | 1 | -0/+15 |
* | Added cItemHandler::GetMaxStackSize() with a very basic implementation | madmaxoft@gmail.com | 2012-08-11 | 1 | -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.com | 2012-07-29 | 1 | -88/+186 |
* | Fixed incompatibility to apples c++ compiler... | lapayo94@gmail.com | 2012-07-17 | 1 | -1/+4 |
* | Simple health regeneration system | lapayo94@gmail.com | 2012-07-17 | 1 | -10/+45 |
* | Some code improvements | lapayo94@gmail.com | 2012-07-16 | 1 | -2/+8 |
* | Changed GetBlockMeta to return NIBBLETYPE instead of char | madmaxoft@gmail.com | 2012-07-16 | 1 | -1/+1 |
* | fixed redstone repeater placement | lapayo94@gmail.com | 2012-07-16 | 1 | -0/+3 |
* | A new Block handling system :o | lapayo94@gmail.com | 2012-07-15 | 1 | -0/+224 |