veloren/common/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
..
assets Crafting 2020-07-14 20:11:39 +00:00
comp Merge remote-tracking branch 'origin/master' into sharp/small-fixes 2020-07-27 13:16:27 +02:00
figure Added ability to use 2 x 1h weapons or shields 2020-07-01 17:51:06 +08:00
msg Removing WORLD_SIZE, part 1. 2020-07-28 10:55:48 +02:00
states Bow charged shot attack 2020-07-26 03:06:53 +00:00
sync updated dependencies and fixed stuff 2020-07-07 09:43:49 +02:00
sys Bow charged shot attack 2020-07-26 03:06:53 +00:00
terrain Removing WORLD_SIZE, part 1. 2020-07-28 10:55:48 +02:00
util Merge branch 'master' of gitlab.com:veloren/veloren into sharp/small-fixes 2020-07-07 19:34:17 +02:00
volumes Merge branch 'master' of gitlab.com:veloren/veloren into sharp/small-fixes 2020-07-07 19:34:17 +02:00
astar.rs Make civsim and sites deterministic. 2020-05-21 21:43:54 +02:00
character.rs updated dependencies and fixed stuff 2020-07-07 09:43:49 +02:00
clock.rs apply new rustfmt - touching alot of files 2020-02-01 21:39:39 +01:00
cmd.rs Added spawning test dummy 2020-07-03 16:53:04 -04:00
effect.rs updated dependencies and fixed stuff 2020-07-07 09:43:49 +02:00
event.rs Added training dummies 2020-07-05 16:15:51 +01:00
generation.rs Added training dummies 2020-07-05 16:15:51 +01:00
hierarchical.rs Convert all other veloren crates to use tracing 2020-06-21 23:19:41 +08:00
lib.rs Removing WORLD_SIZE, part 1. 2020-07-28 10:55:48 +02:00
loadout_builder.rs Added protection stat to admin armor hidden in debug folder. Removed blue cultist armor set from drop table as it is an admin set. 2020-07-18 00:05:28 +00:00
npc.rs updated dependencies and fixed stuff 2020-07-07 09:43:49 +02:00
path.rs Neater compass 2020-07-13 23:23:44 +01:00
ray.rs Added training dummies 2020-07-05 16:15:51 +01:00
recipe.rs Crafting 2020-07-14 20:11:39 +00:00
region.rs fix various clippy issues 2020-07-01 00:37:06 +02:00
spiral.rs Neater compass 2020-07-13 23:23:44 +01:00
state.rs fix a few minor bugs 2020-07-17 21:24:28 -04:00
store.rs Make civsim and sites deterministic. 2020-05-21 21:43:54 +02:00
vol.rs Merge branch 'master' of gitlab.com:veloren/veloren into sharp/small-fixes 2020-07-07 19:34:17 +02:00