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
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
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
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
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
Julio Cezar Silva
fd34666d03
Portuguese translations parity to global
2022-07-06 07:32:43 +00:00
IsseW
08b0989789
add slider for rain map resolution
2022-07-04 18:07:18 +02:00
DaforLynx
83ee54001e
Ambience slider; fix to utterances
2022-07-04 18:07:15 +02:00
Samuel Keiffer
0bd08b1f9e
Merge branch 'socksonme/rework_sct' into 'master'
...
Rework SCT
See merge request veloren/veloren!3126
2022-07-02 02:42:42 +00:00
Marcel
fddc97bc77
Merge branch 'tweaks' into 'master'
...
tweaks entity stats
See merge request veloren/veloren!3437
2022-06-29 19:29:38 +00:00
Socksonme
f048600335
Add back old i18n + some small fixes
...
- Fix .filter() for combo_floater
- Rename sct_inc_dmg_accum_duration to sct_inc_dmg, as it was in the
wrong place
to rebase
2022-06-29 17:31:58 +03:00
Socksonme
2c5fd06d0b
Address review
...
- Change hp_pulse to not be framerate dependent
- Change some of the HpFloater checks to be inside the find() function
- Remove unnecessary join
- Add back option for showing incoming damage + add option for
experience accumulation
- Change `ExpFloater`s to not store the owner, as they are only shown
for the player (will have to see if the implementation is correct so
that it may be applied to the other floaters)
- Rename `Outcome::Damage` to `Outcome::HealthChange` and `DamageInfo`
to `HealthChangeInfo`
- Update some outdated comments/documentation
2022-06-29 17:31:58 +03:00
socksonme
eabbfe6a51
Remove damage batch option + crit_mult
2022-06-29 17:31:54 +03:00
socksonme
762b726d21
basic i18n for english + code touchups
...
Getting Invalid Probability error when attacking a lot of enemies - needs to be checked out
2022-06-29 17:31:42 +03:00
juliancoffee
27e67e79ec
(uk_UA) Add abilities translation
2022-06-25 18:19:36 +03:00
juliancoffee
8c837da561
Add i18n keys to abilities
...
* New hud/ability.ron file for ability localizations
* i18n keys are created by adding .name and .desc to ability id. Because
of how i18n worked (returning key if string wasn't found), it was
impossible to do because it leads to UB in case string is missed.
To solve this we've added get_opt method that returns None
* New Localization::get_or method for convinient fallback key usage
2022-06-25 18:17:37 +03:00
runrobdog
95148a9968
tweaks entity stats
2022-06-17 12:35:06 +02:00
terrarier2111
45efdb6602
Implement group owned loot
2022-06-04 17:16:12 +00:00
Vlad
90d3157656
Update ru_RU
2022-05-31 18:21:34 +00:00
Ben Wallis
34f580dfaa
Introduced loot ownership rules to combat loot stealing by players
...
* Added `LootOwner` component used to indicate that an `ItemDrop` entity is owned by another entity
* A loot winner is now calculated after EXP allocation using the EXP per entity for weighted chance distribution
* Used existing Inventory Full overitem text to show "Owned by {player} for {seconds}secs" when a pickup fails due to a loot ownership check
* Updated agent code to take into account loot ownership when searching for `ItemDrop` targets to pick up
* Added `loot` ECS system to clear expired loot ownerships
2022-05-28 12:06:49 +00:00
Marcel
5c2eda64da
Merge branch 'christof/MR3316_reworked' into 'master'
...
MR3316 "Draft: Updated translations" without the directory movement and squashed
See merge request veloren/veloren!3391
2022-05-24 22:10:22 +00:00
Christof Petig
2e6e864672
fix missing comma at line ends
2022-05-24 23:31:20 +02:00
Corvella
a9622fe28e
Add a setting to toggle zooming in when charging bow
2022-05-23 23:09:47 +00:00
Stanisław Grupiński
5ac9c720a1
MR3316 "Draft: Updated translations" without the directory movement and squashed:
...
Renewed Polish translations
Added spaces and change sequences so code fits to English version
2022-05-22 23:01:40 +02:00
Marcel
34c12092cc
Merge branch 'Samuellm93-master-patch-97383' into 'master'
...
Update common.ron pt_BR. Added some variables and edited a few.
See merge request veloren/veloren!3387
2022-05-22 13:11:57 +00:00
Euryn
88eaef3145
Add Thai translation
2022-05-22 10:06:36 +00:00
Samuel Lopes Mastrofrancisco
75d109ef6e
Update common.ron pt_BR. Added some variables and edited a few.
2022-05-21 00:11:04 +00:00
Imbris
73244893cc
Merge branch 'update-it_IT' into 'master'
...
Updated the italian translation
See merge request veloren/veloren!3359
2022-05-19 03:51:44 +00:00
Sam
ba0846d6c7
Addressed more feedback
2022-05-16 15:11:46 -04:00
Sam
9b078c3383
Addressed playtest feedback (assets).
2022-05-16 15:11:38 -04:00
Bryant Deters
075fee5190
modular component tooltips
2022-05-16 15:11:25 -04:00
Monty Marz
3d5e29b44d
Ui
2022-05-16 15:11:18 -04:00
holychowders
be0e322219
Remove "(Items)" from stealth stat descriptions.
2022-05-14 09:34:57 -05:00
holychowders
ff905fab95
Add stealth stat to Bag UI. NOTE: Needs icon.
2022-05-12 20:26:43 -05:00
markobekko
387544a0b6
fixed some italian translation errors
2022-05-10 21:10:20 +02:00
Joshua Barretto
f35c98d1a1
Added LoD distance setting
2022-05-10 12:40:06 +01:00
markobekko
8011866012
updated the italian translation
2022-05-08 21:34:10 +02:00
Marcel
5f149af1ee
Merge branch 'aerialfiddle/be_BY' into 'master'
...
Belarusian translation: minor fixes
See merge request veloren/veloren!3350
2022-05-05 07:12:15 +00:00
Anton Katsuba
cca14ff4a3
Minor orthography fixes
2022-05-04 16:54:21 +03:00
Enrique AM
132fda804e
Catalan language improvements
2022-05-01 23:14:25 +00:00
Clary Chevry
f78245615e
FR Translation up to date
2022-04-26 17:29:09 +00:00
Marcel
ce87cdfd7e
Merge branch 'aerialfiddle/be_BY' into 'master'
...
Added Belarusian translation, 100% complete
See merge request veloren/veloren!3330
2022-04-19 10:16:08 +00:00
Anton Katsuba
c3d4f9972d
be_BY minor orthography correction
2022-04-18 22:51:33 +03:00
Anton Katsuba
9a8f405ca8
Added Belarusian translation, 100% complete
2022-04-18 00:04:54 +03:00
Vlad
f91cdfbf9f
ru_RU update
2022-04-14 06:26:32 +00:00
Влад Куцепалов
51e50abb4c
Update ru_RU
2022-04-10 21:05:23 +00:00
Tormod G. Hellen
cb88648cca
Give NPCs random Big Five personalities.
2022-04-04 20:17:50 +02:00
jh0l
991cfcaa47
feat: 🌐 add i18n for trade amount input placeholder
2022-03-27 20:24:20 +02:00
Imbris
bcd4a81174
Merge branch 'galaipa/add-basque' into 'master'
...
Add initial Basque language translation
See merge request veloren/veloren!3220
2022-03-13 18:37:50 +00:00
Sam
c6dc96b795
Settings button to turn off weapon trails.
2022-03-03 01:10:59 -05:00
Marcel
2a9f75340a
Merge branch 'spanish_translation' into 'master'
...
apply changes from MR!2904
See merge request veloren/veloren!3224
2022-02-20 16:26:24 +00:00
Isidor Nielsen
a685a353cb
Shared and persistent waypoints
2022-02-20 10:10:18 +00:00
Marcel Märtens
e2648f6733
apply changes from MR!2904
2022-02-20 10:18:24 +01:00
Samuel Keiffer
6c7c0eefae
Merge branch 'gnarlings' into 'master'
...
Gnarlings
See merge request veloren/veloren!3194
2022-02-15 00:22:37 +00:00
Ibrahim Beladi
17d8baa3d9
kick start Arabic language (i18n)
2022-02-13 23:44:52 +00:00
Bingen Galartza Iparragirre
d2da5c18be
Add initial Basque language translation
2022-02-13 22:00:53 +01:00
Jonathan Berglin
dfb8d37a38
Update swedish translations
2022-02-13 20:39:54 +00:00
Sam
4991f7ecea
Gnarlign site tweaks and chieftain buff
2022-02-11 01:23:09 -05:00
Sam
0031aa6f5f
Chieftain AI and attacks
2022-02-10 14:58:35 -05:00
Martin
700f709664
added delete button in the settings window which deletes a server from the list
2022-01-25 19:48:58 +02:00
Joshua Barretto
8504a8ab21
Merge branch 'ubruntu/campfire-hud' into 'master'
...
Show HUD for campfires
See merge request veloren/veloren!3097
2022-01-23 19:25:11 +00:00
ubruntu
ca2a81c20f
Show HUD for campfires
2022-01-23 19:25:11 +00:00
Joshua Barretto
8a684973b4
Merge branch 'zesterer/tiny-fixes' into 'master'
...
Addressing criticisms
See merge request veloren/veloren!3121
2022-01-22 16:44:01 +00:00
Joshua Barretto
b8df17080d
Merge branch 'infrandomness/waypoint_binding_customization' into 'master'
...
Add waypoint binding customization code
See merge request veloren/veloren!3122
2022-01-21 18:05:41 +00:00
InfRandomness
b33fda1e0c
Add waypoint binding customization code
2022-01-21 18:05:41 +00:00
ubruntu
1d0c861e19
Fix chest display names
2022-01-21 18:05:39 +00:00
Joshua Barretto
4f181c936d
Merge branch 'name_areas_based_on_biome' into 'master'
...
name_areas_based_on_biome
See merge request veloren/veloren!3115
2022-01-20 19:50:57 +00:00
Joshua Barretto
5a7cd39625
Added point glow slider
2022-01-20 13:40:11 +00:00
floppy
a836b61190
allow enabling/disabling biome names on map
2022-01-17 23:45:51 +01:00
Joshua Barretto
bde3aade2b
Updated changelog, fixed incorrect hint for mineable blocks
2022-01-16 17:53:51 +00:00
Joshua Barretto
504e2a38d5
Added overhead hints, smoother mount movement
2022-01-16 17:53:14 +00:00
Jonathan Berglin
5fcbd1e743
Update swedish translations
2022-01-10 08:45:47 +00:00
Jonathan Berglin
d3f0fa810e
Update swedish translations
2022-01-09 16:37:53 +00:00
unvariant
71d2be5f76
support removing key bindings
2022-01-07 20:30:30 +00:00
voxal
e546a1d1a9
Allow players to see own speech bubbles.
2022-01-05 20:06:43 -08:00
Dr. Dystopia
38246eefd3
Add missing 'new line' character
2022-01-01 17:56:42 +01:00
Dr. Dystopia
039f73be8f
Update swedish translations
2022-01-01 15:03:58 +01:00
Dr. Dystopia
fae2fcd3f1
More swedish translations
2022-01-01 10:33:10 +01:00
Dr. Dystopia
9ea6cea7cd
Update swedish translations and fix typo
2022-01-01 00:40:50 +01:00
Samuel Keiffer
4d85ae4f60
Merge branch 'ubruntu/dagger-ux' into 'master'
...
Dagger UX
See merge request veloren/veloren!3072
2021-12-28 22:09:34 +00:00
ubruntu
65f9d18fb7
Dagger UX
2021-12-28 22:09:34 +00:00
flo
4e843cb0ff
update german translation by dd65
2021-12-28 18:14:29 +00:00
Ben Wallis
9a4e6b81d3
Merge branch 'Character-editting' into 'master'
...
Character editing
See merge request veloren/veloren!3059
2021-12-20 15:24:43 +00:00
Dr. Dystopia
48fd9e877d
Use 'confirm' button when finishing editing
2021-12-18 11:45:49 +01:00
Marcel
cba946c07b
Merge branch 'add-zh_TW-gameinput.greet' into 'master'
...
Add zh_TW gameinput.greet translate.
See merge request veloren/veloren!3061
2021-12-16 16:21:58 +00:00
EvanMeek
435d2ec8ae
Add zh_TW gameinput.greet translate.
2021-12-16 17:47:12 +08:00
EvanMeek
3a66c5a91a
Add gameinput.greet translate.
2021-12-16 17:43:33 +08:00
holychowders
b40d94dd53
Re-allow and improve fleeing.
2021-12-07 20:18:03 -06:00
Jonathan Berglin
58881d4cfc
Translate to swedish
2021-11-26 14:16:10 +00:00
Limofeus
7d50af8b7d
Upd #4 - some other translations
2021-11-17 20:04:20 +00:00
Monty Marz
727295aec1
text and alignment WIP
2021-10-27 17:02:35 -04:00
Monty Marz
7aae35f286
bench
2021-10-27 17:02:31 -04:00
IsseW
411acc73ff
Edited all languages to fit new change
2021-10-26 01:27:03 +02:00
IsseW
6a85e231b4
Added part of tip
2021-10-26 00:15:09 +02:00
IsseW
047cda179f
Added keybinding shortcut in loading tips
2021-10-25 23:53:27 +02:00
Nicolas Wildner
515f16d84e
update pt_br 20211019
2021-10-18 14:19:52 -03:00
kaedr
cc98ccc371
Added localization for server error message display on client
2021-10-16 20:17:38 -04:00
kaedr
eb02a4733d
Fixed obfuscation of error messages caused by previous commits
2021-10-16 20:17:37 -04:00
Henry Corse
e01ce2dcf4
Kaedr/pretty printing error messages
2021-10-14 18:37:51 +00:00
Marcel
430ee87620
Merge branch 'Limofeus/russian_translation_updates' into 'master'
...
Limofeus/russian translation updates
See merge request veloren/veloren!2920
2021-10-12 17:15:49 +00:00
Limofeus
df1aab877b
Upd #2 - removed mixed up tabs and spaces
2021-10-12 19:18:11 +03:00
GLawrence29
e1ea1193c2
i18n: Revised catalan (Catalonia) translation
2021-10-12 15:16:25 +02:00
Limofeus
a2d0911355
Upd #1 - Skills, Settings labels, Tools and Credits translations added
2021-10-12 16:09:55 +03:00
Marcel
94439a4240
Merge branch 'jtriantafylos/background_fps' into 'master'
...
Fixes #1350 - Allow players to cap the game FPS when unfocused
Closes #1350
See merge request veloren/veloren!2890
2021-10-10 15:33:38 +00:00
James Triantafylos
99776a6ebd
Fixes #1350 - Allow players to cap the game FPS when unfocused
2021-10-10 15:33:31 +00:00
GLawrence29
e7f1260f1d
Add catalan (Catalonia) language translation
2021-10-08 19:37:46 +02:00