userLayladcancel
reposandboxcancel

274 Commits over 821 Days - 0.01cph!

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
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
3 Years Ago
toggle lamp flicker
3 Years Ago
Active drop throw
3 Years Ago
Fix ragdoll collision not excluding player Don't allow toolgun or physgun to be dropped Discharge gun on physics impact
3 Years Ago
Don't add duplicate items to inventory
3 Years Ago
Clothes with hidden body groups
3 Years Ago
Allow some tools to interact with debris
3 Years Ago
Allow resizer tool to trace hitboxes
3 Years Ago
Break gravgun joint when there's too much linear impulse
3 Years Ago
Block player use when physgunning or gravgunning
3 Years Ago
Allow thrusters to be toggled with +use for now
3 Years Ago
body grab check uses physics group, should handle ragdolls
3 Years Ago
Gravgun throws ragdolls better
3 Years Ago
Also make sure entity has physics group
3 Years Ago
Gravgun picks up ragdolls using their main physics body
3 Years Ago
API changes
3 Years Ago
Rebuild mass of every body in physics group after resize
3 Years Ago
Copy world scale to ragdoll
3 Years Ago
Add simple resizer tool
3 Years Ago
Balloon tool can spawn balloon without a rope with attack2
3 Years Ago
Make wheel entities indestructible even though the prop model may not be
3 Years Ago
Balloon entity keeps maintaining gravity scale incase something external messes with it
3 Years Ago
Don't allow multiple people to physgun or gravgun the same body (although it technically works)