Age | Commit message (Collapse) | Author |
|
Changes:
* Fix indentation.
* Pass strings by const reference.
* Merge Strfnd and WStrfnd into one class instead of copying them.
* Remove trailing spaces.
* Fix variable names.
* Move to util.
* Other miscellaneous style fixes.
|
|
These names are reserved for the compiler/library implementations.
|
|
|
|
|
|
Thanks @TeTpaAka for pointing this out.
|
|
Improve shift+click experience
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|