veloren/server/src
Joshua Yanovski 13b6d4d534 Removing WORLD_SIZE, part 1.
Erased almost every instance of WORLD_SIZE and replaced it with a local
power of two, map_size_lg (which respects certain invariants; see
common/src/terrain/map.rs for more details about MapSizeLg).  This also
means we can avoid a dependency on the world crate from client, as
desired.

Now that the rest of the code is not expecting a fixed WORLD_SIZE, the
next step is to arrange for maps to store their world size, and to use
that world size as a basis prior to loading the map (as well, probably,
as prior to configuring some of the noise functions).
2020-07-28 10:55:48 +02:00
..
events Armor fixes 2020-07-25 23:57:04 +00:00
migrations Armor fixes 2020-07-25 23:57:04 +00:00
persistence Fix corrupted character inventories by adding protection. 2020-07-20 02:34:43 +02:00
sys Merge branch 'lausek/admin-joining' into 'master' 2020-07-23 17:16:52 +00:00
alias_validator.rs Created banned words file 2020-07-16 14:05:35 +00:00
chunk_generator.rs Suppressed all existing clippy warnings in preparation for fixes as part of #587 2020-06-10 22:01:42 +01:00
client.rs fix a followup bug, after a protocol fail now Participant is closed, including all streams, so we get the stream errors. 2020-07-13 13:03:35 +02:00
cmd.rs Different body types now have different health values and gain different amounts of healths on leveling. 2020-07-09 00:04:25 +00:00
error.rs Voxygen and server-cli no longer panic if server creation returns error 2020-07-21 09:59:00 +00:00
input.rs apply new rustfmt - touching alot of files 2020-02-01 21:39:39 +01:00
lib.rs Removing WORLD_SIZE, part 1. 2020-07-28 10:55:48 +02:00
login_provider.rs fix #660; Admins should join even if they aren't on whitelist 2020-07-23 17:16:52 +00:00
metrics.rs Fixed suppressed clippy warnings for #587 - useless_conversion 2020-07-13 20:57:13 +01:00
settings.rs Created banned words file 2020-07-16 14:05:35 +00:00
state_ext.rs Updated changelog 2020-07-07 01:11:37 +01:00
test_world.rs Removing WORLD_SIZE, part 1. 2020-07-28 10:55:48 +02:00