Marcel Märtens
75f2e0800a
Update hyper/axum and dependent crates.
...
note this removes an old rustls, due to the new one we require to initialize our CryptoProvider.
also removed a very verbose trace.
2024-06-04 14:31:36 +02:00
Youser Nayme
7edbb4449e
Update kiddo from 0.2 to 4.2.0
2024-06-03 23:12:53 +00:00
crabman
a2ea012f43
upgrade rustls
2024-05-28 12:56:18 +00:00
Marcel Märtens
2c138fc0eb
update rustls_pemfile
2024-05-24 18:09:26 +02:00
Youser Nayme
3556eb6ed7
Update rcgen
2024-05-20 13:08:55 -04:00
Youser Nayme
88fe77479b
Update minifb
2024-05-20 13:04:22 -04:00
Youser Nayme
64a79f21f9
Update rstar
2024-05-20 13:04:22 -04:00
Youser Nayme
fbe7db846e
Update treeculler
2024-05-20 13:04:21 -04:00
Youser Nayme
23afb9237f
Update rodio
2024-05-20 13:04:21 -04:00
Youser Nayme
d6f239832a
Update native-dialog
2024-05-20 13:04:21 -04:00
Youser Nayme
2138b5cc8f
Update rusqlite
2024-05-20 13:04:20 -04:00
Youser Nayme
1fd72a93e1
Unpinned cmake version as the original issue has been fixed.
...
Also ran `cargo update` to actually update the crate.
2024-05-20 13:04:20 -04:00
Youser Nayme
13bccaf888
Update profiling
and tracing-tracy
crates
2024-05-20 13:04:15 -04:00
Christof Petig
8502aabe68
wasmtime update
2024-05-20 15:56:38 +02:00
Marcel Märtens
b258dc9d6d
cargo update
2024-05-19 10:48:58 +02:00
Marcel Märtens
5f41aefacb
update toolchain to 2024-05-14
2024-05-18 00:58:54 +02:00
Marcel Märtens
b770665fb9
new toolchain lints helped us to find issues, backporting the bugfixes here.
...
NOTE: we havent had world enabled in server/agent, this MR now enables this, might have some (hopefully positive) effects on our agent code
2024-05-16 10:40:15 +02:00
Marcel Märtens
23003b48df
Add a query client example
2024-05-09 15:36:38 +02:00
crabman
e07b9b4c3a
Bump h2 and rustls patch version
...
Fixes RUSTSEC-2024-0336 and RUSTSEC-2024-0332
2024-05-02 07:00:02 +00:00
crabman
8efe53ab45
protect against spoofed addressess
2024-05-02 07:00:02 +00:00
crabman
83d4c775e2
connect query server to gameserver
2024-05-02 07:00:01 +00:00
crabman
93ad288193
query server crate
2024-05-02 07:00:01 +00:00
Sam
aeb887963e
Hammer AI
2024-04-28 19:43:50 -04:00
Marcel
a955871f60
Merge branch 'gamer-kold/update-rodio-v2' into 'master'
...
Updated Rodio
See merge request veloren/veloren!4399
2024-03-31 09:05:18 +00:00
Marcel Märtens
35afd20b63
Change the version number to 0.16
2024-03-30 00:10:54 +01:00
Talha Qamar
5520dec17c
Update Cargo.lock
2024-03-29 00:05:17 +05:00
Talha Qamar
028ca816b7
Updated Rodio
2024-03-28 22:11:12 +05:00
Treeco
62a99f2466
Use real colours for LOD trees and rooftops, lay groundwork for further additions
2024-03-23 17:32:54 +00:00
Marcel Märtens
1ed2895a49
cargo upgrade all
2024-03-20 09:39:13 +01:00
Marcel Märtens
941b204681
update some dependencies manually
2024-03-20 09:36:58 +01:00
Marcel Märtens
794fd41df0
add webui for veloren-server with working players
2024-03-17 12:10:45 +01:00
Christof Petig
3e0ca7d6d4
Load missing plugins from the server
...
individual commits combined here:
send active plugins
compute plugin sha hash
single position for defining Hash type
request plugins from the server
Server sending the plugin to the client
store received plugin in file and use it
handle plugin data at the right place
pass config_dir to client init
load local plugins
operational plugin caching
simplify the interface
clippy suggestions
remove artifacts
fix compilation of test world
ChangeLog entry
code quality fixes
improve readability
adapt to multiple systems
2024-03-14 00:46:18 +01:00
crabman
b8e95a7968
upgrade to mio 0.8.11 to fix RUSTSEC-2024-0019
2024-03-05 15:28:46 +00:00
crabman
3d13524eb7
add batch_generate example
2024-02-28 15:44:27 +00:00
Syniis
2472a62e38
Fmt, remove inline_tweak and move close functions
2024-02-24 23:24:49 +01:00
Syniis
ec310efb3c
More cave features
2024-02-24 23:09:01 +01:00
Imbris
5434ce546b
Fix issue with missing capability when enabling shaderc optimizations
...
See https://github.com/gfx-rs/wgpu/issues/4915
Also:
* Remove unused vert-out frag-in variables from shaders (naga doesn't
like this probably because they are optimized out on the fragment
side). This restriction from naga may be relaxed in the future
see https://github.com/gfx-rs/wgpu/issues/3748 .
* Enable OptimizationLevel::Performance for shaderc by default
* Add a environment variable VOXYGEN_SHADERC_OPTS for disabling this
(e.g. to test if it actually makes a difference on any platform).
(TODO: testing might be easier if there was a way to do toggle it
without restarting...)
2024-02-14 16:36:59 -05:00
Marcel
f27c00917a
Merge branch 'xMAC/vek_update' into 'master'
...
update vek to newest version, we somehow had a patch we no longer need anymore
See merge request veloren/veloren!4316
2024-02-10 12:03:05 +00:00
Marcel Märtens
ab01c46ef7
update vek to newest version, we somehow had a patch we no longer need anymore
2024-02-10 11:43:59 +01:00
Marcel Märtens
fc076a39fb
remove unmaintained fehler crate by updating lz-fear and zwitch to culpa
2024-02-10 11:30:36 +01:00
Christof Petig
f56e1d84b5
Use wasmtime to execute wasm components as veloren plugins
2024-02-10 09:35:04 +00:00
Nadja von Reitzenstein Čerpnjak
2d2ffa2b10
Add SRV lookup functionality to voxygen
...
This will make voxygen issue a SRV lookup when connecting to a host, allowing server owners to configure non-standard ports for servers and host servers using vanity domains easily. It additionally allows servers to be hosted on both QUIC and TCP at the same time, with the client connecting to the preferred protocol automatically, but gracefully falling back if a connection is not possible.
2024-02-07 14:28:37 +01:00
Marcel Märtens
b0bef3ebbf
update few dependencies
2024-02-06 19:11:10 +01:00
Marcel Märtens
be6a99acb4
replace tui with ratatui
2024-02-06 19:11:10 +01:00
Marcel Märtens
c69224171b
run cargo update
2024-02-06 12:45:32 +01:00
Marcel Märtens
856c64c9ee
smaller code cleanups, copy paste errors, or wrong merge resolutions fixed according to MR reviews
2024-02-01 12:05:10 +01:00
Isse
02aa740f72
try fix changing settings for opengl + windows
2024-02-01 12:05:10 +01:00
Isse
82989979a6
try to fix windows build
2024-02-01 12:01:51 +01:00
Isse
00f527fe8b
fix gl
2024-02-01 12:01:45 +01:00
Isse
165c88bd74
patch wgpu to 18.2
2024-02-01 12:01:03 +01:00