7629 Commits

Author SHA1 Message Date
Sam
72e62701f8 Fixed offhand weapons, when nothing was in the mainhand 2021-04-13 20:18:58 -04:00
jshipsey
f94169ed22 initial wield testing 2021-04-13 20:18:58 -04:00
Ben Wallis
c3ae820694 Merge branch 'xvar/switch-from-diesel-to-rusqlite' into 'master'
Replaced Diesel with Rusqlite

See merge request veloren/veloren!2011
2021-04-13 22:05:48 +00:00
Ben Wallis
1fbea66a66 * Replaced diesel with rusqlite and refinery
* Added "migration of migrations" to transfer the data from the __diesel_schema_migrations table to the refinery_schema_history table
* Removed all down migrations as refinery does not support down migrations
* Changed all diesel up migrations to refinery naming format
* Added --sql-log-mode parameter to veloren-server-cli to allow SQL tracing and profiling
* Added /disconnect_all_players admin command
* Added disconnectall CLI command
* Fixes for several potential persistence-related race conditions
2021-04-13 22:05:47 +00:00
Marcel
7d136c9805 Merge branch 'xMAC94x/netfix' into 'master'
fixed #1067

Closes #1067

See merge request veloren/veloren!2119
2021-04-13 18:56:51 +00:00
Marcel Märtens
ca4732bd29 fixed #1067 2021-04-13 20:39:56 +02:00
Marcel
149fc5ac76 Merge branch 'socherbyc/assets' into 'master'
Updates the Brazilian Portuguese (pt-BR) translation

See merge request veloren/veloren!2118
2021-04-13 17:24:45 +00:00
Yuri Socher Bichibichi
03aa34590f Updates the Brazilian Portuguese (pt-BR) translation 2021-04-13 11:56:58 -03:00
Imbris
8f09ed91f2 Merge branch 'Frinksy/scancodes' into 'master'
#861: Displaying keys based off of scancodes

See merge request veloren/veloren!1730
2021-04-13 13:48:30 +00:00
Adam Blanchet
329d480706
Display keys based off of scancodes
Queries the OS to translate physical keyboard scancodes into
Strings that can be shown in the UI.
Addresses issues #861 and #354
2021-04-13 11:16:47 +02:00
Samuel Keiffer
7e12629884 Merge branch 'mdx97/fix-diary-toggle' into 'master'
Fix diary toggling when escape menu is open.

See merge request veloren/veloren!2109
2021-04-13 06:07:01 +00:00
Samuel Keiffer
11f33ba8cf Merge branch 'UMR1352/fix#1065' into 'master'
fix issue #1065: admin bag and other admin items inside a container doesn't disappear when dropped

Closes #1065

See merge request veloren/veloren!2114
2021-04-13 05:55:36 +00:00
Marcel
2b306052f6 Merge branch 'deny-trade-on-exit' into 'master'
Denies any active trades on exit to char select.

See merge request veloren/veloren!2111
2021-04-12 23:00:38 +00:00
Rickey Chamblee
3565eb8bca Denies any active trades on exit to char select. 2021-04-12 23:00:38 +00:00
Marcel
a179b777d3 Merge branch 'xMAC94x/protocol_errors' into 'master'
Have a clear error for when the I/O closes and when some protocol is violated....

See merge request veloren/veloren!2082
2021-04-12 22:44:49 +00:00
Marcel Märtens
60c3105fae ITFrame::read_frame now throws an error when the frame_no is invalid.
This will be catched by the respective protocols, e.g. tcp and cause a violation
2021-04-13 00:13:08 +02:00
Marcel Märtens
ce1c58fb7b Have a clear error for when the I/O closes and when some protocol is violated. this should help find the rootcause of a bug.
If its Closed it looks like the TCP connection got dropped/cut off (e.g. OS, Wifi).
If its Violated we for sure know the cause is the messages send/recv in a wrong way
2021-04-13 00:12:20 +02:00
Ben Wallis
e669da890a Merge branch 'juliancoffee/fix_localization_tests' into 'master'
Fix localization test bug which produced bunch of Unknown states

See merge request veloren/veloren!2105
2021-04-12 21:29:45 +00:00
Illia Denysenko
5e0fd884c7 Fix localization test bug which produced bunch of Unknown states 2021-04-12 21:29:45 +00:00
Samuel Keiffer
02ac7168d7 Merge branch 'vfoulon80/cmd-item-kits' into 'master'
New Command: "kit" + Removed Command: "debug"

See merge request veloren/veloren!2115
2021-04-12 19:36:08 +00:00
Vincent Foulon
bdbbc23b9c Support quantity + use Enum for autocompletion + Address comments 2021-04-12 20:07:34 +02:00
Vincent Foulon
65ef568d70 New Command: "kit" + Removed Command: "debug"
Update CHANGELOG.md

