veloren/voxygen/src
Joshua Yanovski 38d2d46165 Fix shadows for wgpu.
In the process, we also fix our n_e / f_e calculation to actually
compute plane intersections properly.
2021-06-03 00:10:06 -04:00
..
audio Re-disable incremental just for common-systems, small fix in plugin 2021-05-31 20:44:57 -04:00
ecs Performance and aesthetic improvements to the voxel minimap. 2021-06-02 00:39:58 -04:00
hud Show hitbox cylinders based on actual ECS data, and add a settings toggle in voxygen for it. 2021-06-03 00:10:06 -04:00
menu Fix all clippy warnings 2021-06-03 00:10:05 -04:00
mesh Fix all clippy warnings 2021-06-03 00:10:05 -04:00
render Address MR 2253 review comments. 2021-06-03 00:10:06 -04:00
scene Fix shadows for wgpu. 2021-06-03 00:10:06 -04:00
session Address MR 2253 review comments. 2021-06-03 00:10:06 -04:00
settings Show hitbox cylinders based on actual ECS data, and add a settings toggle in voxygen for it. 2021-06-03 00:10:06 -04:00
ui Fix most of the cargo check warnings 2021-06-03 00:10:05 -04: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 Implement toggleable gpu profiling that saves the timings from a recent frame with the screenshot key, rebase fixes 2021-06-02 23:59:49 -04: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 Render Ui 2021-06-02 23:59:45 -04: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 resizing using the wrong value 2021-06-02 23:59:50 -04:00