veloren/voxygen/src
2021-07-12 12:09:27 +02:00
..
audio fix clippy warnings 2021-07-12 12:09:09 +02: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 fmt after applying clippy fixes after toolchain update 2021-07-12 12:09:27 +02:00
menu fix clippy warnings 2021-07-12 12:09:09 +02:00
mesh Address various TODOs introduced in wgpu transition 2021-06-03 00:10:06 -04:00
render fix clippy warnings 2021-07-12 12:09:09 +02:00
scene fmt after applying clippy fixes after toolchain update 2021-07-12 12:09:27 +02:00
session fix clippy warnings 2021-07-12 12:09:09 +02:00
settings Improved consistency of default controls 2021-06-30 13:39:37 +01:00
ui fmt after applying clippy fixes after toolchain update 2021-07-12 12:09:27 +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 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 fix clippy warnings 2021-07-12 12:09: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 fix clippy warnings 2021-07-12 12:09:09 +02:00