136,088 Commits over 4,444 Days - 1.28cph!

11 Days Ago
Charm icon tooltip
11 Days Ago
SSAO render feature port
11 Days Ago
Revert 153856
11 Days Ago
merge from main
11 Days Ago
merge from contact_lowresasset_fix
11 Days Ago
Fixed contact mugshot_unknown UI asset using streaming mip maps
11 Days Ago
merge from optimize_train_track_meshes -> main
11 Days Ago
Fix IsAnyLODVisible() not being inverted in OnMeshJobFinished() causing rail meshes to be always deleted instead of only deleted if the LOD was hidden before the mesh generation job finished
11 Days Ago
Fix filter to only generate lowest LOD only checking if filter is null, not if filter is empty - fixes rivers + roads + train track meshes not generating at all
11 Days Ago
merge from main -> optimize_train_track_meshes
11 Days Ago
Fixed ladder hatch unlocking on tech tree after learning the elevator blueprint
11 Days Ago
Merge from ModularCarClipping_Fix
11 Days Ago
Removed an EditorApplication update invoke in BaseVehicleModuleEditor that was causing issues (recursive layout) Replaced the Vector fields for foot IK positions on modular car seats with transform fields, added matching transforms for the couple of seats with IK positions Adjusted foot position on the LessLegroom seats to minimise foot clipping
11 Days Ago
Merge from main
11 Days Ago
Merge from PlayerRigUpdate2 (new one handed sprint anims on most two handed projectile weapons)
11 Days Ago
Merge from main
11 Days Ago
Merge from sprint_subsystem
11 Days Ago
Added one handed sprint anims to M4, Spas, Crossbow, Double Barrel, MP5, Bolty, SMG, Thompson, M249, Semi Auto, AK47, Space LR
11 Days Ago
Merge from parent
11 Days Ago
Merge from mount_cycle_fix
11 Days Ago
Merge from main (some tricky PlayerModel.cs merges happening today)
11 Days Ago
Merge from wanted_deep_sea_fix
11 Days Ago
Merge from huntingtrophy_skins
11 Days Ago
Merge from PlayerRigUpdate2
11 Days Ago
Delete turnOn and turnOff parameters from PlayerAnimator Delete Turn On and Turn Off states (was only ever used for torches, now handled via sub systems)
11 Days Ago
Merge from torch_implementation_finish
11 Days Ago
Merge from parent
11 Days Ago
Merge from main
11 Days Ago
Merge from cinematic_speed_fix
11 Days Ago
Fixed some warnings being thrown when entering and exiting cinematic anims
11 Days Ago
Allow the 'retry' button to be pressed indefinitely
11 Days Ago
steam_retry_button_fix -> main
11 Days Ago
Fix retry steam button not working
11 Days Ago
Cobalt Statue - Helix textures, material and prefab LODs
11 Days Ago
Possible threading fix for voice delay issue
11 Days Ago
Bypass dynamic pricing for rentable shops (they are player controlled but technically are NPC vending machines)
11 Days Ago
Enforce a 6 hour protection window from store takeovers Add rentableshop.ResetTakeoverProtectionOfClosestShop convar
11 Days Ago
Merge from main
11 Days Ago
merge from kickgms
11 Days Ago
Item name and desc
11 Days Ago
Item id, world model fixes
11 Days Ago
merge from main
11 Days Ago
merge from optimize_train_track_meshes -> main
11 Days Ago
Fix "Double invocation of a deferred action"
11 Days Ago
Fix null check using .Equals() instead of == null
11 Days Ago
Top floor progress Reverted some material overrides in the core and wing prefabs
11 Days Ago
Fix CLIENT compile errors
11 Days Ago
Fixed PlayerStartVoice not running for local player * Fixed local player volume being NaN for a split second when starting to talk Make mxSlider respect the tick count under modern v6 windows styles Make util.KeyValuesToTablePreserveOrder's all 0 keys check work like intended * make it only apply key replacement when ALL the keys are 0s, not just some keys. Maybe should delete this code entirely though? Remove trailing newline from certain disconnect messages Fix weapon_pistol prediction errors * its weird how it only happens on dedicated servers, but ANYWAY, fixed now. Mark some NPC related debug commands as cheats for consistency * Also fixes a crash with `ai_test_los` Fix 64bit -tools
11 Days Ago
merge from main -> optimize_train_track_meshes
11 Days Ago
Merge from findobjectsoftype_replace