130,443 Commits over 4,201 Days - 1.29cph!

17 Days Ago
If a boat is sinking dont keep trying to apply corrective forces. These forces have always been applied - without it boat sinking looks really cool
17 Days Ago
Fix deep sea network groups being visible if you get close enough to the border, and vise-versa for main island network groups - move deep sea groups onto their own layer despite being in the same physical height
17 Days Ago
Missed file
17 Days Ago
Ensure players are properly killed
17 Days Ago
Moved Small_Ramp folder to Deployable/BoatBuilding Created small ramp deployable and item Created convex colliders for base section Applied Door component, generated icon, applied gibs
17 Days Ago
Dont do any clipping checks for AI on the PT Boat and RHIB
17 Days Ago
▄▍█'▅ █▅▉▆▇ ▊▊█ ▌▍▊▊▇ ▍▋█▍ ▄▇
17 Days Ago
█▊▋▍▍▆▄ ▋▆▇▌▊▆█▍▄▍: '▆▊' -> '▄▋' :▌▅▊▆:
17 Days Ago
Add new ClippingCheckAiMode to BaseVehicle.Server Let's us skip clipping checks for AI, or apply to both AI and players
17 Days Ago
Changed how rockets and flares get added to the attack heli when using fixcars command: Fixcars 1 -> Inserts 1 row of flares Fixcars 2 -> Inserts 1 row of flares and HV Fixcars 3 -> Inserts 1 row of flares, HV and Incen Fixcars (with no parameters) -> Gives flares and HV's (behaviour remains the same)
17 Days Ago
Splats
18 Days Ago
merge from vclouds_demo_timescale_fix
18 Days Ago
fix cloud movement hitching in timescaled demo
18 Days Ago
merge from construction_guide_missing_normal_maps
18 Days Ago
fix some construction guides missing normal maps
18 Days Ago
Progress
18 Days Ago
Helicopter Balance pass: Flares - removed the ability for passengers to manually throw flares from helicopters - added flares to minicopter & scrappie - hot air balloon can cut engines to avoid homing missiles (after 5s of engine being off)
18 Days Ago
merge from fix_ghost_ship_parenting -> naval_update
18 Days Ago
Add a couple of `parent.ShouldChildrenInheritNetworkGroup()` that were missing beside existing `ShouldInheritNetworkGroup()` calls - should fix NPCs parented to ghost ships being global networked instead of local
18 Days Ago
merge from vclouds_amd_seam_fix
18 Days Ago
fix vertical seam in vclouds weather map on AMD
18 Days Ago
merge from ui_overhead_optims
18 Days Ago
Fixed shockbyte popup icons not being marked as dynamic
18 Days Ago
merge from main
18 Days Ago
fixed issue with metal detector anims
18 Days Ago
Big sidetrack experiment, changing parenting/parent behaviour everywhere
18 Days Ago
Enabled map back in the deep sea Its half working, only shows the islands for now
18 Days Ago
merge from naval_update/deep_sea
18 Days Ago
Codegen
18 Days Ago
More deep sea logs Added tree count to deepsea.printentitycount
18 Days Ago
Assigned main island global network group to chinook, chinook scientists and cargoship
18 Days Ago
Added avoidDeepSeaPortal and avoidDeepSea parameters to TerrainMeta::RandomPointOffshore - Chinook avoids the deep sea playable area when egressing and spawning - Cargo avoids the deep sea playable area AND deep sea portal side when spawning (egressing changes to come) Added CH47HelicopterAIController.dropCrate command to force chinooks to leave
18 Days Ago
Remove duplicate entity from PlayerBoat prefab that I just spent 2 hours trying to fix in code.
18 Days Ago
Mesh fixes and tweaks for the CH47 casino variant
18 Days Ago
collision fixes on barge oil rig legs prison security tower
18 Days Ago
Hook new scientist bullet trail, helps players get more spatial awareness with longer lasting trails
18 Days Ago
Scientist will rush players that are undergeared more often, instead of playing too defensive against bows
18 Days Ago
Add buoyancy wave amplitude for ghost ships, set it to 40% for now.
18 Days Ago
▉▅▋█▉ ▆▌▅█ ▄██▌▊▌_▊█▆▍▊█▇_▉▊▅▄_█▊▍
18 Days Ago
Chinook avoids the deep sea side when randomising its spawn position
18 Days Ago
merge from shore_vectors
18 Days Ago
sending client RPC to a player when entering the deep sea, currently only used to reset deepsea terrain texturing data
18 Days Ago
Editor force on helicopter compile fix
18 Days Ago
RPG7 - Texture & material update, icon
18 Days Ago
rpg skin vm animations edited
18 Days Ago
binoculars refresh world model/LODS (might need tweaking) and viewmodel materials and textures
18 Days Ago
un-gate indirect instancing for testing purposes
18 Days Ago
Fix build by scrapping the function pointer idea.