129,427 Commits over 4,201 Days - 1.28cph!

2 Days Ago
Fixed a bunch of scaled texts not marked as non static - main menu workshop dropdown items - vendor listings - shockbyte modal
2 Days Ago
Merge from parent
2 Days Ago
script updated mesh
2 Days Ago
merge from main
2 Days Ago
Revert cargo global network group to Default (from MainIsland)
2 Days Ago
Add AlignLocalPlayerTurretRotation to force the local players player model to conform to the same rotation lock as replicated players/ai
2 Days Ago
Codegen
2 Days Ago
Add Hand IK targets (disable when reloading) Fix front turret flapping around Fix front turret being able to clip into the floor of the boat Move player slightly further away from rear turret
2 Days Ago
primitive large lootbag halloween loot update
2 Days Ago
Disable MarkAttackerHostile on 20 static entitites found in floating cities
2 Days Ago
Fix hips staying locked when moving the turrets up and down
2 Days Ago
naval_update -> pt_boat_2
2 Days Ago
paintball_hopper uv tests
2 Days Ago
Merge from main
2 Days Ago
Paintball Gun - Blockout mesh and materials
2 Days Ago
Added a null check for shared materials when preloading textures for hotbar items to prevent NREs when a mesh renderer has a null material
2 Days Ago
Added generic terrain to FC4 Added baked shore vectors Move the boat vendor on the pier Setup an HLOD for the scene
2 Days Ago
Improved shore vectors on FC1,2,3 Removed access to casino top floor from barge in FC2 Updated HLODs on FC2,3
2 Days Ago
Merge from main
2 Days Ago
Merge from island_scenes
2 Days Ago
Add compass marker for leaving the deep sea
2 Days Ago
Fixed beach chair on tropical island 1 pickupable
2 Days Ago
Add images for the other tropical islands
2 Days Ago
Merge from parent
2 Days Ago
Merge from floating_cities
2 Days Ago
Don't allow players to interact with growable plants in the floating city if they haven't purchased access to the farm
2 Days Ago
Fixed negative box collider size on casino barge culling volumes Added new floating city map marker S2P FC 1,2,3
2 Days Ago
Mark LightOccludee as IClientComponent, removes ~1400 unused transforms on the server when loading a floating city Add new ClientStubComponent - an empty client only component that will stop a hierarchy being stripped but will still allow stripping to occur on the server Fix mannequins not rendering when spawned on floating city entity (apply ClientStubComponent to entire bone hierarchy) S2P FC 1,2,3
3 Days Ago
Added support for CullingVolume to disable LODGroups (optional, see IncludeLodGroup on component) Enabled on Supplies barge so that skinned meshes are disabled Fixed S2P flattening applying to children of CullingVolume, this was stopping CullingVolumes working entirely as they rely on the hierarchy Remove Poolable component on supplies barge clothing S2P FC 1
3 Days Ago
Merge from parent
3 Days Ago
Merge from project_hammer
3 Days Ago
Merge from main
3 Days Ago
RPG fx WIP.
3 Days Ago
Muzzle position fix
3 Days Ago
Cleanup
3 Days Ago
Viewmodel render fix.
3 Days Ago
Viewmodel FX updates.
4 Days Ago
Chainsaw FX.
4 Days Ago
- Fix random low res mip levels by using NativeParallelMultiHashMap instead of FixedList to avoid running out of space. - Fix dropping off-screen instances to low res mip levels by considering all instances for mip level calculations instead of just culling surviors. The old off-screen behavior can be examined by setting `indirect_instancing.streaming_use_all_instances 0`. - Mitigate dropping Unity renderers to low res mip levels when Unity's and Indirect Instancing streaming systems disagree by calling ClearRequestedMipmapLevel() when we have determined mip 7.
4 Days Ago
scientist_boat_ai -> naval_update
4 Days Ago
Dont kill rest of the scientists when the driver dies (not intentional)
4 Days Ago
scientist_boat_ai -> naval_update
4 Days Ago
Only allow killing scientists to happen once Call die on scientists so the loot bags spawn
4 Days Ago
Fix logic bug in pursue player that could possibly cause recursive behaviour (Active target check was flipped)
4 Days Ago
naval_update -> scientist_boat_ai
4 Days Ago
pt_boat_2 -> naval_update
4 Days Ago
Compile errors
4 Days Ago
merge from deep_sea_repel -> naval_update
4 Days Ago
Fix NRE when checking if vehicle is near portal and needs repel force but portal / deep sea entity hasn't been spawned yet