userLayladcancel
branchsbox/mastercancel

2,789 Commits over 1,461 Days - 0.08cph!

3 Years Ago
Add SceneObject.SetValue (texture)
3 Years Ago
Fix animgraph hotload not creating new animgraph instances on entities using it ModelDoc: Add back support for dragging and dropping other mesh files (dmx, smd, obj, vox) Register compiler version special dependency for Sbox Data Recompile all sbox data assets
3 Years Ago
Fix voice chat that i just broke
3 Years Ago
oops
3 Years Ago
Add a function to decode voice data
3 Years Ago
unused log
3 Years Ago
Add ModelEntity.CopyMaterialGroup
3 Years Ago
Remove BodyGroupMask in favor of CopyBodyGroups
3 Years Ago
Add ModelEntity.SetMaterialGroup
3 Years Ago
Add StartDisabled, Enable, Disable to base trigger
3 Years Ago
Support string to enum in string extensions
3 Years Ago
Add pre and post velocity to collision data
3 Years Ago
Add ladder movement
3 Years Ago
Make drawtriggers_toggle an admin cmd
3 Years Ago
Reset water level fraction when not touching water
3 Years Ago
Add more collision info to Entity.OnPhysicsCollision
3 Years Ago
Make trigger_hurt be the attacker when dealing damage
3 Years Ago
Fix jittery transforms getting bone transforms from client only ents Add getters for anim graph params
3 Years Ago
add explosive rust barrel prop
3 Years Ago
Update flashlight animgraph
3 Years Ago
Add rust flashlight viewmodel
3 Years Ago
phys_debug_draw FCVAR_CHEAT
3 Years Ago
Fix citizen ghost not compiling Dump citizen thumbnails
3 Years Ago
Transfer render color and alpha to breakables
3 Years Ago
Fix ModelEntity RenderColor and RenderColorAndAlpha getters
3 Years Ago
Try and fix modeldoc same way as last time
3 Years Ago
Rebuild All
3 Years Ago
trigger a rebuild of animationsystem?
3 Years Ago
Move GetRenderColor32 to the bottom of CBaseModelEntity
3 Years Ago
Disable voice_loopback so we can use it
3 Years Ago
Comment out sv_voiceenable
3 Years Ago
Remove modeldoc dll and hope it doesn't break again
3 Years Ago
Add RenderColorAndAlpha instead, for when you want to set both
3 Years Ago
Add ModelEntity.RenderColor getter, setter also sets RenderAlpha
3 Years Ago
Disable voice polling in engine, we handle voice
3 Years Ago
voice_hearself false by default
3 Years Ago
Add physics hulls to rust crates so they can be used as physics props
3 Years Ago
try and force modeldoc to rebuild?
3 Years Ago
Add modeldoc_editor back as a last attempt fix
3 Years Ago
Don't enable EnableTouchPersists for trigger_hurt, isn't needed
3 Years Ago
Add BaseTrigger that can also show debug overlay with drawtriggers_toggle
3 Years Ago
Do a full recompile on hats
3 Years Ago
Fix all citizen hats
3 Years Ago
Add ortho light entity
3 Years Ago
Don't add ents to hurt list if they can't take damage
3 Years Ago
Never transmit trigger_hurt to clients, they don't need it
3 Years Ago
Add basic trigger_hurt entity
3 Years Ago
Make thirdperson camera less dependant on hard coded values
3 Years Ago
Fix Particles.Destroy typo
3 Years Ago
Add option to walk controller to enable jump on input down, not input pressed