Mark physics debug concommands as cheats consistently
Fixed level transitions inside a vehicle resetting player's move type
* This was causing the player to drift off from vehicles on collisions.
Minor cleanups and fixes
Restored ability to store generated VPROF reports to a file
Added requested vprof scopes (physics & networking)
Switch texture memory debug vars to uint64
Make our Shotgun use sk_plr_num_shotgun_pellets
* HL2DM shotgun was not using it, but HL2 one does. This is only for primary fire.
Fixed an NPE crash with DebugDrawPhysCollide
Lets try have Sandbox strip all weapons on spawn
* it already strips all ammo before giving default ammo, seems logical to also strip all weapons before giving out the default ones.
Make Player's MaxArmor save across level transitions
Reset MaxArmor on player spawn (unless during level transition)
Do not render $no_draw materials on models in depth pass
Fixed a crash with game.MountGMA
Fixed armor being stripped with hl2_episodic on level change
Make player model Alyx use separate head material
* Fixes Alyx NPC losing phong detail in the head material
Minor changes to viewpostproces from TF2 SDK
* Removes duplicate creation of mat_colorcorrection
Delete serverside mat_hdr_tonemapscale & some related entity IO
* Removes SetTonemapScale and BlendTonemapScale hammer inputs from env_tonemap_controller. These 2 inputs never actually functioned, especially in multiplayer, since they set mat_hdr_tonemapscale which is never read anywhere, and is reset every frame.
Adjust texture panel header to scale with screen width