veloren/voxygen/src
Joshua Yanovski f5aee1d2a7 Allow mods/admins to log in when server is full.
As a side effect, this moves the initial game server sync message into
the login code, since that's the first place we can check for admin
permissions and we want to avoid sending large messages to users who are
not authenticated (especially if the player cap has been reached;
previously, the player cap check limited the damage that could be done
by unauthenticated players).

Some fallout from this is that we don't synchronize the Player component
anymore, which had some minor effects on voxygen.  This update also
breaks Torvus, since Client::new now expects the username and password
to be provided from the getgo--an accompanying MR will be submitted to
fix it.
2022-09-06 21:42:31 -07:00
..
audio Music Instruments 2022-08-28 18:48:18 +00:00
ecs Convert away from IdvStorage to mixture of VecStorage and DenseVecStorage 2022-08-08 00:38:20 -04:00
hud Allow mods/admins to log in when server is full. 2022-09-06 21:42:31 -07:00
menu Allow mods/admins to log in when server is full. 2022-09-06 21:42:31 -07:00
mesh Merge branch 'tygyh/CleanUp' into 'master' 2022-07-17 14:04:45 +00:00
render seachapel 2022-08-24 21:50:53 +00:00
scene Merge branch 'floppy-music-instruments' into 'master' 2022-08-28 18:48:18 +00:00
session Add an entity view distance setting that allows limiting the distance 2022-08-25 23:24:43 -04:00
settings Replace uses of "65" with client::MAX_SELECTABLE_VD in client and 2022-08-25 23:24:43 -04:00
ui Impove UX of server limits on the view distance 2022-08-25 23:24:43 -04:00
cli.rs Add CLI argument to voxygen that allows specifying a value to place into the server field in the main menu. 2022-09-03 17:26:07 -04:00
cmd.rs fix 2022-06-18 15:25:55 +02:00
controller.rs change gamepad mapping 2021-09-30 18:48:42 +00:00
credits.rs Fix typos 2022-07-15 18:59:37 +02:00
discord.rs Discord Activity 2022-08-15 15:58:37 +00:00
error.rs get rid of insecure dependency completly 2020-12-11 16:13:57 +01:00
game_input.rs final cleanup for issue #1652 2022-08-23 13:35:16 +02:00
key_state.rs Primary input now activated from control actions. 2021-03-14 17:26:51 -04:00
lib.rs Discord Activity 2022-08-15 15:58:37 +00:00
main.rs Add CLI argument to voxygen that allows specifying a value to place into the server field in the main menu. 2022-09-03 17:26:07 -04:00
profile.rs save spectate position 2022-08-14 22:41:07 +02:00
run.rs Add CLI argument to voxygen that allows specifying a value to place into the server field in the main menu. 2022-09-03 17:26:07 -04:00
singleplayer.rs code cleanup 2021-08-11 09:42:29 +02:00
window.rs Lift return out of if-statements 2022-07-15 16:36:11 +02:00