- Allow server admins to use DELEGATE even when not room owner
- Show number of clients per version table on /stats command
Server messages localization using Qt's l10n subsystem:
- Strings to localize are marked with loc function in server sources
- CMake finds loc calls and generates C++ header containing array of strings marked
- lupdate
- ...
- PROFIT!
Don't use same hwFloat variable at both left and right sides of assignment (inlining bug?)
Fixes
issue #482
- Pass unknown chat commands to server
- Make server recognize /delegate command
small cleanup of helloSounds; note: physfs:// prefix will break sound paths since playSoundFile uses physfs for finding files already