.. |
body
|
Adds husk npc
|
2021-03-27 21:05:09 -04:00 |
inventory
|
Allow trading items not sold by merchants
|
2021-04-18 20:07:00 +01:00 |
ability.rs
|
loot tables, clippy, animation tweaks
|
2021-04-13 20:18:59 -04:00 |
admin.rs
|
Change admins from Vec<String> into Hashset<Uuid>, add commands to server-cli-bin for adding and removing admins
|
2020-10-10 02:10:32 -04:00 |
agent.rs
|
Remove TRADE capability, use trade_site attribute instead
|
2021-04-08 19:06:57 +02:00 |
aura.rs
|
New abilities for sceptre are done
|
2021-03-09 17:56:38 -05:00 |
beam.rs
|
Added cursed flame attack to mindflayer
|
2021-03-27 21:05:03 -04:00 |
body.rs
|
Removed all rng matches in code to determine loot tables, and moved to loot tables specific for each sprite, creature, or dungeon.
|
2021-04-02 23:24:55 -04:00 |
buff.rs
|
m2 staff
|
2021-04-16 00:48:20 +03:00 |
character_state.rs
|
Added summon minions ability to mindflayer
|
2021-03-27 21:05:05 -04:00 |
chat.rs
|
Remove panics and unwraps, part 1.
|
2021-04-10 10:03:21 +02: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
|
Implemented inventory sorting
|
2021-04-17 22:04:08 +01:00 |
dialogue.rs
|
Implement a basic dialogue system
|
2021-03-29 14:47:42 +00:00 |
energy.rs
|
Fixed base energy being 0.
|
2021-01-26 21:25:00 -05: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
|
Move Behavior to Agent's Component
|
2021-04-07 22:11:29 +02:00 |
ori.rs
|
update toolchain to nightly-2021-03-22
|
2021-03-22 16:41:04 +01:00 |
phys.rs
|
Changed touch_entities from a vec to a hashset.
|
2021-04-03 15:13:04 -04:00 |
player.rs
|
login trim username, improve validation, social ordering
|
2021-04-01 16:43:27 +02:00 |
poise.rs
|
intitial values
|
2021-03-12 00:58:12 -05:00 |
projectile.rs
|
Aura duration separated from cast duration in aura state
|
2021-03-09 18:02:00 -05:00 |
shockwave.rs
|
Shockwaves now use attacks.
|
2021-02-02 13:07:05 -05:00 |
skills.rs
|
Resolve Issue #978 - Extract SkillSet Into Its Own Component
|
2021-04-14 15:35:34 +00:00 |
stats.rs
|
Resolve Issue #978 - Extract SkillSet Into Its Own Component
|
2021-04-14 15:35:34 +00:00 |
visual.rs
|
fixed Cargo.lock conflict
|
2021-01-07 20:25:12 +00:00 |