reporust_rebootcancel

123,979 Commits over 4,171 Days - 1.24cph!

11 Days Ago
fix censornudity convar NRE with mannequins
11 Days Ago
fix weird circle in sky if vclouds are never enabled and there's sky rotation applied
11 Days Ago
fix for client colliders on deployables breaking server PlayerBoat (listen server only) - BoatBuildingBlock reports added children to parent entity and brute-force ignores children between client/server, bit gross but works for now
11 Days Ago
▍▇▇▍█
11 Days Ago
█▄▊ ▊▄▄▆▄█▆▆
11 Days Ago
Replace parallel for with normal for loops as it doesn't seem possible to completely get rid of their allocation (tried caching actions, extracting state, reimplementing with tasks, unitask, threadpool... those allocate less but still do)
11 Days Ago
Remove alloc in ExtractMesh
11 Days Ago
enabled shadows on sleeping bag model
11 Days Ago
rename and reorganise media
11 Days Ago
▋▄▋▆▌▍▄ ▉▊▊▅▌▊ ▋█ ▊▉▊▄▅ ▋▍▍ ▉▅▌▌ ▋▄▌▊▊▉▌▊▌
11 Days Ago
Phrases
11 Days Ago
Add more media for exhibit pack
11 Days Ago
Check for storage adaptor too
11 Days Ago
Merge from naval_update
11 Days Ago
subtract Attackheli_Buildvolume 129549
11 Days Ago
merge from string_light_batching_crash
11 Days Ago
merge from decor_lighting_dlc
11 Days Ago
merge from spotlight_research/Chandelier_power
11 Days Ago
Merge from deep_sea
11 Days Ago
11 Days Ago
Fixed incorrect pickup message
11 Days Ago
Fix wall cabinet being able to be picked up when locked
11 Days Ago
Fixed the ceiling light top bleed Fixed secondary light being a different color Removed distance flare (not used for player spawned stuff) Slightly lowered LOD cull distances as they were carried from some static lights. Small polish on light/shadow settings.
11 Days Ago
11 Days Ago
Merge from naval_update
11 Days Ago
Merge from main
11 Days Ago
set fabric and leather beanbags to give same recycle output as chair
11 Days Ago
Turned shadow casting off floating walkway kits to improve perf
11 Days Ago
changed leather beanbag pickup from fabric to leather
11 Days Ago
Updated mannequin part paths
11 Days Ago
Fix label TC auth not working properly when the player has no building priv
11 Days Ago
Players parented to (riding) the hot air balloon will now be marked hostile for 60s when the hot air balloon crushes another player by landing on them. This follows a similar setup to the modular car kill triggers in using the TriggerHurtNotChild script and IHurtTriggerUser interface to return the damage initiator player - the first player found is marked as the damage initiator and all other players are manually marked hostile. - Tested in editor killing a spawned player whilst riding the hot air balloon and correctly being marked hostile
11 Days Ago
Merge: from baseplayer_serverupdateparallel - Bugfix: PlayerCache can no longer desync when disabling UsePlayerUpdateJobs - Optim: removed couple extra allocs in UsePlayerUpdateJobs 2 Tests: ran unit tests + bunch of disable-enable of UsePlayerUpdateJobs in local session
11 Days Ago
Merge: from main
11 Days Ago
Bugfix: invalidate all non-null managed objects - Previously it allowed for UnityNull objects to be skipped, leading to desync of StableObjectCache Tests: ran PlayerCacheTests.StressTest - it now passes
11 Days Ago
Update: ammend PlayerCacheTests.StressTest to trigger cleanup causing desync with StableObjectCache Tests: ran test, failing as expected
11 Days Ago
▊▍▆▍▅ ▍▉█▊ ▍▋▇▊▋▌_▊▇▌▋▉▇▅▌▌_█▍▊▄_▋▅▍▍_▆▊▌
11 Days Ago
Fixed clipping issue with life ring
11 Days Ago
Optim: UsePlayerUpdateJobs 2 - get rid of ExecutionContext copies when aggregating tasks in SendEntitySnapshots and -WithChildren Tests: none, trivial change
11 Days Ago
Fix IsNavmeshBuilt returning true while navmesh is still async building
11 Days Ago
Add culling based on distance
11 Days Ago
Do not reset "stopAtDestination" when end of path reached, that defeats the purpose, as we want to keep moving even after reaching the end
11 Days Ago
small engine blockout for modular boats
11 Days Ago
Store start/end positions during jobs, add `laserbeam.useJobs` convar to allow for toggling the new jobified laser beams.
11 Days Ago
Rebase on /main 🤞🏻