1,185 Commits over 3,926 Days - 0.01cph!
Physics sounds/effects WIP
More item pickup/drop ui sounds
Fix for PhysicsEffects error when collision.contacts is empty
Specify mid-clip fade in/out rules on a per-clip basis
Song setup tweaks
Make sure music stuff only runs on the client
Disable music by default (music.enabled convar)
Re-add music intensity increases to supply drops & the helicopter
Increase & randomize time between songs playing
Let's see if it's ogg conversion that's breaking assetbundle builds
level up and item unlock notice sounds
New XP gain sound. Tweaks to other xp related sounds
Music! (still disabled via music.enabled convar by default for now)
Remove audio files for unused song
Preserve sample rate on music
Drop default music volume a bunch
Enable music by default
Add console vars to set gap between songs (music.minSongGap and music.maxSongGap)
Reduce default gap between songs
Start music when intensity is raised and no music is playing
Don't play songs if music volume is turned down all the way
NRE Fix when biome/topology map aren't available
Cut warpath from music list
Double barrel shotgun sounds
Removed a few shitty bird stings and cricket loops
Better volume balance and general polish on ambient sounds
Less ear-piercing hitmarker sound
Better, more varied bullet flybys and ricochets
Don't play a million ricochet or impact sounds when shotgun blasts hit the ground
More woody knock and less tearing on tree impacts
Footstep polish and consistency
Bush rustles have a lot shorter fade in and sound more natural
Misc small sound tweaks, volume balance, and polish
RUST-1250: Sound pooling fixes (hopefully.. can't reproduce in editor yet)
Set sound modulator value to 1 when fetching new modulators from the pool
Collectable pickup sunds for mushrooms, stones, and stumps
Research table sounds
More sound tweaks & polish
Lr300 gunshot tweaks round 2
All explosions have their own unique sounds now
Fix a bunch of explosions having a second c4 sound on one of the smoke particle objects
General explosion sound polish
First pass at sound occlusion (disabled via audio.occlusion convar for now)
Add ability to fade sounds out when voice limiting instead of stopping them immediately
merge from main/soundocclusion
Do budgeted sound updates via Update instead of a coroutine
Bring FMOD crash prevention delay times up to old values
Quick mp5 gunshots for helk
move serialized properties on SoundOcclusion outside of if CLIENT
Quicker fade out on mp5 voice limiting
Stop extra voices more aggressively when voice limiting
Fix sound pitch bug (hopefully, still no reliable local repro on this one)
Small SoundModulation Init optimization