Sam
|
a07e042fa2
|
Items now lose durability on death
|
2023-04-06 10:54:46 -04:00 |
|
Sam
|
df13741be9
|
Durability system in place
|
2023-04-06 10:54:46 -04:00 |
|
Christof Petig
|
73cd4e5136
|
Merge branch 'christof/wasmer_update' into 'master'
update wasmer
See merge request veloren/veloren!3857
|
2023-04-06 07:22:24 +00:00 |
|
Christof Petig
|
49e734fa0b
|
Merge branch 'christof/multi_model_vox' into 'master'
Support multiple models in one vox file, e.g. for figures
See merge request veloren/veloren!3830
|
2023-04-06 07:09:20 +00:00 |
|
Christof Petig
|
7ab2bcd4e4
|
revert unwanted regressions as indicated by imbris
|
2023-04-06 08:30:49 +02:00 |
|
Samuel Keiffer
|
41e551f32d
|
Merge branch 'smol_sword_nerf' into 'master'
Teeny changes to crippling stance abilities
See merge request veloren/veloren!3855
|
2023-04-05 23:17:57 +00:00 |
|
Youssef Fahmy
|
7c85460f18
|
Teeny changes to crippling stance abilities
|
2023-04-05 23:17:57 +00:00 |
|
Christof Petig
|
8fac5192cc
|
update wasmer
|
2023-04-05 22:19:28 +02:00 |
|
Imbris
|
76bfae38a0
|
Merge branch 'imbris/update-conrod-copypasta' into 'master'
Update copypasta version used by conrod
See merge request veloren/veloren!3854
|
2023-04-05 07:19:16 +00:00 |
|
Imbris
|
9dd1b6c785
|
Switch from ansi-parser to cansi, down to a single version of nom!
|
2023-04-05 02:38:58 -04:00 |
|
Imbris
|
6ed75fa3aa
|
Update tynm dependency (had to update nom first)
|
2023-04-04 22:25:32 -04:00 |
|
Joshua Barretto
|
15ada6f25e
|
Merge branch 'tony/patch_underwater_fall_damage_bug' into 'master'
Temporarily patch underwater fall damage bug
See merge request veloren/veloren!3853
|
2023-04-04 22:25:32 +00:00 |
|
Christof Petig
|
e60aace448
|
realize zesterers proposal
|
2023-04-05 00:11:26 +02:00 |
|
Imbris
|
8352e4efae
|
Update copypasta version used by conrod so that we can avoid dependence on old xcb that will fail to compile soon due to dependency on quick-xml 0.22.0
See https://gitlab.com/veloren/veloren/-/issues/1815
|
2023-04-04 18:07:09 -04:00 |
|
Christof Petig
|
f4a87e9f0b
|
cargo fmt
|
2023-04-04 23:47:31 +02:00 |
|
Christof Petig
|
8d2b9b9a9c
|
single file orichalcum armor
|
2023-04-04 23:46:20 +02:00 |
|
Christof Petig
|
4da41b0dd0
|
move alchemist set to single file (with reduced hat size)
|
2023-04-04 23:46:20 +02:00 |
|
Christof Petig
|
e26cbffa0c
|
correct offsets from animation settings
|
2023-04-04 23:46:20 +02:00 |
|
Christof Petig
|
5cb974f770
|
cargo fmt
|
2023-04-04 23:46:20 +02:00 |
|
Christof Petig
|
76baf491ec
|
support model indices for humanoids
|
2023-04-04 23:46:20 +02:00 |
|
Christof Petig
|
fb06bb651b
|
a single llama file (smaller)
|
2023-04-04 23:46:20 +02:00 |
|
Christof Petig
|
0b8bc507ac
|
fix clippy
|
2023-04-04 23:46:20 +02:00 |
|
Christof Petig
|
9205da2298
|
cargo fmt
|
2023-04-04 23:46:20 +02:00 |
|
Christof Petig
|
b1dc85dc0f
|
llama in one vox file
|
2023-04-04 23:46:20 +02:00 |
|
Christof Petig
|
9b3bf4c3c8
|
initial support for multiple models in one vox file
|
2023-04-04 23:46:20 +02:00 |
|
Antonios Barotsis
|
34cdd2d7f5
|
fmt
|
2023-04-04 23:25:11 +02:00 |
|
Antonios Barotsis
|
d292026935
|
Added fix to changelog
|
2023-04-04 23:23:04 +02:00 |
|
Antonios Barotsis
|
093b1c924c
|
Refactored according to review
|
2023-04-04 23:16:00 +02:00 |
|
Antonios Barotsis
|
3adea9cdbb
|
Temporarily patch underwater fall damage bug
|
2023-04-04 19:16:58 +02:00 |
|
Joshua Barretto
|
b3cd1c1e56
|
Merge branch 'inventory-list' into 'master'
Add a list mode to inventories to make it easier to see item names at merchants.
See merge request veloren/veloren!3755
|
2023-04-04 16:54:15 +00:00 |
|
Marcel
|
914f93e18a
|
Merge branch 'tygyh/Update-swedish-translations' into 'master'
Update swedish translations
See merge request veloren/veloren!3847
|
2023-04-03 21:40:32 +00:00 |
|
Avi Weinstock
|
908b2a62fa
|
Change item color in details mode.
|
2023-04-03 15:40:34 -04:00 |
|
Avi Weinstock
|
6899023fde
|
Sort merchant inventories lexicographically by (quality, name, quantity)
in details mode.
|
2023-04-03 14:43:14 -04:00 |
|
Avi Weinstock
|
8facf7b58d
|
Add a list mode to inventories to make it easier to see item names at merchants.
|
2023-04-03 14:43:14 -04:00 |
|
Samuel Keiffer
|
494019ecc2
|
Merge branch 'sam/polymorph-buff-fix' into 'master'
Fix multiple polymorph buffs
See merge request veloren/veloren!3850
|
2023-04-02 22:45:54 +00:00 |
|
Joshua Barretto
|
17cdd3e38d
|
Merge branch 'zesterer/choose-starting-site' into 'master'
Allow new players to choose their starting site
See merge request veloren/veloren!3848
|
2023-04-02 00:45:25 +00:00 |
|
Joshua Barretto
|
ab5561df61
|
Removed redundant things
|
2023-04-02 01:09:12 +01:00 |
|
Monty Marz
|
33e643fbfd
|
fmt
|
2023-04-02 01:21:10 +02:00 |
|
Samuel Keiffer
|
f2419e2920
|
Merge branch 'sam/fix-modular-craft' into 'master'
Fix modular output item showing an item for disallowed combinations
See merge request veloren/veloren!3852
|
2023-04-01 23:01:05 +00:00 |
|
Monty Marz
|
d1f6db9da6
|
different site name col
|
2023-04-02 00:55:21 +02:00 |
|
Sam
|
6849f9fc21
|
Fix function name typo
|
2023-04-01 18:11:16 -04:00 |
|
Joshua Barretto
|
33ebb0a4a3
|
Make clippy happy
|
2023-04-01 22:55:45 +01:00 |
|
Samuel Keiffer
|
19fc9ad52f
|
Merge branch 'sam/client-time' into 'master'
Tween client time to match with server time.
See merge request veloren/veloren!3851
|
2023-04-01 21:50:02 +00:00 |
|
Sam
|
352d34557e
|
Fix modular crafting window showing an item output when it is not possible to craft two components together.
|
2023-04-01 17:22:01 -04:00 |
|
Sam
|
2e6d55a78b
|
Use topographic map for town selection screen.
|
2023-04-01 17:10:44 -04:00 |
|
Joshua Barretto
|
ab4e3d23e3
|
Make clippy happy
|
2023-04-01 22:03:24 +01:00 |
|
Sam
|
0ce452cf0c
|
Tween client time to match with server time.
|
2023-04-01 16:58:03 -04:00 |
|
Monty Marz
|
ca18da8061
|
UI tweaks
|
2023-04-01 21:54:48 +02:00 |
|
Joshua Barretto
|
335fa514aa
|
Merge branch 'mute-invite' into 'master'
Hide invites coming from muted players
Closes #1814
See merge request veloren/veloren!3849
|
2023-04-01 17:33:50 +00:00 |
|
Sam
|
f40ef0d5dd
|
Polymorph effect now more correctly handles when multiple polymorph buffs are applied.
|
2023-04-01 13:11:59 -04:00 |
|