reposandboxcancel

453 Commits over 883 Days - 0.02cph!

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
3 Years Ago
Add rotation snapping to PhysGun Merge pull request #4 from handsomematt/physgun-snap Add rotation snapping to PhysGun
3 Years Ago
Use rust flashlight viewmodel Add a slight flashlight toggle cooldown Admire flashlight with attack2
3 Years Ago
Split up player logic some more Lights and lamps play a sound when toggled on/off Player checks for use disabled by asking the active child
3 Years Ago
Let's get rid of the car entity for now until it's remade properly
3 Years Ago
Fix drone not scaling properly
3 Years Ago
Add missing ent icons
3 Years Ago
Make light and lamp ents spawnable in ent menu
3 Years Ago
dump thumbs
3 Years Ago
Only populate spawn menu with models that have a thumbnail (this is gross but deciding what to put in the spawn menu is temp anyway)
3 Years Ago
color tool
3 Years Ago
Flashlight icon
3 Years Ago
Remove _c when listing models in spawn menu
3 Years Ago
Moving files to root, new layout Update .gitignore
3 Years Ago
super clean flashlight ent
3 Years Ago
leaf blower sucks with attack2
3 Years Ago
Spawn particle when something is removed with tool
3 Years Ago
more hats
3 Years Ago
Spawning an entity will put it straight into the inventory if it's a carriable
3 Years Ago
Fix NRE in tool preview
3 Years Ago
Can also pickup weapons with +Use
3 Years Ago
Give weapons a pickup trigger
3 Years Ago
Add current tool ui
3 Years Ago
Fix NRE when removing car
3 Years Ago
Fix tool hit particle not having a decay
3 Years Ago
Tool can create hit effects
3 Years Ago
Add some nice viewmodel movement
3 Years Ago
Fix Particles.Destroy typo
3 Years Ago
Destroy physgun effects on physgun deactivate
3 Years Ago
Wrap gravgun and physgun in prediction off, fixes some particle effects