summaryrefslogtreecommitdiffstats
path: root/source/Enchantments.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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