| Commit message (Collapse) | Author | Age |
|
|
|
| |
NDEBUG is defined), replace those usages with persistent alternatives
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|