veloren/voxygen/src
Joshua Yanovski 3869cdf1d2 Don't remesh chunk vertex data on sprite update.
This results in an extremely visually noticeable improvement in latency
when adding or removing sprite data and makes the game feel more
responsive.

This happens, for instance, when picking up a sprite like an apple or
flower from the environment.  We check to make sure that for items
with lighting (like Velorite) or changes that otherwise affect meshing
(like changing from fluid to nonfluid) this doesn't trigger.
2021-05-11 12:58:15 -07:00
..
audio Made golem laser spawn based off of orientation rather than look_dir. Additional balance tweaks. 2021-05-10 18:54:00 -05:00
ecs Adds haniwa sentry object 2021-05-10 18:53:48 -05:00
hud Make merchants /tell instead of /say 2021-05-11 17:26:22 +00:00
menu Extract common/src/assets.rs to own crate 2021-05-09 13:12:26 +03:00
mesh Don't remesh chunk vertex data on sprite update. 2021-05-11 12:58:15 -07:00
render Clay golem attacks done. 2021-05-10 18:53:01 -05:00
scene Don't remesh chunk vertex data on sprite update. 2021-05-11 12:58:15 -07:00
session Added non-admin moderators and timed bans. 2021-05-09 21:19:16 -07:00
settings Better inactive/active audio slider logic 2021-05-09 09:51:41 +00:00
ui Improves bird_large anims 2021-04-25 04:07:09 +02:00
controller.rs Completely purged old method of inputs 2021-03-14 17:26:55 -04:00
error.rs get rid of insecure dependency completly 2020-12-11 16:13:57 +01:00
key_state.rs Primary input now activated from control actions. 2021-03-14 17:26:51 -04:00
lib.rs Extract voxygen/src/i18n.rs into own crate 2021-05-09 13:12:26 +03:00
main.rs Extract common/src/assets.rs to own crate 2021-05-09 13:12:26 +03:00
meta.rs Put server-cli specific settings in their own structure, serde_derive -> serde 2020-10-10 02:10:32 -04:00
profile.rs Refactored loadout to have public functions for each slot instead of requiring callers to use the _INDEX consts 2021-01-08 19:12:09 +00:00
run.rs Better inactive/active audio slider logic 2021-05-09 09:51:41 +00:00
singleplayer.rs use a constant for recommended_threads 2021-05-05 14:35:06 +02:00
window.rs Melee weapons can now block. 2021-04-25 13:08:42 -04:00