| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
makers
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
some failed assertion fix (well, hack).
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|