Turn some DevMsg to DevWarnings
* has an invalid spotlight
* Warning, funcladder with block
* --- Host_NewGame ---
Properly prevent damage-inducing view punch from falldamage
* It is applied from server only, so causes prediction errors. Falldamage viewpunch is already applied in the game movement code anyway.
correct units in ToString of GMod_StC and CtS net messages
* Now shows bytes correctly
Adjust formatting of lua_dumptimers
Adjust formatting of `lua_find(_jooks)` output
Fixed ACT_HL2MP_SWIM(_IDLE)_PASSIVE having swapped IDs
* Fixes swimming animations for the hold type not working correctly
weapon_base also retargets ACT_MP_SWIM_IDLE
Remove non existent key-values from env_smoketrail in FGD
Update weapon_physgun.txt
* Remove references to Pistol
Refix SMG1 grenade smoke
* For some reason the previous hacky fix stopped working, so instead we just make env_smoketrail not add its velocity to its particles, so it works as expected.
Fixed SWEP autorefresh integration with spawnmenu
Validate inputs to sound.Generate
Fixed exit game crash to do with procedural sounds
Some minor changes from TF2 SDK
* Fixed some theoretical memory leaks with keyvalues
* CMDLPanel pose parameter fix (PR from SDK repo)
* `firstperson` disables `camortho` (PR)
* ESC closes chat box even if the text entry for the message is not focused (PR)