Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-10 | Fixed enchantment parsing. | madmaxoft | 1 | -12/+17 | |
Fixes #880. Enchantment parsing now reports in detail which value failed to parse | |||||
2014-01-19 | Spilt Writing of Enchantments to seperate class | Tycho | 1 | -79/+0 | |
Created a new class cEnchantmentSerializer to serilize Enchantments to NBT. This breaks a dependecy chain between cChunkGenerator and cWorld. cEnchantmentSerializer is seperate from NBTWriter as it needs to access private members of cEnchantments so having it seperate reduces the spread of the frein modifier | |||||
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 1 | -1/+1 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-13 | Update Enchantments.cpp | nesco | 1 | -2/+2 | |
2013-11-12 | Corrected the comma error | nesco | 1 | -2/+2 | |
2013-11-12 | Update Enchantments.cpp | nesco | 1 | -2/+2 | |
2013-11-12 | Added the new enchantments of Minecraft 1.7 | nesco | 1 | -1/+2 | |
-Luck of the sea -Lure | |||||
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -298/+298 | |
2013-06-04 | Fixed cItem::IsStackableWith() | madmaxoft@gmail.com | 1 | -0/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1547 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-04 | Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-aware | madmaxoft@gmail.com | 1 | -0/+9 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1546 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-02 | Added the possibility to specify enchantments by name in the constructor and AddFromString() function | madmaxoft@gmail.com | 1 | -1/+50 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1542 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-02 | Enchantments are now stored in Anvil world and in player inventory | madmaxoft@gmail.com | 1 | -1/+1 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1541 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-06-02 | Enchantments: API and sending to client | madmaxoft@gmail.com | 1 | -0/+231 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1539 0a769ca7-a7f5-676a-18bf-c427514a06d6 |