125,178 Commits over 4,171 Days - 1.25cph!

1 Year Ago
Fixes
1 Year Ago
Fixed door controller IO UI overlapping doors interaction UI
1 Year Ago
Comment only
1 Year Ago
Restore accidentally removed include
1 Year Ago
Use IgnoreCollision when dropped items fall on minicopter or attack heli. Items now fall through those two vehicles - unfortunately needed due to physics issues with the last two Unity updates. Items will still collide with scrap heli interior
1 Year Ago
Proper new underwater settings RC
1 Year Ago
Fixed Water Purifier missing deploy guide
1 Year Ago
Fix junkpile_water_b and c getting their colliders stripped on the server, leading to items falling through the junkpile Fix junkpile_water_a not properly removing components (this one already worked ok as far as dropping items)
1 Year Ago
▊▅▉▆▄ ▅▉▊▄ ▊▅▌█, ▄▅▉▆▄▄▄▊ ▊▅▅ ▅▄▊▊▄▉█▆
1 Year Ago
Return minicopter and attack helicopter to Continuous Dynamic collision type, from Continuous Speculative, due to reports of collision issues during stunt flying
1 Year Ago
sks updates: - 3p updates + corrected aiming - updated anims on rigged world model - got shell eject fx working
1 Year Ago
Fixed burlap head wrap 3D preview positioning in item store
1 Year Ago
Added "Scatter Strength" param to water overlay for higher control over underwater fog
1 Year Ago
merge from fix_client_multiple_compressed_tags
1 Year Ago
Added PlaceCliffParameters, can be used by cliff prefabs to overwrite the default parameters set on PlaceCliffs Split MinHeight and MaxHeight into MinTerrainHeight / MinCliffHeight and MaxTerrainHeight / MaxCliffHeight
1 Year Ago
PlaceCliffs child placements use TerrainAnchorMode.MinimizeMovement PlaceCliffs child placements check terrain height and normal
1 Year Ago
Naming, cleanup, codegen
1 Year Ago
Fixed a warning regarding 'Colour Masks' Added some missing files
1 Year Ago
Fix multiple compressed tags not being parsed correctly in client browser
1 Year Ago
blunderbus viewmodel animation edits
1 Year Ago
Moved assets
1 Year Ago
Fixed some issues with opacity masking
1 Year Ago
Fixed a crash with Hammer Model Viewer and bad models Middle mouse click for DColorCube/Mixer to reset to convar defaults Adds DColorCube.Get/SetDefaultColor Adds DSlider:ResetToDefaultValue (Was previously exclusive to DNumSlider) Increase the limit of ManipulateBoneScale to 512 (from 32) Display SENT/SWEP usage info in spawnmenu tooltip https://files.facepunch.com/rubat/2024/May02-67-YearlyElk.png
1 Year Ago
Changed cargo time to ensure the last crate can be looted should cargo egress whilst finished docking
1 Year Ago
Add network time fix
1 Year Ago
Naming, moved things around, removed unused code
1 Year Ago
1 Year Ago
Added side by side trees using core/foliage and SpeedTree8Rust shaders
1 Year Ago
Speedtree with debugging info
1 Year Ago
blunder bus viewmodel animation idle pose edit
1 Year Ago
blunderbuss (needs renaming) materials and textures - before resize
1 Year Ago
More wire tool refactoring, the OnInput method mainly
1 Year Ago
sks 3p - all attachments now positioned correctly
1 Year Ago
▊▆▌▌▅▋ ▌▉▉▇▊-█▆, ▅▇▄▋▋▌ ▄▌▌▊▋ ▌▋▌▇▍▄▆▊▅▇, █▊▋ ▍▄▋▌▄▄ ▌▆ ▉▊▉▅ ▄ ▆▇▄▊▋▌▉▄ ▄█▌█▊, ▉▅▍▇▌ ▋▊▆▌▋
1 Year Ago
Fixed is client checks
1 Year Ago
Merged
1 Year Ago
Moved files
1 Year Ago
Pre-merge checkin
1 Year Ago
Updated shaders fixed culling masked trunk from transmission
1 Year Ago
█▌▆▅▉▋▆▉ ▉█▌▆▋ ▄▋ ▄█▋▊▍▋
1 Year Ago
Fixed a crash due to recent changes when net messages sent to client too early Rework player name retrieval for player disconnection chat message Fixes the message sometimes not appearing, due to the player object being gone too soon. Fix NPCs being sometimes blind due to recent changes
1 Year Ago
Fix dodgy rigidbody linls
1 Year Ago
editing blunderbus viewmodel animations
1 Year Ago
Delete the sks item skin asset, prevents it from being crafted as a SAR skin Update skin list
1 Year Ago
WIP sending a special death info to the player when they die due to sleeping in a safe zone
1 Year Ago
merge queue_tracking -> analytics_server_profiling
1 Year Ago
Track queue size, events processed & execution time per queue per frame - bool to enable / disable it of course
1 Year Ago
Split ObjectWorkQueue out of ObjectWorkQueue<> Rename some variables to uppercase
1 Year Ago
Hide the health bar of the entity the player is looking at while in ADS and the hide interact text while aiming option is set to true Also optimised the health bar update method to remove an 80b/frame allocation and a 90b/frame allocation when looking at a building block (regardless of the ADS setting)
1 Year Ago
merge from main -> analytics_server_profling