253,041 Commits over 3,990 Days - 2.64cph!
Fixed an issue where FromHost sync vars could get stomped. Optimized delta snapshot updates - we no longer need to even try to process networked objects we don't own. Fixes Facepunch/sbox-issues#7261
Remove unintended file change
Clear clone type cache on HotReload & GameShutdown
Documentation
Override hurt now that we have the method
Cherry pick entity component hurt method addition
Small polish to jungle floor kits (ongoing)
AmmoResource is not null fix in Pickup
Add TextureGenerator boilerplate
TextureControlWidget poc
Fix NRE in SpriteRenderer when texture is null
TextureControlWidget creates a child ResourceControlWidget instead of trying to be one
Draw texture preview
Add TextureGenerator boilerplate
TextureControlWidget poc
Fix NRE in SpriteRenderer when texture is null
TextureControlWidget creates a child ResourceControlWidget instead of trying to be one
Speed up Pixmap.FromTexture ( there's got to be a faster way than this come on)
Draw texture preview
Optimze Pixmap.FromTexture (don't swizzle the format 3 times)
4096x4096 339ms -> 115ms
2048x2048 90ms -> 50ms
1024x1024 20ms -> 10ms
Bottleneck is going to be the data read from GPU -> CPU, not much else to do
merge from /release/isolate_Jan_wipe/LNY_merge_release_friendly
cherrypicking
111156 - fixed lunar dividers not being destroyed after frame is destroyed
merge from lunar_new_year_2025
fixed lunar dividers not being destroyed after frame is destroyed
Add debug counters to compute, adjust noise compute for better placement, add toggle for instancing, fix incorrect cell bounds calculation, improve foliage cpu count estimation, improve foliage random positions, and add camera culling to foliage compute.
Leaderboard backup, run #
17021
First pass on spawning process, status tracking, loot panels
Don't run morph code when using vertex cache
Fix incorrect offset to CalculateMorphSubrectData
Define MORPH_TEXTURE_ATLAS_WIDTH as g_nMorphTextureAtlasWidth when in compute
Compute morphs, normals and tangents in skinning compute shader
Prototyping a new simple chicken for use in coops
Cherrypick from med_assault_rifle
4ShotMiniCrossbow -> primitive
- Moved start barrel rotation to the correct time
- Finally fixed the last few artifacts with reload -> idle layer changes
Show server convars in the find menu while playing in Client/Server mode in the editor
Added a small delay before a weapon can be used after lowering the shield (0.2s)
Transition out of the attack animation faster if the player is going into a shield hold (shortens time players hand clips through shield in third person with guns)
merge from primitive -> aux2
merge from primitive -> aux2
merge from optimize_prepare_prefabs -> primitive