userLayladcancel
branchSandboxGame/mastercancel

2,064 Commits over 944 Days - 0.09cph!

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