veloren/voxygen/src
Samuel Keiffer 2633e9d70c Merge branch 'sam/buff-stat' into 'master'
Added buff strength stat to weapons.

See merge request veloren/veloren!2586
2021-07-11 19:06:13 +00:00
..
audio Added buff strength stat to weapons. 2021-07-11 12:50:38 -05:00
ecs Add note on the reasoning for the visual position interpolation rate value in voxygen 2021-06-16 03:24:10 -04:00
hud Replace "Player 1" with an NPC name when trading with an NPC 2021-07-11 18:27:34 +00:00
menu Minimap modes, Danari customizations update & bald hairstyles 2021-07-08 00:01:08 +00:00
mesh Address various TODOs introduced in wgpu transition 2021-06-03 00:10:06 -04:00
render Added egui debug UI - a 100% rust UI framework (similar to imgui) allowing for rapid development of debug interfaces to aid development. This is feature-gated behind the egui-ui feature which is enabled by default but removed for airshipper builds. 2021-07-04 09:47:18 +00:00
scene Added egui debug UI - a 100% rust UI framework (similar to imgui) allowing for rapid development of debug interfaces to aid development. This is feature-gated behind the egui-ui feature which is enabled by default but removed for airshipper builds. 2021-07-04 09:47:18 +00:00
session Replace "Player 1" with an NPC name when trading with an NPC 2021-07-11 18:27:34 +00:00
settings Improved consistency of default controls 2021-06-30 13:39:37 +01:00
ui Renamed poise_strength to effect_power to allow it to be used more generally with other weapons in the future. 2021-07-10 23:22:00 -05: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 Added egui debug UI - a 100% rust UI framework (similar to imgui) allowing for rapid development of debug interfaces to aid development. This is feature-gated behind the egui-ui feature which is enabled by default but removed for airshipper builds. 2021-07-04 09:47:18 +00:00
main.rs Add a feature to optionnally disable hot-reloading 2021-07-06 00:27:09 +02: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 Added egui debug UI - a 100% rust UI framework (similar to imgui) allowing for rapid development of debug interfaces to aid development. This is feature-gated behind the egui-ui feature which is enabled by default but removed for airshipper builds. 2021-07-04 09:47:18 +00:00
singleplayer.rs Depend on crossbeam-utils and crossbeam-channel instead of crossbeam in voxygen. 2021-06-02 00:39:58 -04:00
window.rs Improved key names and platform support 2021-06-30 13:14:17 +01:00