10,832 Commits over 3,867 Days - 0.12cph!
Fixed item pouch loot panel sometimes not having enough slots to show all contained items
Fixed item pouch being culled too early
Fixed item pouch sometimes falling through objects
When a storage container is destroyed, drop an item pouch instead of all items individually
Can no longer put items into loot containers
Network++
Tweaked server side weapon cooldown verification
Reduced grenade bounciness
Tweaked grenade physics material (no sliding, only tumbling)
Tweaked grenade weight and throw velocity
Fixed grenade explosion rotation
Forgot a prefab in changeset
21249
Can hold down LMB to continously hit with hammer
Fixed wood world model collider rotation being off compared to visuals
Fixed slight grass displacement choppiness when moving
Fixed dropped items not displacing grass when rotating (changed displacement mask to projection)
Optimized grass displacement by separating moving and static meshes
Fixed burlap sack world models spazzing out
Stripped rigidbodies from a gazillion worldmodel prefabs, storing mass on world model component
Washed lube off dropped items
Dropped items displace grass around them
Reduced rarity of burnt meat from "Uncommon" to "Common" (despawns faster when dropped)
Steeper curve to scale item despawn time based on item rarity (i.e. rare items despawn even slower)
Enabled foliage distance fadeout (toggled via vcolor.b like displacement)
Tinting and placement improvements
Use vertex color B channel to scale displacement
Corpse despawn time scales with the rarity of the contained items
Seeds are considered "common" instead of "rare" and despawn faster when dropped
Dropped items despawn about two times slower
Debris / ragdolls and shit no longer prevent you from picking up / interacting with objects behind them
Fixed boostrap not updating the loading screen text
Deployables only decay when they're outside (no roof / overhang above them)
Decay timer no longer resets when objects are interacted with (e.g. opening storage containers, still resets when repaired)
Fixed bow sometimes spamming RPCs to server
Updated native plugins for Linux (built with older version for backwards compatibility)
More details in combat log when rejecting attacks for various reasons
Network++
Lowered maxtickspersecond default value to 300 (from 1000)
Increased maxpacketspersecond default value to 1500 (from 1000)
Fixed Rust.Data error when building plugins somewhere other than Windows
Recreate empty client network group provider when leaving / reconnecting server
Optimized EntityRealm.FindInGroup (saves around 30ms per network group leave)
Eliminated GC from client side entity group switching
Skin texture load memory management fix
Updated native plugins (Linux)
Updated native plugins (Win + OSX)
Added updatebatchspawn convar (used instead of updatebatch when spawning, improves receiving data performance)
Updated native plugins (Win + OSX, Linux to follow)
Merge from async_texture_loading
Native call return type tweak (int to void)
Added AsyncTextureLoad (loads + compresses texture asynchronously in a thread, usage similar to WWW class)
Scene2Prefab for loading screen
Reverting accidentally commited ProjectSettings
Added skip button to skin download stage of the loading screen for when Steam is having trouble or the download gets stuck