summaryrefslogtreecommitdiffstats
path: root/src/Enchantments.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-19Spilt Writing of Enchantments to seperate classTycho1-79/+0
2013-12-20Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-13Update Enchantments.cppnesco1-2/+2
2013-11-12Corrected the comma errornesco1-2/+2
2013-11-12Update Enchantments.cppnesco1-2/+2
2013-11-12Added the new enchantments of Minecraft 1.7nesco1-1/+2
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-298/+298
2013-06-04Fixed cItem::IsStackableWith()madmaxoft@gmail.com1-0/+9
2013-06-04Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-awaremadmaxoft@gmail.com1-0/+9
2013-06-02Added the possibility to specify enchantments by name in the constructor and AddFromString() functionmadmaxoft@gmail.com1-1/+50
2013-06-02Enchantments are now stored in Anvil world and in player inventorymadmaxoft@gmail.com1-1/+1
2013-06-02Enchantments: API and sending to clientmadmaxoft@gmail.com1-0/+231