reporust_rebootcancel

138,287 Commits over 4,505 Days - 1.28cph!

47 Days Ago
Merge: from main
47 Days Ago
Replaced all Shader.Find calls in the renderer features with serialized references to avoid the shaders being missing in the build
47 Days Ago
Hook up motion blur settings to the volume component
47 Days Ago
Materials and textures for stacked terminals monument blocker (fbx coming soon)
47 Days Ago
Turn L shaped sofa into a mountable entity
47 Days Ago
Set sofa to large apartment
47 Days Ago
Emissive for Oven
47 Days Ago
Update view model animation blends
47 Days Ago
fixes after switching to charge-up IO
47 Days Ago
Added the scattering shader as a serialized ref on the AtmosphereRendererFeature to avoid issues with the shader not being present in a build
47 Days Ago
merge from softcore_modal
47 Days Ago
Add chromatic aberration and grain to uberpass
47 Days Ago
Disabled hardcore tag button
47 Days Ago
Hardcore tag styling
47 Days Ago
update apartment_complex_monument/prototype
47 Days Ago
Codegen + phrases + test gen
47 Days Ago
Allow water motion vector pass to be culled
47 Days Ago
Refine motion vector pass dependencies
47 Days Ago
Use a preference list for motion vector texture formats
47 Days Ago
Apartment lighting prefab WIP.
47 Days Ago
Optim: cache FogMachine invokes - StartFogging, EnableFogFieldCB, DisableNozzleCB, FinishFoggingCB There were invoked in StartFogging, which can oscilate with power. Tests: none, trivial changes
47 Days Ago
Softcore tag styling
47 Days Ago
Cast Iron Pan prop LOD0
47 Days Ago
merge from prototype -> apartment_complex_monument
47 Days Ago
tanker area sphere tank end
47 Days Ago
merge from main -> apartment_complex_monument
47 Days Ago
set raid windows on by default
47 Days Ago
Added the Grey Scale volume component and setup all the RRP volumes that needed it
47 Days Ago
remove old model & textures, update icon and guide mesh
47 Days Ago
Seperate tc softcore stuff into its own file
47 Days Ago
fix manifest
47 Days Ago
medium apartment coliision fix so we can get to the locker
47 Days Ago
Apartment lighting layer testers.
47 Days Ago
- Setup raid windows so they transfer UTC time from server -> client and client then resolves properly to their own timezone - Fix 'Raiding Allowed' and 'Raiding Blocked' vital notes from not poping up - Keep track of when the raid window opens via a syncvar on the gamemode entity
48 Days Ago
Optim: skip BeeSwarmMaster.StartDie call if already dying Saves on ActuallyDie invoke and allocation Tests: none, trivial change
48 Days Ago
Cherrypick CS 155224 (elevator deploy NRE)
48 Days Ago
Added softcore gamemode modal, opens when clicking on the softcore tag
48 Days Ago
Optim: avoid repeated invoke scheduling in BeeSwarmAI - SetOnFire gets skipped if bees are already on fire (saves StartDie scheduling) - StartDie gets skipped if bees are already dying (saves Egress scheduling) Tests: none, trivial changes
48 Days Ago
Fix NRE when placing elevator
48 Days Ago
Rename animation specific menu items to be more descriptive. [MenuItem("Tools/Animation/CSV Dump")] -> [MenuItem("Tools/Animation/Dump Animator Controller to CSV")] [MenuItem("Tools/Animation/Hash Debug")] -> [MenuItem("Tools/Animation/Animator String-to-Hash Calculator")] [MenuItem("Tools/Animation/Animator Override Updater")] -> [MenuItem("Tools/Animation/Replace Clip in All Override Controllers")]
48 Days Ago
Bugfix: fix caching of DiveSiteBuoy.updateAction Tests: checked IL
48 Days Ago
Enable radial menu on apartment elevators only
48 Days Ago
Make radial menu for elevators opt-in
48 Days Ago
Layer shifting on large apartment & lighting prefab.
48 Days Ago
Optim: cache Sprinkler.DoSplash invoke Tests: none, trivial change
48 Days Ago
merge from game_room_dlc
48 Days Ago
Metas
48 Days Ago
merge from main
48 Days Ago
Remove MaterialReserialzer script (removes the menu option, script is deprecated)
48 Days Ago
Optim: cache HBHFSensor.UpdatePassthroughAmount invoke Tests: none, trivial change