..
body
Restore collision data for airships, and add the test that would have caught this.
2021-06-07 18:09:09 -04:00
inventory
Load skillsets from assets
2021-06-09 15:37:04 +03:00
ability.rs
Added totem ability, totem ai, totem ability set, particles for totem abilities, and totem voxel model.
2021-06-03 21:39:15 -05:00
admin.rs
Added non-admin moderators and timed bans.
2021-05-09 21:19:16 -07:00
agent.rs
Split LodoutBuilder::build_loadout
2021-06-09 15:37:04 +03:00
aura.rs
New abilities for sceptre are done
2021-03-09 17:56:38 -05:00
beam.rs
Added base ability set
2021-06-04 18:17:14 -05:00
body.rs
NPC Hitbox Adjustments
2021-06-09 08:08:41 +00:00
buff.rs
First 3 abilities for tidal warrior functional. Added bubble particles.
2021-06-03 21:39:13 -05:00
character_state.rs
Don't modify position in glide character state
2021-05-23 07:26:11 +00:00
chat.rs
Item pickups are shown in separate window and "inventory-full" messages are shown above the item attempted to be picked up
2021-05-22 20:47:08 +00:00
combo.rs
Increased combo duration by 50%
2021-03-20 16:44:18 -04:00
compass.rs
Implement a basic dialogue system
2021-03-29 14:47:42 +00:00
controller.rs
Blocking now works if no weapon is equipped in main hand.
2021-04-25 13:09:02 -04:00
dialogue.rs
Implement a basic dialogue system
2021-03-29 14:47:42 +00:00
energy.rs
Adressed comments on energy and armor functions.
2021-06-07 11:06:25 +02:00
fluid_dynamics.rs
Birds don't have wings
2021-05-23 08:17:49 +02:00
group.rs
MR 1775 review fixes.
2021-02-14 11:13:56 -05:00
health.rs
Removed potential for divide by zero
2021-03-27 21:06:21 -04:00
home_chunk.rs
Fix bug that caused campfires and other stuff to duplicate
2020-11-22 21:03:06 +00:00
inputs.rs
Remove panics and unwraps, part 1.
2021-04-10 10:03:21 +02:00
invite.rs
MR 1775 review fixes.
2021-02-14 11:13:56 -05:00
last.rs
updated dependencies and fixed stuff
2020-07-07 09:43:49 +02:00
location.rs
fixed Cargo.lock conflict
2021-01-07 20:25:12 +00:00
misc.rs
Moved common networking code to common/net, clippy fixes
2020-12-13 17:23:45 +00:00
mod.rs
Implement PID controllers and use them to stabilize Agent airship flight.
2021-05-30 13:36:25 -04:00
ori.rs
Made golem laser spawn based off of orientation rather than look_dir. Additional balance tweaks.
2021-05-10 18:54:00 -05:00
phys.rs
Basic fluid dynamics and physical properties for entities
2021-04-20 17:38:19 +02:00
player.rs
instead of manually trying to sync disconnect metrics we now pass a Reason to the handle_disconnect.
2021-05-06 11:43:10 +02:00
poise.rs
Adressed comments on energy and armor functions.
2021-06-07 11:06:25 +02:00
projectile.rs
Snowball attack.
2021-06-04 18:17:15 -05:00
shockwave.rs
Particles for ice spikes
2021-06-04 18:17:15 -05:00
skills.rs
Update toolchain
2021-05-31 20:44:57 -04:00
stats.rs
Max energy stat functional.
2021-06-07 10:58:37 +02:00
visual.rs
fixed Cargo.lock conflict
2021-01-07 20:25:12 +00:00