DaforLynx
7bf6df5ec1
Small music update
2023-04-29 05:34:28 +00:00
Marcel
0b9181ef56
Merge branch 'Terraaaagd/update-es_LA' into 'master'
...
Terraaaagd/update Spanish Latino translation
See merge request veloren/veloren!3878
2023-04-27 21:16:11 +00:00
Marcel
88b26e8db8
Merge branch 'tygyh/Update-swedish-translations' into 'master'
...
Update swedish translations
See merge request veloren/veloren!3858
2023-04-27 19:38:28 +00:00
Jonathan Berglin
d5a8829cfd
Update swedish translations
2023-04-27 19:38:28 +00:00
Marcel
53746e5a2c
Merge branch 'AMAIOLAMO/update-zh_CN' into 'master'
...
Amaiolamo/update zh_CN translation
See merge request veloren/veloren!3880
2023-04-27 10:24:30 +00:00
Marcel
bd2e211cbd
Merge branch 'walpo/update_es_es_translation' into 'master'
...
Update the Spanish (Castilian) translation
See merge request veloren/veloren!3896
2023-04-25 17:26:27 +00:00
walpo
ba70f72fb7
Update the Spanish (Castilian) translation
2023-04-25 17:26:27 +00:00
pegasus4903
534454cf05
Fix french errors
2023-04-22 19:17:05 +00:00
Isse
1494d93fc8
fix cloud tearing
2023-04-19 22:46:35 +02:00
Isse
1442dd29f1
fix NaN issue in apply_point_glow_light
2023-04-19 21:14:19 +02:00
Isse
4b831f884e
reduce the offset of clouds on the horizon
2023-04-19 21:01:30 +02:00
CxRedix
9a47ef63a6
Ability.ftl translation finished
2023-04-18 15:41:57 +08:00
CxRedix
1768be43d6
added the missing Guillotine ability translation
2023-04-18 14:58:02 +08:00
Christof Petig
025713e2c0
Merge branch 'christof/fix_orichalcum_drop' into 'master'
...
introduce optional model indices for drop items as well (fixing orichalcum armor drops)
See merge request veloren/veloren!3884
2023-04-17 07:07:40 +00:00
Christof Petig
4c1c84030f
introduce optional model indices for drop items as well (fixing orichalcum armor drops)
2023-04-16 22:56:04 +02:00
Julian Tölle
865b50fff2
rtsim: positive sentiment gain for killing enemies
...
As per the age old saying: "the enemy of my enemy is my friend".
NPCs will start liking the killer of their enemy more.
2023-04-16 18:08:09 +02:00
CxRedix
b24efdbcd7
reviewed and finalized some more translations
2023-04-16 16:49:09 +08:00
CxRedix
fe67ef86b0
made some skills & abilities consistent with the previous translator
2023-04-16 16:04:08 +08:00
CxRedix
7d5f15a5c9
finalized & added some translations in abilities.ftl to make them more easier to read
2023-04-16 15:51:55 +08:00
CxRedix
1ad0ec8c70
added some missing translation from 3 files: char_selection.ftl, common.ftl, gameinput.ftl
2023-04-16 14:36:26 +08:00
CxRedix
4d086bbbe6
added most of the new missing translations for buff.ftl
2023-04-16 14:33:29 +08:00
CxRedix
8141100cf6
added all new npc dialogue
2023-04-16 14:24:38 +08:00
CxRedix
c8b99c44c2
added most of the missing hud translations
2023-04-16 13:58:15 +08:00
CxRedix
0b6abe27f6
added abilities.ftl with most of the translation done
2023-04-16 13:57:31 +08:00
Terraaaagd
c1ecd16cba
Terraaaagd/update Spanish Latino translation
2023-04-15 22:08:23 -03:00
Corvella
0fe4bea421
Let women's voices be heard!
2023-04-15 07:24:59 +00:00
Joshua Barretto
504ea158d2
Merge branch 'zesterer/towns' into 'master'
...
Improvements to towns and NPCs
See merge request veloren/veloren!3867
2023-04-13 21:03:02 +00:00
Joshua Barretto
daacadaedb
Made NPCs give directions to nearby towns, fixed player death propagation
2023-04-13 14:34:31 +01:00
Joshua Barretto
2a1ea63910
Allow NPCs to migrate away from towns with a high population density
2023-04-13 12:00:59 +01:00
Imbris
b58a8a9ec3
Ensure in-world UI elements are snapped to pixel borders.
2023-04-13 00:10:12 -04:00
Samuel Keiffer
7aa43e9e8a
Merge branch 'taoist/better-dullahan' into 'master'
...
taoist&floppy/cyclops&dullahan
See merge request veloren/veloren!3859
2023-04-12 22:53:38 +00:00
Tao In Way
e32460f9ee
taoist&floppy/cyclops&dullahan
2023-04-12 22:53:38 +00:00
Joshua Barretto
cf701fb604
Localised rtsim NPC speech
2023-04-11 17:00:08 +01:00
Joshua Barretto
efbab102a5
Make LoD towns glow
2023-04-09 19:25:58 +01:00
flo
1cca6cfa74
fix_salamander tail_front offset
2023-04-09 10:46:57 +00:00
Imbris
54c39c03f7
Merge branch 'imbris/pixel-perfection-v2' into 'master'
...
Move image scaling into the UI shaders rather than precomputing it on the CPU
Closes #257
See merge request veloren/veloren!3573
2023-04-08 07:06:19 +00:00
Imbris
5881e44e61
Address review on 3573
2023-04-08 02:19:14 -04:00
Imbris
2a9a63a60e
Clippy fixes
2023-04-08 00:51:50 -04:00
Imbris
63096b2042
Complete GPU based alpha premultiplication impl and make the CPU version
...
even faster.
* GPU based version started in previous commit, but this fixes errors
and bugs and gets it actually compiling and running.
* Add a way to batch together images to use the same render pass for GPU
premultiplication if they all target the same texture.
* Pending premultiplication uploads are automatically done when calling
`Drawer::third_pass`.
* `fast-srgb8` dep removed, we no longer convert to `f32`s to do the
premultiplication. Two `[u16; 256]` tables are combined to compute the
alpa premultiplied color within the same error bounds used by the
`fast-srgb8` crate. We also no longer use explicit simd.
* Remove explicit lifetimes from `PlayState::render` since `&self` and
`Drawer<'_>` don't need to have the same lifetime.
* Fix existing bug where invalidated cache entries were never set to
valid when reusing them.
* `prepare_graphic` now runs some heuristics to determine whether
premultiplication should be executed CPU side or GPU side and then
returns a bool indicating if GPU premultiplication is needed.
2023-04-08 00:28:31 -04:00
Imbris
efd932c71e
Progress on GPU premultiplication.
...
* General progress in setting up code paths to support GPU
premultiplication.
* Created `PremultiplyUpload` type to represent an initiated image
upload where the premultiply pass needs to be ran to complete it.
* Converted from compute pass to render pass since current limitations
make it difficult to write directly to a srgb image from a compute
shader.
* Replace `CachedDetails::Immutable` with keeping track of the
parameters used to create the texture (i.e. the border color).
* Create `TextureRequirements`, `TextureParamters`, and `CacheKey` types
to encode parameters that go into texture creation and image caching
and to determine when the space in texture memory should be reused
when replacing a graphic.
* Add custom texture creation logic for the UI textures since those need
certain usage combinations.
2023-04-08 00:28:31 -04:00
Imbris
1d51aae3b2
Start attempt to premultiply alpha on the GPU.
2023-04-08 00:28:31 -04:00
Imbris
eb6d16b02c
Rename draw_graphic -> prepare_graphic since it is no longer always
...
specifically rendering an image at the provided dimensions. Start
working on alpha premultipication which is necessary for being able to
properly sample colors on the GPU with bilinear filtering. Various
tweaks to comments and misc changes.
2023-04-08 00:28:31 -04:00
Imbris
69a1a661b6
fixes and tweaks (various minor changes related to UI image scaling on
...
GPU)
2023-04-08 00:28:31 -04:00
Imbris
d62bf8a790
init (scaling UI images during sampling on the GPU instead of on the CPU)
2023-04-08 00:28:28 -04:00
Sam
4ec2798262
Fix velorite sprite offset
2023-04-06 10:57:19 -04:00
Sam
038929d66d
New models for ores and repair bench
2023-04-06 10:57:17 -04:00
Monty Marz
29a7520a48
adjusted death message, fixed repair bench text
2023-04-06 10:57:17 -04:00
Sam
a68ef7af30
Tweaks
2023-04-06 10:57:16 -04:00
Sam
e4ebd17363
Addressed feedback
2023-04-06 10:57:12 -04:00
Sam
ca879173be
Added a repair equipped and a repair all button. Cleaned up some hacks that used to exist.
2023-04-06 10:56:55 -04:00
Sam
658de93c59
Repairing UI
2023-04-06 10:56:53 -04:00
Sam
011b6c3feb
Changed how durability was persisted so that a more general system can be used for future item properties.
2023-04-06 10:54:49 -04:00
Sam
c3f5bc13f1
Equipment can now be repaired at sprites in town.
2023-04-06 10:54:48 -04:00
Sam
a555e08d0b
Added durability to item tooltips
2023-04-06 10:54:47 -04: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
fb06bb651b
a single llama file (smaller)
2023-04-04 23:46:20 +02:00
Christof Petig
b1dc85dc0f
llama in one vox file
2023-04-04 23:46:20 +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
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
Joshua Barretto
ab5561df61
Removed redundant things
2023-04-02 01:09:12 +01:00
Monty Marz
ca18da8061
UI tweaks
2023-04-01 21:54:48 +02:00
Joshua Barretto
9645172135
Slightly smoother FxUpscale
2023-04-01 18:06:20 +01:00
Joshua Barretto
19db823092
Proper next/prev site buttons
2023-04-01 12:34:58 +01:00
tygyh
dedf93c6ad
Fix issue #1758 for Swedish
2023-03-31 21:02:41 +02:00
tygyh
4067990847
Update swedish translations
2023-03-31 17:36:17 +02:00
Joshua Barretto
c28e61383d
Added target to starting site map
2023-03-31 16:25:24 +01:00
Joshua Barretto
acec45b756
Initial implementation of starting site choice
2023-03-31 14:24:14 +01:00
Monty Marz
d1a7884ac8
Merge branch 'more_spot_things' into 'master'
...
grave models, spot fixes, sword overlay
See merge request veloren/veloren!3842
2023-03-31 02:57:39 +00:00
Isse
c34e5ad4ed
Small fixes
2023-03-29 23:11:59 +00:00
Monty Marz
e4c5e50fb2
grave models, spot fixes, sword overlay
2023-03-29 13:10:49 +02:00
Samuel Keiffer
a737a1862c
Merge branch 'sam/sword-balance-0' into 'master'
...
Sword Tweaks
See merge request veloren/veloren!3838
2023-03-29 01:26:33 +00:00
Sam
c9af470cc7
Final tweaks
2023-03-28 20:55:21 -04:00
Marcel
864666a73b
Merge branch 'tygyh/Update-swedish-translations' into 'master'
...
Update swedish translations
See merge request veloren/veloren!3835
2023-03-28 23:34:22 +00:00
kinoshi
f0fa766410
Update russian translations
2023-03-28 23:26:11 +00:00
Sam
cdaf9e5c0e
Ability changes
2023-03-26 21:41:22 -04:00
Sam
ac115055ac
Final icons
2023-03-21 20:18:34 -04:00
Sam
1301fff800
Agility stance ability icons.
2023-03-21 20:18:33 -04:00
Sam
8b0a59c0dd
Heavy stance ability icons.
2023-03-21 20:18:33 -04:00
Monty Marz
3e37586ba5
icons
2023-03-21 20:18:32 -04:00
Sam
4d0b192fbd
Icons for crippling stance abilities.
2023-03-21 20:18:32 -04:00
Monty Marz
3a3dc0d0f9
3 more icons
2023-03-21 20:18:31 -04:00
Sam
8574066176
Made descriptions more informative
2023-03-21 20:16:58 -04:00
Sam
610d47f787
Effect power now affects more than just poise
2023-03-21 20:16:55 -04:00
Sam
e37e4016d6
Balance tweaks
2023-03-21 20:10:44 -04:00
Monty Marz
cbbbab6bff
moar icons
...
quickdraw icon
2023-03-21 20:10:43 -04:00
Sam
f866bc053c
Added note in ability descriptions about which ones are modified by stances.
2023-03-21 20:08:20 -04:00
Monty Marz
9ea70d71e5
more icons
2023-03-21 20:03:21 -04:00
Monty Marz
ca9fdfa291
more icons
2023-03-21 20:03:18 -04:00
Monty Marz
6b5ae2b6fe
Update sword_bg.png
...
positioning, wording, more icons
positioning, first icons
2023-03-21 19:59:06 -04:00
Sam
39b30b3458
Decontextualized some sword abilities, added UI for sword skill tree.
2023-03-21 19:59:05 -04:00
Sam
f43d25d3fe
Ability icons
2023-03-21 19:59:04 -04:00
Sam
e552cf579e
Added english localization for sword abilities.
2023-03-21 19:59:04 -04:00
Sam
86dfa34ec9
Cleaving stance required abilities
2023-03-21 19:59:00 -04:00
Sam
a3d655970e
Heavy stance required abilities
2023-03-21 19:56:32 -04:00
Sam
b376228d45
Primary and secondary abilities can now be contextual. BasicStance character state added.
2023-03-21 19:38:15 -04:00
tygyh
cb3c6f72c5
Update swedish translations
2023-03-20 22:34:08 +01:00
flo666
897d1e5fe5
fix_ngoubou_jaw
2023-03-20 22:07:23 +01:00
Imbris
61cb0ad39b
Merge branch 'imbris/small-tweaks' into 'master'
...
Various small tweaks / fixes
Closes #1475
See merge request veloren/veloren!3817
2023-03-18 00:52:20 +00:00
Imbris
94dd8c2b70
Address review on 3817
2023-03-17 20:17:46 -04:00
Pexxxzz
04398dba49
Add "You" selector for hud-loot-pickup-msg
2023-03-14 21:22:07 -04:00
Isse
29d9c9dcae
move key and lockpick models to voxel folder
2023-03-13 00:54:29 +01:00
Ben Wallis
6eedc02286
Changed character deletion to go via batch update
2023-03-12 23:21:53 +00:00
Isse
fd34e48d15
Merge branch 'floppy_bird_medium_scale' into 'master'
...
bird_medium_scale
See merge request veloren/veloren!3820
2023-03-12 18:08:21 +00:00
flo
704af5ef7b
bird_medium_scale
2023-03-12 18:08:21 +00:00
Marcel
607220b3d7
Merge branch 'DuckLuck/translations_updates_pt-BR' into 'master'
...
Update translation for pt_BR
See merge request veloren/veloren!3821
2023-03-12 07:52:22 +00:00
Imbris
6b8e22d6cc
Improvements and fixes for interacting/collecting
...
* Inert entities like arrows no longer block interactions like picking
up items! Logic looking for the closest entity will skip them.
* When pickaxe is not equipped and wielded we now show "Needs Pickaxe"
as the hint text for mineable blocks.
* Mineable blocks that aren't pointed at now show the mining text hint
instead of the text hint used for regular collectible blocks.
* Fixed recent bug where all interactables were showing the open text hint.
* Split `BlockInteraction` out of the `Interaction` enum in voxygen
since we were using this enum for two different things.
2023-03-11 21:17:27 -05:00
Pexxxzz
1d9eb08a95
Update translation
...
Add new translations;
Remove 1 unused translation;
Create quest.ftl and they translations.
2023-03-11 20:08:32 -04:00
Marcel
2ad53aaa36
Merge branch 'vasco/zoom' into 'master'
...
Italian translations
See merge request veloren/veloren!3813
2023-03-11 23:57:45 +00:00
Marcel
bac621e6ca
Merge branch 'Rovetown/update-de_DE' into 'master'
...
Updated the German translation for the ability.ftl
See merge request veloren/veloren!3819
2023-03-11 23:41:54 +00:00
Marcel
7c8fc7191b
Merge branch 'tygyh/Update-swedish-translations' into 'master'
...
Update swedish translations
See merge request veloren/veloren!3811
2023-03-11 22:41:39 +00:00
Jonathan Berglin
cdcc605464
Update swedish translations
2023-03-11 22:41:38 +00:00
Rovetown
26b88537da
Updated the German translation for the ability.ftl
2023-03-11 22:41:44 +01:00
Monty Marz
277a402781
Initial quest window work, spot fixes
2023-03-10 22:16:26 +00:00
Francesco Vasco
30e327d357
Italian translations
2023-03-08 19:00:11 +01:00
Cat Stevens
83e4cdfe76
Allow locking camera zoom
...
Allow the camera's zoom to be locked by a keybind
or a Gameplay setting. The zoom lock
behavior can be changed between Toggle
and Auto, where Auto only locks the camera
zoom while specific movement/combat inputs
are being pressed. (closes !1528 )
A temporary fading notification is shown at the
top of the screen, informing the player of
the setting change (when the keybind is
used) or that the zoom is locked (when
the player might have forgotten the zoom
is locked, and is trying to zoom).
i18n strings are added for English and German,
but no other languages.
To implement the simplistic fading text, the
behavior was extracted into an impl
called `ChangeNotification`, where
reasons are quantified by `NotificationReason`.
2023-03-05 11:30:27 -05:00
Monty Marz
9a025cfcc8
More spot features
2023-03-03 23:21:37 +00:00
Joshua Barretto
de1c961141
Fixed apple sprite offset
2023-03-01 12:09:41 +00:00
Samuel Keiffer
01da8b6a82
Merge branch 'tursus_werewolf_anim&spawn_loot_tweaks' into 'master'
...
spawn and loot tweaks, tursus and werewolf anims
See merge request veloren/veloren!3790
2023-02-22 01:32:05 +00:00
flo
98e93d1a1c
spawn and loot tweaks, tursus and werewolf anims
2023-02-22 01:32:05 +00:00
Marcel
63c8baffe1
Merge branch 'tygyh/Update-swedish-translations' into 'master'
...
Remove unused 'hud-chat-mod' entry
See merge request veloren/veloren!3793
2023-02-17 10:04:09 +00:00
flo
bf81ffc029
frost_gigas
2023-02-15 00:10:37 +00:00
flo
0531b40fae
bird_medium_2
2023-02-14 23:17:20 +00:00
tygyh
85d01a990c
Remove unused 'hud-chat-mod' entry
2023-02-08 20:58:43 +01:00
James Melkonian
87f5a3345d
Fix sword sfx
2023-02-07 16:57:22 +00:00
Marcel
2153196294
Merge branch 'misc_creatures' into 'master'
...
misc_creatures
See merge request veloren/veloren!3783
2023-02-01 10:41:01 +00:00
Marcel
76b6da55f6
Merge branch 'MadirexRus/russian-translation-update' into 'master'
...
Madirex rus/russian translation update
See merge request veloren/veloren!3782
2023-02-01 10:40:58 +00:00
MadirexRus
f0f2aac93b
Madirex rus/russian translation update
2023-02-01 10:40:58 +00:00
Marcel
4beb732630
Merge branch 'update-pt_BR' into 'master'
...
Update pt br - 2021-01-30
See merge request veloren/veloren!3785
2023-01-31 22:32:41 +00:00
flo666
9c09000256
- change bristlemane to bristleback
...
- axebeak tweaks
2023-01-31 20:34:41 +01:00
flo666
e109f5c377
axebeak, tursus
2023-01-31 20:34:40 +01:00
flo666
75bfbff2c3
bristlemane
2023-01-31 20:34:40 +01:00
flo666
271b80b832
seal
2023-01-31 20:34:40 +01:00
Nicolas Wildner
34c69a2c30
Updating some translations, reordering others to match order with EN language - part 2
2023-01-30 02:13:31 +00:00
Nicolas Wildner
0e212f61bf
Updating some translations, reordering others to match order with EN language
2023-01-30 00:59:46 +00:00
Christof Petig
f306b6ee69
make lamps, embers and campfires use glowing indices for the brightest fiery colors
2023-01-29 18:53:18 +01:00
Marcel
c165d28e7d
Merge branch 'wyvern_wings' into 'master'
...
wyverns
See merge request veloren/veloren!3720
2023-01-28 21:25:17 +00:00
flo
5e1fd02095
wyverns
2023-01-28 21:25:17 +00:00
Isse
d949348661
Moderator badge
2023-01-28 03:10:24 +01:00
Marcel
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
Francesco Vasco
2843852457
Italian translation: buff-*-potionsickness
2023-01-26 12:36:45 +01:00
Marcel
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
tygyh
4159ea5b48
Update swedish translations
2023-01-24 16:56:12 +01:00
walpo
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
Marcel
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
Zaixun
c02015c6c3
Update the Korean translation
2023-01-23 00:32:21 -07:00
Joshua Barretto
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
Joshua Barretto
d9552f7ff4
Added support for glowing sprites
2023-01-19 21:59:02 +00:00
Avi Weinstock
aba6f6654e
Add a new particle mode for potion sickness.
2023-01-19 15:06:14 -05:00
Avi Weinstock
78845a0d73
Implement potion sickness, which causes diminishing returns on healing from potions.
2023-01-19 15:06:12 -05:00
Marcel
3a186caf5e
Merge branch 'vasco-stamina-energia' into 'master'
...
Italian: stamina -> energia
See merge request veloren/veloren!3750
2023-01-18 18:53:51 +00:00
Francesco Vasco
ed70bd0800
Italian: "crafting" -> "creazione"
2023-01-17 19:54:32 +01:00
Francesco Vasco
36b68f9f85
Italian: stamina -> energia
2023-01-17 19:53:40 +01:00
Nils Ascheuer
d703909557
#1758 : fixed in German and English
2023-01-17 10:01:10 +01:00
NiniKo
dbb4772fd2
Update the French translation
2023-01-17 09:42:35 +11:00
Joshua Barretto
696b575611
Merge branch 'zesterer/graphics-fixes' into 'master'
...
Fixed rain drop normals and wind direction for sprites
See merge request veloren/veloren!3762
2023-01-15 19:52:04 +00:00
Thanos Psaridis
2bf23b26a0
Minor soundtrack improvements.
2023-01-15 19:15:59 +00:00
Joshua Barretto
c12e6426fa
Fixed rain drop normals and wind direction for sprites
2023-01-15 19:13:18 +00:00
Marcel
20610bae23
Merge branch 'jdbp/update_font_file' into 'master'
...
fonts: add missing characters to a font file and include its license
See merge request veloren/veloren!3757
2023-01-15 16:04:34 +00:00
Isse
5378d1b11d
Fix doors
2023-01-15 05:13:02 +00:00
jdbp
509f786a7c
font: add license of existing font file
...
The font license is stated here:
https://fontstruct.com/fontstructions/show/330387/haxrcorp_4089_cyrillic_altgr
2023-01-14 01:34:19 +01:00
walpo
6875de439b
haxrcorp_4089_cyrillic_altgr_extended.ttf: add missing characters
2023-01-14 01:25:26 +01:00
Joshua Barretto
47edca8740
Merge branch 'zesterer/graphics-fixes' into 'master'
...
Fixed internal water reflections and improved underwarper
See merge request veloren/veloren!3754
2023-01-13 17:30:04 +00:00
Marcel
beb934a677
Merge branch 'floppy_dark_guitar&icy_talharpa' into 'master'
...
dark_guitar & icy_talharpa
See merge request veloren/veloren!3753
2023-01-13 13:37:45 +00:00
flo
0eba37ce6a
dark_guitar & icy_talharpa
2023-01-13 13:37:45 +00:00
Joshua Barretto
fc564f5313
Fixed internal water reflections and improved underwarper
2023-01-13 11:37:27 +00:00
Joshua Barretto
b127cff26c
Merge branch 'zesterer/gbuffers-ssr' into 'master'
...
Use normal and material gbuffer to improve quality of SSR
See merge request veloren/veloren!3734
2023-01-12 20:26:41 +00:00
Joshua Barretto
49749c86a7
Made emissive figures behave correctly
2023-01-12 18:44:26 +00:00
Monty Marz
e21e4a6dd4
Add 0.14 background image
2023-01-12 17:56:50 +00:00
Joshua Barretto
4d7526b920
Made point shadows with shadow mapping an experimental shader
2023-01-12 15:39:11 +00:00
Joshua Barretto
0bdc66b10a
Addressed review comments, minor fixes
2023-01-12 15:30:13 +00:00
tygyh
3fb7674e6a
Update swedish translations
2023-01-05 10:30:11 +01:00
DaforLynx
b493a89b7f
Soundtrack fix...
2023-01-03 22:27:19 +00:00
Marcel
2ff24259be
Merge branch 'zesterer/lod-models' into 'master'
...
New LoD model, wind sway pays attention to wind velocity
See merge request veloren/veloren!3739
2023-01-02 14:51:00 +00:00
Marcel
10bb78792a
Merge branch 'thanosfisherman/new_music_track_rectifications' into 'master'
...
Thanosfisherman/new music track rectifications
See merge request veloren/veloren!3740
2023-01-02 12:14:39 +00:00
Thanos Psaridis
7bafd5f63c
Thanosfisherman/new music track rectifications
2023-01-02 12:14:39 +00:00
Francesco Vasco
a20c563ccd
Added hud-bag-sort_by_tag in italian
2023-01-01 22:42:39 +01:00
Marcel
081f48e73c
Merge branch 'thanosfisherman/add_music_track' into 'master'
...
Thanosfisherman/add music track
See merge request veloren/veloren!3737
2023-01-01 19:36:22 +00:00
Thanos Psaridis
2608e63316
Thanosfisherman/add music track
2023-01-01 19:36:22 +00:00
Joshua Barretto
0067825187
Reflection smearing
2022-12-31 19:19:52 +00:00
Joshua Barretto
f48e1ca951
Make wind sway change according to weather wind velocity
2022-12-31 17:40:40 +00:00
Joshua Barretto
873d3fb7a4
Added dead trees to LoD
2022-12-31 15:32:56 +00:00
Joshua Barretto
1f2d56c032
Better reflections
2022-12-31 13:04:28 +00:00
Matas Minelga
040c9fe6ee
Inventory: Implemented dynamic and better ordering by Category
2022-12-31 02:32:41 +02:00
Joshua Barretto
313527cf46
Correct material for LoD water
2022-12-30 19:22:07 +00:00
Joshua Barretto
6e344f58e8
Remove unnecessary cloud sampling from shiny water
2022-12-30 17:33:54 +00:00
Joshua Barretto
799bb17d75
Fixed underground sky blend test
2022-12-30 17:24:36 +00:00
Joshua Barretto
4bd7ec26d3
Fixed drop shadows
2022-12-30 17:01:26 +00:00
Joshua Barretto
367ec3e8f4
Added ViewMaterials experimental shader
2022-12-30 16:42:56 +00:00
Joshua Barretto
9098abc3d2
Merge reflections on horizontal border
2022-12-30 16:30:29 +00:00
Joshua Barretto
78fbaa82b3
Fixed ViewNormals
2022-12-30 16:26:32 +00:00
Joshua Barretto
c6fc833acb
Don't blend sky for underwater reflections
2022-12-30 16:23:38 +00:00
Joshua Barretto
d50bda8d09
Better SSR sky blending
2022-12-30 16:01:06 +00:00
Joshua Barretto
26a98a3d9b
Use normal and material gbuffer to improve quality of SSR
2022-12-30 15:33:23 +00:00
Joshua Barretto
6070bd6538
Merge branch 'master' into 'master'
...
Italian: hud-map-bridge
See merge request veloren/veloren!3717
2022-12-29 13:09:21 +00:00
Christof Petig
0fba3a73e4
Merge branch 'raresgmihalcea/update_flashing_lights_description' into 'master'
...
Update description of the flashing lights setting
See merge request veloren/veloren!3727
2022-12-29 13:01:59 +00:00
Monty Marz
6b74437c8c
Bag icon improvement
2022-12-23 15:22:13 +00:00
Marcel
5f4f285523
Merge branch 'christmas-2022' into 'master'
...
Christmas 2022 changes
See merge request veloren/veloren!3721
2022-12-22 21:06:51 +00:00
DaforLynx
5e282340ba
Christmas 2022 changes
2022-12-22 21:06:51 +00:00
Joshua Barretto
1798cdcffe
Merge branch 'zesterer/floofy-clouds' into 'master'
...
Floofy Clouds (improved cloud performance and visuals)
See merge request veloren/veloren!3726
2022-12-17 15:41:08 +00:00
Joshua Barretto
dcc4762106
Fixed moon lighting of clouds
2022-12-17 15:04:57 +00:00
Joshua Barretto
5cf3aefb87
Better storm clouds
2022-12-17 14:57:55 +00:00
Rares
d63f8850a4
Update description of the flashing lights setting
...
The lights are supposed to be enabled when the setting is checked
The new description should better reflect the intended behaviour
Only the English descriptions have been updated.
2022-12-16 21:34:22 +02:00
Joshua Barretto
94c0e3749e
Improved cloud visuals and performance
2022-12-15 23:56:28 +00:00
Marcel Märtens
b8afaafe69
fix spanish file movement
2022-12-15 21:39:59 +01:00
Francesco Vasco
03fae4f434
Italian: hud-map-bridge
2022-12-13 19:36:54 +01:00
Gamma
0e2fe6ff15
update the Spanish translation
2022-12-04 23:43:51 +00:00
rmdlv
f64af1dc86
Russian translation fixes
2022-12-03 19:40:45 +08:00
Marcel
122d2df04f
Merge branch 'tygyh/Swedish-translations' into 'master'
...
Update swedish translations
See merge request veloren/veloren!3705
2022-12-01 14:10:00 +00:00
Jonathan Berglin
511026fd65
Update swedish translations
2022-12-01 14:09:59 +00:00
Marcel
f96776b060
Merge branch 'alejandrohernandezcarbonero83-master-patch-36663' into 'master'
...
Update npc.ftl
See merge request veloren/veloren!3715
2022-12-01 13:39:25 +00:00
electro79
dfc31eb0b5
Update npc.ftl
2022-11-30 16:55:10 +00:00
Marcel
ba62cc853e
Merge branch 'Madrots/update-es_LA' into 'master'
...
Madrots/update-es_LA
See merge request veloren/veloren!3708
2022-11-30 15:34:33 +00:00
Madrots
605a0a07b0
Madrots/update-es_LA
2022-11-30 15:34:32 +00:00
Marcel
82e4520407
Merge branch 'master' into 'master'
...
Added 'hud-skill-set_as_exp_bar' in italian.
See merge request veloren/veloren!3710
2022-11-30 15:34:29 +00:00
Francesco Vasco
0ba7e5a06e
Added 'hud-skill-set_as_exp_bar' in italian.
2022-11-30 15:34:27 +00:00
Marcel
44bca9a1b0
Merge branch 'floppy_dagon_kit' into 'master'
...
dagon_kit
See merge request veloren/veloren!3696
2022-11-30 15:27:21 +00:00
flo
466ed2c382
dagon_kit
2022-11-30 15:27:21 +00:00
Marcel
7191ee9325
Merge branch 'alejandrohernandezcarbonero83-master-patch-19384' into 'master'
...
Update char_selection.ftl
See merge request veloren/veloren!3711
2022-11-30 15:18:04 +00:00
IsseW
7296843923
simple bridges
2022-11-30 15:13:52 +01:00
electro79
b5cb66d053
Update char_selection.ftl
2022-11-29 21:56:21 +00:00
DaforLynx
d338906b19
More music and artist links
2022-11-25 18:48:56 +00:00
Monty Marz
3abfa4d2cc
Add Exp-Bar
2022-11-22 11:52:39 +00:00
Marcel
1a92bd7fe1
Merge branch 'master' into 'master'
...
Italian transaltion
See merge request veloren/veloren!3687
2022-11-21 16:24:06 +00:00
Francesco Vasco
d127bcc5d8
Italian transaltion
2022-11-21 16:24:06 +00:00
Marcel
107cc8963f
Merge branch 'Halosesparta13-master-patch-90913' into 'master'
...
Translation for the "ability.ftl" file to the es_LA folder
See merge request veloren/veloren!3613
2022-11-20 18:16:49 +00:00
Halosesparta
cfcf197e32
Translation for the "ability.ftl" file to the es_LA folder
2022-11-20 18:16:48 +00:00
Marcel
e5979c78f8
Merge branch 'kuba1001t/update-pl_PL' into 'master'
...
Update polish translations
See merge request veloren/veloren!3677
2022-11-20 18:13:01 +00:00
Marcel
833ae2331a
Merge branch 'tygyh/Swedish-translations' into 'master'
...
Update swedish translations
See merge request veloren/veloren!3682
2022-11-20 18:12:59 +00:00
Justin Shipsey
aa2fabcd45
Merge branch 'mossdrake' into 'master'
...
Moss Drake
See merge request veloren/veloren!3693
2022-11-12 13:00:44 +00:00
flo
0351bf1d63
Moss Drake
2022-11-12 13:00:42 +00:00
Justin Shipsey
420e824a3e
Merge branch 'train-track-shadows' into 'master'
...
Train track shadows
See merge request veloren/veloren!3688
2022-11-12 13:00:24 +00:00
Christof Petig
a820eee289
Merge branch 'floppy-bat-wing-tweaks' into 'master'
...
tweak bat wing animation
See merge request veloren/veloren!3684
2022-11-12 10:18:11 +00:00
flo
df70381a7c
tweak bat wing animation
2022-11-12 10:18:10 +00:00
Monty Marz
a763a865fe
Musical Instruments part 2
2022-11-10 20:59:53 +00:00
DaforLynx
b2b14e7ab4
Event music can use more than one event at a time. Added test for soundtracks.
2022-11-07 22:39:25 +00:00
Avi Weinstock
18657fdb66
Render train tracks to the shadow map.
2022-11-06 20:54:58 -05:00
Avi Weinstock
db251273ed
Apply shadow map shadows to train tracks.
2022-11-06 18:09:07 -05:00
Samuel Keiffer
72bffe0df8
Merge branch 'train-tracks' into 'master'
...
Train tracks
See merge request veloren/veloren!3679
2022-11-05 22:56:07 +00:00
Avi Weinstock
f5c1293e9f
Address review comments for MR 3679:
...
- Fix normal vectors/lighting for train tracks.
- Adjust chat command logging statement.
- Remove train tracks when their chunks get unloaded.
- Create a struct for the 6-tuple returned from `get_nearest_ways`.
- Move code that creates the train tracks into `layers::apply_trains_to`.
2022-11-03 15:20:53 -04:00
Joshua Barretto
b64ca9e698
Tweaked door opening, many entities push grass
2022-11-02 14:44:18 +00:00
Avi Weinstock
ff5acf18d7
Doors now animate opening when entities are near them.
2022-11-01 19:29:51 -04:00
tygyh
abd2e0832f
Update swedish translations
2022-11-01 11:05:51 +01:00
Avi Weinstock
08a50afd9f
Mostly working train tracks.
2022-10-28 21:36:42 -04:00
Kuba 1001
92465bfe59
lang(pl_PL): update polish translations
2022-10-28 17:46:17 +02:00
Sam
0fe073fcdc
Addressed feedback from testing
2022-10-27 20:07:10 -04:00
Sam
1782408676
Address UX issues of contextual abilities.
2022-10-27 20:07:08 -04:00
Sam
bc8f794309
New ability icons
2022-10-27 20:06:59 -04:00
Sam
a8212d6f41
Dive melee now scales its attack off of the entity's vertical speed.
...
Parries now cause the attacker to effectively have a recover that is either twice as long or 0.5s longer, whichever is more.
Counters now deal twice as much damage to the target if the target is in the buildup portion of an ability.
2022-10-27 20:06:55 -04:00
Sam
356c26cc66
UI for sword skill tree.
2022-10-27 20:06:54 -04:00
Sam
871d480639
Combo related skill icons
2022-10-27 20:06:50 -04:00
Sam
500e0ae3d0
Heavy abilities
2022-10-27 20:06:34 -04:00
Sam
fd05795b4c
Titles and descriptions for each ability.
2022-10-27 20:06:31 -04:00
flo
42ffb54fd7
fix soundtrack
2022-10-27 17:40:51 +00:00
flo
34eae80253
fix facegourd item name
2022-10-27 13:49:06 +00:00
DaforLynx
926c1bc533
Halloween soundtrack with automatic functionality
2022-10-27 06:56:39 +00:00
Joshua Barretto
29d40cf509
Added graphics presets
2022-10-27 01:15:40 +01:00
Joshua Barretto
4db88bb22c
Better sampling of noisy regions
2022-10-27 01:15:21 +01:00
Joshua Barretto
589f59b771
Improve FxUpscale quality for distant objects
2022-10-27 01:15:21 +01:00
Joshua Barretto
f29b1da583
Implemented FxUpscale
2022-10-27 01:15:20 +01:00
Marcel
779cccd238
Merge branch 'kevinsmia1939/thai-translate' into 'master'
...
Improve and fix Thai translation.
See merge request veloren/veloren!3666
2022-10-25 21:37:58 +00:00
Kavin Teenakul
40c949c274
Improve and fix Thai translation.
2022-10-25 21:37:58 +00:00
Marcel
51d4c8dd51
Merge branch 'halloween' into 'master'
...
Halloween event
See merge request veloren/veloren!3668
2022-10-25 21:37:34 +00:00
IsseW
18659f7d09
Consumable sounds
2022-10-25 00:31:33 +02:00
IsseW
9a6a3a05a1
bat config
2022-10-25 00:31:04 +02:00
kitswas
9b692d072f
Added checkbox in the settings for poisebar
...
See [this message on Discord](https://discord.com/channels/449602562165833758/1014778601368997958/1033838446575370351 ).
2022-10-24 22:05:11 +05:30
kitswas
65e6db9ef8
Separated the poise images
...
The energy images were duplicated.
2022-10-24 22:05:11 +05:30
Joshua Barretto
428816c65e
Addressed review comments
2022-10-23 23:54:55 +01:00
Joshua Barretto
1521b6165f
Prettier cheap water
2022-10-23 21:41:45 +01:00
Joshua Barretto
40e47b4f3e
Added reflection mode settings
2022-10-23 20:03:21 +01:00
flo666
586d0f6dd8
add bat (created by Gemu)
2022-10-23 20:05:39 +02:00
flo666
60a48e450c
facegourd and helmet offset (Female Orc)
2022-10-23 20:05:39 +02:00
flo666
1d98050f28
halloween npcs:
...
in forests, spawn harvester or dullahans or tricksters with custom halloween loot: facegourd, pumpkin_spice_brew, honeygourd
2022-10-23 20:05:39 +02:00
Joshua Barretto
b85fd11443
Added refraction
2022-10-23 15:15:25 +01:00
Joshua Barretto
c072dc4082
Place puddle details behind extra experimental shader
2022-10-23 01:42:01 +01:00
Joshua Barretto
d0894a189e
Added SSR to wet surfaces
2022-10-23 01:42:01 +01:00
Joshua Barretto
a7c24ed518
Added figure noise
2022-10-23 01:42:01 +01:00
Joshua Barretto
ae66432a1e
Make cheap water look better underwater
2022-10-23 01:42:01 +01:00
Joshua Barretto
764adb67c7
Fixed no SSR shaders
2022-10-23 01:42:01 +01:00
Joshua Barretto
51c3a25b9a
Handle obscured SSR elements better
2022-10-23 01:42:01 +01:00
Joshua Barretto
be8ef302bc
Make SSR water verticals behave better
2022-10-23 01:42:01 +01:00
Joshua Barretto
d40be0ea5f
Apply clouds more correctly
2022-10-23 01:42:01 +01:00
Joshua Barretto
d4c81cf8b8
Handle SSR transition better
2022-10-23 01:42:01 +01:00
Joshua Barretto
9285e48ff0
Don't reflect rain
2022-10-23 01:42:01 +01:00
Joshua Barretto
8dd63940b0
Fixed SSR at distance
2022-10-23 01:42:01 +01:00
Joshua Barretto
bc4c93bc5e
More accurate SSR
2022-10-23 01:42:00 +01:00
Joshua Barretto
0561a168de
Added tracing to SSR
2022-10-23 01:42:00 +01:00
Joshua Barretto
387d7e65d2
Improved SSR quality
2022-10-23 01:42:00 +01:00
Joshua Barretto
daef86d813
Make screen-space reflections an experimental shader
2022-10-23 01:42:00 +01:00
Joshua Barretto
f00cc5f2de
The worst SSR
2022-10-23 01:42:00 +01:00
Joshua Barretto
81ac4f9125
Various water-related lighting fixes
2022-10-23 01:42:00 +01:00
Joshua Barretto
b45586902a
Made cheap water display velocity
2022-10-23 01:42:00 +01:00
Joshua Barretto
ce7dda3e2f
Substantially faster water shaders
2022-10-23 01:42:00 +01:00
Joshua Barretto
30de7b4fb8
Better attenuation
2022-10-23 01:42:00 +01:00
Joshua Barretto
db4cc21ec3
Fixed seams
2022-10-23 01:42:00 +01:00
Joshua Barretto
3f2efea4f2
Experimental river velocity in shaders
2022-10-23 01:42:00 +01:00
flo
1d04c9ba8c
floppy_instrument_samples
2022-10-21 07:58:41 +00:00
Monty Marz
3a63f210b2
fix drop model for chieftain mask
2022-10-21 00:20:15 +02:00
Monty Marz
2d8627c29b
Add gnarling chieftain mask
2022-10-15 11:05:21 +00:00
tygyh
fcc096c599
Update swedish translation
2022-10-05 09:48:18 +02:00
Marcel
f07c0b67ee
Merge branch 'update_simplified_chinese' into 'master'
...
Upgrade Simplified Chinese Translation
See merge request veloren/veloren!3641
2022-10-04 22:59:41 +00:00
WanCheng Ye
85b345054e
Upgrade Simplified Chinese Translation
2022-10-04 22:59:41 +00:00
Marcel
b9c249940c
Merge branch 'galaipa/update-eu' into 'master'
...
Translate missing Basque strings
See merge request veloren/veloren!3647
2022-10-04 22:25:23 +00:00
Bingen Galartza
4c4a1bf80b
Translate missing Basque strings
2022-10-04 22:25:23 +00:00
Marcel
4b0033ff91
Merge branch 'Nether190/update-pt_BR' into 'master'
...
Nether190/update-pt_BR
See merge request veloren/veloren!3632
2022-10-04 22:10:11 +00:00
Valter Sanches
60c3d80d57
Nether190/update-pt_BR
2022-10-04 22:10:11 +00:00
Marcel
f584a3f0f6
Merge branch 'fix_Latin-American_translation' into 'master'
...
correction in the translation Spanish Latin American
See merge request veloren/veloren!3646
2022-10-04 21:50:03 +00:00
Henning Meyer
8581d3da38
Complete German Translation
2022-10-02 17:45:26 +00:00
Juan Pablo Lagos
b716284ef2
correction in the translation Spanish Latin American
2022-10-02 17:09:55 +09:00
Henning Meyer
fee11cc438
German Translation Edits
2022-10-01 16:53:27 +00:00
Marcel
dd5523785c
Merge branch 'master' into 'master'
...
UA localization update
See merge request veloren/veloren!3640
2022-09-29 18:00:41 +00:00
fanix472
34e75a1796
UA localization update
2022-09-29 18:00:40 +00:00
Marcel Märtens
0fe0192a2d
get rid of string replacements in template strings
2022-09-29 17:33:53 +02:00
Marcel Märtens
ba260e8419
translate MOD and YOU messages
2022-09-27 13:46:12 +02:00
Marcel
a1d0d0283f
Merge branch 'Welvex/update-es_LA' into 'master'
...
Update the Spanish LA translation.
See merge request veloren/veloren!3635
2022-09-25 17:07:31 +00:00
Welvex
10e4b94599
Update the Spanish LA translation.
2022-09-25 17:07:31 +00:00
Joshua Barretto
0b0fde5254
Faster wave shader
2022-09-23 00:08:23 +01:00
Joshua Barretto
34522b39bd
Balance caustics with depth better
2022-09-22 23:45:16 +01:00
Joshua Barretto
3b195fbd55
Improved shiny water shader
2022-09-22 23:08:32 +01:00
Joshua Barretto
4bb5660f40
Fixed incorrect specular light in water
2022-09-22 22:40:16 +01:00
Joshua Barretto
b48b3eea02
Improved caustic shaders
2022-09-22 21:12:20 +01:00
flo
cfbadd36ea
fix_desert_rock_animals
2022-09-22 18:42:34 +00:00
Samuel Keiffer
59d8d287d9
Merge branch 'seachapel_npc_work' into 'master'
...
seachapel npc work
See merge request veloren/veloren!3599
2022-09-22 01:04:01 +00:00
flo
a37e1f8d99
seachapel npc work
2022-09-22 01:04:01 +00:00
Joshua Yanovski
57ea753bff
Merge branch 'sharp/parallel-ingame' into 'master'
...
Parallelize ingame messages.
See merge request veloren/veloren!3627
2022-09-21 19:44:40 +00:00
Joshua Yanovski
67231aff90
Remove persistence loading error from SkillSet.
...
This is needed (for now) in order to parallelize ingame_chat, because
one of the handled messages updates this value on the server. It turns
out that the value is not actually used on the server, only the client,
so this was mostly a matter of threading this back to the correct place.
Additionally, we took the opportunity to modify the UI to not log you
into the game until your character was confirmed to be loaded, which
was a todo item that lets us simplify some error handling logic and
remove stuff from global state.
2022-09-21 09:29:25 -07:00
Marcel
f590e68f7e
Merge branch 'mckol/mute-keybinds' into 'master'
...
Mute audio keybinds (and respective buttons in settings)
See merge request veloren/veloren!3361
2022-09-21 09:22:45 +00:00
Imbris
1b48a3008c
Merge branch 'Couls/TestBed' into 'master'
...
Extend item pickup UI to group members
Closes #1402
See merge request veloren/veloren!3521
2022-09-20 22:13:50 +00:00
Couls
4a4c061b55
Extend item pickup UI to group members
2022-09-20 22:13:50 +00:00
Marcel
27a368defd
Merge branch 'MadirexRus/update-ru_RU' into 'master'
...
Update the Russian translation
See merge request veloren/veloren!3631
2022-09-18 19:57:38 +00:00
MadirexRus
0ae7980a2a
Update the Russian translation
2022-09-18 19:57:38 +00:00
Koboo
bb0382e76c
Koboo/update de de
2022-09-18 18:58:34 +00:00
LunarEclipse
6ad02b1fb0
Added i18n stuff for volume muting keybinds for en and pl_PL locales
2022-09-16 22:17:00 +02:00
LunarEclipse
716d4e476e
Updated mute buttons to have less distracting borders (they don't have indexed color)
2022-09-16 21:58:09 +02:00
Jonathan Berglin
a724c014c8
Update swedish translation
2022-09-15 13:32:26 +00:00
Koboo
54e3b3e9f5
Koboo/update de de
2022-09-14 07:48:19 +00:00
Joshua Yanovski
0d09d1f88e
Merge branch 'fix_salamander_and_elbst' into 'master'
...
fix_salamander_and_elbst
See merge request veloren/veloren!3609
2022-09-13 17:32:53 +00:00
flo
dc688bccb9
fix_salamander_and_elbst
2022-09-13 17:32:53 +00:00
Koboo
71c2d99aef
Update the German translation (hud-skill-dodge resolve error)
2022-09-12 16:58:39 +02:00
Samuel Keiffer
513b135d58
Merge branch 'floppy_instrument_sample_edits' into 'master'
...
add guitar & instrument sample edits
See merge request veloren/veloren!3574
2022-09-10 17:23:38 +00:00
flo
e43608ce80
add guitar & instrument sample edits
2022-09-10 17:23:38 +00:00
Joshua Barretto
b3b2f404e5
Fixed FXAA at non-1.0x scales
2022-09-10 13:33:38 +01:00
Joshua Barretto
85a1c06be6
Better depth-aware HQX
2022-09-10 13:16:47 +01:00
Joshua Barretto
80fa0baf09
Added HQX anti-aliasing
2022-09-10 10:56:22 +01:00
Joshua Barretto
03e8eb42ad
Added experimental BetterAA shader
2022-09-09 11:59:40 +01:00
Samuel Keiffer
aa7569061b
Merge branch 'juliancoffee/more-buffs' into 'master'
...
Add Golden Cheese debug potion
See merge request veloren/veloren!3597
2022-09-08 01:01:18 +00:00
Imbris
411aa3b0d9
Merge branch 'matheusclmb/update-pt_BR' into 'master'
...
pt_BR - Added all missing keys and formatted some old ones.
See merge request veloren/veloren!3556
2022-09-07 04:12:31 +00:00
juliancoffee
3cbfe02a8e
Add Golden Cheese debug item
2022-09-06 15:50:04 +03:00
juliancoffee
34c5e95d8a
Add Energy regen buff
...
* Fix broken i18n keys for health and energy increases
* Better handle buff descriptions
Calculate infobox lines for item stats to set correct infobox frame
dimensions
2022-09-06 15:50:04 +03:00
Isse
7ea720b2ef
Merge branch 'creature_model_updates' into 'master'
...
Creature model updates
See merge request veloren/veloren!3584
2022-09-06 10:35:11 +00:00
flo
e4a3671345
Creature model updates
2022-09-06 10:35:10 +00:00
Dominik Broński
c39be960a0
Merge branch 'zDrag0nG/update-es_ES' into 'master'
...
Update Spanish Translation
See merge request veloren/veloren!3594
2022-09-04 23:41:15 +00:00
zDrag0nG
18e1b48006
Update Spanish Translation
2022-09-04 23:41:15 +00:00
Imbris
9dbff4c342
[voxygen] Disable editing server address if it is supplied via CLI and hide server list button (with an unlock button to re-enable editing)
2022-09-03 20:24:50 -04:00
LunarEclipse
36167f2e3a
Renamed some files, added missing img_ids.
2022-09-03 21:56:25 +02:00
LunarEclipse
33ded63da9
Improved mute button assets (TODO merge with a5f446a7)
2022-09-03 21:56:25 +02:00
Mckol
6605c2657f
Added mute buttons for all of the audio sliders in settings
2022-09-03 20:31:04 +02:00
Isse
e35e533d88
Merge branch 'sau/update-es_ES' into 'master'
...
update the Spanish translation
See merge request veloren/veloren!3583
2022-09-02 23:29:40 +00:00
Sau
767041ae5c
update the Spanish translation
2022-09-02 23:29:40 +00:00
Dong
17cd06bc5e
Update Spanish translation
2022-09-02 17:51:18 +02:00
Jonathan Berglin
cf9f2d36d0
Update swedish translation
2022-09-01 08:21:07 +00:00
Ben Wallis
91a4a9e187
Merge branch 'put_organ_under_toolkind_instrument' into 'master'
...
put Organ under Toolkind Instrument
See merge request veloren/veloren!3580
2022-08-30 16:55:03 +00:00
flo
6c89cd8fbf
put Organ under Toolkind Instrument
2022-08-30 16:55:02 +00:00
MadirexRus
8f1c45af17
Russian translation fixes
2022-08-30 12:29:18 +00:00
Marcel
f3e13ee49d
Merge branch 'sau/update-es_ES' into 'master'
...
update the Spanish translation
See merge request veloren/veloren!3575
2022-08-29 20:19:39 +00:00
Marcel
60f05f45a7
Merge branch 'juliancoffee/better-i18n-keys' into 'master'
...
Remake price-tips internationalization
See merge request veloren/veloren!3571
2022-08-29 12:18:36 +00:00
Sau
a8ff0e4e5f
update the Spanish translation
2022-08-29 11:48:54 +00:00
Samuel Keiffer
52ce12f383
Merge branch 'floppy-music-instruments' into 'master'
...
Music Instruments
See merge request veloren/veloren!3535
2022-08-28 18:48:18 +00:00
flo
9339971032
Music Instruments
2022-08-28 18:48:18 +00:00
Marcel
1a11205dbf
Merge branch 'tygyh/Swedish-translations' into 'master'
...
Update swedish translations
See merge request veloren/veloren!3561
2022-08-28 16:38:16 +00:00
juliancoffee
76cd36b179
Remake price-tips internationalization
2022-08-26 17:56:32 +03:00
Imbris
e626519ec0
Replace "Present Mode" options with more user friendly terms:
...
'Fifo' -> 'Vsync capped'
'Mailbox' -> 'Vsync uncapped'
'Immediate' -> 'Vsync off'
2022-08-25 23:24:43 -04:00
Imbris
334937568e
Add an entity view distance setting that allows limiting the distance
...
entities are synced from and displayed in.
NOTE: Syncing entities work at the granularity regions which are
multi-chunk squares but the display of entities in voxygen is limited in
a circle with the radiues of the supplied distance.
Additional details and changes:
* Added `ViewDistances` struct in `common` that contains separate
terrain and entity view distances (the entity view distance will be
clamped by the terrain view distance in uses of this).
* View distance requests from the client to the server now use this
type.
* When requesting the character or spectate state the client now passes
its desired view distances. This is exposed as a new parameter on
`Client::request_character`/`Client::request_spectate`. And the client
no longer needs to send a view distance request after entering these
states. This also allows us to avoid needing to initialize `Presence`
with a default view distance value on the server.
* Removed `DerefFlaggedStorage` from `Presence` and `RegionSubscription` since the
change tracking isn't used for these components.
* Add sliders in voxygen graphics and network tabs for this new setting.
Show the clamped value as well as the selected value next to the
slider.
* Rename existing "Entities View Distance" slider (which AFAIK controls
the distance at which different LOD levels apply to figures) to
"Entities Detail Distance" so we can use the former name for this new
slider.
2022-08-25 23:24:43 -04:00
tygyh
355f916a99
Update translations
2022-08-25 20:47:13 +02:00
flo
f9a31094b6
remove common_ron
2022-08-25 09:01:00 +00:00
flo
e882e62c08
seachapel
2022-08-24 21:50:53 +00:00
tygyh
c5b83e0166
Update swedish translations
2022-08-23 21:18:32 +02:00
Matheus
055f40ddc6
changed/typo to generic masculine
2022-08-21 02:43:09 +00:00
Matheus
467e85dca2
typo fix
2022-08-21 02:28:36 +00:00
matheusclmb
3967501a03
Small/Cultural changes recommended by @jcezarms
2022-08-21 03:26:32 +01:00
matheusclmb
02d6090438
changed some words for better context
2022-08-21 01:42:12 +01:00
matheusclmb
fc9dca7e95
Added gameinput missing keys
2022-08-20 20:48:52 +01:00
matheusclmb
b662d9cce1
Added common missing keys
2022-08-20 20:48:36 +01:00
matheusclmb
636dbc8a22
Added char_selection missing keys
2022-08-20 20:48:20 +01:00
matheusclmb
b288214650
Added and formatted npcs missing keys
2022-08-20 20:48:04 +01:00
matheusclmb
00a13fd893
Added settings missing keys
2022-08-20 20:47:37 +01:00
juliancoffee
e15c375cb5
Use fluent attributes for abilities
...
* Better translation logic and ergonomics
* Cut two format!-s
2022-08-19 18:35:44 +03:00
Marcel
7587fb6e96
Merge branch 'tygyh/swedish-translation' into 'master'
...
Update swedish translations
See merge request veloren/veloren!3542
2022-08-19 07:53:01 +00:00
Tormod Gjeitnes Hellen
e306b3bfe3
Have the ambushers say something.
...
Very unsure about the way I did this...
2022-08-17 23:50:09 +02:00
Marcel
c6bcdd7a2c
Merge branch 'juliancoffee/i18n-tooling-fluent' into 'master'
...
Implement i18n-tooling
See merge request veloren/veloren!3536
2022-08-17 20:39:00 +00:00
juliancoffee
3860b3ece3
Remove template.ftl file
...
They are empty anyway
2022-08-17 22:46:48 +03:00
tygyh
1ce4cb4901
Update swedish translations
2022-08-17 11:33:46 +02:00
AldanTanneo
ba87a405af
Discord Activity
2022-08-15 15:58:37 +00:00
DaforLynx
daadf3abdb
Gnarling Fort music; more specific sites; fix music spacing; new sfx
2022-08-14 01:57:58 +00:00
Julio Cezar Silva
9315482fc4
Craft all
2022-08-12 00:47:48 +00:00
DaforLynx
258feee634
Fix crash when Gap Between Songs is set to 0.0; changed name to Music Spacing
2022-08-11 02:56:40 +00:00
IsseW
a165bc09bc
character viewpoint
2022-08-09 18:45:45 +02:00
IsseW
bf44ebd12b
spectate speedup key
2022-08-09 18:44:10 +02:00
Isse
0471e78f41
spectate mode :D
2022-08-09 18:43:13 +02:00
loki
a559645679
deleted .zip folder
2022-08-08 19:03:20 +03:00
loki
5d914c4577
changed folder to new format
2022-08-08 19:01:34 +03:00
loki
88b412f4c7
added romanian translation
2022-08-08 18:26:17 +03:00
Samuel Keiffer
8602a04e71
Merge branch 'floppy-DesertCity' into 'master'
...
DesertCity
See merge request veloren/veloren!3495
2022-08-08 09:58:19 +00:00
flo
5dd9991311
DesertCity
2022-08-08 09:58:18 +00:00
Samuel Keiffer
1066553f21
Merge branch 'juliancoffee/fluent-i18n' into 'master'
...
Use Fluent for localisation (l10n) and internationalisation (i18n)
See merge request veloren/veloren!3508
2022-08-07 18:21:31 +00:00
Marcel
4131b3ac20
Merge branch 'DaforLynx/river-hotfix' into 'master'
...
Lower volume of river sfx
See merge request veloren/veloren!3510
2022-08-06 21:29:38 +00:00
DaforLynx
9a8c288580
Lower volume of river sfx
2022-08-06 21:29:38 +00:00
juliancoffee
a994984b09
Migrate i18n files to new format
2022-08-06 21:57:08 +03:00
juliancoffee
48eeabcc93
Fix broken i18n files
2022-08-06 21:45:23 +03:00
Vincent Foulon
8862258f61
Deny any interaction received during hostile_tree
2022-08-06 18:31:42 +00:00
DaforLynx
bf4a582cf7
WIP: New music, "now playing" line in debug overlay, and music frequency slider
2022-08-01 17:41:44 +00:00
Isse
cfdc2a8ae6
Add setting to disable flashing lights
2022-07-31 21:53:25 +00:00
LunarEclipse
2a7174a4e6
Minor fixups of the Polish translation
2022-07-27 21:31:10 +02:00
Marcel
72b0b26004
Merge branch 'pfau/bg_new' into 'master'
...
new bg
See merge request veloren/veloren!3488
2022-07-22 11:49:57 +00:00
DaforLynx
d2710635d8
Lightning strikes are less audible; cave music restored; fixed audio permanently stopping on logout
2022-07-21 08:27:35 +00:00
Monty Marz
6571068623
new bg
2022-07-19 20:53:06 +02:00
Marcel
35883c61cb
Merge branch 'mckol/update-polish-translation' into 'master'
...
Update the Polish translation
See merge request veloren/veloren!3399
2022-07-17 11:50:50 +00:00
Joshua Barretto
0b16baf46a
Improved rain performance
2022-07-16 14:44:58 +01:00
Treeco
7efddc33f7
Merge branch 'more_humanoid_models' into 'master'
...
Humanoid Model Overhaul
See merge request veloren/veloren!3478
2022-07-16 11:13:24 +00:00
Youssef Fahmy
91c85dea22
Humanoid Model Overhaul
2022-07-16 11:13:24 +00:00
Mckol
8861e12e70
Updated the Polish translation
2022-07-16 13:07:45 +02:00
Joshua Barretto
ea39f78dfd
Minimised rain occlusion problems
2022-07-16 11:14:12 +01:00
Joshua Barretto
b08a501aef
Cleaned up ready for merge
2022-07-16 11:09:35 +01:00
Joshua Barretto
3c5de2991b
More consistent texturing code
2022-07-15 08:43:35 +01:00
Joshua Barretto
9ad32b37e7
More efficient texture fetches
2022-07-15 08:43:34 +01:00
Joshua Barretto
61792d4135
Apply AO
2022-07-15 08:43:34 +01:00
Joshua Barretto
2694f5f917
Fixed lava
2022-07-15 08:43:34 +01:00
Joshua Barretto
07ba4dcc33
Fixed particles for non-body entities, AO for non-volumetric illumination
2022-07-15 08:43:34 +01:00
Joshua Barretto
b5662163f0
Better lighting and verticality in caves
2022-07-15 08:43:33 +01:00
Joshua Barretto
1f979e4133
More biomes
2022-07-15 08:42:56 +01:00
Joshua Barretto
2cce44fc36
Began work on caves2
2022-07-15 08:42:56 +01:00
Joshua Barretto
62d2982990
Made rainbows ultra only
2022-07-15 07:08:30 +00:00
Joshua Barretto
e34f080c91
Fixed unrolling issue in rain shader
2022-07-15 07:06:11 +00:00
Joshua Barretto
964b315fc5
Fixed lightning point glow
2022-07-14 22:12:34 +00:00
Isse
5c7ed1e712
Merge branch 'vfoulon80/boat-loading-animation' into 'master'
...
Add a boat loading animation
See merge request veloren/veloren!3474
2022-07-14 07:17:30 +00:00
DaforLynx
194b1866c6
Music, ambience tweaks, and more
2022-07-14 00:55:35 +00:00
Joshua Barretto
f48665366b
More lightning position variety
2022-07-13 21:45:37 +01:00
Vincent Foulon
2240fa4a23
Add a boat loading animation
2022-07-13 22:41:34 +02:00
Joshua Barretto
25c55b6a25
Better rain performance, wetness
2022-07-13 18:34:34 +01:00
Joshua Barretto
4e854a28ff
Fixed occlusion bias
2022-07-10 16:56:45 +01:00
Joshua Barretto
d4906f55bc
Fixed rain occlusion issues
2022-07-10 16:40:49 +01:00
Joshua Barretto
fc21b54f02
Better rain performance
2022-07-10 13:53:31 +01:00
Joshua Barretto
47b236b1f0
Better lightning rates, fixed shaders
2022-07-10 13:44:11 +01:00
Joshua Barretto
3b758cc7b0
Minor colour tweak
2022-07-09 02:25:24 +01:00
Joshua Barretto
85a292a854
Always take origin as lightning end point
2022-07-09 02:16:13 +01:00
Joshua Barretto
6fea7205fa
Better lightning at distance
2022-07-09 02:08:55 +01:00
Joshua Barretto
836fe2b1c6
Proper lightning
2022-07-09 01:59:18 +01:00
Joshua Barretto
edc2720416
Better lightning effect
2022-07-09 00:39:18 +01:00