40e47b4f3e
Added reflection mode settings
2022-10-23 20:03:21 +01:00
b85fd11443
Added refraction
2022-10-23 15:15:25 +01:00
c072dc4082
Place puddle details behind extra experimental shader
2022-10-23 01:42:01 +01:00
5c4090f099
Updated README
2022-10-23 01:42:01 +01:00
0a5e257b77
Remove close-up camera jitter
2022-10-23 01:42:01 +01:00
0561a168de
Added tracing to SSR
2022-10-23 01:42:00 +01:00
daef86d813
Make screen-space reflections an experimental shader
2022-10-23 01:42:00 +01:00
f00cc5f2de
The worst SSR
2022-10-23 01:42:00 +01:00
db4cc21ec3
Fixed seams
2022-10-23 01:42:00 +01:00
3f2efea4f2
Experimental river velocity in shaders
2022-10-23 01:42:00 +01:00
050150e7e8
floppy_instruments_foot_animation_fix
2022-10-22 22:47:25 +00:00
698a00bae3
savannah_pit
2022-10-22 19:48:50 +00:00
4ae332b8d1
Fix int overflows causing crash when using /goto
2022-10-13 13:58:02 +00:00
3d8cd6fb04
Merge branch 'juliancoffee/fix-i18n' into 'master'
...
Follow-up from i18n-helpers MR
See merge request veloren/veloren!3643
2022-10-01 16:01:23 +00:00
9dc07a38db
Follow-up from i18n-helpers MR
2022-10-01 18:35:36 +03:00
c62bc0dd0d
Allow pets to be traded with.
2022-09-30 14:51:49 -04:00
0fe0192a2d
get rid of string replacements in template strings
2022-09-29 17:33:53 +02:00
81cdcfc1a0
move voxygen/i18n to client/i18n to indicate that it can be used by more frontends if they want to make use of our helpers
2022-09-27 14:09:20 +02:00
7f46bc5b78
switch name to i18n-helpers
2022-09-27 13:46:13 +02:00
ba260e8419
translate MOD and YOU messages
2022-09-27 13:46:12 +02:00
cc3fcfce8c
initial approach of utelising chat-i18n crate by chat-cli bot
2022-09-27 13:46:12 +02:00
a0ef3be9ac
remove hardcoded localisation from client
2022-09-27 13:46:12 +02:00
17c940e0f8
Merge branch 'xMAC94x/update_toolchain' into 'master'
...
update toolchain to `2022-09-23`
See merge request veloren/veloren!3615
2022-09-25 19:44:58 +00:00
1e1ee5031f
remove enum_iterator with strum, fixes #1723
2022-09-25 16:09:46 +02:00
cf6a764aa4
update toolchain to 2022-09-23
2022-09-25 15:58:32 +02:00
c2b453f6f1
update toolchain to 2022-09-08
...
This reverts commit 6c9deee491
.
This reverts commit a32b269252
.
2022-09-24 00:04:40 +02:00
29d0f5b25d
update dependencies
2022-09-22 11:57:55 +02:00
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
a37e1f8d99
seachapel npc work
2022-09-22 01:04:01 +00:00
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
1c14ec7ee1
Parallelize ingame messages.
2022-09-21 10:25:57 -07:00
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
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
188db01a7b
Merge branch 'sam/hot-agent' into 'master'
...
Agent combat tactics hot reloading
See merge request veloren/veloren!3629
2022-09-21 02:44:51 +00:00
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
4a4c061b55
Extend item pickup UI to group members
2022-09-20 22:13:50 +00:00
bb0382e76c
Koboo/update de de
2022-09-18 18:58:34 +00:00
2d092635ed
Moved some code around to put it in logical order
2022-09-17 12:48:38 +02:00
3d6c9a780d
Removed redundant package parameter from init function of hot reloading
2022-09-17 00:55:28 -04:00
cfeb197f85
Removed duplicate crates added so there could be dynamic crates, now compiled with crate type specified instead.
2022-09-17 00:50:59 -04:00
23c51af437
Consolidated voxygen and server dynlibs into a common dynlib
2022-09-16 23:43:26 -04:00
22c99af9d1
Now when master volume is muted other volume icons are grayed out.
2022-09-16 21:30:31 +02:00
7aa1feea22
Merge branch 'xvar/better-voxygen-panic-messages' into 'master'
...
Reworked panic dialog to support displaying the likely cause of common panics
See merge request veloren/veloren!3589
2022-09-16 09:59:02 +00:00
e9a463d459
Revert "Merge branch 'xMAC94x/update-deps' into 'master'"
...
This reverts merge request !3608
2022-09-15 18:51:48 +00:00
f481e8cd4f
Unrevert fix to shaderc.
2022-09-15 17:24:47 +01:00
cafdcad8ce
Merge branch 'sharp/improve-msg' into 'master'
...
Improve some server system performance
See merge request veloren/veloren!3614
2022-09-15 04:30:31 +00:00
2c15d0af56
Reduce overhead of messaging systems.
2022-09-14 21:04:53 -07:00
725fd09ed7
Merge branch 'yusdacra/nix' into 'master'
...
!2951 with fixed runtime panic
See merge request veloren/veloren!3605
2022-09-14 10:12:07 +00:00
dc688bccb9
fix_salamander_and_elbst
2022-09-13 17:32:53 +00:00
f1a2031f22
Reworked panic dialog to support displaying the likely cause of common panics
2022-09-12 21:03:30 +01:00