Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the screen of the local player
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
raise protocol version number by one (because it is not compatible at all anymore)
|
|
|
|
|
|
|
|
|
|
|
|
1) it was not used, 2) if it will be used, it won't need to do that anymore
|
|
and fix plain "^[forcesingle" handling
|
|
|
|
|
|
the plaintext password for new users. Also add /setpassword and /clearpassword server commands that can be used by admins with the PRIV_PASSWORD privilege, and update the /help message.
|
|
differently depending on the irrlicht version.
|
|
|
|
|
|
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.
|
|
Some compilers complain when a class is declared as a struct or vice
versa. Fix by making sure that the correct tag is used both in
declaration and definition.
|
|
(happened if texture data was transferred slowly)
|
|
not being filled correctly on some systems and compilers
|
|
InventoryItem::add(); it is nicer for scripting and overall hacking this way, because rising it higher than the limit is does not break anything. It should be, and is, enforced elsewhere where appropriate.
|
|
|
|
ObjectRef:inventory_get_list
|
|
|