userLayladcancel
repoSandboxGamecancel

2,064 Commits over 944 Days - 0.09cph!

7 Years Ago
Only ragdoll player models client side. Only create death camera client side.
7 Years Ago
Add bullet impulse to physics entities
7 Years Ago
Steam driver
7 Years Ago
Enable steam subsystem to learn how online subsystems work
7 Years Ago
Load materials on dedicated server but don't apply parameters
7 Years Ago
Use physics collision handler
7 Years Ago
Only disable ragdoll replication server side
7 Years Ago
BaseEntity.DestroyLater uses Actor SetLifeTime to hopefully fix error when destroying using async func
7 Years Ago
Add ReplicateCullDistance to BaseEntity
7 Years Ago
Don't replicate ragdolls
7 Years Ago
Don't init mesh resources on dedicated server
7 Years Ago
Replicate brush model for func_door
7 Years Ago
Map preloading asks managed for map name
7 Years Ago
Preloading our map in GameInstance::OnPreLoadMap so that hopefully brush models are valid before entities are replicated
7 Years Ago
Seeing if PreloadContentForURL runs on client
7 Years Ago
Put gamemode and map in url to see if client receives it
7 Years Ago
FuncDoor spawns brush model without Authority check
7 Years Ago
Refactored PhysGun to make sure physics handle is removed when not grabbing or weapon is destroyed
7 Years Ago
Safer static mesh loading
7 Years Ago
Revert last commit, too buggy. Fixed jump sound not networking
7 Years Ago
Attach weapon world model to players hand
7 Years Ago
Always tick pose and refresh bones
7 Years Ago
Trace ground client side so players have a valid ground to play footsteps from
7 Years Ago
Fix bot eye angles (can't use control rotation because bots don't have a controller)
7 Years Ago
Fix movement input not going in the direction of the player
7 Years Ago
Cleaned up movement input and eyeAngles so bots can also set them
7 Years Ago
Run bot movement server side
7 Years Ago
Fix bot input
7 Years Ago
Make bots run forward to test footstep sounds
7 Years Ago
Enabled sound attenuation by default. Add PlaySound2D binding. Attenuate non local footsteps. Broadcast player jump sounds.
7 Years Ago
Made bouncy balls bouncier
7 Years Ago
Better random color gen
7 Years Ago
Fix Random.Double
7 Years Ago
Material sprite rendering
7 Years Ago
Added IsAttachedTo and GetParentOfType to BaseEntity. Fixed #88, Fixed #87, Fixed #81.
7 Years Ago
Broadcast ball impact sound
7 Years Ago
Fix ball shadow mesh sizes
7 Years Ago
Bouncy ball impact sounds
7 Years Ago
ent use activator is now a controllable
7 Years Ago
Gave base weapon controllable a way for the server to play a sound for a client
7 Years Ago
Don't play sound on server
7 Years Ago
Gave world entity a use function. Give health when ball is used
7 Years Ago
Fixed CCD getting disabled
7 Years Ago
Try setting CCD on the client too?
7 Years Ago
Figuring out why CCD isn't work on dedi
7 Years Ago
Fix ball shadow mesh scale
7 Years Ago
See if this fixes balls on dedi
7 Years Ago
Bouncy balls cast shadows
7 Years Ago
Fixed bouncy ball collision on client
7 Years Ago
UseCCD bindings