157,331 Commits over 4,536 Days - 1.45cph!

12 Months Ago
Merge from naval_update
12 Months Ago
Updated charity plushie Icons
12 Months Ago
prefab LOD distance tweaks some deletes of prefabs we don't use anymore
12 Months Ago
prefab LOD distance tweaks re-factored oilrig leg prefabs to share a same nested prefab for the art
1 Year Ago
▌ ▇▄▅▋█▇▊▅ ▅▌▄▅▍▄ ▉▍ ▌█▄▄▉▍█▋▇ █▌▋▅█ ▊▋▇▉▋ ▊▌▌▍▇▄▆ ▊▆▅▍ █▌▊▋█▇ ▌ ▇▇█▊█▇ ▍█▍▍▊▆ ▆▌ █▆▍▅ ▄▉▊▄▆▇▆ ▉▇▍▄ ▄█▄▆▌▍▆▇ ▄▇█▍▍▄▇▍▍▌
1 Year Ago
Always enable the sleeping animator if the player is within 10m, lets the very subtle sleeping animation that I had never noticed before play as intended
1 Year Ago
Get rid of the pooling for SteamFriend to fix game invites going to the wrong player
1 Year Ago
Disable player animators on players that have been sleeping for more than 10s In a scene with 200 sleepers this drops animator handling time from 7.2ms to 0.3ms Automatically resumes once player wakes up, seems like no visible consequences
1 Year Ago
Merge from main
1 Year Ago
Fix menu prefabs not preprocessed in place after death_screen_optimize merge (broke Use Bundles too)
1 Year Ago
Added some light LODs to the bounce lights on the static phonebooth, they would have rendered at all times while in network range
1 Year Ago
Possible fix for AmbientLightLOD not properly enabling lights after a bug fix for the jungle update Seemed to affect lights that didn't use a CullingVolume Also removed an allocation every time a player enters and exits the lights range
1 Year Ago
Replace all displacement textures with shapes, switch off blending for now, use vertex position to sample displacement instead of instance pos (except of grass case), squash foliage towards centre relative to displacement vector, use quantized vertex colours to attenuate, and rework directional height for better blending.
1 Year Ago
BaseMountable compile fixes
1 Year Ago
Compile fixes: copyboat_cl was a ServerVar, swapped it to a ClientVar Codegen
1 Year Ago
Compile fix
1 Year Ago
scientist_rhib_gameplay_pass_2 -> naval_update
1 Year Ago
Can no longer insert items into the production slot of the chicken coop
1 Year Ago
Make the PT boat turret immortal for good measure
1 Year Ago
More loot changes
1 Year Ago
When spawned in the deep sea: scientist RHIBs will generate loot in their dry boxes (not balanced)
1 Year Ago
Merge from oct2025_merge
1 Year Ago
Add PlayerAnimation_premerge_oct2025 controller for reference
1 Year Ago
Merge from oct2025_merge
1 Year Ago
Mark clothing fbx's as non r/w
1 Year Ago
Merge from main Stomped player animation controller changes (sorry)
1 Year Ago
boat_ai_optimisations_2 -> naval_update
1 Year Ago
Increase interest intensity
1 Year Ago
Fix boken avoidance logic after our move to jobs
1 Year Ago
boat_ai_optimisations -> naval_update
1 Year Ago
merge from main
1 Year Ago
▄▊▆▄▍▉▋▄ ▄▅▌▉▍▇▅▍▄▉▍▄▉ ▉▇▉▅▊█▉▍ ▆█▉▌▌▊▇█▍ ▅▉▊▅▊▅▅▍▉▉▆ ▅▅▋▍▆▍▉▇ ▋▍▇▅▅▅ ▋▋▇▊▅▊▌▉▄█ ▇▇▇▌▅▇ ▆▄▌▇▌ ▅▋▊▉▍ ▅▄▋▄▋▇ █▄▌█▌▆█▌ ▇▊▄ ▇▉▌▉▊▅▇▊ ▆▇▌▆▊▍ ▊▄▅ ▉▌▌▍▊▍▍ ▆▄▊█▍▊▍ ▍▆▄█▄▋▇█▌▇▇▉▄
1 Year Ago
boat_ai_optimisations_2 -> naval_update
1 Year Ago
Light sleeping: - wake boats up occasionally to wander around - wake, wander a bait then go back to sleep
1 Year Ago
Added sleepy system to boats Boats will sleep when the lose all targets and have lost them for x seconds
1 Year Ago
updated bed with new model with better uvs, updated lods, gibs, prefab, workshop file, skinnable asset - still need to do corpse prefab and test
1 Year Ago
boat_ai_optimisations -> naval_update
1 Year Ago
Fix missing await when writing file to cache in WebUtil.DownloadFileTemp
1 Year Ago
Try to fix windows server console flickering - only clear 1 line when there are pending lines to log or status text to update instead of clearing all 3 lines - only redraw status text when we recieve status update - switch from 20 fps -> 50 fps (via Task.Delay()) - remove input.Update() redrawing the input line every 0.5s
1 Year Ago
When generating deep sea content, make sure it picks all prefab variants before randomising Fixed active rhibs list not being cleared
1 Year Ago
▋▉█▄▊▇█ ▄▇▍ ▉▉▇▄
1 Year Ago
merge from main -> hotbar_food_eating
1 Year Ago
Use idle sail anim when sails are wind blocked, high wind sail when not blocked.
1 Year Ago
1 Year Ago
Fixed deep sea portal map marker position Make sure it doesnt dupe itself
1 Year Ago
skull torch setup
1 Year Ago
Fix refcount leaks due to render.Pop/PushFilter functions This was due to recent changes, but exposes a bigger issue that also affected func_breakable_surf Added MAX_PLAYER_BITS VRAD: Enable static prop lighting (vertex & lightmap) with `-fast` * Since it is already controlled by `-StaticPropLighting`. `-fast` makes static prop lightmaps generate much faster. * Mention -StaticPropLighting requirement for vertex lighting on static props in the FGD (`Disable Vertex Lighting` field) Minor model rendering changes from cs:go * Mostly null checks, etc. Prevent crashes with vertexSize of 0 on materials * Will now use error material instead, and SPAM you about what material is wrong Fix a crash on game exit to do with models Clear "missing" flag on all materials when a map is started loading
1 Year Ago
merge from cannon_animation
1 Year Ago
Switch GetRootEntity in Ballista to use GetRootParentEntity instead.