Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
can break forward compatibility
|
|
|
|
|
|
GPLv2/later, by agreement of major contributors
|
|
|
|
|
|
|
|
|
|
|
|
http://c55.me/minetest/wiki/doku.php?id=changes:itemdef
|
|
|
|
too (necessary for eg. crafting)
|
|
lua definition table
|
|
|
|
|
|
|
|
|
|
A spurious semicolon after the conditional checking for the drop count
to be not higher than the owned count caused the subsequent
count = getCount()
to be always executed. Fix by removing the extra semicolon.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
node/tool/item/whatever types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
InventoryItem::getImageRay(), some const-correctness fixes
|
|
Also, the temp item wasn't being deleted, might have been a memory leak.
Now you will only eat 1 item off a stack
|