7,374 Commits over 3,622 Days - 0.08cph!
Add some missing wolfet entities
Add SoundEntity.VolumeMultiplier
Disable tick for speakers and static entities
Add PostProcessVolume.AmbientOcclusionIntensity
Use speaker range and volume
Parse sps files (speaker script) and spawn speaker entities
Implement ISoundInstance for sound entity
Add basic sound emitter entity
Merge branch 'master' of github.com:Facepunch/SandboxGame
Calculate patch normals
Move zip file system to engine addon
Spawn wolfet entities. Removed alwaysload tag from some addons.
Add bsp ident checking for vbsp and ibsp
Add WolfET addon. Add Pk3FileSystem.
Use capsule collision for ship physics
Bounce ship off track barrier instead of sliding up it
Add track friction and air friction
Add TrackHitResult
Basic ship networking
Enable IWYU compiling for unreal project (https://docs.unrealengine.com/en-us/Programming/UnrealBuildSystem/IWYUReferenceGuide)
Update BindingGen
Include native header at the top of generated files
Add BaseEntity.Moveable, this should help with dynamic shadow caching
Assign lod required bones
Fix skeletal mesh loading
Start to get skeletal mesh loading again after 4.19 update
Simple html entity test (ui in world)
Remove pivot transform bullshit, model origin is set at import time instead
Replace physx with swept sphere for ShipRacer
Merge
Placeholder ship model. Bit of suicide barrels code cleanup.
▊▄▄ ▆▅▋▉ ▌▄▌▍▌▋▄. █▊▄ ▊▉▌▋▌▅ ▄▊▅▋ █▉█▌▅▊.
▉█▄ ▊▊▌▋█ ▌▄▇▄▄▌▉ ▄█▊▆. ▆▅▆ ▌▄▌▋▌▉▍▅▅▋▍▇▅ ▋▉▌ █▆▄▄▍▉▋▅▍▉▋▊▋▌ ▍▍▄▆▊▍▌▌.
Add empty template addon that can be copy pasted when making new gamemode addons
Add Player.Local.ServerName. Hook up server name to scoreboard.
Add collision test to new spring arm camera
Cache players team before killing them so kill feed can show correct killed team
Add team colors to kill feed
Add Gamemode.TeamColor
Add convar to toggle console overlay
Use icon for death log and use translate for fades
Barrel explosion force convar
Add convar for ragdoll fade time. Play sound on round end.
Increase explosion force from barrel so ragdoll gets launched
Allow second cooldown after barrel respawn until detonation is ready, avoids accidentally detonating
Decrease barrel detonation time to make it easier to get a kill. Decrease pistol fire rate slightly.