userandrecancel
reporust_rebootcancel

11,016 Commits over 4,109 Days - 0.11cph!

2 Years Ago
Fixed shoreline wave normals never being applied to ocean (should only be applied on highest quality) Fixed fallback normals not being applied to lakes / swamps
2 Years Ago
Merge from main
2 Years Ago
Fixed being unable to place wooden ladder on cargo ship
2 Years Ago
Fixed MotorRowboat incorrectly implementing InitShared (without calling into parent version) Fixed door stacking on tugboat (guide still shows as blue, but door cannot be placed)
2 Years Ago
Fixed nested child deployables on tugboat
2 Years Ago
DecayEntity fix on tugboat deployables
2 Years Ago
StabilityEntity tweak on tugboat deployables
2 Years Ago
GroundWatch fix on tugboat deployables
2 Years Ago
Merge from save239
2 Years Ago
Cargo ship environment volume layer fix
2 Years Ago
Added water physics trigger to cargo ship (reusing existing environment volume)
2 Years Ago
Added environment volume to sewer branch (water physics issues)
2 Years Ago
Display waves even on lowest ocean quality (gameplay advantage if we don't do this)
2 Years Ago
CodeGen
2 Years Ago
Added water.scaled_time convar (works similarly to UseScaledTime toggle on the old water)
2 Years Ago
Add water.scaled_time convar
2 Years Ago
Merge from save239
2 Years Ago
Compile fix
2 Years Ago
Merge from save239
2 Years Ago
Disable LerpBetweenPointsBool batching toggle if entity is parented Disable OnSkinRefreshStart / OnSkinRefreshEnd batching toggle if entity is parented
2 Years Ago
Skip stability check if entity has a parent (fixed doors on tugboat breaking due to lack of stability)
2 Years Ago
Fixed being unable to place doors on tugboat
2 Years Ago
Actually allow deployment of autoturret on tugboat
2 Years Ago
AutoTurret is on when parent has engine on AutoTurret cannot be connected by wire if it has a parent
2 Years Ago
Marking several deployables as deployable on the tugboat: BBQ, bed, campfire, chair, fridge, furnace, storage boxes, locker, mixing table, repair bench, research table, rugs, shelves, guntrap, sleeping bag, sofa, table, workbenches, autoturret, flameturret
2 Years Ago
Fixed LODComponent.ToggleDynamic issues
2 Years Ago
Correctly mark all LODComponent as dynamic on parented entities
2 Years Ago
Replacing per-socket setDeployableAsParent with per-entity ForceDeployableSetParent override (to support free deployment without sockets)
2 Years Ago
Fixed ServerProjectile NRE when hitting water
2 Years Ago
Merge from save239
2 Years Ago
Fixed WaterLevel ignoring water volumes and reverted fishing pole and water sockets to use WaterLevel
2 Years Ago
Projectile fixes (things I broke in 83834)
2 Years Ago
Fixed GamePhysics queries not handling WaterCollision triggers
2 Years Ago
Fixed several underwater projectile issues (speargun)
2 Years Ago
Fixed projectile water penetration on ocean
2 Years Ago
Merge from water5_final
2 Years Ago
Fixed FoliageGridBatch bounds calculation being incorrect (causing large foliage to pop in and out of view)
2 Years Ago
Merge from water5_final
2 Years Ago
Fixed SocketMod_InWater (was broken inside pools) Fixed fishing rod (was broken almost everywhere)
2 Years Ago
Subtracting 83705 (merge conflict, will have to reapply once we're on main with everything)
2 Years Ago
Added WaterVisibilityTrigger to sewer branch (only had WaterCullingVolume which is purely visual)
2 Years Ago
Merge from water5_final
2 Years Ago
Fixed normals missing entirely from rivers (and I think lakes)
2 Years Ago
Fixed GetGroundInfo missing ocean hits Fixed GetMaterialAt not supporting ocean hits Fixed water footsteos spawning at terrain level instead of ocean level
2 Years Ago
Added NotEqual option to VertexLit Blended Custom and WaterDrop shaders
2 Years Ago
Added ReflectionMask property to the "Environment Properties" asset to adjust the layers that are included in reflections
2 Years Ago
Added reflection.forceupdate convar to quickly update world reflections even if stationary
2 Years Ago
Merge from water5_final
2 Years Ago
Fixed being unable to deploy boogie boards or inner tubes in the ocean (SocketMod_InWater fix)
2 Years Ago
Merge from main