Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Enchantments.h | nesco | 2013-11-13 | 1 | -2/+2 |
| | |||||
* | Added the new enchantments of Minecraft 1.7 | nesco | 2013-11-12 | 1 | -1/+2 |
| | | | | | Added the following enchantments : Luck of the Sea : ID = 61 Lure : ID = 62 | ||||
* | 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 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1555 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Fixed cItem::IsStackableWith() | madmaxoft@gmail.com | 2013-06-04 | 1 | -0/+3 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1547 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-aware | madmaxoft@gmail.com | 2013-06-04 | 1 | -0/+3 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1546 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Added the possibility to specify enchantments by name in the constructor and AddFromString() function | madmaxoft@gmail.com | 2013-06-02 | 1 | -2/+5 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1542 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Enchantments are now stored in Anvil world and in player inventory | madmaxoft@gmail.com | 2013-06-02 | 1 | -1/+1 |
| | | | | git-svn-id: http://mc-server.googlecode.com/svn/trunk@1541 0a769ca7-a7f5-676a-18bf-c427514a06d6 | ||||
* | Enchantments: API and sending to client | madmaxoft@gmail.com | 2013-06-02 | 1 | -0/+105 |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1539 0a769ca7-a7f5-676a-18bf-c427514a06d6 |