This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
veloren
Watch
1
Star
0
Fork
0
You've already forked veloren
mirror of
https://gitlab.com/veloren/veloren.git
synced
2024-08-30 18:12:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
veloren
/
voxygen
History
anomaluridae
c8cb7fbe62
make the concepts of targets (under cursor), separate from interactable. interactable is what is (1) indicated visually in gui as able to interact, or (2) is an entity, or (3) is a block capable of Interaction. whereas a target is what occurs under the cursor, regardless of other state and input (such as different InputKind). targets are determined first, then other factors are cosidered to determine interactable.
2021-09-17 10:34:20 -07:00
..
anim
address comments
2021-09-04 13:17:56 -04:00
benches
Fix all clippy warnings
2021-06-03 00:10:05 -04:00
dynlib
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
egui
Overhauled health component, making it a float to outer interfaces.
2021-09-09 00:10:17 -04:00
examples
(See sharp/lod-history) LOD, shadows, greedy meshing, new lighting, perf
2020-08-20 20:34:59 +02:00
i18n
write header only once
2021-08-06 12:02:22 +02:00
src
make the concepts of targets (under cursor), separate from interactable. interactable is what is (1) indicated visually in gui as able to interact, or (2) is an entity, or (3) is a block capable of Interaction. whereas a target is what occurs under the cursor, regardless of other state and input (such as different InputKind). targets are determined first, then other factors are cosidered to determine interactable.
2021-09-17 10:34:20 -07:00
build.rs
feat(voxygen): add logo for windows executable
2019-10-02 16:57:08 +02:00
Cargo.toml
Change the version number to 0.11
2021-09-10 20:19:17 +02:00
clippy.toml
(See sharp/lod-history) LOD, shadows, greedy meshing, new lighting, perf
2020-08-20 20:34:59 +02:00