Fixed DebugLuxels not accepting vertex color in Hammer
More colors for Lightmap Grid in Hammer
red for under 8, green for above 63
Fix GetAimVector clientside for non local players in vehicles being wrong
Restore functionality of m_filter
Minor cleanups for particles
Minor compile warning fixes
Minor bootil cleanups, remove bootil's HTTP stuff since we dont use it
Minor warning fixes
Remove CTakeDamageInfo.m_iDamageStats (unused)
When dealing physics stress damage on characters, apply inflictor
Will try to set the inflictor/attacker to something more useful than "World".
In case of multiple props, it will be the first one.
Added commented out Entity.GetConstraintParams
it works, but most values are garbage or not that useful, so I am not sure how useful this actually would be.
More compile warning fixes
Minor cleanups
Fixed crashes to do with particle loading
There will be a console warning when an invalid particle is loaded. Invalid particles will be ignored.
Fixed UTF-8 characters in console cmd name appearing as ?
Fixed crashes with point_worldtext
Fixed crashes with PCFs using ELEMENT_INDEX_EXTERNAL
Affected particle systems will not be able to load.
Remove unused convars
joy_yawsensitivity_default
joy_pitchsensitivity_default
option_duck_method_default
sv_stickysprint_default
Added sql.QueryTyped
Update RPG Launcher model
Added a few new sequences to map to view model activities, fixing the muzzle flash when drawing the weapon or when player shoots it
Added Color:Copy method (Community Contribution)