139,421 Commits over 4,352 Days - 1.33cph!

5 Minutes Ago
fix wheel spinning properly in rivers
22 Minutes Ago
Merge: from defer_tick_analytics - Optim: start analytics tasks earlier to avoid blocking main thread Tests: Jobs3 on craggy in editor
23 Minutes Ago
Update: bring back pooling for ApplyChangesParallel_AsyncState Theorising it'll be safer for hot-reload/manual domain reload flow Tests: craggy with jobs 3
27 Minutes Ago
fix NRE equipping tank top
28 Minutes Ago
Updated the Rust.RenderPipeline package and fixed compatibility issues
42 Minutes Ago
Update: skip creating analytics task if analytics is disabled Tests: none, trivial change
45 Minutes Ago
Optim: Jobs 3 - kick off analytics tasks earlier in the frame to avoid potentially blocking main thread It will overlap with server occlusion, which sohuld give it extra time to finish. Tests: none, trivial change
46 Minutes Ago
Second pass (sorta) to Kiosk F. Split out windowsills etc. in Kiosk E for lighting tests. Enabled vertex colour tint on plywood material. Put missing door back in Kiosk F. Separate material for Kiosk bricks.
49 Minutes Ago
progress on the damaged wing, vpaint
1 Hour Ago
Merge from main
1 Hour Ago
Adjust viewmodel camera lerp time on beancan grenade Fix issue where viewmodel camera lerp would start when there is still items in the held item stack
1 Hour Ago
Update: replace couple managed accesses with BasePlayer.CachedState Tests: none, trivial change
1 Hour Ago
Fix junkpiles spawning on sleeping bags
1 Hour Ago
▉ ▇▆▊▄▍▍▊▄▄▅▉█▅▊▍▌▅ ▋▌
1 Hour Ago
▄ █▅▄▋▆▊▅▊▍▍ ▅▇▉▉▄▉▆ ▊▋▄▅▄▌▍█▄▇ ▋▍▅▇▊ ▋▆ ▌▋ ▍▊▄▇ ▄▉▌▉▄▌ ▉▇▄ ▄▉▅▊ ▉▌█▇ ▄▆▆▆▇▋▋▉▉▊▆ ▋▆▊▊▊▇
1 Hour Ago
Shelve tool for adding viewmodel camera lerp animation events automatically Fix issue with viewmodel camera lerp duration not taking into account the current animator state speed
1 Hour Ago
Fix water junk piles spawning too close to water monuments
2 Hours Ago
Added basic support for occlusion culling to indirect instancing
2 Hours Ago
Fixed hack test not correctly skipping single draw renderers
2 Hours Ago
▌ ▋ ▍▋▄▄▍ ▅▍ ▋▉█ ▆█▇▇▄▉▉▇▆▊▄▋▇▊▌▊▅▄▍▌ ▆▉▆ ▊▋▌ ▊▊▋▇▅ ▅█▋▋█▋▆▇▌ ▌█▇▅ ▊▆▇▇▅▇▄▌ ▋▋▆ ▊▆▋▉▅▍▌▊▌ ▉▍▇▉▌█▌ ▌▋▅▍▋▆▄▍
2 Hours Ago
Various tweaks to Rust Relay config and transport
3 Hours Ago
Fixed issue with foliage stones normals being incorrect after the non-uniform vertex normals toggle was added
3 Hours Ago
exported 3p stand driving animation and updated pt boat driver mount and steering wheel ik hand positions
3 Hours Ago
Tweaked watchtower placement distance
4 Hours Ago
Adjusting pivot position of trinagle ladder hatch collider mesh
4 Hours Ago
triangle frame
4 Hours Ago
edited mount position on car driver/passenger seat prefabs and exported 3p driver animations
5 Hours Ago
armoured ladder hatch triangle frame
5 Hours Ago
corrected suare frame
5 Hours Ago
Skinning fix for krieg hazmat backpack straps
5 Hours Ago
Re-enable RW on 5 meshes used by particle systems
5 Hours Ago
merge from hackweek_server_mesh_cull
5 Hours Ago
progress on the damaged wing, some set dressing
Today
apartment bulding concrete debris prefabs and models
Today
set up special render pipeline for player preview camera, instead of using default which renders too much stuff we don't need
Today
subsurface birp wrap
Today
Switch to easter event UI Fix exception on egg LOD component
Today
Merge from wiretool_rpcflood_fix
Today
Merge from shipping_container_skin_frames_fix
Today
Merge from storage_box_dlc_corpse_references
Today
Shields now switch to a smaller collider when RMB isn't being held
Today
Merge from auto_particle_cinematics
Today
Added a new cinematic particle toggle in editor preferences (Edit>Preferences>Facepunch>Cinematic that automatically sets any particles dragged into the scene as looping and scaled by hierarchy Added a menu item (Tools>Cinematic>Apply Cinematic Settings to Selected Particle Systems) that applies the same modification to all selected particle systems (this can also be hotkeyed via the editor shortcuts window)
Today
Update prefab with latest model, still has issues
Today
▊▌▅▆▊▌▋▄▆ ▌▋▇▅▇▉▉ ▇▄▄█▄█ ▍▌▄▍█ ▅▆▉ ▄▉█▆▇▆
Today
Merge from main
Today
Merge from hackweek_server_mesh_cull Removes Mesh data from server builds that is only used for client rendering Saves around 620mb of memory at runtime Removes 2.7GB on disk from server builds Any mesh marked as R/W (due to collisions) is still included, as well as some AI animations and a select few animations that are needed on the server
Today
Remove BuildMapServer test method
Today
Regenerate player.skeleton asset, was causing an exception in manifest builds Hopefully explains missing guids in builds
Today
Some improvements to high curtime weapon firing * float=>double for C_BaseAnimating::GetAnimTimeInterval C_BaseCombatCharacter ::GetNextAttack, SetNextAttack, m_flNextAttack CBaseEntity::GetAnimTime, SetAnimTime, m_flAnimTime, m_flOldAnimTime, m_flPrevAnimTime CBaseCombatWeapon::GetWeaponIdleTime, SetWeaponIdleTime