userLayladcancel
reposandboxcancel

274 Commits over 821 Days - 0.01cph!

3 Years Ago
Reset car input when driver is removed
3 Years Ago
Don't noclip while driving car
3 Years Ago
Don't take damage from car while you're driving it
3 Years Ago
Add basic car entity
3 Years Ago
Fix balloon tool initial color
3 Years Ago
Disable solid collisions on player when they have a noclip tag
3 Years Ago
Trigger attack anim param when using physgun
3 Years Ago
Event rename fixes
3 Years Ago
Update to use physics events
3 Years Ago
Fix compile errors
3 Years Ago
Obsolete fixes
3 Years Ago
Fix basetool showing up in tool menu
3 Years Ago
Create sound asset for balloon pop instead of defining it in code
3 Years Ago
Slight api change
3 Years Ago
Scale damage for headshot
3 Years Ago
Fixed not being able to select inventory slots 7-9 with slot keys Merge pull request #15 from gvarados1/patch-1 Fixed not being able to select inventory slots 7-9 with slot keys
3 Years Ago
Flashlight can't reload
3 Years Ago
Fix flashlight world light being enabled before it's active
3 Years Ago
Remove unused log
3 Years Ago
Ragdoll force on physics impact damage
3 Years Ago
Flashlight attack sound
3 Years Ago
Flashlight can be used as melee weapon with secondary attack
3 Years Ago
Change shotgun holdtype as requested
3 Years Ago
Bump up gravgun pull force a bit
3 Years Ago
Weapon IsUsable also checks if it can be added to the users inventory
3 Years Ago
Fix NRE when shooting multiple bullets and owner dies before they're all shot
3 Years Ago
Add SMG and shotgun
3 Years Ago
Update weapon base using parts from dm98 so artists can have a more functional weapon to test with Inventory bar uses class info title
3 Years Ago
Recompile ball
3 Years Ago
Only rotate snap with physgun if we're rotating
3 Years Ago
Stop using IFrameUpdate
3 Years Ago
Resizer works on mouse down
3 Years Ago
make the bouncy ball random scale and color
3 Years Ago
physgun and gravgun adds/removes held entity on players pvs
3 Years Ago
Handle bullet forces on ragdoll
3 Years Ago
Forgot to delete ragdolls after some time Only start the ragdoll hidden if we're the local player
3 Years Ago
Only show ragdoll once the ragdoll camera has updated at least once
3 Years Ago
Don't use SetRagdollVelocityFrom, it's unreliable, just pass in velocity from server
3 Years Ago
API update
3 Years Ago
Use gradient for current tool ui
3 Years Ago
eat balls
3 Years Ago
Bouncy ball entity
3 Years Ago
Add extra check to make sure directional gravity is reset on destroy
3 Years Ago
oops, forgot to update this
3 Years Ago
barrel spawn icon
3 Years Ago
new ragdoll camera
3 Years Ago
Handle blast forces on ragdoll
3 Years Ago
Add citizen props spawn icons to here as a temp workaround
3 Years Ago
boost the physgun angular damping when snapping
3 Years Ago
PhysGun needs to inherit IFrameUpdate for effects Merge pull request #5 from handsomematt/physgun-iframeupdate PhysGun needs to inherit IFrameUpdate for effects