userLayladcancel
repoSandboxGamecancel

2,064 Commits over 944 Days - 0.09cph!

7 Years Ago
First aid entity plays a sound on use
7 Years Ago
Add wav extracting to batch converter
7 Years Ago
Add ziks SourceUtil for batch converter. Converted hl1 textures and materials. Materials find textures in any addons, not just relative to the material file.
7 Years Ago
Kills, Deaths, Score and Team can be set
7 Years Ago
Fixed viewmodel not deploying when first possessing when running locally
7 Years Ago
Add PlayAnimationState and AddAnimationState for easy playing and crossfading of single animations
7 Years Ago
Oops
7 Years Ago
Add SetAnimationSequence for playing single animation
7 Years Ago
Skeletal mesh root anim node is created automatically when setting anim result
7 Years Ago
Syntactic sugar for state machine node
7 Years Ago
Change ping to byte in bindings so it's marshalled correctly (was fucked up in single player)
7 Years Ago
Call OnDestroyed in DestroyedByEngine instead
7 Years Ago
Added OnOwnerDestroyed log back in
7 Years Ago
Added BaseEntity Destroyed function and OnDestroyed event which should be called both server and client side. Fixed SetNetworkVariable not bailing if entity is pending destroy.
7 Years Ago
Hacky fix for physgun beam not using correct eye angles on client
7 Years Ago
Disable SandboxHud
7 Years Ago
Only create base hud when not running dedicated server
7 Years Ago
Color constructors for particle distribution vector
7 Years Ago
Add TestParticleSystem
7 Years Ago
Fix render crash at startup on steam build (I think)
7 Years Ago
Don't pick up duplicate weapons
7 Years Ago
Add GrabRelativeNormal to physgun
7 Years Ago
Billboard ribbon rendering Merge branch 'master' of SandboxGame Conflicts: Sandbox.Unreal/Generated/Sandbox.Unreal.Bindings.cs UnrealProject/Source/SandboxGame/Generated/Sandbox.Unreal.Bindings.cpp
7 Years Ago
Disable physics replication
7 Years Ago
Force prop physics off every tick client side
7 Years Ago
Add Debug drawing binds. Added physgun beam drawing (debug draw for now). Add Transform class. Bullet spread now plays impact sounds for each different surface.
7 Years Ago
Add ConstraintAxisLock. Physgun freezing.
7 Years Ago
Added WasRecentlyRendered
7 Years Ago
Physgun can pick up ragdolls
7 Years Ago
Broadcast PhysGun Shutdown to make sure clients release grabbed entity
7 Years Ago
DestroyLater should still trigger a shutdown once complete. Add OnShutdown event so external entities can know when another entity shutsdown. Physgun release on self shutdown or grabbed entity shutdown.
7 Years Ago
Fix random playing of hurt sounds
7 Years Ago
Only allow one physgun to grab an entity at a time
7 Years Ago
Load material dependencies for meshes on dedicated server (material loading shouldn't init any resources)
7 Years Ago
Testing prop impact sounds. Broadcasting hurt sounds. Testing death on hard physics impacts.
7 Years Ago
Only trigger viewmodel fire on local controllable
7 Years Ago
Only setup viewmodel if controlled by local player
7 Years Ago
Hopefully fixed physgun outlining in multiplayer. Decreased outline fill alpha.
7 Years Ago
Fixed sprites not receiving outline
7 Years Ago
Made rubber ball impact sound trigger more robust
7 Years Ago
Hopefully networked physgun highlight
7 Years Ago
Added Children property to BaseEntity that gets all attached entities, including descendants. PhysGun outlines grabbed entities children too.
7 Years Ago
Fixed VBSP version 19 loading (different leaf structure)
7 Years Ago
Added DepthStencilIndex so post process can render outlines for entities
7 Years Ago
Only broadcast bullet damages that are over 0
7 Years Ago
Weapons setup their own viewmodel anim events
7 Years Ago
Remove viewmodel anim notifies when switching weaponm
7 Years Ago
Bullet impact sounds
7 Years Ago
Playing shotgun sounds using anim notifies. Added FrameRate to anim import metadata to override frame rate
7 Years Ago
AddImpulseAtLocation works for articulated entities. Fixed IsSimulatingPhysics not working for skeletal meshes