veloren/voxygen
juliancoffee 8c837da561 Add i18n keys to abilities
* New hud/ability.ron file for ability localizations
* i18n keys are created by adding .name and .desc to ability id. Because
  of how i18n worked (returning key if string wasn't found), it was
  impossible to do because it leads to UB in case string is missed.
  To solve this we've added get_opt method that returns None
* New Localization::get_or method for convinient fallback key usage
2022-06-25 18:17:37 +03:00
..
anim update toolchain to nightly-2022-04-25 2022-05-03 15:22:28 +02:00
benches Fix warnings 2022-01-23 16:32:25 -05:00
dynlib Move Veloren to 2021 edition 2022-01-26 16:46:40 +02:00
egui Add a client-side mutelist 2022-06-14 20:35:01 +00:00
examples (See sharp/lod-history) LOD, shadows, greedy meshing, new lighting, perf 2020-08-20 20:34:59 +02:00
i18n Add i18n keys to abilities 2022-06-25 18:17:37 +03:00
src Add i18n keys to abilities 2022-06-25 18:17:37 +03:00
build.rs feat(voxygen): add logo for windows executable 2019-10-02 16:57:08 +02:00
Cargo.toml Upgrade assets_manager to 0.8.0 and image to 0.24 2022-05-28 23:18:31 +02:00