oy, what about we let players decide in which order they want the scoreboard entries? (so you can move score back left again and flag to the right, for example)
I would argue that maybe those verbose debugs with velocity/player shots should be the job of custom server modifications, since they're to be used with a custom external tool anyway
14:41
if you want lots of stats for your server, just add debugs in your own server code
I think I read something a few years ago saying that some announcement bot/script via econ on a vanilla server was not allowed. Weird. Don't host any vanilla servers, so I don't really care much about the consensus opinion there.
src/engine/client/input.cpp:102:78: error: 'SDL_JOYSTICK_AXIS_MAX' was not declared in this scope return static_cast<float>(SDL_JoystickGetAxis(m_pJoystick, Axis)) / (float)(SDL_JOYSTICK_AXIS_MAX+1);