userRubatcancel

6,190 Commits over 3,867 Days - 0.07cph!

9 Months Ago
Update feature_request.md
9 Months Ago
Create config.yml
9 Months Ago
Update config.yml
9 Months Ago
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
9 Months Ago
Update README.md
9 Months Ago
▆█▌ ▄▆ ▅▆▉ ▊▇▇▆▊█▌ ▆▉▅▋ ▋▄▉▆▇▆ ▍▍▆▌█▊▉ ▆▇▉ ▅▊▊▉█▇ ▆▆▌▉▌ ▍▆▊▌█ ▆ █▋▇▊▅ ▉▌▆▅ ▍▊▆▊▋▍:▆▍▊▊▌▊▆▇▌▇█▋▇▍▊▉▄ ▄█▅ ▉▄▍▄▄▌▇ ▆█▊▍▅ ▌▌▋▇▍▆▊▉▅ ▇▉▆▊▋ █▆█ █▉▆ ▆▉█▆▍▊▉:▍▇▄▍▆▇▇▍█▆() !▇▊▌ █▌ ▍▆▉ ▋▇▆ █▄▋▍▄▋▌ ▆███▆ ▊▊ ▆▅▇ ▆▌▇▌▍▍ ▅▋▋▌█ ▊▅▊▅▇▆ ▉▆▆▍▆▊█ ▋▄▌▌▇▅▋ ▉▋▌▆▌▍ ██▄▊▅▆ ▍█▉▇ ▋▆▍'█ ▅▍▍ █▄▆▌▅▍▅▇ █▊▄▌▍▇ █▇▇▋▄▆▊▋ ▍▊▄ ▅▊ ▄▉█▋▊▊ ▋█▅▊▅ ▇█▍_▆▋▊▌▊_▊▍▇▍▉ ▊▄▋▇ ▊▅ ▉▌▍▆ ▅▋▄▍█▆ ▅▌▆▊ ▆█▉▇▇▄▇ ▋█ ▉▋▊▊▌▄▉▍ █▌▄▄▆▇ ▆▋█▋▋█, ▇█ ▄▅▇▆ ▅▉█▍▉▋▋█ █▉█▅▅▌▍ ▆▊ ▄▅▉▍▅ ▇▉ ▌▇ ▊▇▄▄▊▉▆ ▉▍▍█▉ ▆▆▇▌ ▌▊▇▇▉ ▌█▅▌ ▄▍▋▇▄ ▅▌▄▆▅▇ ▇█▍ ▌▌▉▍▍ ▋▅▌▌ ▆▄ ▆▊▆▉▋ ▋▍▍▆ ▊▊▉▆ ▍▌▊█▍▄▍ ▉█ ▋██▄▍▉▇
9 Months Ago
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
9 Months Ago
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
9 Months Ago
Do not render first person physgun effects during skybox pass Let's try enabling custom activity IDs on client
10 Months Ago
█▋▄ ▄▄ ▄▉▆ ▌▄▅ ▍▅▊▉▉▉▊ ▇▄▄▍▋
10 Months Ago
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()
10 Months Ago
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
10 Months Ago
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...
10 Months Ago
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.
10 Months Ago
Bump .exe version
10 Months Ago
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
10 Months Ago
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.
10 Months Ago
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.
10 Months Ago
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.
10 Months Ago
Fixed a crash with NWVars "Remember my choice for this server" is actually remembered for NO For the session only
10 Months Ago
Actually just don't bother trying to read 0 bytes from a file
10 Months Ago
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
10 Months Ago
Fixed my fuckup with recent sound related fix Rework how lua_refresh_file generates paths to work with addons
10 Months Ago
Fix compile error Rework how lua_refresh_file generates paths to work with addons
10 Months Ago
Fix compile error Rework how lua_refresh_file generates paths to work with addons
10 Months Ago
▍██ ▆▍█▌▊▅▇▆▊ ▆▊▆▋▇▌▆▍▅▌▊ ▆▊█ ▅▇▇▄▅█▋ ▅▋▆▆ ▍▇▍█▌▌▅▌█ ▆▊█▋▇ ▌▋▍█▄ ▌▅ ▉█ ▆█▆▅ ▅▌▍▅▍▄▉ ▇█▆▉▇▄█ █▅▆▉▌ ▉▊▇.▋▋▊▊█▄▇▌▋ ▍▉▋▄▄▉▄ ▊█▆ ▍▇█▇▅▄▇▋█▆ ▊▊▋▉▋▄▅ █▆▉█ ▄▉▉▊▋ ▆██▊▅▌█_▇▊▄▇██▊▅▇▍ ▊▄ ▆▌ ▆▆▍█▊█▌▋ ▍▌▍▋▇ ▋▌▇▌▄ ▌ ▆▇▌▋▋▋▄▊█ ▄▄▌ █▇▍ ▄▆█▅▉█▉_▉▊▅▇▋▅▌▆▄▅ ▉ ▆▄█ ▇█▆▋▊▋█ ▊▌▍▉▇▇ ▊▉▌▊▉▇ ▋▌ ▆▊▇▍ ▌▋▅▄▍▇▆ ▆▉▋▌▅█ ▍▊▄▌▋▆ ▌▇▋ "▆▋▅ █▄▌▇▊▄▌▌" ▋▋▍▇▊▌▊▆ ▅▌ ▌▋▋▅▊▋▊ ▍█▇▉▊▅▉ █▌▉ ▆█▍▍▊▄ ▆▋▅▊▋ "▅▍▊▉▆▍ ▇▍ █▆█▄▊▊▊█▇▄ ▊█▍▌▇▇▌▅▌▅▊███▄▍▋▉" ▋▍█▆▅██▆▌ ▇▆▆▄▊ ▌▊▉▆ ▋▇ ▉▇▋ ▄▄▅▆▍ ▌▍▄▋▍ ▅▊█▊█ ▆██▅██ ▍▊▅▄▉ ▋▌▌_▅▇▍█▅▇▅_▍▅█▇ ▍▇▉▇▌▍█▄ ▅▍▇▍ ▇▌▆▅█▄▅▇ ▄▄▅ ▉▉▅▆▆▆ ▆▇▆▍ ▋█▅▇▆▇▅▅▋▋ ▍▌█▊▉▍▆ ▋▍▍▅▆▌ ▅▄▌▊▊ ▅▋▍▊▄▍▉█▅ ▌▅▋▄ ▆▇▇▆ ▋▄▉▋▇▄█ ▇▆▌▉▊▄▇▇▊▉▍ ▍▌▇▋_█▄▅▌█▊▆▍▌▍▉▍ ▆▌▅▍_▌▋█▆▌▅▄▋▄█▋▄▉▆▇▉▍▍▉▉ ▊▉▊▌▅ ▆▍▉▅▄▄▉▉▊▄▅▇▅▍▇ ▍▇▋▍▌▅ █▊▉▍▍▆ ▆▊▆ ▇▅▊▄▉▅▉▊ ▍█▅▉▍▅▆ ▅▌▄▆▉ ▆▌▊▍ ▄▌▇▄▅▅▋ ▇▍▇▋▄ ▋▄▇▅█▋▋▉▋▉▉ █▇▌▅▆▍▄ ▄▉ █▊▍▊▌▉█▌▊▋ ▊▉ █▅▇▋▊▅ ▄▉▄▅.▆▉▆▌-▊▆▍▉█▌▇▆▉ ▅▅▋▆▍ "▆▌▌▍▌" ▍▄▅▉█▉▋▄██ ▇███▄▌▆▍ ▅▇ ▌▆▅▉▆▉▍ ▌▄▆▆▆ ▆▊▇▋█ ▊█▄▊▌▌▋ ▆▊▋▇▆▅▄▌ ▊▊▄_▊▌▉ ▇▍ ▉▌ ▍▆▅▄ ▅▋ ▄▆▇▉ "▉▅▊▄ ██ ▇▉▌▊▊" ▍▆█▊ ▊▉▊▌ ▌▇ ▉▉▋▌▊▉/ ▅█▍▆▍ ▋▉▇▉▍▄▆ █▆▌▄▌ ▆▍▍▋ █▉▅ █▇█▆▄'▊ ▌▅▌▌▆▄ ▌█▋▅... ▋▅▄ "▊▉▇█ ▊▉ █▊▉▌▊" ▌▊▍ ▌▋▉▆▆▇▍▅▌ █▊▍▋▆ ▇▉▋▆ ▊█▍▊ ▅▍ ▌▋▉▍ ▇▆▅▄▉▅▄▋▅▌█▋▄█▊▌▋▊▋▆▇▄▄▇▅▆ ▍▆▊▊ █▉▋ ▄▌▊ ▆▊ █▉▆▊▇▍▌▌ ▇█▍▆ ▅▅▍ ▇▉▇▅▌▌▆▆▌▅ ██▌▄▄ ▊▄▊▅▆▅▄▋ ▊▅█▆▍ ▉▆▇█ ▇▊ █████ ▋▅▇█▉▌█▄ ▌▆▋▍▊▄▌ ▋▇▌▊▍▇▊ ▇▊▉▋ ▄▄▆▉▊ ▅▉▅▇▅ ▋▊▆▋▊█▇▊▋▇▋▇ ▉▌ ▅▉▌█ ▅▄ ▋▊▌▋▌ █▌▆▊▉ ▇█▊▊▄ ▊▊▍ ▆▌▆▊▍▅ ▍▋▉▇█, ▄▇▄'▄ ▇█▄▋█▌▆ ▊▅▍▅ ▄▇▊▌▌█ ▌▌▆▆▋▄▋ ▋▋▅▌█▌ !▊▆▆▇▇ ▆▍▍▆▄ ▄▆▅▋▋▄▊ ▄▊▉▄▅ ▉▌▌▉ ▇▇ ▍▊▋█▆▇▇ ▍▋▍ ▇▊▍█▊▋▆ ▄▊▇▍ ▊▅▄▅▍▌ █▊█▉▌▌▉ ▄▉▆▉▍▌ ▇▌▇▋▊▄▊▉▉▋▊ ▋▌▄_█▆▉▋▆▇▉▍▆▇ ▇▉▋_▇█▄▉▊▄ ▌▄▄▇▇ ▇ ▅▆▆▌▍ ▋▌▍ ▌▅ ▋▄▉▇▊▆ ▇▉▍▇▅▆▆ ▄█ ▅▄ ▋▄▍▇▌▅ ▇▅▄▆▄ ▆ ▉▉▊▍▆ ▋▄▍▆ ▇▉▋█▇▄ ▆▌▄▆█ ▋▋▅▌▌▌▌▌▆▆▊ ▄▆▇▇▌▉ ▇▄▇█▆▋ ▇▉▆▌ ▉▅▄▆▍ ▍▊█▌█▋ ▄█▌▅ ▋ ▄▋██▅▄ ▅▋▉ ▄▍▄▉▍▋▇▊▍
10 Months Ago
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
10 Months Ago
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
10 Months Ago
Remove usage of dynamic clientside model indices in Lua API
10 Months Ago
Build vtex.exe Disable queued loader entirely, it does not work Sync ClientsideModel & ClientsideRagdoll implementations with main Change ents.CreateClientProp to work like ClientsideModel
10 Months Ago
▅▊▅ ▆▌▌▅█▄▇▇▇ ▇▅▌▉▄▅▍▋▍▍▄ ▊▋▍ ▆▋▊▋▅▇▊ ▄▅▍▅ ▌█▋▋▍▄▇▉▄ ▋▋▉▊▆ ▌▄▄▄▆ ▊▉ ▉▌ ▉█▋▆ ▆▄▋▆▄▌█ ▆▊▆▍▄▌▊ ▅▊▆▉▅ ▍▉▇.▇▉▍▌▇▊▇▊▅ ▇▅▋▅█▇█ ▊▊▆ ▍▅▌▄▄▇▍▇▌▉ ▍▆▋▋▌▋▅ ▇▅▉▋ ▍▄▄▊▌ ▅▉▊▇▌▍▉_▋▉▅█▉▍█▇▇█ ▄▆ ▅▇ ▍▆▊▅▅█▄▉ ▄▄▌█▅ ▆█▊▉▊ ▄ ▊▄▅▋▆▊▇▊▅ ▇▉▄ ▋▉█ ▅▆▄▅▋██_▆▉▅▊▄▋▆▍▊▍ ▇ ▆█▇ ▌▉█▉▋▋▍ ▅▉▄▄▍▊ ▄▅▊▇▍▉ ▆▋ ▊▉▊▉ ▉█▆▋▉▋▉ ▅▅▇▋▊▊ ▄▊▉▅▄▅ ▊▅▅ "▅▋▍ ▉█▊▅▉▆▍▋" ▍▆▇▋▇▍▆█ ▋█ ▋█▄▊▌▌▊ ▊▉█▍██▆ █▋▄ ▇▍▍▊▄▋ ▌▋▌▇▌ "▋▅▌▅█▊ ▇▇ ▍▌▉▋█▌▊█▋█ ▋▄▆▊▌▍▉▋▌▋▊▆▍▄▉▌▍▇" ▊▌▄▋▌▄▌▅▋ ▅▉▋▇▆ ▄▆▄▆ ▉▄ ▆▌▊ ▊▋▊▋▊ ▍█▆▉▍ ▇▌▍█▍ ▅▆▌▋▆▇ ▆▅▇▇▆ ▊▄▆_▇▌▅▋▆█▄_▆▆▅▅ ▆▍▍▋▄▇▄▋ ▄▄▆▆ ▉▊▆▇▊▇██ ▇█▄ ▆▅▅▅▋▄ ▍▍▍▊ ▉▍█▇▇▆▍▅▌▄ ▅▄▉▉▄▍▄ █▌▌▊▌▌ ▌▊▊▌▆ ▆▋▄▄▆▊▍▊▋ ▍▇▅█ ▇██▌ ▅▉▉▅▋▍▉ ▅▅▍▋▅▊▋▊▇▋▌ ▅▍▄▋_▍▊▇▆▅▅▊▇▇█▇▄ █▅▆▅_▉▋▉▍▅▊▆▉▅▆▊▌▋█▆▉▌▇▊▍ ▋▉▌██ ▋▉▆▋▉▆▉▄▉▇█▇▄▉▆ █▌▅▌█▌ ▊▍▆▌▅▄ █▇▇ ▍▌▅██▄▍▋ ▉▄▅▌▅▅▋ ▅▋▌▇█ ▍▇▍▍ ▊▅▊▄▍█▅ ▄▊▅▇▉ ▆▊▅▆▉▄▊▌▇▄█ ▌█▋█▆▄▍ █▉ ▍▅▌▇█▍▌▅▍▄ ▅▄ ▋▅▌▅▊▅ ▍▌▋▄.▊▊▊▌-▉▆▍▌▍▋▋▋▊ ▅▋▋▌▊ "▆█▍▇▌" █▄▇▌▇▉▍▍▊▌ ▌▉▆▊▉█▉▅ ▄▄ █▆▄▉▋▇▍ ▇▇▊▇▅ ▆▋▆▋▅ ▇▉▆▄▋▅▍ ▋▉▉▄▆▆▊▆ ▍▆█_▅▄▌ ▅▄ ▊▊ ▊▍█▋ ▆█ ▇▌▆▆ "▊▋▄▊ ▅▄ ▋▅▌▌▅" ▅▄▄▆ ▍▇▅▊ ▇▆ ▉▊█▅▅█/ ▄▇▄▊▇ ▍█▊▅▆▋▍ ▄▄▍▆▋ █▉▍█ ▉▆▅ ▅▆▌▍▄'▅ ▉▉▄▊▊▌ ▋▅▋▅... ▉▇▅ "▋▊▆▊ ▇▆ ▇▌▍▊▅" ▍▉▄ ▍▉▅▅█▊▍▊▅ ▍█▇▅█ ▉▋▇▇ ▅█▉█ ▍▉ ▉▊▋▆ ▊▍▌▊▅▋▋▊▊▍▅▋▅▄█▆▆▍▅▌▆▅▆▋▌▅ ▉█▉▉ ▊▋▌ ▊▍▆ ▄▋ ▆█▊▍▄█▆█ ▆▉▄▊ ▇▉▉ ▍▍█▋▄▌▄▅▇▅ ▄▇▇▌█ ▄▅▆█▋▋▅▇ ▅▋▉█▌ ▄█▌▆ ▄▆ ▍▊█▉▄ ▍▅▆▇▋▄▄▌ ▉▌█▌█▌▌ ▋▋▊▇▍██ ▆▅▌▆ ▌▆▅▍▋ ▉▊▅▉▉ ▉▋▊▅▊▊▌▄▉▉██ ▅▉ ▅▄▅▉ ▉▉ ▍▄▉█▆ ▋▋▉▄▍ ▆▆▇▆▆ ▍▍▆ ▆▋▉▅▉▆ ▌█▄▊▋, ▊█▄'▊ ▍▊█▆▅▍▍ ▍▇▍▊ ▇▅▄▌▆▅ ▅▌▇▋▄▋█ ▆▉▋▊▅▌ !▇▉▅▊▇ ▊▋▋▌▇ ▇▌▆▆▍▍▋ ▇▆▇▉▉ ▉▋▌▍ ▌▍ ▄▉▅▆▋▉▉ ▅▅█ ▋▆▉█▆█▄ ▌▌▉▉ ▆▌██▌▆ ▌▍█▌▇▌▋ ▋▆▆▅▅▋ ▊▌▋▇▊▍▌▅▆▅▋ ▍▅▇_█▋▋▊▋▍▆▋▆▊ ▉▇▇_▋▋▍▆▌▋
10 Months Ago
▅▄▋▌▍ ▄▆█▋▊ ▍▌▍▅█▇▆ ▍▌▍▋█ ▊▍▉▋ ▉█ ▄▅█▌▌▄█ ▌▉█ ▅▉▆▇▌▅█ ▆▄▊▇ ▇▍▍▉▊▊ ▊▇▌▆▆█▋ ▇▊▆▅▍▍ ▋▉▌▋▌▆▋▇▉▉█ ▆▊▌_▅▋▅█▆▅▇▋▉▋ ▅▌▄_█▄▆▍▇▇
10 Months Ago
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
10 Months Ago
Fixed RecipientFilter global having its argument flipped Fixed some presets being erroneously treated as collection ID Update gmod.code-workspace
10 Months Ago
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
10 Months Ago
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
10 Months Ago
More potential crash fixes to do with texture loading
10 Months Ago
Fix symlinked autorefresh not working
10 Months Ago
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
10 Months Ago
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
10 Months Ago
Fix changes to debug.getregistry Updated language files
10 Months Ago
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
10 Months Ago
▉▅█▍█▆ ▇▊▇ ▆▋ ▅█▅▇▌ ▉▌▆▉▇▆▋ ▇▋▍ ▉▋▇▊ ▋▌▄▌ ▍▌▉ ██▇ !██▇'▋ ▅▇ █ ▋▋▉▇▄▄▆ ▌▆█ ▄▆ ▉▋▊▇▋▉▍ ▅▉▅▉▇▄█
10 Months Ago
▄█▅▅▍▅ ▌▅▉ ▊▉ ▍▅▊▄█ ▍▉▆▍██▍ ▋▌▊ █▇▉█ ▅▄█▌ ▇▌▇ ▅▊▍ !▆▊▍'▍ ▊▆ ▋ ▋▌▊█▉▋█ ▄▉▉ ▇▇ ▇▋█▉▄▉█ █▆▇▆▅▋▌
10 Months Ago
▍▍▋'▋ ▄█ ▍ ▅▆▍▄▇▋▊ ▊▆▄ ▆▅ ▅▆▍▉▄▊▇ ▋▄▄▌▇▉▊
10 Months Ago
█▊▄▉▉▉ █▊▅ ▉▇ ▉▄▅▍▉ ▊▊▅▋▄▋█ ▊▉▊ ▌█▋▄ ▍▇▆▌ ▆▋▌ ▅▅▆
10 Months Ago
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
10 Months Ago
10 Months Ago
Fixed npc_security_camera not duplicating
10 Months Ago
Fixed npc_security_camera not duplicating