veloren/common/sys/src
Avi Weinstock 9304ecab3d Address Imbris's MR 1888 comments, and add changelog entry.
- Use Ori::{new,to_quat} and make the field private.
- Update/capitalize/add various comments.
- Implicitly drop scope guards where applicable.
- Take !Copy colliders by reference instead of cloning.
- s/cylinder_voxel_collision/box_voxel_collision/
- Unindent some physics code with a continue.
2021-03-14 23:21:46 -04:00
..
plugin Change Ecs access system to allow write accesses to be used + reintroduced get_player_name 2021-03-10 19:36:53 +01:00
aura.rs Auras will now refresh buffs if a buff was already present that had a lesser duration. 2021-03-09 18:03:06 -05:00
beam.rs Basic beam now generates combo. Healing beam now consumes combo, and requires combo to heal. 2021-03-09 17:59:33 -05:00
buff.rs Changed lifesteal beam particles to look better. 2021-03-09 17:59:41 -05:00
character_behavior.rs Wielding now works again 2021-03-14 17:26:55 -04:00
controller.rs Completely purged old method of inputs 2021-03-14 17:26:55 -04:00
interpolation.rs Add hermite interpolation for position (disabled for now with a flag, since it breaks possession). 2021-03-14 23:20:48 -04:00
lib.rs Get linear interpolation working for {Pos,Vel,Ori} with client-side timestamps. 2021-03-14 23:20:48 -04:00
melee.rs Basic beam now generates combo. Healing beam now consumes combo, and requires combo to heal. 2021-03-09 17:59:33 -05:00
mount.rs Fix interpolation for possession, and make the mount point of airships above their deck. 2021-03-14 23:21:45 -04:00
phys.rs Address Imbris's MR 1888 comments, and add changelog entry. 2021-03-14 23:21:46 -04:00
projectile.rs Basic beam now generates combo. Healing beam now consumes combo, and requires combo to heal. 2021-03-09 17:59:33 -05:00
shockwave.rs Basic beam now generates combo. Healing beam now consumes combo, and requires combo to heal. 2021-03-09 17:59:33 -05:00
state.rs Get linear interpolation working for {Pos,Vel,Ori} with client-side timestamps. 2021-03-14 23:20:48 -04:00
stats.rs Aura duration separated from cast duration in aura state 2021-03-09 18:02:00 -05:00