Remove unused variables and fix build with Clang.
0 lines of code changed in 4 files:
Remove section on public servers from README.
0 lines of code changed in 1 file:
turns out c89 requires variables to be declared at the top of a scope block. the fact that the fix in r19218 worked was a gcc thing and may not have worked in c89
1 lines of code changed in 1 file:
declaring a variable inside a for loop works requires c99
3 lines of code changed in 1 file:
Fix crash with empty password in some rare conditions.
4 lines of code changed in 1 file:
Debug: dump all animations flag.
21 lines of code changed in 3 files:
Ensure objects are on a valid map position. This should fix bug #760.
15 lines of code changed in 1 file: