branchgarrysmod.main/network_testcancel

11 Commits over 123 Days - 0.00cph!

3 Days Ago
Also fix singleplayer networking of health for NPCs Player text chat cleanups * Removes unused usermessage SayText2 Get rid of unused VoiceSubtitle usermessage Unregister unused usermessages & their handlers * HintText, KeyHintText, AmmoDenied * Deletes CHudHistoryResource Remove the unused, never working Hint system Removes CBasePlayer::Hints, ShouldShowHints, HintMessage, StartHintTimer, StopHintTimer, RemoveHintTimer Removes C_BasePlayer::Hints, ShouldShowHints, HintMessage Bump network version
5 Days Ago
Apply some changes to increase network transfer speeds * In my limited tests, file transfers can reach 600KB/s now @ default settings, which is must higher than the 20-40? kb before @ default settings Microoptimization to SVC_CreateStringTable bandwidth usage BaseCombatWeapon netowkring changes * Send local player exclusive data to spectators as well, such as clip1 and clip2 * Reduce network bit count for m_iState * Remove CHudTexture methods from server builds Nextbot networking changes * Network m_lifeState (Entity:Alive), same as NPCs * Fixed health/maxhealth not networking in singleplayer Remove some unused networked fields from vehicles m_nScannerDisabledWeapons and m_nScannerDisabledVehicle
10 Days Ago
Try to fix MacOS build error
10 Days Ago
Delete networked m_iPlayerSoundType and related stuff * Removed a bunch of HL2MP_Player methods that were unused or overwritten Delete unused networked value m_szLastPlaceName Deletes CBasePlayer::GetLastKnownPlaceName Remove unused CBasePlayer.m_fOnTarget networked property Removes CBasePlayer.ResetAutoaim, GetAutoaimScore, AutoaimDeflection, IsOnTarget Removes CBaseCombatWeapon::GetSpriteAutoaim, GetSpriteZoomedAutoaim Removes unused autoaim_max_deflect convar Delete CBasePlayer.m_szAnimExtension (unused) Deletes C_BasePlayer::SetAnimation, m_flPhysics, m_szAnimExtension, SetAnimationExtension Deletes hud_autoaim.cpp Deletes CBasePlayer.m_szAnimExtension, SetAnimation, SetAnimationExtension, SetWeaponAnimType, m_szAnimExtension Deletes CBaseCombatWeapon::GetAnimPrefix, last argument of CBaseCombatWeapon::DefaultDeploy More cleanups * Removed ent_autoaim concommand * View model vgui screens stuff * Remove CBaseCombatWeapon::GetBulletType, CBaseCombatWeapon::GetControlPanelInfo, CBaseCombatWeapon::GetControlPanelClassName, GetMaxAutoAimDeflection, WeaponAutoAimScale, ShouldShowControlPanels, IsInBadPosition, RepositionWeapon * Remvoed CBaseViewModel.SpawnControlPanels, DestroyControlPanels, SetControlPanelsActive, ShowControlPanells, m_sAnimationPrefix, m_hScreens Remove some unused NPC networking stuff Removes CAI_BaseNPC.StartPingEffect, m_flTimePingEffect, m_iSpeedModSpeed, m_iSpeedModRadius, m_bSpeedModActive ActivateSpeedModifier, DisableSpeedModifier, SetSpeedModRadius, SetSpeedModSpeed hammer inputs are removed. They never worked because the some client code for it is never compiled in any Source game.
42 Days Ago
Increase RADAR_CONTACT_TYPE_BITS from 3 to 4 (for sign bit)
3 Months Ago
Increase FOV networking bits from 8 to 16 Since they are floats, they need a bit extra to maintain precision Network CallOnClient and HUDWeaponPickedUp using EHANDLE * It was using EntIndex, which is not reliable and could cause wrong entities to be used for those hooks.
4 Months Ago
Remove test_effect and env_physwire * Useless entities that do nothing Remove trigger_cdaudio and target_cdaudio entities Remove env_particlefire (does nothing)
4 Months Ago
Fix viewmodel bob spazzing out at high curtimes
4 Months Ago
undef svc_Menu Fixed CurTime being clamped to float serverside
4 Months Ago
Fixed networking of ammo types for weapons Bump steam.inf Remove lua_matproxy_nobindmat Matproxies no longer push thousands of material objects to Lua Removed dummy user messages for removed haptics stuff Change ScreenFade network to just use floats Get rid of CHudMenu & its usermsg Remove dummy vote HUD user messages Remove Lua hacks that depend on up to date clients Changes around sv_visiblemaxplayers * It is now networked to clients and used for the loading screen data (in place of maxplayers), also appears in server_spawn event (on client?) * Add convar limits to sv_visiblemaxplayers (-1 to 128) * Removed unused globals set by `loading.lua` * Removed server data printed to console from loading screen (most of that data is duplicated by console print from server anyway) * Updated the aforementioned console print from server to include more data * Updated the color of the aforementioned console print (SVC_Print) to be unique Nuking SVC_Menu Improve networking precision of world clicker * This fixes VERY jumpy tool ghosts in singleplayer when using context menu aiming, especially close to crosshair.
4 Months Ago
CurTIme to double List of changed symbols: (float=>double) * CBaseServer::GetTime, GetTickInterval, m_flTickInterval * IServer::GetTime, GetTickInterval * CClientState::GetTime, m_tickRemainder * C_BasePlayer:GetTimeBase * CPrediction::RunSimulation * CBasePlayer::SetTimeBase, CBasePlayer::GetTimeBase * CGlobalVarsBase::curtime, interval_per_tick More CurTime double stuff * C_BaseEntity::BaseInterpolatePart1 * C_BaseEntity::Interpolate, CBaseEntity::Interpolate (and other entities) * C_BasePlayer::GetFinalPredictedTime * CBaseCombatWeapon::m_flNextPrimaryAttack, m_flNextSecondaryAttack, m_flTimeWeaponIdle Remove clientside override of type()