userGriglercancel
reporust_rebootcancel

1,426 Commits over 638 Days - 0.09cph!

15 Days Ago
Client Unity version to 635cbaf/2022.3.41x1, build servers should have the deps now
15 Days Ago
rolled client Unity version back while buildservers are missing the dependency, will push again in the next couple hours when they're ready
15 Days Ago
updated Windows client Unity version to 635cbaf/2022.3.41x1 as well, MacOS client still on 2022.3.41f1
16 Days Ago
▆ ▌▊▉▉▋ ▆▍▆▊ ▋▉▄▌▊▇▊█▄██▌▅▋▌▍▉▆▇▌▌▍▊▇▄▇▌
16 Days Ago
▋ ▉▍▇▄▌▋█▅ ▆▄▋▇▇▍▋ ▆▋▄▄ ▆▊▍█▋▆▊▊▄▄█▊▆▇▊▇▄▇▅▌▌▍█▋ ▅▊ ██▉▉▅█▅ ▊▊ ▅▊▉ ▉▌▅▅▇▄▋ ▇▉▄▊ ▉▋▍▉ ▅▅▇▆▅▆▅▌▆▄ ▉▌ ▍█▉▊▉▋█ ▋▇▊ ▋▉▇▄▌▄ █▋▄▌▆▍ ▄▉▆▌█▇█ ▍▍▄▋▅▋▌▍▇▄▌▆ ▅▅█▇▋ ▌▅█▄█▉▄ ▋▊▄█▄▇▊▆ ▅▆ █▋▋▌▅▇▍ ▅▄▊▅▉▄▋ ▉▅▉ ▄▇▌█▉█ ▍▄▉ ▊█▍▄█▉▄▌ ▋▋▊▍ ▊▌▉▍▇
16 Days Ago
update server to 635cbaf/2022.3.41x1 - potential 64k collider limit crash fix, client will still spew old limit warning/error though
20 Days Ago
server update version to 021f737/2022.3.41x1 - any rigidbody with >128 colliders becomes a physx aggregate rather than an actor
20 Days Ago
server unity version to a1f6e5b/2022.3.41x1 - enabling proper multithreading for PhysX trigger contact processing
22 Days Ago
move PlayerEnterOrLeaveDeepSea RPC to the PreTeleportPlayer as it is called for all players regardless of mount/passenger state, ensures clear shore vectors
22 Days Ago
merge from mounted_shorevector_clear_fix
25 Days Ago
BC pass on horsemask - high iteration count for more nose strength - slightly less root motion strength for not turning into a scarf - more damping a quick nose jiggle resting time
25 Days Ago
▆ ▌▅▄▍▊▅ ▆▋▌▊▄▆▍ ▅▍ ▄▉▋ ▊▊▍▌▋ ▅▄▆ ▅▍▊▆▋▊▌▇▆▅▉▌█▌ ▋▋█▉▊▄ ▋▉▆▄▌▋▌█ ▇▍▇▍▌█ ▄▆▄▉▌██
26 Days Ago
downsample deepsea shorevectors and distances, bitshifted by 1
26 Days Ago
fixed editor spawning of island shore vectors
27 Days Ago
merge from main
27 Days Ago
centred floating_city_3 terrain properly, rebaked shore vectors
27 Days Ago
merge from main
27 Days Ago
fixed native pixel data using wrong format, should've been half4 not just Color
27 Days Ago
handling floating city data, blits in on top of generated values - also jobified stupid texture data population, 30ms down to 0.7ms still too slow but way better
27 Days Ago
legitimately generate shore distances/vectors for the deep sea rather than blitting, no floating city support yet
28 Days Ago
parallelism on DistanceField jobs and TerrainHeightMap sampling, brings total shore vector generation time down to ~5ms
28 Days Ago
shore data stored as Vector4 instead of float4 to avoid reinterpreting frequently for no reason
28 Days Ago
allow a BaseEntity to refuse gib parenting, only setting for JunkPileWater at the moment as its frequent transform updates causes gibs to fall in slow motion on the client
28 Days Ago
added kinematic body to ghostships, allows us to use MovePosition/MoveRotation for better physics behaviour
29 Days Ago
merge from main
29 Days Ago
beanbags - simplified collision mesh complexity, reduced colliders to 2 as well
29 Days Ago
banner large - fixed layers and physics mats
29 Days Ago
wood shutters - assigned correct physics mat
29 Days Ago
easel - assigned correct physics mat
29 Days Ago
fixed layering on smoke grenade causing weird behaviour on ghost ships, ragdoll -> physics projectile to match other grenades
30 Days Ago
▄ ▋▆▆▌█▋▇ ▍▅▍▉▉██▍▉▄▇▇▉ ▍▅█▊▇ ▅▄ █▊▆█▉ ▄▅▍▍▉▇▇▊▍▆▍▉ ▄▍▇▆▊▅ ▇▌▊▄▅▉ ▋▊ ▉▆▋ ▍▆▌█▄ ▉▇█▄ ▄▋▄▋ ▉▋ ▆▌▉▇▌▋▋█▌▉
32 Days Ago
removed stupid native -> managed -> native process that was happening, shore distance and vectors calculated as native and remain native
32 Days Ago
added normalized heightmap vis to baked ShoreVectorData
32 Days Ago
halved min/max of topology query radius range, now [8,16] mapped from heightmap range of [4,0] - significant reduction in topology query cost, will need to test some procgen maps that water isn't now invisibile in some niche case
32 Days Ago
further improvements - reuse positions and heightmap data from previous query in topology query, we were doing both twice - moved topology radii gen, reading of topology, and processing into water mask into a set of 3 jobs scheduled under one handle and completed
32 Days Ago
initial step towards making proper shore vector generation fast enough to avoid blitting data for the deep sea - Native DistanceField methods using jobs and burst - jobified various other parts of the shore vector generation - fixed batched HeighMap position query not using the deepsea data - about a third of the previous runtime currently but still too slow
33 Days Ago
reworked shoredata blitting to handle rotated bounds properly and not clamp-extend outside pixels
33 Days Ago
merge from non_convex_col_cleanup
33 Days Ago
added comment comp to sign
33 Days Ago
large banner sign pole as convex hull set
34 Days Ago
beanbags as generated convex hull set
34 Days Ago
wooden window shutters as primitives
34 Days Ago
easel colliders
34 Days Ago
merge from bot_sleeptarget_collider_fix
35 Days Ago
force sleeping bots to refresh collider size when being removed from the BotColliderWorkQueue, catches edge case for using sleeptarget on spawned bot players
35 Days Ago
merge from boat_optim_pass
35 Days Ago
cleaned up ApplyCorrectionForces a bit
36 Days Ago
removed another deeper nested duped IsValid check on the entity
36 Days Ago
remove duplicated unity-null check in StorageFuelSystem, replaced with IsRealNull usage as GetFuelContainer ensures entityref returns a valid result or true null
36 Days Ago
switched GetWaterSurface for GetWaterLevel in BaseBoat correction forces