userLayladcancel
branchSandboxGame/mastercancel

2,064 Commits over 944 Days - 0.09cph!

7 Years Ago
Use ShooterBase for Sandbox gamemode
7 Years Ago
Support subsoundscapes in env_soundscape
7 Years Ago
Use correct volume and pitch when playing soundscapes
7 Years Ago
Support playrandom and playlooping for env_soundscape entity
7 Years Ago
Add PlaySoundScript console command for testing
7 Years Ago
Support multiple play entries in soundscapes
7 Years Ago
Add source script library used for soundscripts, soundscapes and surfaceproperties
7 Years Ago
Add SoundScript.FromKeyValues
7 Years Ago
Parse playlooping and playsoundscape in soundscapes
7 Years Ago
Add SoundScape.FromKeyValues
7 Years Ago
Start to load sound scapes from manifest file
7 Years Ago
Start parsing surface properties from manifest file
7 Years Ago
Only find physical material if $surfaceprop exists
7 Years Ago
Add default source physical material
7 Years Ago
Pass physical material through hit result
7 Years Ago
Fix build errors
7 Years Ago
Add bindings for setting physical material
7 Years Ago
Update coherent.js version
7 Years Ago
Ignore trace messages on console overlay because they're annoying and not that useful
7 Years Ago
Add some missing sounds to suicide barrels
7 Years Ago
Add worldspawn and info_player_deathmatch to source addon
7 Years Ago
Fix hl1 entity compile errors
7 Years Ago
Properly namespace deathmatch addon
7 Years Ago
Add ShooterBase addon. Move first person shooter related code out of Engine addon.
7 Years Ago
Load vo_axis and vo_allies sounds
7 Years Ago
Add debug sounds ui to test sound scripts
7 Years Ago
Add wm_teamvoiceannounce and test playing of sound scripts
7 Years Ago
Fix ambiguity after file rename
7 Years Ago
Rename File to ScriptFile
7 Years Ago
Remove end line token from script lexer, clean up script file parser
7 Years Ago
Add wolfet sounds file parser
7 Years Ago
More progress on wolfet script parsing
7 Years Ago
Progress on wolfet script parser
7 Years Ago
Add FileSystem.ReadAllText. Start on wolfet script lexer and parser.
7 Years Ago
Add Vector3.SafeToNormalize
7 Years Ago
Add Matrix4x4.FromOriginAndBasis. Fix ibsp normals and tangent vectors.
7 Years Ago
Simplify point_message by checking distance from player instead of costly collision triggers
7 Years Ago
Add simple radio entity to sandbox gamemode Fix ProjectWorldLocationToScreen (broke in 4.19)
7 Years Ago
Test func_door_rotating animation
7 Years Ago
Add kiss_fft dependency
7 Years Ago
Add SoundEntity.EnvelopeValue
7 Years Ago
Add radio entity using shoutcast protocol
7 Years Ago
Add some missing wolfet entities
7 Years Ago
Add SoundEntity.VolumeMultiplier
7 Years Ago
Disable tick for speakers and static entities
7 Years Ago
Add PostProcessVolume.AmbientOcclusionIntensity
7 Years Ago
Use speaker range and volume
7 Years Ago
Parse sps files (speaker script) and spawn speaker entities
7 Years Ago
Implement ISoundInstance for sound entity
7 Years Ago
Add basic sound emitter entity Merge branch 'master' of github.com:Facepunch/SandboxGame