veloren/common
Marcel Märtens a98e72c391 Auth requests are now done async, the register system is fetching it, via a PendingLogin component
The auth server no longer allows the protocol to be specified. we enforce `https` for the auth server, so DO NOT provide a auth url with `https://` but without.
correct is now `auth.veloren.net`
incorrect is: `https://auth.veloren.net`
2021-03-11 17:05:02 +01:00
..
base update dependencies, including removal of some tracy deps as they are get through common/tracy 2021-03-09 20:17:29 +01:00
benches Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00
ecs update specs to get rid of old deps 2021-03-10 13:22:17 +01:00
net Auth requests are now done async, the register system is fetching it, via a PendingLogin component 2021-03-11 17:05:02 +01:00
src Merge branch 'aweinstock/critical-stats' into 'master' 2021-03-09 10:55:36 +00:00
sys Change Ecs access system to allow write accesses to be used + reintroduced get_player_name 2021-03-10 19:36:53 +01:00
build.rs fix and improve nix build: actually output a proper veloren voxygen package now 2020-11-25 02:00:50 +03:00
Cargo.toml update specs to get rid of old deps 2021-03-10 13:22:17 +01:00