6,190 Commits over 3,867 Days - 0.07cph!
Update feature_request.md
Hide mod_load_*_async convars
They are linked to a game hang when enabled, and they are disabled by default.
Build vbspinfo.exe
Fixed inflator tool no longer working on NPCs
Fix portal turret AYAYAing twice when disintegrated via mods
Adjust bone manip English strings
▆█▌ ▄▆ ▅▆▉ ▊▇▇▆▊█▌ ▆▉▅▋ ▋▄▉▆▇▆ ▍▍▆▌█▊▉ ▆▇▉ ▅▊▊▉█▇ ▆▆▌▉▌
▍▆▊▌█ ▆ █▋▇▊▅ ▉▌▆▅ ▍▊▆▊▋▍:▆▍▊▊▌▊▆▇▌▇█▋▇▍▊▉▄ ▄█▅ ▉▄▍▄▄▌▇ ▆█▊▍▅
▌▌▋▇▍▆▊▉▅ ▇▉▆▊▋ █▆█ █▉▆ ▆▉█▆▍▊▉:▍▇▄▍▆▇▇▍█▆()
!▇▊▌ █▌ ▍▆▉ ▋▇▆ █▄▋▍▄▋▌ ▆███▆
▊▊ ▆▅▇ ▆▌▇▌▍▍ ▅▋▋▌█ ▊▅▊▅▇▆ ▉▆▆▍▆▊█ ▋▄▌▌▇▅▋ ▉▋▌▆▌▍ ██▄▊▅▆ ▍█▉▇
▋▆▍'█ ▅▍▍ █▄▆▌▅▍▅▇ █▊▄▌▍▇ █▇▇▋▄▆▊▋ ▍▊▄ ▅▊ ▄▉█▋▊▊
▋█▅▊▅ ▇█▍_▆▋▊▌▊_▊▍▇▍▉ ▊▄▋▇ ▊▅ ▉▌▍▆
▅▋▄▍█▆ ▅▌▆▊ ▆█▉▇▇▄▇ ▋█ ▉▋▊▊▌▄▉▍ █▌▄▄▆▇ ▆▋█▋▋█, ▇█ ▄▅▇▆ ▅▉█▍▉▋▋█ █▉█▅▅▌▍ ▆▊ ▄▅▉▍▅ ▇▉ ▌▇ ▊▇▄▄▊▉▆
▉▍▍█▉ ▆▆▇▌ ▌▊▇▇▉
▌█▅▌ ▄▍▋▇▄ ▅▌▄▆▅▇ ▇█▍ ▌▌▉▍▍ ▋▅▌▌ ▆▄ ▆▊▆▉▋ ▋▍▍▆ ▊▊▉▆ ▍▌▊█▍▄▍ ▉█ ▋██▄▍▉▇
Bump .exe version
Increase default value of budget_panel_height to 800
Fixed PhysicsObject:GetFrictionSnapshot only returning 1 entry
Update trace commands mask, to hit more entities
Autorefresh: just watch everything in the gamemodes/ folder
Certain gamemodes (NutScript) have scripts outside of the main gamemode/ folder and the entities/ folder.
Fixed a longstanding crash with CSoundPatch usage
Fixed some Lua functions having unused arguments
Fixed a crash on exit to do with panels
Fix playermodel drifting away in prop_vehicle_crane when holding W or S
Fix tiny amount of damage (<0.1) reducing a whole armor point
This make our armor handing not identical to HL2, but at the same time, this doesn't make any sense, so let's change it
Allow prop_vehicle_crane to receive damage events when player hitbox is not hit
Added hitboxes to crane_docks.mdl
This was a giant waste of time because it still doesn't work, but at least the hitboxes are there...
Lua file clean ups
* Mostly deprecated functions removals
* Replaced usage of DImage:SetMaterial with SetImage when the argument is a string
* Removed usages of Tool:GetSWEP() => Tool:GetWeapon()
* Removed some remaining usages of self.Entity
* Fixed Winch right click not setting rope color correctly
* Removed arguments provided to EnableVerticalScrollbar (it has no arguments)
* More misc (unused/missing) function argument related clean ups
Enable "permanent failure" check on SRCDS steam logon failure
Was commented out because it required a newer SDK version, which we now have.
Basically will login anonymously if the GLST is invalid I think
Prevent ent_create player
Gravity Gun obeys sv_defaultdeployspeed
Yes, this means that you can no longer grab AR2 balls that you yourself fire without increasing sv_defaultdeployspeed above the default of 4
Fixed crashes with ENT.RenderGroup = RENDERGROUP_STATIC(_HUGE)
Remove mat_stub
Fixed a crash with gameui_show_dialog and remove the concommand
Potential crash fixes to do with traces
Fixed a crash due to missing attacker in player takedamage hook
Block mem_force_flush just in case
Having this enabled in autoexec causes issues, so lets disallow servers to force it on players
Minor code fixes
Also fixed engine not being able to build with v142 toolset on Windows
Rearrange addon file system, remove dead code
More minor clean ups
More addon file system clean ups & minor optimizations
Add subscriptions as "Unknown Addon' while we fetch their details
Let's see if anyone encounters this in relation to "my addons are missing" issue reported sporadically
Do not render first person physgun effects during skybox pass
Let's try enabling custom activity IDs on client
█▋▄ ▄▄ ▄▉▆ ▌▄▅ ▍▅▊▉▉▉▊ ▇▄▄▍▋
Fixed a crash due to missing attacker in player takedamage hook
Block more URLs that crash awesomium - .mov, .mp4
This is not ideal, but there isn't a better way
Try to fix crashes with poster command and insane sizes
Fixed a crash with Entity:PhysicsInitConvex and invalid input
Potential crash fix for Nextbot:BodyMoveXY()
Lua file clean ups
* Mostly deprecated functions removals
* Replaced usage of DImage:SetMaterial with SetImage when the argument is a string
* Removed usages of Tool:GetSWEP() => Tool:GetWeapon()
* Removed some remaining usages of self.Entity
* Fixed Winch right click not setting rope color correctly
* Removed arguments provided to EnableVerticalScrollbar (it has no arguments)
* More misc (unused/missing) function argument related clean ups
Enable "permanent failure" check on SRCDS steam logon failure
Was commented out because it required a newer SDK version, which we now have.
Basically will login anonymously if the GLST is invalid I think
Prevent ent_create player
Gravity Gun obeys sv_defaultdeployspeed
Yes, this means that you can no longer grab AR2 balls that you yourself fire without increasing sv_defaultdeployspeed above the default of 4
Fixed crashes with ENT.RenderGroup = RENDERGROUP_STATIC(_HUGE)
Remove mat_stub
Fixed a crash with gameui_show_dialog and remove the concommand
Potential crash fixes to do with traces
Fixed a longstanding crash with CSoundPatch usage
Fixed some Lua functions having unused arguments
Fixed a crash on exit to do with panels
Fix playermodel drifting away in prop_vehicle_crane when holding W or S
Fix tiny amount of damage (<0.1) reducing a whole armor point
This make our armor handing not identical to HL2, but at the same time, this doesn't make any sense, so let's change it
Allow prop_vehicle_crane to receive damage events when player hitbox is not hit
Added hitboxes to crane_docks.mdl
This was a giant waste of time because it still doesn't work, but at least the hitboxes are there...
Increase default value of budget_panel_height to 800
Fixed PhysicsObject:GetFrictionSnapshot only returning 1 entry
Update trace commands mask, to hit more entities
Autorefresh: just watch everything in the gamemodes/ folder
Certain gamemodes (NutScript) have scripts outside of the main gamemode/ folder and the entities/ folder.
Fixed "cc_lang: invalid language" with empty cc_lang
Bumped MAX_MAP_OVERLAYS to 8k from 1k
Increased MAX_MAP_TEXINFO & MAX_MAP_TEXDATA
MAX_MAP_TEXDATA 2048 -> 8192
MAX_MAP_TEXINFO
12288 ->16384
Fixed "Tried to Read into NULL memory!" when mounting L4D2
Actually just don't bother trying to read 0 bytes from a file
Fixed a crash with NWVars
"Remember my choice for this server" is actually remembered for NO
For the session only
Error checking in spawnicon context menu
When spawnicons are removed while the player has the context menu open
Undone some recent changes to queued loader
Will probably have to completely stop relying on this system.
Do not use dynamic model indices for clientside only entities
This system invokes the queued loader which is broken on x86-64 and tries to async load already loaded models on main, so screw it.
This commit fixes needing to precache models serverside for physics.
Bump .exe version
Fixed "cc_lang: invalid language" with empty cc_lang
Bumped MAX_MAP_OVERLAYS to 8k from 1k
Increased MAX_MAP_TEXINFO & MAX_MAP_TEXDATA
MAX_MAP_TEXDATA 2048 -> 8192
MAX_MAP_TEXINFO
12288 ->16384
Fixed "Tried to Read into NULL memory!" when mounting L4D2
Actually just don't bother trying to read 0 bytes from a file
Fixed a crash with NWVars
"Remember my choice for this server" is actually remembered for NO
For the session only
Error checking in spawnicon context menu
When spawnicons are removed while the player has the context menu open
Undone some recent changes to queued loader
Will probably have to completely stop relying on this system.
Do not use dynamic model indices for clientside only entities
This system invokes the queued loader which is broken on x86-64 and tries to async load already loaded models on main, so screw it.
This commit fixes needing to precache models serverside for physics.
Do not use dynamic model indices for clientside only entities
This system invokes the queued loader which is broken on x86-64 and tries to async load already loaded models on main, so screw it.
This commit fixes needing to precache models serverside for physics.
Error checking in spawnicon context menu
When spawnicons are removed while the player has the context menu open
Undone some recent changes to queued loader
Will probably have to completely stop relying on this system.
Fixed a crash with NWVars
"Remember my choice for this server" is actually remembered for NO
For the session only
Actually just don't bother trying to read 0 bytes from a file
Fixed "cc_lang: invalid language" with empty cc_lang
Bumped MAX_MAP_OVERLAYS to 8k from 1k
Increased MAX_MAP_TEXINFO & MAX_MAP_TEXDATA
MAX_MAP_TEXDATA 2048 -> 8192
MAX_MAP_TEXINFO
12288 ->16384
Fixed "Tried to Read into NULL memory!" when mounting L4D2
Fixed my fuckup with recent sound related fix
Rework how lua_refresh_file generates paths to work with addons
Fix compile error
Rework how lua_refresh_file generates paths to work with addons
Fix compile error
Rework how lua_refresh_file generates paths to work with addons
▍██ ▆▍█▌▊▅▇▆▊ ▆▊▆▋▇▌▆▍▅▌▊ ▆▊█ ▅▇▇▄▅█▋
▅▋▆▆ ▍▇▍█▌▌▅▌█ ▆▊█▋▇ ▌▋▍█▄ ▌▅ ▉█ ▆█▆▅ ▅▌▍▅▍▄▉ ▇█▆▉▇▄█
█▅▆▉▌ ▉▊▇.▋▋▊▊█▄▇▌▋ ▍▉▋▄▄▉▄ ▊█▆ ▍▇█▇▅▄▇▋█▆ ▊▊▋▉▋▄▅ █▆▉█
▄▉▉▊▋ ▆██▊▅▌█_▇▊▄▇██▊▅▇▍ ▊▄ ▆▌ ▆▆▍█▊█▌▋ ▍▌▍▋▇
▋▌▇▌▄ ▌ ▆▇▌▋▋▋▄▊█ ▄▄▌ █▇▍ ▄▆█▅▉█▉_▉▊▅▇▋▅▌▆▄▅ ▉
▆▄█ ▇█▆▋▊▋█ ▊▌▍▉▇▇ ▊▉▌▊▉▇ ▋▌ ▆▊▇▍ ▌▋▅▄▍▇▆ ▆▉▋▌▅█ ▍▊▄▌▋▆
▌▇▋ "▆▋▅ █▄▌▇▊▄▌▌" ▋▋▍▇▊▌▊▆ ▅▌ ▌▋▋▅▊▋▊ ▍█▇▉▊▅▉ █▌▉ ▆█▍▍▊▄
▆▋▅▊▋ "▅▍▊▉▆▍ ▇▍ █▆█▄▊▊▊█▇▄ ▊█▍▌▇▇▌▅▌▅▊███▄▍▋▉" ▋▍█▆▅██▆▌ ▇▆▆▄▊ ▌▊▉▆
▋▇ ▉▇▋ ▄▄▅▆▍ ▌▍▄▋▍ ▅▊█▊█ ▆██▅██
▍▊▅▄▉ ▋▌▌_▅▇▍█▅▇▅_▍▅█▇ ▍▇▉▇▌▍█▄ ▅▍▇▍ ▇▌▆▅█▄▅▇
▄▄▅ ▉▉▅▆▆▆ ▆▇▆▍ ▋█▅▇▆▇▅▅▋▋ ▍▌█▊▉▍▆ ▋▍▍▅▆▌ ▅▄▌▊▊ ▅▋▍▊▄▍▉█▅
▌▅▋▄ ▆▇▇▆ ▋▄▉▋▇▄█ ▇▆▌▉▊▄▇▇▊▉▍
▍▌▇▋_█▄▅▌█▊▆▍▌▍▉▍
▆▌▅▍_▌▋█▆▌▅▄▋▄█▋▄▉▆▇▉▍▍▉▉
▊▉▊▌▅ ▆▍▉▅▄▄▉▉▊▄▅▇▅▍▇ ▍▇▋▍▌▅ █▊▉▍▍▆ ▆▊▆ ▇▅▊▄▉▅▉▊ ▍█▅▉▍▅▆
▅▌▄▆▉ ▆▌▊▍ ▄▌▇▄▅▅▋ ▇▍▇▋▄ ▋▄▇▅█▋▋▉▋▉▉ █▇▌▅▆▍▄ ▄▉ █▊▍▊▌▉█▌▊▋ ▊▉
█▅▇▋▊▅ ▄▉▄▅.▆▉▆▌-▊▆▍▉█▌▇▆▉
▅▅▋▆▍ "▆▌▌▍▌" ▍▄▅▉█▉▋▄██ ▇███▄▌▆▍ ▅▇ ▌▆▅▉▆▉▍ ▌▄▆▆▆
▆▊▇▋█ ▊█▄▊▌▌▋ ▆▊▋▇▆▅▄▌ ▊▊▄_▊▌▉ ▇▍ ▉▌ ▍▆▅▄ ▅▋
▄▆▇▉ "▉▅▊▄ ██ ▇▉▌▊▊" ▍▆█▊ ▊▉▊▌ ▌▇ ▉▉▋▌▊▉/
▅█▍▆▍ ▋▉▇▉▍▄▆ █▆▌▄▌ ▆▍▍▋ █▉▅ █▇█▆▄'▊ ▌▅▌▌▆▄ ▌█▋▅...
▋▅▄ "▊▉▇█ ▊▉ █▊▉▌▊" ▌▊▍ ▌▋▉▆▆▇▍▅▌ █▊▍▋▆ ▇▉▋▆ ▊█▍▊ ▅▍ ▌▋▉▍
▇▆▅▄▉▅▄▋▅▌█▋▄█▊▌▋▊▋▆▇▄▄▇▅▆ ▍▆▊▊ █▉▋ ▄▌▊ ▆▊ █▉▆▊▇▍▌▌ ▇█▍▆ ▅▅▍ ▇▉▇▅▌▌▆▆▌▅
██▌▄▄ ▊▄▊▅▆▅▄▋ ▊▅█▆▍ ▉▆▇█ ▇▊ █████ ▋▅▇█▉▌█▄ ▌▆▋▍▊▄▌ ▋▇▌▊▍▇▊ ▇▊▉▋ ▄▄▆▉▊
▅▉▅▇▅ ▋▊▆▋▊█▇▊▋▇▋▇ ▉▌ ▅▉▌█ ▅▄ ▋▊▌▋▌ █▌▆▊▉
▇█▊▊▄ ▊▊▍ ▆▌▆▊▍▅ ▍▋▉▇█, ▄▇▄'▄ ▇█▄▋█▌▆ ▊▅▍▅ ▄▇▊▌▌█ ▌▌▆▆▋▄▋ ▋▋▅▌█▌
!▊▆▆▇▇ ▆▍▍▆▄ ▄▆▅▋▋▄▊ ▄▊▉▄▅ ▉▌▌▉ ▇▇ ▍▊▋█▆▇▇ ▍▋▍ ▇▊▍█▊▋▆
▄▊▇▍ ▊▅▄▅▍▌ █▊█▉▌▌▉ ▄▉▆▉▍▌ ▇▌▇▋▊▄▊▉▉▋▊ ▋▌▄_█▆▉▋▆▇▉▍▆▇ ▇▉▋_▇█▄▉▊▄
▌▄▄▇▇ ▇ ▅▆▆▌▍ ▋▌▍ ▌▅ ▋▄▉▇▊▆ ▇▉▍▇▅▆▆ ▄█ ▅▄ ▋▄▍▇▌▅
▇▅▄▆▄ ▆ ▉▉▊▍▆ ▋▄▍▆ ▇▉▋█▇▄
▆▌▄▆█ ▋▋▅▌▌▌▌▌▆▆▊ ▄▆▇▇▌▉ ▇▄▇█▆▋ ▇▉▆▌ ▉▅▄▆▍ ▍▊█▌█▋ ▄█▌▅ ▋ ▄▋██▅▄ ▅▋▉ ▄▍▄▉▍▋▇▊▍
Fixed a crash due to sounds failing to be loaded
Fixed a crash with meshes
Fixed DModelPanel having issues with depth buffer when 2 panels are overlayed
Fixed a crash due to sounds failing to be loaded
Fixed a crash with meshes
Fixed DModelPanel having issues with depth buffer when 2 panels are overlayed
Remove usage of dynamic clientside model indices in Lua API
Build vtex.exe
Disable queued loader entirely, it does not work
Sync ClientsideModel & ClientsideRagdoll implementations with main
Change ents.CreateClientProp to work like ClientsideModel
▅▊▅ ▆▌▌▅█▄▇▇▇ ▇▅▌▉▄▅▍▋▍▍▄ ▊▋▍ ▆▋▊▋▅▇▊
▄▅▍▅ ▌█▋▋▍▄▇▉▄ ▋▋▉▊▆ ▌▄▄▄▆ ▊▉ ▉▌ ▉█▋▆ ▆▄▋▆▄▌█ ▆▊▆▍▄▌▊
▅▊▆▉▅ ▍▉▇.▇▉▍▌▇▊▇▊▅ ▇▅▋▅█▇█ ▊▊▆ ▍▅▌▄▄▇▍▇▌▉ ▍▆▋▋▌▋▅ ▇▅▉▋
▍▄▄▊▌ ▅▉▊▇▌▍▉_▋▉▅█▉▍█▇▇█ ▄▆ ▅▇ ▍▆▊▅▅█▄▉ ▄▄▌█▅
▆█▊▉▊ ▄ ▊▄▅▋▆▊▇▊▅ ▇▉▄ ▋▉█ ▅▆▄▅▋██_▆▉▅▊▄▋▆▍▊▍ ▇
▆█▇ ▌▉█▉▋▋▍ ▅▉▄▄▍▊ ▄▅▊▇▍▉ ▆▋ ▊▉▊▉ ▉█▆▋▉▋▉ ▅▅▇▋▊▊ ▄▊▉▅▄▅
▊▅▅ "▅▋▍ ▉█▊▅▉▆▍▋" ▍▆▇▋▇▍▆█ ▋█ ▋█▄▊▌▌▊ ▊▉█▍██▆ █▋▄ ▇▍▍▊▄▋
▌▋▌▇▌ "▋▅▌▅█▊ ▇▇ ▍▌▉▋█▌▊█▋█ ▋▄▆▊▌▍▉▋▌▋▊▆▍▄▉▌▍▇" ▊▌▄▋▌▄▌▅▋ ▅▉▋▇▆ ▄▆▄▆
▉▄ ▆▌▊ ▊▋▊▋▊ ▍█▆▉▍ ▇▌▍█▍ ▅▆▌▋▆▇
▆▅▇▇▆ ▊▄▆_▇▌▅▋▆█▄_▆▆▅▅ ▆▍▍▋▄▇▄▋ ▄▄▆▆ ▉▊▆▇▊▇██
▇█▄ ▆▅▅▅▋▄ ▍▍▍▊ ▉▍█▇▇▆▍▅▌▄ ▅▄▉▉▄▍▄ █▌▌▊▌▌ ▌▊▊▌▆ ▆▋▄▄▆▊▍▊▋
▍▇▅█ ▇██▌ ▅▉▉▅▋▍▉ ▅▅▍▋▅▊▋▊▇▋▌
▅▍▄▋_▍▊▇▆▅▅▊▇▇█▇▄
█▅▆▅_▉▋▉▍▅▊▆▉▅▆▊▌▋█▆▉▌▇▊▍
▋▉▌██ ▋▉▆▋▉▆▉▄▉▇█▇▄▉▆ █▌▅▌█▌ ▊▍▆▌▅▄ █▇▇ ▍▌▅██▄▍▋ ▉▄▅▌▅▅▋
▅▋▌▇█ ▍▇▍▍ ▊▅▊▄▍█▅ ▄▊▅▇▉ ▆▊▅▆▉▄▊▌▇▄█ ▌█▋█▆▄▍ █▉ ▍▅▌▇█▍▌▅▍▄ ▅▄
▋▅▌▅▊▅ ▍▌▋▄.▊▊▊▌-▉▆▍▌▍▋▋▋▊
▅▋▋▌▊ "▆█▍▇▌" █▄▇▌▇▉▍▍▊▌ ▌▉▆▊▉█▉▅ ▄▄ █▆▄▉▋▇▍ ▇▇▊▇▅
▆▋▆▋▅ ▇▉▆▄▋▅▍ ▋▉▉▄▆▆▊▆ ▍▆█_▅▄▌ ▅▄ ▊▊ ▊▍█▋ ▆█
▇▌▆▆ "▊▋▄▊ ▅▄ ▋▅▌▌▅" ▅▄▄▆ ▍▇▅▊ ▇▆ ▉▊█▅▅█/
▄▇▄▊▇ ▍█▊▅▆▋▍ ▄▄▍▆▋ █▉▍█ ▉▆▅ ▅▆▌▍▄'▅ ▉▉▄▊▊▌ ▋▅▋▅...
▉▇▅ "▋▊▆▊ ▇▆ ▇▌▍▊▅" ▍▉▄ ▍▉▅▅█▊▍▊▅ ▍█▇▅█ ▉▋▇▇ ▅█▉█ ▍▉ ▉▊▋▆
▊▍▌▊▅▋▋▊▊▍▅▋▅▄█▆▆▍▅▌▆▅▆▋▌▅ ▉█▉▉ ▊▋▌ ▊▍▆ ▄▋ ▆█▊▍▄█▆█ ▆▉▄▊ ▇▉▉ ▍▍█▋▄▌▄▅▇▅
▄▇▇▌█ ▄▅▆█▋▋▅▇ ▅▋▉█▌ ▄█▌▆ ▄▆ ▍▊█▉▄ ▍▅▆▇▋▄▄▌ ▉▌█▌█▌▌ ▋▋▊▇▍██ ▆▅▌▆ ▌▆▅▍▋
▉▊▅▉▉ ▉▋▊▅▊▊▌▄▉▉██ ▅▉ ▅▄▅▉ ▉▉ ▍▄▉█▆ ▋▋▉▄▍
▆▆▇▆▆ ▍▍▆ ▆▋▉▅▉▆ ▌█▄▊▋, ▊█▄'▊ ▍▊█▆▅▍▍ ▍▇▍▊ ▇▅▄▌▆▅ ▅▌▇▋▄▋█ ▆▉▋▊▅▌
!▇▉▅▊▇ ▊▋▋▌▇ ▇▌▆▆▍▍▋ ▇▆▇▉▉ ▉▋▌▍ ▌▍ ▄▉▅▆▋▉▉ ▅▅█ ▋▆▉█▆█▄
▌▌▉▉ ▆▌██▌▆ ▌▍█▌▇▌▋ ▋▆▆▅▅▋ ▊▌▋▇▊▍▌▅▆▅▋ ▍▅▇_█▋▋▊▋▍▆▋▆▊ ▉▇▇_▋▋▍▆▌▋
▅▄▋▌▍ ▄▆█▋▊ ▍▌▍▅█▇▆ ▍▌▍▋█ ▊▍▉▋ ▉█ ▄▅█▌▌▄█ ▌▉█ ▅▉▆▇▌▅█
▆▄▊▇ ▇▍▍▉▊▊ ▊▇▌▆▆█▋ ▇▊▆▅▍▍ ▋▉▌▋▌▆▋▇▉▉█ ▆▊▌_▅▋▅█▆▅▇▋▉▋ ▅▌▄_█▄▆▍▇▇
Fixed "flush" concommand crashing on windows srcds
video library restores fps_max if it sets it
Move "make to video" temp file to videos/
Holly library makes them and doesn't delete them...
Fix "make to video" not rendering while main menu is open
CPropDoorRotatingBreakable does not try to precache NULL mdl breakables
Fixed quitting while demo is being recorded writing invalid tick count
Minor improvements to demo to video thing
Fixes for broken demos, don't display info during loading screen
Fixed RecipientFilter global having its argument flipped
Fixed some presets being erroneously treated as collection ID
Update gmod.code-workspace
Fixed "Unable to initialize DirectSoundCapture" disabling voice chat
We are using Steam Voice anyway
Fixed lua_refresh_file gamemode file handilng
Fix issues with clientside dynamic models after reconnect
Nuke some useless concommands
Test_CreateEntity
Test_RandomPlayerPosition
Fixed net.WriteData warning not displaying correct data
Allow physgun_wheelspeed to go negative again
Apply a different fix for physgun_wheelspeed 0
Fix dynamic models trying to load already loaded models
Fix "bad sequence" warnings to display correct max number
More potential crash fixes to do with texture loading
Fix symlinked autorefresh not working
Fixed presence of an HLTV bot causing certain commands to not run
Disable random bot movement on HLTV bots
Adjust debug.getregistry hack
So it doesn't return empty table every time, but a persistent one
Fix changes to debug.getregistry
Updated language files
Fixed presence of an HLTV bot causing certain commands to not run
Disable random bot movement on HLTV bots
Adjust debug.getregistry hack
So it doesn't return empty table every time, but a persistent one
Fix changes to debug.getregistry
Updated language files
Fix changes to debug.getregistry
Updated language files
Fixed presence of an HLTV bot causing certain commands to not run
Disable random bot movement on HLTV bots
Adjust debug.getregistry hack
So it doesn't return empty table every time, but a persistent one
▉▅█▍█▆ ▇▊▇ ▆▋ ▅█▅▇▌ ▉▌▆▉▇▆▋ ▇▋▍ ▉▋▇▊ ▋▌▄▌ ▍▌▉ ██▇
!██▇'▋ ▅▇ █ ▋▋▉▇▄▄▆ ▌▆█ ▄▆ ▉▋▊▇▋▉▍ ▅▉▅▉▇▄█
▄█▅▅▍▅ ▌▅▉ ▊▉ ▍▅▊▄█ ▍▉▆▍██▍ ▋▌▊ █▇▉█ ▅▄█▌ ▇▌▇ ▅▊▍
!▆▊▍'▍ ▊▆ ▋ ▋▌▊█▉▋█ ▄▉▉ ▇▇ ▇▋█▉▄▉█ █▆▇▆▅▋▌
▍▍▋'▋ ▄█ ▍ ▅▆▍▄▇▋▊ ▊▆▄ ▆▅ ▅▆▍▉▄▊▇ ▋▄▄▌▇▉▊
█▊▄▉▉▉ █▊▅ ▉▇ ▉▄▅▍▉ ▊▊▅▋▄▋█ ▊▉▊ ▌█▋▄ ▍▇▆▌ ▆▋▌ ▅▅▆
func_tanklaser sound fix
PropSelect:AddModel throws error on invalid input
Added more portal entities to the spawn menu
Updated effects library
Fixed effects changing their entity table if accessed too soon.
Added the "trace" debug console command
Added NPCData.SnapToNormal
Make npc_security_camera duplicatable
Fixed npc_security_camera not duplicating
Fixed npc_security_camera not duplicating