veloren/common
2022-01-03 19:55:01 -05:00
..
assets Edit log message as suggested 2021-12-13 18:54:30 +01:00
base Improve the warning message when USERDATA_STRATEGY was not set during compilation and the binary was moved outside the workspace/crate that it was compiled from, show a warning when an invalid VELOREN_USERDATA_STRATEGY is used, and also actually make sure warnings from userdata selection are logged in voxygen (since the userdata folder needs to be selected to set up logging we have to rerun the selection after logging is set up so that any warnings will be logged). 2021-10-04 12:23:42 -04:00
benches use criterion groups and fix tracing to much on wgpu 2021-06-03 22:37:17 +02:00
ecs update toolchain to nightly-2021-12-19 2021-12-23 13:04:24 +01:00
frontend Merge branch 'capucho/tracing-bump' into 'master' 2021-11-27 11:11:47 +00:00
net Refactored skills code. 2022-01-03 19:55:01 -05:00
src Skillsets now store an ordered vec of skills that is used to track order that skills were acquired in. 2022-01-03 19:55:01 -05:00
state update toolchain to nightly-2021-12-19 2021-12-23 13:04:24 +01:00
systems Skill groups now only persist earned_exp instead of available_exp, earned_sp, and available_sp. 2022-01-03 19:55:00 -05:00
build.rs use bg_main.jpg instead of bg_main.png 2021-06-18 20:41:18 +03:00
Cargo.toml Parallelize entity sync loop over regions. 2021-12-25 19:24:12 -05:00