stevenarella/src
Slushie 67e019faba
entity/player: rotate nametag to face player (#746)
Nametag is rotated to face the player (Around the Y axes. it still doesn't rotate up or down, I don't know how to rotate it on both axis)
2022-12-31 08:30:22 -08:00
..
console Fix clippy::needless_borrow in console 2022-10-30 15:32:31 -07:00
ecs Fix clippy::drop_non_drop on MaybeUninit<T> in ecs 2022-10-30 15:18:46 -07:00
entity entity/player: rotate nametag to face player (#746) 2022-12-31 08:30:22 -08:00
gl gl: Update to glow 0.11.0 (#594) 2021-09-01 19:21:49 -07:00
model Suppress dead_code warnings for unused fields new in Rust 1.57 2021-12-24 09:17:58 -08:00
render render: suppress clippy::uninit_vec for now 2022-03-06 13:39:20 -08:00
screen Fix clippy::needless_borrow 2021-08-01 06:19:48 -07:00
server Merge pull request #731 from nathanruiz/digging 2022-10-30 16:10:45 -07:00
ui Fix clippy::type_complexity, refactor type alias 2022-10-30 15:27:28 -07:00
world Fix formatting issues 2022-10-24 09:21:33 +00:00
auth.rs Update to use crate:: for current crate, for Rust 2018 edition 2018-11-04 12:06:00 -08:00
chunk_builder.rs Derive Clone, PartialEq, Eq, and Hash where appropriate. 2022-02-05 15:42:38 -08:00
main.rs Merge pull request #731 from nathanruiz/digging 2022-10-30 16:10:45 -07:00
resources.rs Use more descriptive name to fix blacklisted_name 'bar' (as in foobar) 2020-07-02 17:17:51 -07:00
settings.rs Fix clippy::manual_find, replace with an iterator 2022-10-30 15:36:50 -07:00