Commit Graph

714 Commits

Author SHA1 Message Date
Youser Nayme
2ab41e56e6
Run cargo update 2024-06-29 17:26:05 -04:00
Youser Nayme
d7c82ce534
Update ratatui 2024-06-29 17:05:29 -04:00
Youser Nayme
ce7732674a
Update noise 2024-06-26 00:59:36 -04:00
Youser Nayme
a145b0ea2c
Update dispatch 2024-06-23 21:50:46 -04:00
Youser Nayme
a12c320f8c
Update ordered-float 2024-06-23 21:50:45 -04:00
Youser Nayme
ca6bcaab7d
Update strum and itertools 2024-06-23 21:50:33 -04:00
Youser Nayme
36d192a2f6
Update chrono-tz 2024-06-23 11:17:07 -04:00
Youser Nayme
a1930b81d0
Update image 2024-06-23 11:07:15 -04:00
Youser Nayme
48dfac6f8b
Update hashbrown 2024-06-23 10:40:04 -04:00
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