userRubatcancel
branchgarrysmod.main/maincancel

1,004 Commits over 1,218 Days - 0.03cph!

1 Year Ago
Restore "gamemenucommand RestartWithNewLanguage" Fixed render.SetLocalModelLights ignoring last light Fix Bootil memory leak when trying to extract buf to invalid filepath Fixed NPC kill related achievements not working Remove more unintentional files from the fallbacks vpk Quick Rotate Model +/- 45deg yaw button for spawnicon editor Also more spawnicons of built-in props Iterate over Unknown Addon mechanism Do not try to mount Unknown addons (they could be banned/backdoored), detect demos/saves/dupes and push them to their own list Moved extracted .gmas from addons/ to cache/workshop/ This simplifies code for the game Rework menu_cleanupgmas to take into account server downloads Meaning, Workshop files downloaded from servers and extracted, then deleted by Steam in 2 weeks, now get detected as useless extracted versions and are prompted for deletion.
1 Year Ago
Fixed a crash related to static props on map load for certain maps Not an ideal fix, but it works. If a spawnicon does not exist, try to look in addons as well This makes it so that you can still edit icon, but if you do not have a spawnicon rendered, and a workshop addon provides ones, the game will use the workshop one as a fallback.
1 Year Ago
Fixed expert compile settings in Hammer corrupting
1 Year Ago
Let's try moving FileProperties for CmdSeq.wc lower
1 Year Ago
Port -blocksize for VBSP.EXE from CS:GO Added a bunch of new options for Hammer's Run Map dialog https://files.facepunch.com/rubat/1b0411b1/sXVENkgcR7.png Minor fixes to map compile tool output text Added Ambient Occlusion for VRAD (CS:GO version) Disabled by default, -ambientocclusion and -aoscale are the new options
1 Year Ago
Minor fixes Added convar descriptions to many default Lua convars DCollapsibleCategory items support disabled styles Visually and physically disable (but not hide) disabled Sandbox tools Tools disabled by the server using "toolmode_allow_<mode>" convars are visually represented as such in the spawnmenu https://files.facepunch.com/rubat/1b0311b1/dLCCdKRb8T.png Display a warning when trying to activate tools without a toolgun
1 Year Ago
▇▇▄ █▍▅▉▆ █▆▍ ▅█▇▅▉▉▍ ▍▌ ▌▋█▌▌▉▇▍▋▆▉ !▍▅▇▅▇ ▆ ▋▍▄▋▆ ▇▆▆▊ █▅▆▉▆▌▍▍ ▅▉▍▅▉█▌▉ █▅▊ ▄▄▄▆▌ ▇▋▄▍▄ ▉█▅▊▆ ▄▅▊▅▄▋▍▅ ▆▉▇▄▆ █▅▅▌▅▊▆ ▊▇▌█▆▉▌▄ ▌▉ ▅▌▉▇█▋▌▆▄ ▍▄▌▌▋ █▇▉▉▋ ▍▋▆█▇▊▊ ▆▆ ▍▉.
1 Year 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
1 Year 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
1 Year Ago
Do not render first person physgun effects during skybox pass Let's try enabling custom activity IDs on client
1 Year Ago
█▋▄ ▄▄ ▄▉▆ ▌▄▅ ▍▅▊▉▉▉▊ ▇▄▄▍▋
1 Year 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()
1 Year 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
1 Year 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...
1 Year 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.
1 Year Ago
Bump .exe version
1 Year 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.
1 Year 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.
1 Year Ago
Fixed a crash with NWVars "Remember my choice for this server" is actually remembered for NO For the session only
1 Year Ago
Actually just don't bother trying to read 0 bytes from a file
1 Year 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
1 Year Ago
Fix compile error Rework how lua_refresh_file generates paths to work with addons
1 Year 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
1 Year Ago
▅▄▋▌▍ ▄▆█▋▊ ▍▌▍▅█▇▆ ▍▌▍▋█ ▊▍▉▋ ▉█ ▄▅█▌▌▄█ ▌▉█ ▅▉▆▇▌▅█ ▆▄▊▇ ▇▍▍▉▊▊ ▊▇▌▆▆█▋ ▇▊▆▅▍▍ ▋▉▌▋▌▆▋▇▉▉█ ▆▊▌_▅▋▅█▆▅▇▋▉▋ ▅▌▄_█▄▆▍▇▇
1 Year 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
1 Year Ago
Fixed RecipientFilter global having its argument flipped Fixed some presets being erroneously treated as collection ID Update gmod.code-workspace
1 Year 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
1 Year 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
1 Year Ago
More potential crash fixes to do with texture loading
1 Year Ago
Fix symlinked autorefresh not working
1 Year Ago
Fix changes to debug.getregistry Updated language files
1 Year 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
1 Year Ago
▍▍▋'▋ ▄█ ▍ ▅▆▍▄▇▋▊ ▊▆▄ ▆▅ ▅▆▍▉▄▊▇ ▋▄▄▌▇▉▊
1 Year Ago
█▊▄▉▉▉ █▊▅ ▉▇ ▉▄▅▍▉ ▊▊▅▋▄▋█ ▊▉▊ ▌█▋▄ ▍▇▆▌ ▆▋▌ ▅▅▆
1 Year Ago
Fixed npc_security_camera not duplicating
1 Year Ago
Fixed queued renderer leaking render target refcounts Restore the debug print regarding CSoundPatch crash Gravity gun inflictor is the gravity gun, not the player Prevent mega grav gun makin all NPC weapons dissolve, even when not killed by it
1 Year Ago
Actually do whitelist disabling right omg
1 Year Ago
Change how we disable whitelist for recursed folders
1 Year Ago
Added gamemode and entities to whitelist Also disable whitelist for subfolders once a folder passes whitelist
1 Year Ago
Let's try applying a whitelist of folder names to file watchers
1 Year Ago
▇▌▊▍▊ ▄▍▍▍▅▉▋.▄▇█ ▋▇▇▄▆▋▉
1 Year Ago
▇▆▆▉▋▆.▄▍▊█▅▆▊▆▄▉█▅▍█▉▄▊▌▄█▆▍█▌▌ █▅▌█▊'▍ ▇▅▋▅▇ ▆▇█▉▍▌▅▋▉ █▉▍▄ ▇▊██
1 Year Ago
Replace sounds for GrenadeBeam.HitSound to existing ones Added "Use" input to the base fgd
1 Year Ago
Check for View Model validity
1 Year Ago
Fixed crash when running editdemo Added sphere visualizer to point_message's radius Fixed Portal turrets targeting Portal Cameras Better fix for the RPG clientside sound spam Prevent certain NPCs from being Barnacle'd Fixed Portal rocket turret bone followers
1 Year Ago
Portal camera reacts to ai_disable Fix a warning on glados core spawn from spawnmenu
1 Year Ago
Block some of the screenshot commands Camera SWEP can still do screenshots, don't worry, and so can your code Portal Turret related fixes Don't try to precache EP2 particle Don't target rockets Added CLASS_PORTAL_TURRET - Based on CLASS_COMBINE, but also hates COMBINE Portal Rocket Turret adjustments In spawned through spawn menu (spawnflag 2) - can be killed and can target NPCs. Also fixed the case when it is disabled and its angles are not 0 0 0, it would look all broken trace concommand also prints clientside entity classname
1 Year Ago
Allow render.CapturePixels in main menu when used on Lua RTs.
1 Year Ago
Update TTT (Community Contributions) Update Turkish language Optimized radar ping network traffic
1 Year Ago
Added Portal Cores to spawnmenu Update some portal map icons that have turrets Also updated portal turret NPC spawnmenu icon Added Portal Camera to spawnmenu Added "trace" console command This is just a convenience for me, it's serverside and limited to singleplayer/local server host