reporust_rebootcancel

129,840 Commits over 4,232 Days - 1.28cph!

12 Days Ago
Shorts repose/lods
12 Days Ago
Fixed censorship not working on female torso
12 Days Ago
Fix lighting on render scene
12 Days Ago
Merge from parent
12 Days Ago
Cassette recorder animation updates
12 Days Ago
updated minifridge box collider
12 Days Ago
Fixed GPU instancing for mesh-based particle systems that have it enabled
12 Days Ago
Updated storage adaptor volumes, now able to place on top of mini fridge under half height
12 Days Ago
Radtown puzzle door fix Radtown bridge missing mat fix, maybe
12 Days Ago
minifridge techtree unlocking
12 Days Ago
merge from diving_goggles_fix
12 Days Ago
reduced texture sizes of minifridge textures changed texture import settings to reduce emissive bleeding
12 Days Ago
Merge from main
13 Days Ago
Remove GIbbable components from immortal NPC vending machines Seems to cause some issue when loading a save in client+server mode
13 Days Ago
Merge from minifridge
13 Days Ago
Setup mini fridge softcore corpse
13 Days Ago
merge from fix_has_respawn_options -> main
13 Days Ago
scientist_boat_ai_improvements_3 -> naval_update
13 Days Ago
Fixed the AI Boat triggers on the oilrigs. S2P
13 Days Ago
Converted Minifridge to MeshLOD, match fridge LOD range
13 Days Ago
Plastic missed a file
13 Days Ago
Fix checking for sleeping bags instead of checking respawn options in PlayerInit() - was still spawning player on death screen on fresh wipe because it was checking for 0 sleeping bags which would return the mission locked outpost respawn point
13 Days Ago
Merge from main
13 Days Ago
Remove debug logs, fix signals not being broadcast the correct way for firing/lighting the fuse, add smoke/trail to cannonball.
13 Days Ago
Merge from island_scenes
13 Days Ago
Fixed the AI boat triggers on the islands as well, S2P everything
13 Days Ago
Merge from parent
13 Days Ago
Merge from floating_cities
13 Days Ago
Fixed death screen fade not working correctly in deep sea
13 Days Ago
Merge from naval_update/floating_cities
13 Days Ago
Fix boat avoid triggers on floating cities not marked as triggers, causing players to get yeeted out of every floating city at high speed Added DynamicSafeZoneArea to floating cities, triggers the hostile top right warning indicator when close to the floating city
13 Days Ago
Merge from parent
13 Days Ago
Show a right click context option to add the selected item to the current tech tree graph
13 Days Ago
Merge from rpg_skin
13 Days Ago
Fixed death screen not showing rocket icons from the RPG skin
13 Days Ago
Update TerrainCopyPaste to generate undo snapshots before pasting
13 Days Ago
Merge from main
13 Days Ago
Fixed tech tree editor window populate buttons not working
13 Days Ago
Merge: from baseplayer_serverupdateparallel - Optim for OcclusionV2 - remove extra hash lookup in a busy loop Tests: with UsePlayerUpdateJobs 2 - toggled invis in close proximity and far away, suicided away from spawn and flew back, teleported around
13 Days Ago
Merge from fix_use_bundles
13 Days Ago
Optim: OcclusionV2 - skip resetting lastPlayerVisibility every frame Turns out didn't need to make the other half of changes Tests: used invis close and far away
13 Days Ago
Update: UseOcclusionV2 - simplify toggling invis - when enabling invis, notify occlusion tracking that we destroyed entity on subscriber's end - when disabling invis, skip sending snapshots - occlusion will handle it Halfway to remove the constant hashSet.Remove calls in GatherPairs loop Tests: UsePlayerUpdateJobs 2, toggled invis in front of player. went invis, flew outside network range, flew back, disabled invis - spawned correctly.
13 Days Ago
Fix compile error
13 Days Ago
merge from fix_dynamic_occlusion_pooling -> main
13 Days Ago
Fix pooling issue with dynamic occlusion pausing - was assuming the entity wasn't parented by default, so dynamic = false by default - however wasn't resetting the bool in ResetState() causing pooling errors - even if it was, the old code was updating batching + occlusion every time the parent changed so we want to follow suit
13 Days Ago
Deep sea: - Removed the rad volume on the exit side of the deep sea - Rad volumes are now server only - Portal backing colliders are now parented to portals, that way they're deleted when we destroy the portals - Code cleanup
13 Days Ago
Balloon stuff WIP/backup
13 Days Ago
Show CPU time vs total warmup time when logging time taken to warmup steam item definitions - only shown in editor - the numbers were correct, it's actually really slow to warmup steam items on main thread
13 Days Ago
Merge: from baseplayer_serverupdateparallel - Bugfix for UsePlayerUpdateJobs 2 not replicating players for spectators - Bugfix for leaking players in occlusion groups Tests: spectated players from far away. Inspected server state after killing a sleeper
13 Days Ago
Bugfix: ServerOcclusion - clean up players from all of their occlusion groups on server destroy Turns out we were leaving a lot of "zombie" players once sleepers were killed. This would slow down server occlusion eventually. Tests: on Craggy, killed a sleeper, moved to a different network group, and checked in debugger if the occlusion group only contains my player