repogarrysmod.maincancel

1,780 Commits over 1,280 Days - 0.06cph!

5 Hours Ago
Merge PR: Toolgun trace not hitting parented props re-fix Fixed a crash to do with HTLV
4 Hours 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
Yesterday
Flechette Gun aligns projectiles with world clicker Fixed buggy behavior of HL:S crossbow with its zoom * (By removing the "instant" attack mode) Fix HL:S crowbar hitsounds in multiplayer Alias some HL:S weapon killicons from HL2 ones Clear _rt_Camera texture to black on disconnect Clear water reflection/refraction textures when unused Ship fixed door models * Door03_Slotted - fixed skins not working, fixed opening animations not always playing correctly, added ep1 hardware type, fixed pushbar lighting * Door03 (Ep1) - added rusted texture skin from Door01 (fits the window cutout) * Door01 - added ep1 hardware type, fixed pushbar lighting Ship fixed Skin13 & 14 for doors * Fixed handlebar textures for both Implement pistol empty holster * Fixes the model having empty and non empty holster anim being tied to the same activity
2 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
3 Days Ago
Fix missing return value on Matrix()
3 Days Ago
Remove 12char cap on net_showudp names Added ActivityWeight/ActivityID to util.GetModelInfo sequences Remove auto generated server flags * It's been long enough for people to adjust to setting sv_location Fixed some potential crashes Potential optimizations for Matrix() * Should be a bit faster, especially when not using table as first arguments Potential optimization for Angle() (same as Vector at some point before) Clamp BodyMoveXY playback rate to networking limits Merge PR: Ability for Sandbox NPCs to randomize their model
4 Days Ago
Possibly fix Linux build error
4 Days Ago
Apply GetPoseParameter range fix for its one internal usage In the player anim state. Probably does nothing, but at least its not setting the clientside poseparameters move_x/y to invalid values briefly Fixed crashes with Alyx and Jalopy being removed * Also makes Alyx cancel try to enter the vehicle if it is removed while she is running to it Re-include SteamP2P on Linux dedicated servers Fixed Gravity Gun storing buoyancy as a bool Try some more potential crash fixes * Based on just a single dump TTT: Fix SimpleImage PaintOver handling Fix a crash when trying to load weird VTX files Allow Spawnicon Editor to be resized https://files.facepunch.com/rubat/2026/February16-2345-RevolvingLouse.mp4 * Also merged Pull Request for case insensitive search and arrow key animation switching
4 Days Ago
Fixed some potential crashes with navmeshes Fixed some potential crash issues chat.AddText handles numbers Fix a crash in CVoiceGameMgr::ClientConnected due to binary module usage Fixed normal headcrabs not spawning from their cannisters Ship a fixed hunter_flechette.mdl * Uses the idle animation by default now instead of the impact animation, so they actually fly straight now, not at an angle Update AR2, Flechette Gun and SLAM spawn icons * AR2 icon now points the same way as other guns, SLAM icon now has the same warmer colors as all the other icons, Flechette Gun icon no longer uses the angled model in the preview Fix Flechette Gun being able to shoot through thin walls Fix file list concommand autocomplete searching mounted content It's only used for stuff like saves and demos, no need to search in mounted games like HL2 Fix sounds played via env_microphone having no subtitles Apply TF2 SDK fix for CUtlFilenameSymbolTable * Should help fix loading packed files on Linux on certain maps with embedded files Fix thirdperson initial angle snap (From TF2 SDK) Put mksheet into "Tools" group (VPC) Clamp bot player count in the server browser * Also apply the clamping to serverlist.Query Merge Pull Requests * TTT weapon visual fixes for singleplayer * Use IsPlayer instead of GetClass() == "player" in base gamemode Remove the entire GameStats(Uploader) system Its never used by anything, just wastes resources Also references to xboxsystem and matchmaking systems that were still compiled in Fix leaks with CProceduralTexturePanel * This fixes color picker preview in particle editor breaking after a few uses Move CUtlVector::GrowVector error to memory grow functions Fixed single character folders not working for textures on Linux * This should fix missing textures on surf_quickie.bsp on Linux. Possibly other maps as well. Minor cleanups
7 Days Ago
Try to fix MacOS build error
7 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.
7 Days Ago
Fix NPE client crash when game.Get3DSkyboxInfo is ran too soon Remove FCVAR_REPLICATED from hud_deathnotice_time * It's a clientside convar, the flag has no effect. Fix color mismatch between cl_ and sv_ showhitboxes cl_showhitboxes 2 to show ONLY player hitboxes
8 Days Ago
Make jump/land sounds play for non local players * Also made Player:PlayStepSound volume argument default to 1 * Fixes Player:PlayStepSound not really doing anything in multiplayer Added game.Get3DSkyboxInfo Returns table with "origin" and "scale" keys. No function arguments. Send replicated convars in batches of 128 * This fixes an overflow/network channel corruption issue on server join when the server tries to send over 255 replicated convars to the client. Remove some unused stuff * Removes CRC calc for game_sounds_manifest.txt loading, since the CRC is never used. * Removes CGarrysMod::SetupSoundsManifest Reload soundscripts when games are mounted * This fixes no voice lines playing in Half-Life 2 maps when the game was started without HL2 mounted, and then HL2 is mounted. Minor cleanups in multiplayer animstate * Make flDeadtime in prediction use correct data type * Removed a bunch of unused fields in MultiPlayerPoseData_t * Reduce amount of LookupPoseParameter calls
9 Days Ago
Fix leaks with CProceduralTexturePanel * This fixes color picker preview in particle editor breaking after a few uses Move CUtlVector::GrowVector error to memory grow functions Fixed single character folders not working for textures on Linux * This should fix missing textures on surf_quickie.bsp on Linux. Possibly other maps as well. Minor cleanups Fixed Global.EmitSound not firing EntityEmitSound
9 Days Ago
Implement STUDIOHDR_FLAGS_VERT_ANIM_FIXED_POINT_SCALE Fix potential crash issues with dropship Prevent `trace` concommand erroring with dropships Implement $pointsamplemagfilter Lets try static client scratch buffer Added support for V12 static prop lump (MC:V) Remove r_maxdlights convar * it's already at its max value Implement empty idle for pistol Scale lightmap pages to current map's needs Try to fix Linux compile error Apply lightmap with lightstyles fix from CS:GO * Seems to help a little on MC:V maps Minor cleanups Make game.GetMapVersion also return the BSP version Apply a tiny fix for dynamic lights (Light tool) for bumped lightmaps * This is the difference: https://files.facepunch.com/rubat/2026/February06-2318-JoyousQueenslandgrouper.mp4 Minor changes from CS:GO to do with float bumped lightmaps Apply same limitations of render.CapturePixels to render.Capture * Allow render.Capture on rendertargets
10 Days Ago
Apply TF2 SDK fix for CUtlFilenameSymbolTable * Should help fix loading packed files on Linux on certain maps with embedded files Fix thirdperson initial angle snap (From TF2 SDK) Put mksheet into "Tools" group (VPC) Clamp bot player count in the server browser * Also apply the clamping to serverlist.Query Merge Pull Requests * TTT weapon visual fixes for singleplayer * Use IsPlayer instead of GetClass() == "player" in base gamemode
11 Days Ago
Fix a crash in CVoiceGameMgr::ClientConnected due to binary module usage Fixed normal headcrabs not spawning from their cannisters Remove the entire GameStats(Uploader) system Its never used by anything, just wastes resources Also references to xboxsystem and matchmaking systems that were still compiled in Ship a fixed hunter_flechette.mdl * Uses the idle animation by default now instead of the impact animation, so they actually fly straight now, not at an angle Update AR2, Flechette Gun and SLAM spawn icons * AR2 icon now points the same way as other guns, SLAM icon now has the same warmer colors as all the other icons, Flechette Gun icon no longer uses the angled model in the preview Fix Flechette Gun being able to shoot through thin walls Fix file list concommand autocomplete searching mounted content It's only used for stuff like saves and demos, no need to search in mounted games like HL2 Fix sounds played via env_microphone having no subtitles
14 Days Ago
Apply lightmap with lightstyles fix from CS:GO * Seems to help a little on MC:V maps Minor cleanups Make game.GetMapVersion also return the BSP version Apply a tiny fix for dynamic lights (Light tool) for bumped lightmaps * This is the difference: https://files.facepunch.com/rubat/2026/February06-2318-JoyousQueenslandgrouper.mp4 Minor changes from CS:GO to do with float bumped lightmaps Apply same limitations of render.CapturePixels to render.Capture * Allow render.Capture on rendertargets Fixed some potential crash issues chat.AddText handles numbers
14 Days Ago
Copefully fixed MacOS gmod_audio issue Ship gmad/gmpublish on Linux server (x86-64)
15 Days Ago
Try to fix Linux compile error
15 Days Ago
Implement $pointsamplemagfilter Lets try static client scratch buffer Added support for V12 static prop lump (MC:V) Remove r_maxdlights convar * it's already at its max value Implement empty idle for pistol Scale lightmap pages to current map's needs
16 Days Ago
Implement STUDIOHDR_FLAGS_VERT_ANIM_FIXED_POINT_SCALE Fixed some potential crashes with navmeshes Fix potential crash issues with dropship Prevent `trace` concommand erroring with dropships
16 Days Ago
Fix Alyx playermodel coloring covering some wrong areas Pull Request: Added color support for Arctic player model Lets try updating BASS.DLL to 2.4.18.3 * Probably achieves nothing at all Alias prop_portal_stats_display to prop_dynamic * Fixes Portal 1 having missing elevators Material refcount changes * Fixed Portal 1 energy pellet having missing texture (0 ref count) * Do not precache AR2 ball materials until used, they can now also unload on map change * Do not forcibly precache muzzleflash materials that are not even used Render hook changes * Apply correct rendering matrices for PreDrawHUD and PostDrawHUD, so calling cam.Start2D is no longer necessary. * Move calling of PreDrawHUD slightly later, so it renders in the 2D view, just like PostDrawHUD does. * Moved GM:PostDrawEffects to be called slightly sooner than before, so it is called in the 3D view, not after it, and also is consistently called only when PreDrawEffects is Prevent opening chat with cl_drawhud 0 locking you out of main menu Do not precache some HL1 weapons Prevent gauss gun spewing about out of bounds values Better handle invalid physObj in queued collision events Lets try making lights non networked Added "damage" keyvalue to `crossbow_bolt` Allow m_ragdollMins/m_ragdoll.allowStretch via SetSaveValue again Minor cleanups Make Pistol weapon use its draw empty animation when empty Implement empty draw for Crossbow
16 Days Ago
Include hl2 version of buildingset056a * Apparently it was changed in the 20th anniversary update? particle COLLISION_MODE_INITIAL_TRACE_DOWN traces down * instead of tracing west More potential crash fixes func_movelinear supports changing parents * Fixed a bug on ep1_c17_01 Rearrange new field of CopiedDupe netmessage to bottom * Apparently there's some addon out there that overrides some duplicator functionality and breaks any changes, sigh. At least this way it should be less broken. Add some checks for voice chat gain manager * If current or target gain become inf or nan, reset. Also prevent division by 0. More fixes for potential crashes Fix OSX compile error Remove more unused HUD elements from builds HUDShouldDraw gets called for cl_showfps panel (when active) Remove more unused GameUI stuff Fixed crashes with certain material proxies when used on static props More minor cleanups sv_showimpacts draws server hitboxes in blue color Init QAngle to 0,0,0 on creation Fixed player hitboxes in vehicles at odd angles Fixed some player animation/hitbox desync * Vehicle animation poseparameters were not set serverside * Player "grab ear" animation was not playing serverside Restore sv_showhitboxes (cheat protected)
17 Days Ago
Better handle invalid physObj in queued collision events Lets try making lights non networked Make Pistol weapon use its draw empty animation when empty Implement empty draw for Crossbow Added "damage" keyvalue to `crossbow_bolt` Allow m_ragdollMins/m_ragdoll.allowStretch via SetSaveValue again Minor cleanups
18 Days Ago
Alias prop_portal_stats_display to prop_dynamic * Fixes Portal 1 having missing elevators Material refcount changes * Fixed Portal 1 energy pellet having missing texture (0 ref count) * Do not precache AR2 ball materials until used, they can now also unload on map change * Do not forcibly precache muzzleflash materials that are not even used Render hook changes * Apply correct rendering matrices for PreDrawHUD and PostDrawHUD, so calling cam.Start2D is no longer necessary. * Move calling of PreDrawHUD slightly later, so it renders in the 2D view, just like PostDrawHUD does. * Moved GM:PostDrawEffects to be called slightly sooner than before, so it is called in the 3D view, not after it, and also is consistently called only when PreDrawEffects is Prevent opening chat with cl_drawhud 0 locking you out of main menu Do not precache some HL1 weapons Prevent gauss gun spewing about out of bounds values
21 Days Ago
Remove more unused HUD elements from builds HUDShouldDraw gets called for cl_showfps panel (when active) Remove more unused GameUI stuff Fixed crashes with certain material proxies when used on static props More minor cleanups sv_showimpacts draws server hitboxes in blue color Init QAngle to 0,0,0 on creation Fixed player hitboxes in vehicles at odd angles Fixed some player animation/hitbox desync * Vehicle animation poseparameters were not set serverside * Player "grab ear" animation was not playing serverside Restore sv_showhitboxes (cheat protected) Pull Request: Added color support for Arctic player model
22 Days Ago
Fix OSX compile error
22 Days Ago
func_movelinear supports changing parents * Fixed a bug on ep1_c17_01 Rearrange new field of CopiedDupe netmessage to bottom * Apparently there's some addon out there that overrides some duplicator functionality and breaks any changes, sigh. At least this way it should be less broken. Fix Alyx playermodel coloring covering some wrong areas Add some checks for voice chat gain manager * If current or target gain become inf or nan, reset. Also prevent division by 0. More fixes for potential crashes
23 Days Ago
Fix some addons erroring out due to DImage changes Lets try updating BASS.DLL to 2.4.18.3 * Probably achieves nothing at all Include hl2 version of buildingset056a * Apparently it was changed in the 20th anniversary update? particle COLLISION_MODE_INITIAL_TRACE_DOWN traces down * instead of tracing west More potential crash fixes
23 Days Ago
Fix some addons erroring out due to DImage changes Fix branch difference compile errors (mksheet)
23 Days Ago
Ship mksheet.exe (for particle sprite sheets) saverestore uses ErrorNoHaltWithStack not Msg * Also fixed a Lua error due to missing ErrorNoHaltWithStack Merge Pull Requests * Apply name filter to post refresh server list updates * Fixed Lua errors when manually running internal concommands dupe/save_publish Fixed an exploit that allowed spamming player_pickup on the server * For now, we block any new pick up attempts if we have a prop already picked up. Replace barney's face on EP1 maps Dynamic resupply changes * Use GetMaxArmor instead of hardcoded 100 * Use "canon" values for max ammo of each ammo type (instead of 9999), so it spawns more useful ammo types instead of shotgun ammo all the time Fix Combine Soldiers using rifle walk/run anims with shotguns Disable more Low Violence code that checked the registry * It was already basically unused, so it won't confuse me in the future by being still compiled Add description and min/max to engine_no_focus_sleep Added EnableSpotlight Input to npc_cscanner PR: Fixed an accidental global var in DModelPanel Fixed models with matproxies flip flopping render groups (static props) Faceposer fixes * Does not try to access flex controllers above 96 (since no convars anyway, and no networking) * Fixed faceposer setting invalid flex value ranges (from MIN to MAX of the flex which is incorrect, to from 0 to 1 which is correct) Potential fix for player model faces (alyx/gman) in multiplayer Remove HUD Hint related code from base weapon Update Rebel texture sheets to fix a small issue on the gloves
23 Days Ago
Finger poser UI flips controls for right hand Put the i in Dynamite Rework Finger poser a bit * Do not use hardcoded lists of bones, add a new list library list so addons can add support for custom models easily. * Deduplicate some code * Improve support for Zeno Clash 1 models Localize "Loading..." labels in Steam Workshop browsers * Also made it more consistent between all content types Merged PR: Localize some more UI texts Fix a very spammy warning on Linux Localize Favorites map category in main menu * Also fix localization of Other maps category Localize server outdated tag * Also fix translation module adding trailing space to every single output string Minor cleanups * Removing some unused VGUI code that I came across Duplicator uses icons instead of text for workshop status Fix a regression with func_tracktrain * It a portal2/csgo change, weirdly Minor cleanups Duplicator tool changes * Improve rendering of the dupe bounds when intersecting with world * Improve dupe spawn position calculation to avoid spawning in walls * Show selected dupe name/icon in context menu Final finger poser mod support updates Fixed more crashes and many potential crashes to do with models
24 Days Ago
Added EnableSpotlight Input to npc_cscanner PR: Fixed an accidental global var in DModelPanel Fixed models with matproxies flip flopping render groups (static props) Faceposer fixes * Does not try to access flex controllers above 96 (since no convars anyway, and no networking) * Fixed faceposer setting invalid flex value ranges (from MIN to MAX of the flex which is incorrect, to from 0 to 1 which is correct) Potential fix for player model faces (alyx/gman) in multiplayer Update Rebel texture sheets to fix a small issue on the gloves Remove HUD Hint related code from base weapon
25 Days Ago
Ship mksheet.exe (for particle sprite sheets) saverestore uses ErrorNoHaltWithStack not Msg * Also fixed a Lua error due to missing ErrorNoHaltWithStack Merge Pull Requests * Apply name filter to post refresh server list updates * Fixed Lua errors when manually running internal concommands dupe/save_publish Fixed an exploit that allowed spamming player_pickup on the server * For now, we block any new pick up attempts if we have a prop already picked up. Replace barney's face on EP1 maps Dynamic resupply changes * Use GetMaxArmor instead of hardcoded 100 * Use "canon" values for max ammo of each ammo type (instead of 9999), so it spawns more useful ammo types instead of shotgun ammo all the time Fix Combine Soldiers using rifle walk/run anims with shotguns Disable more Low Violence code that checked the registry * It was already basically unused, so it won't confuse me in the future by being still compiled Add description and min/max to engine_no_focus_sleep
28 Days Ago
Fixed more crashes and many potential crashes to do with models
29 Days Ago
Fix a regression with func_tracktrain * It a portal2/csgo change, weirdly Minor cleanups Duplicator tool changes * Improve rendering of the dupe bounds when intersecting with world * Improve dupe spawn position calculation to avoid spawning in walls * Show selected dupe name/icon in context menu Final finger poser mod support updates
30 Days Ago
Finger poser UI flips controls for right hand Put the i in Dynamite Rework Finger poser a bit * Do not use hardcoded lists of bones, add a new list library list so addons can add support for custom models easily. * Deduplicate some code * Improve support for Zeno Clash 1 models Localize "Loading..." labels in Steam Workshop browsers * Also made it more consistent between all content types Merged PR: Localize some more UI texts Fix a very spammy warning on Linux Localize Favorites map category in main menu * Also fix localization of Other maps category Localize server outdated tag * Also fix translation module adding trailing space to every single output string Minor cleanups * Removing some unused VGUI code that I came across Duplicator uses icons instead of text for workshop status
30 Days Ago
Stop NPC_Citizen lobbing healthkits and NPCs Fix NPCs being unable to pickup constrained weapons * Specifically the first spawnflag "Start constrained", which caused a potential progression stopper on ep1_c17_02a Add Combine Shotgunner Playermodel texture with colorable eyes Update Odessa playermodel * Consistent phong usage on face material (consistent with citizens) * Fixed mouth faceposing Dynamite no longer uses timer.Simple, and clamps delay to 3600 Apply some checks for a potential crash issue * Would crash with a message instead of silently Limit Material() in menu state Fixed Lua error counts in Problems panel being covered up by Copy btn Fix killfeed showing neutral/fearful NPCs as friendly * When killed by the player specifically Resolve self-crash with File:Read Add fallback material for sprites/flare6 (env_funnel) Add 2koth_ and cppl_ maps to TF2 category Replace coreball.mdl with one with simpler physics model Merged Pull Requests * Fixed start/stopsound for some entities in Hammer having invalid default values * Localize "password" placeholder in server browser Some potential crash fixes
30 Days Ago
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
31 Days Ago
Resolve self-crash with File:Read Add fallback material for sprites/flare6 (env_funnel) Add 2koth_ and cppl_ maps to TF2 category Replace coreball.mdl with one with simpler physics model Merged Pull Requests * Fixed start/stopsound for some entities in Hammer having invalid default values * Localize "password" placeholder in server browser Some potential crash fixes
32 Days Ago
Stop NPC_Citizen lobbing healthkits and NPCs Fix NPCs being unable to pickup constrained weapons * Specifically the first spawnflag "Start constrained", which caused a potential progression stopper on ep1_c17_02a Add Combine Shotgunner Playermodel texture with colorable eyes Update Odessa playermodel * Consistent phong usage on face material (consistent with citizens) * Fixed mouth faceposing Dynamite no longer uses timer.Simple, and clamps delay to 3600 Apply some checks for a potential crash issue * Would crash with a message instead of silently Limit Material() in menu state Fixed Lua error counts in Problems panel being covered up by Copy btn Fix killfeed showing neutral/fearful NPCs as friendly * When killed by the player specifically
35 Days Ago
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
36 Days Ago
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
37 Days Ago
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
37 Days Ago
TTT: Add TTTRadarScan hook Only queue simple timers if using the same callback func Minor cleanups * Code deduplicate of timer.Destroy alias * Remove code from timer.Create that seems to do nothing useful Handle potential mesh related crashy issue Try to fix decals on high poly models spazzing out across the whole map Do not forcibly crash the server if `player_connect` event failed to create * Now prints a warning and continues on. Fixed a typo (Serveres => Servers) Fixed a typp in UGC uploader (+ some translations) Added texture name to ShaderAPIDX8::CreateD3DTexture warning Merge some func_tracktrain changes from P2/CSGO * Allow Roll spawnflag * hack to avoid gimble lock * SF_CORNER_TELEPORT interpolation change * Dead end path change * Added missing spawnflag (4), updated description of "HL1 train" spawnflag Lets try turning "gamemode is nil" crashes into Lua errors * Seems to not crash on its own, and is slightly better/debuggable user experience Add likely fail reason to ShaderAPIDX8::CreateD3DTexture warnings * It's 1x1 DXT5 textures in my experience, so we test for that Add "enabled" key to util.GetSunInfo Try to fix IMaterial:GetShader on Linux SRCDS * By storing the shader name on the material, instead of relying on the shader system on dedicated server Add a few new inputs to prop_vehicle_jeep (Jalopy version) * DisableRadarDetectEnemies * EnableHazardLights * DisableHazardLights * NoHazardLights key value * Added "Has Gun" keyvalue to jeep in Hammer * Removed non existent "HUD Locator Precache" spawnflag from Jeep in Hammer Use FGD files * Fixed prop_vehicle_jeep having static prop key values that are not applicable to it * Added some descriptions here and there, where there were previously none * Deduplicated some key value definitions, such as skin and fade distance stuff Added new spawnflag for func_tracktrain - GoldSrc rotation Make plastic materials emit some particles on bullet hit * Affects props like the blue barrel, Lamarr cage, etc. Minor cleanups * Makes CBaseAnimating::m_OverrideViewTarget private Fixed potential crash issue with look door Jalopy no longer spawns trigger_vehicle_cargo at all times * Instead, spawn the entity only when asked to, i.e. `CargoVisible` key value is set before Entity.Spawn is called (maps), or SetCargoHopperVisibility input is used on the car. This input can now also be used to properly disable the functionality by doing `SetCargoHopperVisibility 0` * This means that Sandbox Jalopy no longer uses 2 edicts, and will not be able to hold a magnusson device in the invisible holder (unless explicitly enabled beforehand) Added ReleaseBusterFromCargo input to Jalopy Remove "Ember type" from env_embers in Hammer (did nothing) Make env_embers compile with parenting support * So basically there's this stupid system of "if a brush entity doesn't have "origin" keyvalue at map compile time, the brush model bounds will be in world space". env_embers did not use it and therefore was incompatible with parenting. We now make this entity use that system (like all entities should really be doing to be honest) and try to detect the difference in code for old maps and new maps, and apply the entity's position to the particles if we detect the map as "newly compiled with support for parenting" for this entity FGD: Add auto generated values of func_breakable_surf * So they do not appear as broken in Hammer, and provide explanation as to what they do.
38 Days Ago
Minor cleanups * Makes CBaseAnimating::m_OverrideViewTarget private Fixed potential crash issue with look door Jalopy no longer spawns trigger_vehicle_cargo at all times * Instead, spawn the entity only when asked to, i.e. `CargoVisible` key value is set before Entity.Spawn is called (maps), or SetCargoHopperVisibility input is used on the car. This input can now also be used to properly disable the functionality by doing `SetCargoHopperVisibility 0` * This means that Sandbox Jalopy no longer uses 2 edicts, and will not be able to hold a magnusson device in the invisible holder (unless explicitly enabled beforehand) Added ReleaseBusterFromCargo input to Jalopy Remove "Ember type" from env_embers in Hammer (did nothing) Make env_embers compile with parenting support * So basically there's this stupid system of "if a brush entity doesn't have "origin" keyvalue at map compile time, the brush model bounds will be in world space". env_embers did not use it and therefore was incompatible with parenting. We now make this entity use that system (like all entities should really be doing to be honest) and try to detect the difference in code for old maps and new maps, and apply the entity's position to the particles if we detect the map as "newly compiled with support for parenting" for this entity FGD: Add auto generated values of func_breakable_surf * So they do not appear as broken in Hammer, and provide explanation as to what they do.
39 Days Ago
Add a few new inputs to prop_vehicle_jeep (Jalopy version) * DisableRadarDetectEnemies * EnableHazardLights * DisableHazardLights * NoHazardLights key value * Added "Has Gun" keyvalue to jeep in Hammer * Removed non existent "HUD Locator Precache" spawnflag from Jeep in Hammer Use FGD files * Fixed prop_vehicle_jeep having static prop key values that are not applicable to it * Added some descriptions here and there, where there were previously none * Deduplicated some key value definitions, such as skin and fade distance stuff Added new spawnflag for func_tracktrain - GoldSrc rotation Make plastic materials emit some particles on bullet hit * Affects props like the blue barrel, Lamarr cage, etc.
39 Days Ago
Increase RADAR_CONTACT_TYPE_BITS from 3 to 4 (for sign bit)
39 Days Ago
Add "enabled" key to util.GetSunInfo Try to fix IMaterial:GetShader on Linux SRCDS * By storing the shader name on the material, instead of relying on the shader system on dedicated server