Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a documentation for block and item handlers | lapayo94@gmail.com | 2012-08-22 | 1 | -1/+12 |
* | Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects. | madmaxoft@gmail.com | 2012-08-18 | 1 | -1/+1 |
* | Added cItemHandler::GetMaxStackSize() with a very basic implementation | madmaxoft@gmail.com | 2012-08-11 | 1 | -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.com | 2012-07-29 | 1 | -1/+1 |
* | Simple health regeneration system | lapayo94@gmail.com | 2012-07-17 | 1 | -2/+17 |
* | Some code improvements | lapayo94@gmail.com | 2012-07-16 | 1 | -1/+1 |
* | Fixed a copypasta error in previous commit | madmaxoft@gmail.com | 2012-07-16 | 1 | -1/+1 |
* | Changed GetBlockMeta to return NIBBLETYPE instead of char | madmaxoft@gmail.com | 2012-07-16 | 1 | -1/+1 |
* | A new Block handling system :o | lapayo94@gmail.com | 2012-07-15 | 1 | -0/+45 |