Commit Graph

15171 Commits

Author SHA1 Message Date
ba763f2da5 Make no terrain pop the default 2023-10-18 09:58:00 +01:00
6a82fcf703 Added block noise to LoD objects 2023-10-18 09:58:00 +01:00
8036ffa374 Removed unnecessary shader code 2023-10-18 09:58:00 +01:00
bf92d0287b Skip animating figures outside of the frustum 2023-10-18 09:58:00 +01:00
c07d7a212b Better LoD effects, performance improvements 2023-10-18 09:58:00 +01:00
4d6c3a00f3 Testing better LoD voxelisation techniques 2023-10-18 09:57:59 +01:00
0baab58928 imbris though the Cow would get Cloned anyway, so we go directly for String for now. OnceCell might be a thing in the future, but not now.
Also logging errors in case metrics cannot be build
2023-10-18 10:50:58 +02:00
360cc4a4b7 Move most of the locking work to a seperate tokio spawn thread 2023-10-18 10:08:48 +02:00
adeab73876 move whole webserver to server-cli 2023-10-18 09:35:40 +02:00
38f4b8b644 There is no way to moderate ChatMessages not send in global chat. For this way we might investigate in a different approach.
The Gameserver returning the latest chat messages via a REST api (protected by a password in settings).
A central service can then scrape this endpoint and make it accessable to moderators.

We need to make sure to log which moderator sees which messages, especially when whispered. to be sure we might also limit the holding period to a week
2023-10-18 09:35:40 +02:00
bbed1d85e8 Merge branch 'christof/items_in_plugins' into 'master'
Load voxel, item description and body specs from plugin archives

See merge request veloren/veloren!3658
2023-10-17 22:11:01 +00:00
e22046c5f4 Address zesterer's comments 2023-10-17 22:10:19 +02:00
22f8433d22 address imbris suggestions in this new version 2023-10-17 21:07:24 +02:00
621334d69b clippy fix and tar_source simplification 2023-10-17 21:07:24 +02:00
64dec7efe2 fix compilation without plugins feature, fixes unit tests 2023-10-17 21:07:24 +02:00
73ebe8ab98 add changelog entry 2023-10-17 21:07:24 +02:00
60336a1c56 improve duplicate error message 2023-10-17 21:07:24 +02:00
61b7a1ff17 report errors other than not found when combining assets 2023-10-17 21:07:24 +02:00
8dce52221b separate combined cache and fs cache 2023-10-17 21:07:23 +02:00
baccdeb22f move plugin list into source 2023-10-17 21:07:23 +02:00
3a6d94bd3c register_tar with the cache object 2023-10-17 21:07:23 +02:00
12ee21a289 first part of load items from plugin 2023-10-17 21:07:23 +02:00
0d5017932d Merge branch 'zesterer/backpack-fixes' into 'master'
Added wielding for wallrunning

See merge request veloren/veloren!4133
2023-10-16 20:00:06 +00:00
2842d6fef8 Merge branch 'crabman/airship-fix2' into 'master'
Airship fix attempt #5

See merge request veloren/veloren!4142
2023-10-16 17:52:57 +00:00
0da10c1dfc Run terrain persistence before /reload_chunks 2023-10-16 18:39:41 +02:00
3605e49a00 changelog entry 2023-10-16 16:54:53 +02:00
c8350d0654 airship fix attempt #521 2023-10-16 16:53:33 +02:00
b862a7aa22 Merge branch 'isse/fix-div0' into 'master'
Fix divide by zero in state::apply_terrain_changes_internal

See merge request veloren/veloren!4140
2023-10-16 11:35:17 +00:00
afb79bf67a Merge branch 'zesterer/fix-pet-panic' into 'master'
Fixed potential panic when adding dead pet

See merge request veloren/veloren!4141
2023-10-16 10:30:35 +00:00
285a0b2b01 Fixed potential panic when adding dead pet 2023-10-16 09:53:15 +00:00
678dffeb9f use into_iter 2023-10-15 23:10:14 +02:00
3a61fb15b2 fix divide by zero in state::apply_terrain_changes_internal 2023-10-15 23:00:36 +02:00
flo
912002bd0c Merge branch 'fix_dreadhorn_hitbox' into 'master'
fix_dreadhorn_hitbox

See merge request veloren/veloren!4139
2023-10-15 19:27:14 +00:00
c8122797d4 fix_dreadhorn_hitbox 2023-10-15 20:50:47 +02:00
e1767ab3ad Merge branch 'sam/bezier-beam' into 'master'
Converted beam system from spherical shell wedges to quadratic beziers

See merge request veloren/veloren!4137
2023-10-15 15:42:02 +00:00
e6ca99cbb4 Fixed rolling limbs 2023-10-15 15:53:34 +01:00
eec60a3277 Improved walking animations 2023-10-15 15:33:51 +01:00
b21ccbf480 Reduced shoulder bopping 2023-10-15 12:21:20 +01:00
Sam
ef5e37a64d Converted beam system from spherical shell wedges to quadratic beziers 2023-10-14 21:46:28 -04:00
82ac022ae2 Merge branch 'isse/fix-puddle-details' into 'master'
Fix puddle details

See merge request veloren/veloren!4136
2023-10-14 23:25:49 +00:00
b6c234b26e fix puddle details 2023-10-15 00:48:37 +02:00
185ccea579 Merge branch 'imbris/dynlib-overwrite-fix' into 'master'
Don't overwrite loaded dynlib

See merge request veloren/veloren!4135
2023-10-14 21:05:47 +00:00
c327d0cc85 Better wielded rolling 2023-10-14 21:35:54 +01:00
fd8a37d141 Don't overwrite loaded dynlib 2023-10-14 16:25:55 -04:00
aaa4740cd0 Merge branch 'RaulWCosta/linearize_light_colors_on_cpu' into 'master'
Linearize light colors on the CPU

Closes #1437

See merge request veloren/veloren!4134
2023-10-14 18:10:36 +00:00
46cf1f1914 Linearize light colors on the CPU 2023-10-14 18:10:35 +00:00
748cde14be Factored out common lantern animation 2023-10-14 15:46:20 +01:00
30ecc997ea Factor tool back animation code out 2023-10-14 15:06:08 +01:00
03f698034b Nicer running 2023-10-14 14:27:01 +01:00
e293de5bae Added wielding for wallrunning 2023-10-14 12:27:08 +01:00