Monty Marz
|
2d793d7e65
|
Add firework hues
|
2020-08-12 22:29:06 +08:00 |
|
scott-c
|
e5bf0230e9
|
Add firework item
|
2020-08-12 22:25:28 +08:00 |
|
scott-c
|
d3270e8274
|
fix rebase
|
2020-08-08 20:53:07 +08:00 |
|
scott-c
|
b5982999b5
|
fix rebase
|
2020-08-08 19:26:52 +08:00 |
|
scott-c
|
ed4cab9019
|
change campfire cmd to spawn object instead of npc
|
2020-08-08 19:26:52 +08:00 |
|
Joshua Barretto
|
575319f3aa
|
Added outcome system, sound effects
|
2020-08-08 19:26:48 +08:00 |
|
scott-c
|
3b9ef1cba8
|
Add campfire command
|
2020-08-08 19:25:33 +08:00 |
|
scott-c
|
0f59d978d6
|
Update changelog
|
2020-08-08 19:25:29 +08:00 |
|
scott-c
|
4c765eac9b
|
remove particle emitter component
|
2020-08-08 19:25:00 +08:00 |
|
scott-c
|
8d742a77cc
|
Add particle velocity and ability particle emitter
|
2020-08-08 19:25:00 +08:00 |
|
scott-c
|
6e9584e061
|
Add particle lifespan
|
2020-08-08 19:25:00 +08:00 |
|
scott-c
|
26a0bbb7f9
|
Add ParticleMgr
|
2020-08-08 19:24:55 +08:00 |
|
scott-c
|
295b41abf0
|
Add ParticleEmitter Component
|
2020-08-08 19:24:22 +08:00 |
|
Monty Marz
|
fb0984efa1
|
address comments
|
2020-08-08 00:13:00 -04:00 |
|
Imbris
|
10ad130712
|
Make clippy happy, fmt even though it is set to fmt on save in my
editor...."
|
2020-08-08 01:16:35 +02:00 |
|
Imbris
|
1d8d8eb79b
|
Fireballs no longer damage group members
|
2020-08-08 01:16:35 +02:00 |
|
Imbris
|
4876c7395a
|
Remove pets from the group exp division calculation but still give them exp, fix bug with group code when pets are deleted
|
2020-08-08 01:16:35 +02:00 |
|
Imbris
|
50858245d9
|
Add timeout's to group invites, and configurable limit to group size
Fix a few group bugs, enable invite timeout and group limits in ui
|
2020-08-08 01:16:35 +02:00 |
|
Monty Marz
|
2232ca78b7
|
Fixed test world to run again
Update test_world.rs
|
2020-08-08 01:15:58 +02:00 |
|
Monty Marz
|
9869b2a8d7
|
group leader colouring, offset fix when debug menu is open,
fixed social tab visuals
text width limit
group interaction wording, group window adjustments
|
2020-08-08 01:15:58 +02:00 |
|
Monty Marz
|
a0dd070daf
|
timeout visuals, various small fixes and two new items
|
2020-08-08 01:15:58 +02:00 |
|
Imbris
|
301205c369
|
Don't give exp when killing self or group members
|
2020-08-08 01:15:58 +02:00 |
|
Imbris
|
3c66e786dd
|
Distribute exp evenly and make it easier to target entities
|
2020-08-08 01:14:19 +02:00 |
|
Imbris
|
320cbc9b3c
|
New group UI functions
|
2020-08-08 01:14:19 +02:00 |
|
Imbris
|
7f641498ff
|
Integrate groups with chat groups
|
2020-08-08 01:12:35 +02:00 |
|
Imbris
|
71917f9964
|
Make entity targeting easier, add EXP sharing
|
2020-08-08 01:12:35 +02:00 |
|
Imbris
|
03a1c7cd13
|
Fixes and tweaks for groups
|
2020-08-08 01:12:35 +02:00 |
|
Monty Marz
|
c5720c02c9
|
Basic UI
Basic ui for groups and group window
|
2020-08-08 01:12:35 +02:00 |
|
Imbris
|
cf0a727eb6
|
Add basic group functionality (no voxygen wiring yet)
|
2020-08-08 01:09:01 +02:00 |
|
Joshua Yanovski
|
3e3da609f4
|
Fix various migration issues.
|
2020-08-07 01:35:51 +02:00 |
|
Silentium2318
|
ab594a97fb
|
More weapon and hit box tweaks
|
2020-08-06 09:43:47 -05:00 |
|
Imbris
|
8f813a3773
|
Revert "Merge branch 'BottledByte/ability_design' into 'master'"
This reverts merge request !1264
|
2020-08-06 08:04:03 +00:00 |
|
Imbris
|
703da622bb
|
Merge branch 'BottledByte/ability_design' into 'master'
Add ability IDs and use them in GUI
See merge request veloren/veloren!1264
|
2020-08-06 04:44:51 +00:00 |
|
BottledByte
|
8cbb43ac30
|
Add ability IDs and use them in GUI
|
2020-08-05 23:00:43 +02:00 |
|
BottledByte
|
b8199542e0
|
Dehardcoded LanternKind, Consumable and Ingredient, fixed Sceptre hotbar
Also fixed two wrong asset references and did some .ron formatting
|
2020-08-05 01:21:42 +02:00 |
|
BottledByte
|
c7a5161b43
|
Removed fine-grained Item enums and replaced them with Strings
This change allows to introduce new weapons and pair them
with graphical assets without need to recompile.
|
2020-08-02 01:21:32 +00:00 |
|
Samuel Keiffer
|
6f73713c79
|
Allows for weapons to have different stats. Seperates healing staff out from staffs into its own weapon type: sceptre. Splits bow weapon type into shortbow and longbow.
|
2020-08-01 20:08:30 +00:00 |
|
Imbris
|
d24ca1a037
|
Fix glyph to large panic
|
2020-07-31 01:13:31 -04:00 |
|
Marcel Märtens
|
0713c1dd54
|
switch to auth that doesn't use agent
|
2020-07-31 01:05:01 +02:00 |
|
Marcel Märtens
|
e4eb380cdf
|
update auth to newest version
|
2020-07-29 19:28:22 +02:00 |
|
Marcel Märtens
|
451b6fddef
|
update auth to the newest version and remove useless dep
|
2020-07-29 00:05:23 +02:00 |
|
Samuel Keiffer
|
527453c54a
|
Armor fixes
|
2020-07-25 23:57:04 +00:00 |
|
Marcel
|
3ad3d0ec29
|
Merge branch 'lausek/admin-joining' into 'master'
fix #660; Admins should join even if they aren't on whitelist
Closes #660
See merge request veloren/veloren!1219
|
2020-07-23 17:16:52 +00:00 |
|
lausek
|
b870b16c87
|
fix #660; Admins should join even if they aren't on whitelist
|
2020-07-23 17:16:52 +00:00 |
|
Monty Marz
|
5ac2d63d96
|
Update terrain.rs
|
2020-07-23 15:01:39 +02:00 |
|
Monty Marz
|
6d3f0f2e29
|
lots of things
animation fixes by slipped
new cultist item
settings option for loading screen tips
loot table adjustments
|
2020-07-23 12:10:13 +00:00 |
|
Marcel Märtens
|
21007429cc
|
fixed !688
|
2020-07-22 09:50:26 +02:00 |
|
T-Dark0
|
d8c6f82d6b
|
Voxygen and server-cli no longer panic if server creation returns error
The process just exists instead
|
2020-07-21 09:59:00 +00:00 |
|
Joshua Yanovski
|
c891721f92
|
Fix corrupted character inventories by adding protection.
This is a temporary bandaid until we move to our new schema, but it
should at least allow people to log in with old characters.
|
2020-07-20 02:34:43 +02:00 |
|
Imbris
|
3a1f63cb4f
|
Merge branch 'Menko/utility_items_fix_issue_612' into 'master'
#612 Fixed utility items not being removed from inventory/hotbar
See merge request veloren/veloren!1123
|
2020-07-18 02:41:45 +00:00 |
|