Update CHANGELOG.md
2021-04-12 18:53:36 +02:00
Marcel
a4779ea6b5 Merge branch 'imbris/update-cache-image' into 'master'
Update the ci cache image

See merge request veloren/veloren!2106
2021-04-12 15:35:06 +00:00
Enrico Marconi
43996abc0c fix issue #1065: admin bag and other admin items inside a container doesn't disappear when dropped 2021-04-12 16:21:10 +02:00
Marcel
ce47ac5f31 Merge branch 'sharp/inverted-check' into 'master'
Inverted admin check.

See merge request veloren/veloren!2112
2021-04-12 10:45:23 +00:00
Joshua Yanovski
85589081ed Inverted admin check. 2021-04-12 12:44:19 +02:00
Samuel Keiffer
22ef002238 Merge branch 'aweinstock/combat-music' into 'master'
Add combat music transitions based on number of enemies in player radius.

See merge request veloren/veloren!2077
2021-04-12 06:01:19 +00:00
Monty Marz
876e9704a6 Merge branch 'hqurve/settings-ui' into 'master'
Cleanup of settings window: split each tab into its own file

See merge request veloren/veloren!2108
2021-04-12 04:11:06 +00:00
Marcel
2e8bbeaf4a Merge branch 'juliancoffee/update-uk_UA' into 'master'
Update localization for Ukrainian

See merge request veloren/veloren!2107
2021-04-12 02:28:56 +00:00
Illia Denysenko
015c4a7c91 Update localization for Ukrainian 2021-04-12 02:28:55 +00:00
Avi Weinstock
545eda6eea Address MR 2077 review comments. 2021-04-11 22:08:42 -04:00
Avi Weinstock
f1f38002ae Address MR2077 review comments: add comment about group::ENEMY and remove trace statements, and fuse filtering loops. 2021-04-11 22:08:41 -04:00
Avi Weinstock
abdc7bb112 Make fade timings configurable, and stop combat music on death. 2021-04-11 22:08:41 -04:00
Avi Weinstock
8a11a723fd Add new version of combat soundtrack, and change details of how transitions between tracks work. 2021-04-11 22:08:41 -04:00
Avi Weinstock
70a2027634 Only count enemy group members for combat music, and count bosses as high-intensity via an HP heuristic. 2021-04-11 22:08:41 -04:00
Avi Weinstock
6a3883b8f1 Add combat music transitions based on number of enemies in player radius. 2021-04-11 22:08:40 -04:00
Marcel
39d4d84f15 Merge branch 'DaforLynx/more-music' into 'master'
Adds many new songs; re-adds many old ones; revamped song distribution; reorganized music folders; better biome parameters; accurate day and night; new sounds

See merge request veloren/veloren!2102
2021-04-12 00:43:08 +00:00
DaforLynx
e1ca34d9e8 Adds many new songs; re-adds many old ones; revamped song distribution; reorganized music folders; better biome parameters; accurate day and night; new sounds 2021-04-12 00:43:08 +00:00
mdx97
1357f99564 Fix diary toggling when escape menu is open. 2021-04-11 18:53:45 -05:00
Marcel
5a76b0e4ec Merge branch 'aweinstock/npcpotions' into 'master'
Give NPCs the ability to use potions.

See merge request veloren/veloren!2092
2021-04-11 23:47:30 +00:00
Avi Weinstock
5bf4048419 Give NPCs the ability to use potions. 2021-04-11 23:47:29 +00:00
Marcel
dc2428b38e Merge branch 'trade-help-tooltips' into 'master'
Show ctrl-click and shift-click usage in item tooltips during trades.

See merge request veloren/veloren!2101
2021-04-11 22:56:03 +00:00
Rickey Chamblee
95c44a6794 Show ctrl-click and shift-click usage in item tooltips during trades. 2021-04-11 22:56:02 +00:00
Marcel
439505c405 Merge branch 'master' into 'master'
Update and fix zh_CN

See merge request veloren/veloren!2103
2021-04-11 22:56:00 +00:00
law4x
86e53dbb95 Update and fix zh_CN 2021-04-11 22:55:59 +00:00
Marcel
58bebc39d0 Merge branch 'danielduel/PL-local' into 'master'
Add/Extend PL locale

See merge request veloren/veloren!2091
2021-04-11 22:55:58 +00:00
Joshua Yanovski
b42ec9a4e5 Merge branch 'xMAC94x/deps' into 'master'
update deps

See merge request veloren/veloren!2095
2021-04-11 22:55:56 +00:00
Joshua Yanovski
01145f4a53 Merge branch 'vfoulon80/reorganize-assets' into 'master'
Reorganize and optimize assets

See merge request veloren/veloren!2099
2021-04-11 22:55:54 +00:00
hqurve
ff35d06062 Got rid of content setup macro 2021-04-11 17:36:02 -04:00
hqurve
fe23b0727b Placed tabs in a loop and combined tab content chooser using macro 2021-04-11 17:36:02 -04:00