summaryrefslogtreecommitdiffstats
path: root/source/Enchantments.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-298/+298
* Fixed cItem::IsStackableWith()madmaxoft@gmail.com2013-06-041-0/+9
* Added cItem copy-constructor to Lua API, made cItem::IsEqual() and IsStackable() enchantment-awaremadmaxoft@gmail.com2013-06-041-0/+9
* Added the possibility to specify enchantments by name in the constructor and AddFromString() functionmadmaxoft@gmail.com2013-06-021-1/+50
* Enchantments are now stored in Anvil world and in player inventorymadmaxoft@gmail.com2013-06-021-1/+1
* Enchantments: API and sending to clientmadmaxoft@gmail.com2013-06-021-0/+231