13,461 Commits over 1,522 Days - 0.37cph!
trigger a rebuild of animationsystem?
Move GetRenderColor32 to the bottom of CBaseModelEntity
Disable voice_loopback so we can use it
Comment out sv_voiceenable
Remove modeldoc dll and hope it doesn't break again
Add RenderColorAndAlpha instead, for when you want to set both
Add ModelEntity.RenderColor getter, setter also sets RenderAlpha
Disable voice polling in engine, we handle voice
voice_hearself false by default
Add physics hulls to rust crates so they can be used as physics props
try and force modeldoc to rebuild?
Add modeldoc_editor back as a last attempt fix
Don't enable EnableTouchPersists for trigger_hurt, isn't needed
Add BaseTrigger that can also show debug overlay with drawtriggers_toggle
Do a full recompile on hats
Don't add ents to hurt list if they can't take damage
Never transmit trigger_hurt to clients, they don't need it
Add basic trigger_hurt entity
Make thirdperson camera less dependant on hard coded values
Fix Particles.Destroy typo
Add option to walk controller to enable jump on input down, not input pressed
Add better collision for citizen chairs
Give some citizen hats a physics hull
Add LightQuery.GetLightForPoint (calculates light at a single point)
adding carpet /floor tile variations
Add ModelEntity.BodyGroupMask so that all body groups can be copied to other entities
Keep chainlink_fence_3x3_gate modular origin
Fix alignment on all rust tires
Split chainlink_fence_3x3_gate into two models
Fix rock_ledge_a alignment
Fix alignment on remaining citizen props
Fix models/citizen_props/cardboardbox01.vmdl origin
More work on Citizen V2
Merge branch 'master' of sbox
Set gibs collision layer if they're debris
Remove an annoying assert when spawning a bot
Scale a few things based on player scale
Scale player animation speed with player scale
Bind PhysicsJoint.IsActive to check if a joint has broken
Fix BaseInventory.DeleteContents not clearing list
Update Build-Retail-Native.bat
Remove some things that could fix tools but probably wont
Lab drawer models
One lab drawer unit and two drawers
Merge branch 'master' of sbox
Fix server side ragdolls not scaling properly
Citizen V2 staging files
Currently testing and setting up engine constraints, metadata etc
Merge branch 'master' of sbox
Add Simple Blendable shader and objects