Network compat breaking changes
* Removed bodyque system/entity
* Remvoed vote_controller entity
Bump network version & .exe version
Fix weapon_snark network types
Remove m_bHL2EpisodicBehaviour from gmod gamerules
CTEPhysicsProp model scale networking
TEHL2MPFireBullets Y axis spread networking
Completely remove the commentary system
Fix incorrect particles spawning if there are too many
garrysmod-issues/issues/5509
Remove test_traceline entity
Restore portal entity clientside parts (lasers)
`teamonly` in `player_say` event networked
Update decals_subrect.txt
Updated from HL2, to contain 2 new Portal decals
You can gravity gun portal energy balls successfully
Fixed studiomdl crashing with remapping sequences
Remove unused properties on SWEP internals
Change how SWEPs store ViewModel/WorldModel/PrintName
To get rid of 80 character limit for all 3 fields
Remove another unused field from SWEPs
Network gravity scale for players, for prediction
Reduce network bits for player's drivingmode/player class
No server has 2^32 unique classes
Network m_bSprintEnabled for prediction (Player:SprintDisable)
Fixed insane network load of ManipulateBone* functions
Optimize some more player networking
m_OverrideSubMaterials array
m_iTeam reduced bits (from 32)
Undo changes to m_OverrideSubMaterials
Fix networking of gib scale to clients
Do not initialize the scaled prop physobj as shadow for client only ents
Added `SetLifetime` input to prop_combine_ball
0 or negative values make it infinite.
BallCaught and OnBallCaught input/output for portal BALL ent
Do not network duplicate health/velocity for players
Since it is already done for all entities
Do not set collision bounds on physgun beam
I don't know why it was being set at all, it's not a physical entity, so let's try simply not setting the collision bounds and see what happens. Not setting the bounds saves on network bandwidth.
Minor cleanups
npc_combinecamera fires OnLostEnemy output
Remove unused stringtables
* GMod specific GModGameInfo
* Source's ServerMapCycle and InfoPanel, and their panels
Minor cleanups
Double `modelprecache` max size to 8k
Fix CNewParticleEffect.AddControlPoint attachment default value
No longer produces console warnings when not given an attachment name
TTT: check data_static for rearm scripts for use in workshop addons
Updated language files
Merge branch 'main' into prerelease
Fixed a crash with Panel:AppendText
Merge branch 'main' into prerelease