Include tree_deciduous_card_01.mdl with the extra skin
* Fixes some visual inconsistencies on HL2 maps
Implement Panel:Clear for DPropertySheet/DCollapsibleCategory
* DPropertySheet will clear all tabs and their associated panels (and calls OnActiveTabChanged with nil as new panel)
* DCollapsibleCategory will avoid clearing its header, deletes everything else
* DPropertySheet:CloseTab now also calls OnActiveTabChanged
Flip order of operations for model matrix mult of DrawSkinned
* Should fix angles affecting position
Apply name restrictions to concommand.Add
* It's the same name restrictions as CreateConVar, so probably fine?
Let's try removing Language system from dedicated servers
Minor cleanup
Do not check toolmode_allow convars for Utilities menu
Clarify what "Max Ragdolls" server setting is
Stop soundpatches on entity removal
And also prevent soundpatches from playing with invalid entities.
Spawnmenu calls CanTool clientside to mark server-disabled tools
* This is an experiment which may end up error prone, but let's try it. The intent is to show in the spawnmenu UI when a server (or an addon) has disabled a particular tool.