reposandboxcancel

453 Commits over 883 Days - 0.02cph!

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