453 Commits over 883 Days - 0.02cph!
Only rotate snap with physgun if we're rotating
Resizer works on mouse down
make the bouncy ball random scale and color
physgun and gravgun adds/removes held entity on players pvs
Handle bullet forces on ragdoll
Forgot to delete ragdolls after some time
Only start the ragdoll hidden if we're the local player
Only show ragdoll once the ragdoll camera has updated at least once
Don't use SetRagdollVelocityFrom, it's unreliable, just pass in velocity from server
Use gradient for current tool ui
Add extra check to make sure directional gravity is reset on destroy
oops, forgot to update this
Handle blast forces on ragdoll
Add citizen props spawn icons to here as a temp workaround
boost the physgun angular damping when snapping
PhysGun needs to inherit IFrameUpdate for effects
Merge pull request #5 from handsomematt/physgun-iframeupdate
PhysGun needs to inherit IFrameUpdate for effects
Add rotation snapping to PhysGun
Merge pull request #4 from handsomematt/physgun-snap
Add rotation snapping to PhysGun
Use rust flashlight viewmodel
Add a slight flashlight toggle cooldown
Admire flashlight with attack2
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
Let's get rid of the car entity for now until it's remade properly
Fix drone not scaling properly
Make light and lamp ents spawnable in ent menu
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)
Remove _c when listing models in spawn menu
Moving files to root, new layout
Update .gitignore
super clean flashlight ent
leaf blower sucks with attack2
Spawn particle when something is removed with tool
Spawning an entity will put it straight into the inventory if it's a carriable
Can also pickup weapons with +Use
Give weapons a pickup trigger
Fix NRE when removing car
Fix tool hit particle not having a decay
Tool can create hit effects
Add some nice viewmodel movement
Fix Particles.Destroy typo
Destroy physgun effects on physgun deactivate
Wrap gravgun and physgun in prediction off, fixes some particle effects