userLayladcancel

7,549 Commits over 3,653 Days - 0.09cph!

4 Years Ago
Add extra check to make sure directional gravity is reset on destroy
4 Years Ago
Add ladder movement
4 Years Ago
Make drawtriggers_toggle an admin cmd
4 Years Ago
oops, forgot to update this
4 Years Ago
Reset water level fraction when not touching water
4 Years Ago
Add more collision info to Entity.OnPhysicsCollision
4 Years Ago
Make trigger_hurt be the attacker when dealing damage
4 Years Ago
barrel spawn icon
4 Years Ago
Fix jittery transforms getting bone transforms from client only ents Add getters for anim graph params
4 Years Ago
new ragdoll camera
4 Years Ago
Handle blast forces on ragdoll
4 Years Ago
add explosive rust barrel prop
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
Update flashlight animgraph
4 Years Ago
Use rust flashlight viewmodel Add a slight flashlight toggle cooldown Admire flashlight with attack2
4 Years Ago
Add rust flashlight viewmodel
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
phys_debug_draw FCVAR_CHEAT
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
Fix citizen ghost not compiling Dump citizen thumbnails
4 Years Ago
Transfer render color and alpha to breakables
4 Years Ago
color tool
4 Years Ago
Fix ModelEntity RenderColor and RenderColorAndAlpha getters
4 Years Ago
Flashlight icon
4 Years Ago
Remove _c when listing models in spawn menu
4 Years Ago
asset system change update broken assets
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
Try and fix modeldoc same way as last time
4 Years Ago
Rebuild All
4 Years Ago
trigger a rebuild of animationsystem?
4 Years Ago
Move GetRenderColor32 to the bottom of CBaseModelEntity
4 Years Ago
Disable voice_loopback so we can use it
4 Years Ago
Comment out sv_voiceenable
4 Years Ago
Remove modeldoc dll and hope it doesn't break again
4 Years Ago
Add RenderColorAndAlpha instead, for when you want to set both
4 Years Ago
Add ModelEntity.RenderColor getter, setter also sets RenderAlpha
4 Years Ago
Disable voice polling in engine, we handle voice
4 Years Ago
voice_hearself false by default
4 Years Ago
Add physics hulls to rust crates so they can be used as physics props
4 Years Ago
try and force modeldoc to rebuild?