Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 1 | -114/+114 |
* | Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers | madmaxoft@gmail.com | 2013-06-04 | 1 | -2/+2 |
* | Fixed cItem::IsStackableWith() | madmaxoft@gmail.com | 2013-06-04 | 1 | -0/+3 |
* | Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-aware | madmaxoft@gmail.com | 2013-06-04 | 1 | -0/+3 |
* | Added the possibility to specify enchantments by name in the constructor and AddFromString() function | madmaxoft@gmail.com | 2013-06-02 | 1 | -2/+5 |
* | Enchantments are now stored in Anvil world and in player inventory | madmaxoft@gmail.com | 2013-06-02 | 1 | -1/+1 |
* | Enchantments: API and sending to client | madmaxoft@gmail.com | 2013-06-02 | 1 | -0/+105 |