f6f018d6dc
Merge branch 'capucho/rendering-fixes' into 'master'
...
Fix depth textures being bound as float textures
See merge request veloren/veloren!3787
2023-01-31 17:53:37 +00:00
0b9f518287
Merge branch 'fix_possess_crash' into 'master'
...
fix_possess_crash
See merge request veloren/veloren!3786
2023-01-31 17:18:52 +00:00
4de4de758b
fix_possess_crash
2023-01-31 17:18:52 +00:00
277528355b
Fix depth textures being bound as float textures
...
Webgpu defines that a texture depth format can only be sampled as a
depth texture or as an "unfilterable-float", however both the clouds and
postprocess pipeline were declaring in their bind group that the depth
source was a texture with a sample type of float (filterable).
This is forbidden by the webgpu specification and should be caught by
validation, but the version of wgpu we are using doesn't have that check
(older versions have the check), so we can only assume that this is
undefined behavior.
Relevant sources:
- [Bind Group Creation](https://gpuweb.github.io/gpuweb/#bind-group-creation )
includes the rules that explicitly forbid this situation
- [Depth-stencil formats](https://gpuweb.github.io/gpuweb/#depth-formats )
defines which sample types we are allowed to use with depth textures
2023-01-31 16:46:24 +00:00
ba2f51e5e0
Merge branch 'christof/glowing_fire' into 'master'
...
Lamps, embers and campfires use glowing indices for the brightest fiery colors
See merge request veloren/veloren!3784
2023-01-30 22:03:19 +00:00
34c69a2c30
Updating some translations, reordering others to match order with EN language - part 2
2023-01-30 02:13:31 +00:00
0e212f61bf
Updating some translations, reordering others to match order with EN language
2023-01-30 00:59:46 +00:00
f306b6ee69
make lamps, embers and campfires use glowing indices for the brightest fiery colors
2023-01-29 18:53:18 +01:00
c165d28e7d
Merge branch 'wyvern_wings' into 'master'
...
wyverns
See merge request veloren/veloren!3720
2023-01-28 21:25:17 +00:00
5e1fd02095
wyverns
2023-01-28 21:25:17 +00:00
c5ea47f868
Merge branch 'isse/mod-badge' into 'master'
...
Moderator chat badge
See merge request veloren/veloren!3781
2023-01-28 02:44:43 +00:00
aefead4a31
fmt
2023-01-28 03:10:43 +01:00
a5248bd61a
Add to changelog
2023-01-28 03:10:42 +01:00
d949348661
Moderator badge
2023-01-28 03:10:24 +01:00
0543c265c8
Merge branch 'veloren-poggly/chat_cmd_suggestion_and_links' into 'master'
...
[ #1286 ] Chat command suggestions + Fixing /help + code refactor
See merge request veloren/veloren!3699
2023-01-28 02:06:23 +00:00
d774319cf0
cleanup and fixes + added change to CHANGELOG.md
2023-01-27 20:32:41 -05:00
74cb514094
move client commands to voxygen + add Admin to be shared with client for permissions + unit test for alphabetical server command
2023-01-27 20:31:56 -05:00
361e5204e3
added levenshtein for most similar string and words starting with what user entered + check permissions + added clientside commands to /help
2023-01-27 20:31:56 -05:00
75ccd65ec6
initial commit, todo comment and realphabetized ServerChatCommand enum
2023-01-27 20:31:56 -05:00
436453556b
Merge branch 'Teffmasterjeff/update-ko_KR' into 'master'
...
Update the Korean translation
See merge request veloren/veloren!3777
2023-01-26 22:54:02 +00:00
802ca9b532
Merge branch 'vasco/buff-potionsickness' into 'master'
...
Italian translation: buff-*-potionsickness
See merge request veloren/veloren!3780
2023-01-26 15:08:23 +00:00
ebcb986461
Merge branch 'Corvella/small_fixes' into 'master'
...
Correctly apply LoD distance setting and improve documentation on projectile fixes
Closes #1779
See merge request veloren/veloren!3779
2023-01-26 14:27:59 +00:00
dcd3fb2077
Correctly apply LoD distance setting and improve documentation on projectile fixes
2023-01-26 14:27:59 +00:00
2843852457
Italian translation: buff-*-potionsickness
2023-01-26 12:36:45 +01:00
91d0227c1b
Merge branch 'jdbp/update_es_ES_translation' into 'master'
...
feat(i18n): update the Spanish (Castilian) translation
See merge request veloren/veloren!3773
2023-01-26 08:10:17 +00:00
8aea1bffc1
Merge branch 'tygyh/Update-swedish-translations' into 'master'
...
Update swedish translations
See merge request veloren/veloren!3778
2023-01-26 08:06:32 +00:00
4159ea5b48
Update swedish translations
2023-01-24 16:56:12 +01:00
4502b2fd68
feat(i18n): update the Spanish (Castilian) translation
...
The Spanish translation (es_ES) has "Unused" and "NotFound" strings that need to be fixed
2023-01-24 15:21:25 +01:00
1904740ffd
Merge branch 'niniko/update-fr_FR' into 'master'
...
Update the French translation
See merge request veloren/veloren!3764
2023-01-24 08:49:18 +00:00
88ac238121
Merge branch 'joedonofry/dropped_lantern_glow' into 'master'
...
Add glow to dropped lanterns
See merge request veloren/veloren!3772
2023-01-23 16:13:43 +00:00
74ee861dde
Add glow to dropped lanterns
2023-01-23 16:13:43 +00:00
c02015c6c3
Update the Korean translation
2023-01-23 00:32:21 -07:00
05dd34e1e8
Merge branch 'isse/update-dot-vox-dependency' into 'master'
...
Update dot_vox dependency
See merge request veloren/veloren!3776
2023-01-22 22:22:02 +00:00
ec73d136b4
Merge branch 'isse/fix-armor-diff' into 'master'
...
Fixed armor stat diff display
See merge request veloren/veloren!3774
2023-01-22 22:19:21 +00:00
4fdcbeeb71
Update dot_vox dependency
2023-01-22 18:00:39 +01:00
709b6a9aae
Fixed armor stat diff display
2023-01-21 02:40:32 +01:00
75e07c04f0
Merge branch 'zesterer/glowing-sprites' into 'master'
...
Added support for glowing sprites
See merge request veloren/veloren!3771
2023-01-19 22:31:30 +00:00
25c8eb8444
Merge branch 'potion-sickness' into 'master'
...
Implement potion sickness, which causes diminishing returns on healing from potions.
See merge request veloren/veloren!3756
2023-01-19 22:06:07 +00:00
d9552f7ff4
Added support for glowing sprites
2023-01-19 21:59:02 +00:00
1cf74cecdb
Allocate the correct number of widget ids for multiplicity icons.
2023-01-19 15:06:14 -05:00
aba6f6654e
Add a new particle mode for potion sickness.
2023-01-19 15:06:14 -05:00
dc6e61983c
Make potion sickness's healing multiplier only affect potions.
2023-01-19 15:06:13 -05:00
060b8cc0ec
Decrease the duration of potion sickness to 45 seconds. Make agents more averse to incurring further stacks of potion sickness, and give villagers iced tea.
2023-01-19 15:06:13 -05:00
adaf8ef6f4
Add a background to make the buff multiplicities more visible, and show the shortest timer for stackable buffs.
2023-01-19 15:06:13 -05:00
1b00b18a7b
Show buff multiplicities as a number instead of duplicate icons. Add particle effects for the beginning of potion sickness.
2023-01-19 15:06:13 -05:00
a871d3880b
Address MR 3756 review comments.
2023-01-19 15:06:13 -05:00
78845a0d73
Implement potion sickness, which causes diminishing returns on healing from potions.
2023-01-19 15:06:12 -05:00
da9cd79973
Merge branch 'zesterer/canary' into 'master'
...
Added canary asset
See merge request veloren/veloren!3770
2023-01-18 23:02:07 +00:00
63d0c937f0
Removed existing LFS check
2023-01-18 22:31:33 +00:00
44f4dcc6f7
Added canary asset
2023-01-18 22:01:00 +00:00