Apply proposed SV_PackEntity optimization (Community Contribution)
Apply the same fix for func_proprrespawnzone
* Of it not being tracked properly like clientside physics props
PR: Prevent recreating `GhostEntity` every tick with some tools
Remove redundant arguments from calls to Entity:Fire
Pull Request: Fixed wrong motor torque axis
* Fixes the motor torque axis being wrong if the motor was rotated after creation and before first activation.
Fix Lua errors in Sandbox derived gamemodes without spawnmenu
Better match viewmodel hands for male11 and male12 player models
Fix main menu Lua errors when start that one map
Reenable net message buffer limiters
So `net.BytesLeft()` would work as expected. This was tried in 2019 but was undone for some reason. In my testing it works.
Minor Lua cleanups to do with net.Receive arguments
Added render.IsTakingScreenshot
Make Entity:SetLightingOriginEntity use model illum position
Reimplement kickid from scratch
The original implementation is kinda whack. Hopefully this new one fixes whatever issues people are having with it producing weird kick reasons (if the problem is even kickid to begin with)
As a bonus kickid "STEAM_0:0:0" "reason" format now works too (previously STEAM_0 format did not work as a single argument)
male17 & mossmanarctic glove viewmodel fix
Patch some models
cs_fix.mdl - Fixed it not loading
zombie_soldier.mdl and soldier_stripped.mdl - Remove dependency on cs_fix.mdl, use z_anm.mdl and m_anm.mdl like they are supposed to for player models
Fix underwater ambient sound never playing
Update game_sounds_manifest.txt
Ignore VPK build files
Update "CUtlBlockMemory overflow" warning with some numbers
Add missing Episodic soundscripts to the HL2 fallback VPK
Make npc_strider fall to the ground if moved via physics gun
* Also negates the bug where Antlion Guard can launch the strider into the sky infinitely
Fixed a material refcount issue with render.MaterialOverride
* Occurred with dupe icon generator where the outline became missing texture.
Fix potential refcount issues with MaterialOverrideByIndex
* Also fixes an issue with submaterials not setting correct variable "numPasses" in model rendering
Fixed a recently introduced compile warning
Even more potential material refcount issue fixes
* render.WorldMaterialOverride, render.ModelMaterialOverride, render.BrushMaterialOverride
* Also reset all 3 on disconnect
Fix potential crashes with malformed models
Use model bounding box if it has no hitboxes for particles
* This fixes an issue with most PHX props where the fire particles come out of a single spot on the model, instead of the entire model like expected.
Apply memory allocator fix for LuaJIT
Apply some random-ish patches from LuaJIT repo