Fix Lua errors when NPCs use Fists and Camera SWEPs
Remove XZip from Bootil
Update FastLZ lib
Fix some compile warnings in Bootil
Fix "Error" and "ErrorNoHalt" not firing OnLuaError on SRCDS
Fixed a crash with running "+showbudget" on srcds
Add type checking to Entity:PhysicsInitConvex second arg
Fixed some potentially crashy issues
Merged Pull Requests
* Don't reset Player Counts on serverside Lua Refresh of Sandbox-derived gamemodes
* Micro optimization for sql.QueryValue
* TTT: Fix auto weapon spawning on non-TTT maps
Fixed smscorch2_subrect.vmt having wrong texture offset
Fix "Couldn't create player_connect event" appearing on success
Apply some NPE checks to render data cache
Fix player model eyes pointing elsewhere when singleplayer is paused
Minor cleanup
Added vec = game.GetWindSpeed( vec pos = nil )
* Optional arg that takes into account wind controllers with radius above -1
* Without arg = only use the global controller (if one exists)
* position argument unfortunately will not do anything on client yet because the env_wind position is never networked to the clients
* Function is shared