veloren/common/src
Joshua Yanovski 69f68ddf29 Reduce chunks / chonk by trimming the ends.
This improves the defragment operation for chonks by letting them remove
chunks at the top that match above, and bottom that match below.  This
reduces the chunks / chonk from around 5.9 to around 3.4 at origin. From
my investigations, adding something for water would probably get us a
full 50% reduction, if we could collapse intermediate chunks; block
types other than rock / air / water never appear to have full chunks of
the same block, so any additional optimization will require changes to
the subchunk compression format or changes to the actual chunks we
generate.
2020-09-29 19:08:45 +02:00
..
assets * Moved migrations to beginning of server initialisation 2020-09-17 23:02:14 +00:00
comp Refactored crafting to use ItemDef instead of Item 2020-09-27 14:55:31 +01:00
figure fix clippy warnings in new version 2020-08-17 11:10:18 +02:00
msg Moved knockback to a server event so that it would actually be applied to the player. 2020-09-19 14:40:17 -05:00
states Addressed comments 2020-09-21 17:55:29 -05:00
sync updated dependencies and fixed stuff 2020-07-07 09:43:49 +02:00
sys Fix collision detection in liquid. 2020-09-26 16:53:49 +02:00
terrain Reduce chunks / chonk by trimming the ends. 2020-09-29 19:08:45 +02:00
util switch version to pre-alpha-2020-09-22 vs pre-alpha-v0.7.0 2020-09-22 12:04:07 +02:00
volumes Reduce chunks / chonk by trimming the ends. 2020-09-29 19:08:45 +02:00
astar.rs Updated changelog, cleaned up warnings, minor fixes 2020-08-12 21:16:11 +01:00
character.rs * Moved migrations to beginning of server initialisation 2020-09-17 23:02:14 +00:00
clock.rs Use less verbose span names when the tracy feature is off 2020-09-07 00:59:16 -04:00
cmd.rs Added make_sprite command 2020-09-21 16:39:20 +01:00
effect.rs updated dependencies and fixed stuff 2020-07-07 09:43:49 +02:00
event.rs Addressed comments 2020-09-19 14:40:21 -05:00
generation.rs haul out the critter skele, add theropod 2020-09-17 22:32:10 -04:00
hierarchical.rs Convert all other veloren crates to use tracing 2020-06-21 23:19:41 +08:00
lib.rs Added #![deny(clippy::clone_on_ref_ptr)] to all crates and fixed resulting lint errors 2020-09-27 17:25:33 +01:00
loadout_builder.rs Addressed comments 2020-09-21 17:55:29 -05:00
lottery.rs * Moved migrations to beginning of server initialisation 2020-09-17 23:02:14 +00:00
metrics.rs add detailed information on state tick timings 2020-09-16 18:24:18 +02:00
npc.rs haul out the critter skele, add theropod 2020-09-17 22:32:10 -04:00
outcome.rs Add firework hues 2020-08-12 22:29:06 +08:00
path.rs Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00
ray.rs Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00
recipe.rs Refactored crafting to use ItemDef instead of Item 2020-09-27 14:55:31 +01:00
region.rs Use less verbose span names when the tracy feature is off 2020-09-07 00:59:16 -04:00
spiral.rs Fmt and clippy lints fixes 2020-08-12 21:16:14 +01:00
state.rs Added #![deny(clippy::clone_on_ref_ptr)] to all crates and fixed resulting lint errors 2020-09-27 17:25:33 +01:00
store.rs Added forts to towns, began better economy sim 2020-08-12 21:15:52 +01:00
time.rs fmt 2020-09-04 11:48:57 +01:00
typed.rs Further generalize the typed module. 2020-08-31 05:59:44 +02:00
vol.rs Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00