Sam
|
0170a38ebc
|
Removed unwraps in buffs
|
2021-04-25 12:01:21 -04:00 |
|
Snowram
|
c16ec43938
|
Body specific beam offsets
|
2021-04-25 04:07:12 +02:00 |
|
Snowram
|
8f54a0bf31
|
More phoenix AI work
More phoenix AI work
|
2021-04-25 04:07:12 +02:00 |
|
Snowram
|
8cf8e51962
|
Phoenix npc + AI (WIP)
|
2021-04-25 04:07:11 +02:00 |
|
Snowram
|
fd177c9669
|
Breathe and stun anims
|
2021-04-25 02:14:50 +02:00 |
|
Snowram
|
eb98360183
|
Cockatrice bird_large conversion
|
2021-04-25 02:14:50 +02:00 |
|
Snowram
|
bc95484863
|
Swaps bird_small skeleton to a new bird_large
|
2021-04-25 02:14:49 +02:00 |
|
Monty Marz
|
b69eb61e7b
|
Add handles to lanterns, fix cooking pot scale
|
2021-04-22 17:12:07 +00:00 |
|
jshipsey
|
9d82b20891
|
remove 0.8, add snow's mixed_vel idea for other bodies
|
2021-04-22 00:04:39 -04:00 |
|
Dominik Broński
|
1d25016459
|
Merge branch 'lboklin/arrow-turret-drag-fix' into 'master'
Fix ArrowTurret drag coefficient
See merge request veloren/veloren!2175
|
2021-04-21 20:17:44 +00:00 |
|
Ludvig Böklin
|
37713cb4ad
|
Fix ArrowTurret drag coefficient
|
2021-04-21 18:26:23 +02:00 |
|
Joshua Barretto
|
ed7cc12213
|
Made characters carry lanterns higher when possible
|
2021-04-21 15:59:29 +01:00 |
|
Ludvig Böklin
|
762c68cfbb
|
Basic fluid dynamics and physical properties for entities
|
2021-04-20 17:38:19 +02:00 |
|
Monty
|
86445af09c
|
change cauldron spawning
cooking pot height
fmt
fmt, changelog
|
2021-04-20 02:48:13 +02:00 |
|
Monty
|
a1fe7c12c3
|
fmt, add sprites
|
2021-04-20 02:46:04 +02:00 |
|
Joshua Barretto
|
5598d07944
|
Added crafting stations
|
2021-04-20 02:45:59 +02:00 |
|
Joshua Barretto
|
b700d9a641
|
Merge branch 'zesterer/econ-tweaks' into 'master'
Limit trading currency to sane amounts
See merge request veloren/veloren!2154
|
2021-04-19 10:46:17 +00:00 |
|
Joshua Barretto
|
324148d9a3
|
Limit trading currency to sane amounts
|
2021-04-19 10:04:28 +01:00 |
|
Sam
|
ce7581037c
|
Overhauled dash melee.
|
2021-04-18 18:36:12 -04:00 |
|
Joshua Barretto
|
cb817c0313
|
Merge branch 'zesterer/econ-tweaks' into 'master'
Rebalanced economy somewhat
See merge request veloren/veloren!2148
|
2021-04-18 21:20:49 +00:00 |
|
Avi Weinstock
|
0404250300
|
Unlock dodge roll iframes and staff explosion by default.
|
2021-04-18 16:16:06 -04:00 |
|
Joshua Barretto
|
352fce239e
|
Allow trading items not sold by merchants
|
2021-04-18 20:07:00 +01:00 |
|
Joshua Barretto
|
cac9ac6807
|
Trading stock limits
|
2021-04-18 18:58:26 +01:00 |
|
Ben Wallis
|
a4cdb89987
|
Implemented inventory sorting
|
2021-04-17 22:04:08 +01:00 |
|
gGmMsS123
|
d5a887f195
|
m2 staff
|
2021-04-16 00:48:20 +03:00 |
|
gGmMsS123
|
e33961e1fa
|
M2 Staff Final Touch
|
2021-04-16 00:34:24 +03:00 |
|
gGmMsS123
|
0d956610ec
|
Added burning debuff for Staff M2
|
2021-04-15 23:34:28 +03:00 |
|
Sam
|
94042bdf79
|
Stats adjusted for 2h. Poise adjusted by handedness.
|
2021-04-14 15:03:37 -04:00 |
|
holychowders
|
568a8d9666
|
Resolve Issue #978 - Extract SkillSet Into Its Own Component
|
2021-04-14 15:35:34 +00:00 |
|
jshipsey
|
161382d06a
|
changelog
|
2021-04-13 20:19:35 -04:00 |
|
jshipsey
|
ea9b871374
|
loot tables, clippy, animation tweaks
|
2021-04-13 20:18:59 -04:00 |
|
Sam
|
0b10ffc715
|
You can now roll without a weapon equipped.
|
2021-04-13 20:18:58 -04:00 |
|
Avi Weinstock
|
ddf6a26577
|
Give NPCs the ability to use potions.
|
2021-04-11 23:47:29 +00:00 |
|
Joshua Yanovski
|
af94753ad9
|
Remove panics and unwraps, part 1.
Also fixes various other miscellaneous bugs.
|
2021-04-10 10:03:21 +02:00 |
|
Vincent Foulon
|
d80db38bc9
|
Remove TRADE capability, use trade_site attribute instead
|
2021-04-08 19:06:57 +02:00 |
|
Vincent Foulon
|
bc1797a240
|
Address comments
|
2021-04-08 18:33:00 +02:00 |
|
Vincent Foulon
|
a30cbaf735
|
Move Behavior to Agent's Component
|
2021-04-07 22:11:29 +02:00 |
|
Vincent Foulon
|
dbee13f9be
|
Finally Behavior isn't good enough as a component, Remove it from ECS and include it onto Agent directly
|
2021-04-07 22:02:57 +02:00 |
|
Vincent Foulon
|
45fb9f3211
|
Address comments
- make Behavior's capabilities and state private
- Typo in a comment
- add basic tests
Apply 1 suggestion(s) to 1 file(s)
Remove comments in agent.rs
|
2021-04-07 22:02:42 +02:00 |
|
Vincent Foulon
|
a0157ac5f5
|
use bitflags instead of HashSet
|
2021-04-07 17:37:21 +02:00 |
|
Vincent Foulon
|
114715908a
|
fix tag removing
|
2021-04-07 17:26:54 +02:00 |
|
Vincent Foulon
|
b1718cf578
|
Use HashSet instead of Vec
|
2021-04-07 17:26:48 +02:00 |
|
Vincent Foulon
|
211ab02897
|
Use Behavior::CanTrade instead of Agent::trade_for_site + addressed comments
|
2021-04-07 17:26:42 +02:00 |
|
Vincent Foulon
|
18694b30ad
|
Use Behavior into Agent
|
2021-04-07 17:26:12 +02:00 |
|
Vincent Foulon
|
41314e9098
|
Create Behavior component
|
2021-04-07 17:21:53 +02:00 |
|
Avi Weinstock
|
2c4612bff1
|
Fix loadout_builder panic.
|
2021-04-06 10:34:13 -04:00 |
|
Marcel
|
f0cabf1add
|
Merge branch 'aweinstock/stackable-merchants' into 'master'
Make merchants spawn with stacks of stackable items.
See merge request veloren/veloren!2062
|
2021-04-06 08:14:33 +00:00 |
|
Samuel Keiffer
|
3c50321a80
|
Merge branch 'sam/consolidate-roll' into 'master'
Flattened roll progression.
See merge request veloren/veloren!2073
|
2021-04-06 03:31:46 +00:00 |
|
Sam
|
ba0b6c309b
|
Flattened roll progression.
|
2021-04-05 17:50:53 -04:00 |
|
Sam
|
a7e39bc8c9
|
Nerfs
|
2021-04-05 17:38:52 -04:00 |
|