userRubatcancel

6,247 Commits over 3,898 Days - 0.07cph!

28 Days Ago
Restored "JellyFish" shader
30 Days Ago
Fixed bone manipulations being changed on level transition Fixed camera entity losing its keybinds on level transition
32 Days Ago
Update .fgd files Fix NPCs in spawnmenu search not having their weapons set Color:SetUnpacked type checking Improve stack traces for existing error() calls Remove NULLs from Entity.Constraints Added debug.getregistry & IMaterial:GetColor implementations Update garrysmod_english.txt
32 Days Ago
Added "DoImpactEffect" for `ai` and `nextbot` SENTs Added model scale preview to Hammer Fixed a typo in hl2 fgd Update Portal turret relationships to certain NPCs Antlions fear them now, and it hates combine hunters and gunships Fixed Portal Rocket Turrent not updating its facing angles when no target game.CleanUpMap deletes C_Hairball Merge Pull Requests * Fix indentation of the gamemode list items * make file.Write and file.Append return success of file.Open used internally
33 Days Ago
Update screenspace_general shader with some CS:GO features Removes $X360APPCHOOSER (Use $VertexColor) Adds $VERTEXSHADER Added most CS:GO params except for C4* and C5* params Added `viewid` to render.GetViewSetup Fixed a server crash exploit to do with malicious packets
34 Days Ago
Fix strider stomp attack creating invisible ragdoll with Keep Ragdolls Added an ever increasing counter to poster file names Updated C_RPG.MDL to use correct muzzle flash event This fixes a warning that would print when the RPG is fired Allow closecaptions in multiplayer with the cvar set to 1 This means that it will just work in local MP (for the host), on srcds closecaption_mp controls the behavior (defaults to off)
35 Days Ago
Search for shaders in BSP if none were found in MOD Fixed logic_collision_pair not calling base UpdateOnRemove (and a few other entities as well) Added "shaders/*.vcs" to BSP whitelist Empty Entity.Constraints table on constraint removal Fixes for `tanktrain_ai` * Fixed sound playback and updated default sounds to existing files * Added "Chase Target" key value * Added missing input to the FGD * Fixed movement * !player target will update to the closest player before every move * Change update rate while moving to 0.1s (from 0.5)
36 Days Ago
VRAD: Only show "Warning! Invalid model version" with verbose flag Also expand the warning to show the versions Fixed crash when ents.CreateClientProp is given an empty string Do not complain if gmod_uncache_test doesn't exist (srcds) Change Hitbox 7 color from white to orange Fixed NPC icons in spawnmenu search not having default weapons set COLOR:SetUnpacked type checks its inputs Remove IMaterial:GetColor override hack as it is no longer needed Improve type errors thrown from Lua Makes it so that the error() call does not override current execution position, so error points to the faulting file, not the base game file at the top level. Remove RegisterMetaTable and vgui.GetAll polyfill hacks Hammer: Update Lighting Origin to mention info_target, not info_lighting
2 Months Ago
Fix gamemode settings being missing in main menu
2 Months Ago
Fix gamemode settings being missing in main menu
2 Months Ago
▇▉▅ ▉▋▌▆▋▌▅ ▄▄▋▍▇
2 Months Ago
Fix merge error
2 Months Ago
Reflect changes to engine.WriteSave Remove useless arguments in spawnmenu/contextmenu internals DAdjustableModelPanel "fix" for when main menu is open Player Model Selector button in spawn menu Update net.lua
2 Months Ago
Added missing hlfaceposer.exe icons Fixed a crash in HLFaceposer.exe when opening file lists Fixed HLFaceposer.exe crash due to missing phoneme extractors Add phoneextractor sources They build fine, don't work unfortunately due to Windows API Rename "playermodel_selector" to "open_playermodel_selector" So that one workshop mod doesn't freeze the game Ship the gfx folder in the correct depot, sigh
2 Months Ago
Ship the gfx folder in the correct depot, sigh
2 Months Ago
Rename "playermodel_selector" to "open_playermodel_selector" So that one workshop mod doesn't freeze the game
2 Months Ago
Added missing hlfaceposer.exe icons Fixed a crash in HLFaceposer.exe when opening file lists Fixed HLFaceposer.exe crash due to missing phoneme extractors Add phoneextractor sources They build fine, don't work unfortunately due to Windows API Actually ship HLFaceposer images
2 Months Ago
Remove cl_threaded_client_leaf_system It was disabled in 2016. Do not break Lua created hidden/unregistered convars
2 Months Ago
Remove cl_threaded_client_leaf_system It was disabled in 2016. Do not break Lua created hidden/unregistered convars
2 Months Ago
Fix branch specific compile error
2 Months Ago
Fix compile error I forgot to press CTRL+S when last minute renaming
2 Months Ago
Fix compile error I forgot to press CTRL+S when last minute renaming
2 Months Ago
hl2.exe => gmod.exe in factory reset bat Put MAX_EDICT_BITS local in net.lua back, as without it stuff might break due to version inconsistency
2 Months Ago
engine.CloseServer now returns true if quit command was issued Fixed crashes with func_tank Handle DAdjustableModelPanel when main menu is open Added a Player Model Selector button to spawnmenu The context menu widget stuff is too hidden Make Hammer use gmod.exe when generating GameConfig.txt Remove last 3 parameters of engine.WriteSave Hide mat_surfaceid and vgui_drawtree_panelptr Fixed player ragdoll forces always being applied to center Now applies forces to the physics object that was shot. Added timedemo and related convars/concmds to blocked list Add a hack to ensure engine.CloseServer works from start up Fixed a crash with ConVarExists Minor micro optimization in VRAD Added MAX_EDICT_BITS global enum Updated Run Map dialog in Hammer https://files.facepunch.com/rubat/2024/December11-872-GenerousSkimmer.png Added NPC:GetLastPosition Added NPC:SetMoveDelay/GetMoveDelay Added physenv.Set/GetPhysicsPaused Added NPC:TranslateNavGoal Added sound.SetActorGender( model, gender ) This allows for things like soundscripts to be gender neutral for less code, and enables citizen reskins to use correct voice lines. WARNING: the gender is stored by filename only internally, not by full model path! Remove commedit.dll from sdktools hl2.exe => gmod.exe in factory reset bat Put MAX_EDICT_BITS local in net.lua back, as without it stuff might break due to version inconsistency
2 Months Ago
Added physenv.Set/GetPhysicsPaused Added NPC:TranslateNavGoal Added sound.SetActorGender( model, gender ) This allows for things like soundscripts to be gender neutral for less code, and enables citizen reskins to use correct voice lines. WARNING: the gender is stored by filename only internally, not by full model path!
2 Months Ago
Delete unused resource/chromium/ folder Remove non existent commedit.dll from sdkenginetools.txt Minor micro optimization in VRAD Added MAX_EDICT_BITS global enum Updated Run Map dialog in Hammer https://files.facepunch.com/rubat/2024/December11-872-GenerousSkimmer.png Added NPC:GetLastPosition Added NPC:SetMoveDelay/GetMoveDelay
2 Months Ago
Fixed a crash with ConVarExists
2 Months Ago
Remove last 3 parameters of engine.WriteSave Hide mat_surfaceid and vgui_drawtree_panelptr Fixed player ragdoll forces always being applied to center Now applies forces to the physics object that was shot. Added timedemo and related convars/concmds to blocked list Add a hack to ensure engine.CloseServer works from start up
2 Months Ago
Make Hammer use gmod.exe when generating GameConfig.txt
2 Months Ago
engine.CloseServer now returns true if quit command was issued Fixed crashes with func_tank Handle DAdjustableModelPanel when main menu is open Added a Player Model Selector button to spawnmenu The context menu widget stuff is too hidden
2 Months Ago
hl2.exe => gmod.exe
2 Months Ago
Rename hl2.exe to gmod.exe when building the game hl2.exe no longer used.
2 Months Ago
Rename hl2.exe to gmod.exe when building the game hl2.exe no longer used.
2 Months Ago
Fixed .gma whitelist being different between game/gmad Make flex controller names case insensitive again Optimizations for weapon autorefresh in spawnmenu Fixed crashes to do with NPC:TaskFail Fix weapon spawnmenu autorefresh adding icons to nil parent Remove Ep1, Ep2 and Lost Coast mounting All of those are now part of the Half-Life 2 mounting option Stop shipping Commentary Editor for -tools Fix BRANCH being set to `prerelease` on NONE beta clients Delete cl_soundfile Unused, no reason to keep it. Fix r_lightcache_zbuffercache 1 crashing if set after map load Disallow sending voice packets unless fully connected Try to mitigate server reconnect spam Also reset owner SteamID in more places Update .gitignore & build related things Build Linux game with Steam Runtime More minor cleanups Fixed being disconnected from sv_lan servers due to recent changes Added sv_quota_stringcmd_kick Fixed crashes wiith CTriggerWind when loading a save Fixed Lua error with DTree node having 0 child elements Fix "Invalid string command" false positive
2 Months Ago
▉▇▍▉▉ ▇▅▊▌▋▊▋▊ ▉▉ █▄▉ ▊▄▊▅ ▅▆▄▆▆▆ ▊▋▊▍█▌▌ ▄ ▅▌█▊▄ ▅▄ ▊▊▌█▋▋█ ▉▊▇▉██▅▊█▇▅ ▌▍▅▄▋▆▌ ▋█▇▅▅▄▍█▄▉▊ ▅▋ ██▆▆, ▄▉▌█ █▌ █▇▄▉ ▅▆▍▉▌▉▊ "▍▆▅▇" █▇▉▍▇▊▄▇▊▊ !█▋▌▄▆█ █▇▉▌▋▅▉▌▆▄▍, ▋▊▄▉▅▅▌▉▅ ▇▉▄▆█, ▄▇▌▋█▅▉▉▅ ▆▊▊▆▊, ▇▋▋▊▆▋ ▆▊▉▄▇ !▊▄▉▄▄ ▍▆ ▇▇▊▋▊▄
2 Months Ago
Exclude gmod.exe from srcds win32 deploys Add some more known backdoor URL to blacklist Do not set commentary to 0 on map start Since we removed the commentary system entirely Fix "material __error is missing" error on map load Delete __screenshot_internal Fixed crashes to do with render groups Fixed crashes to do with render groups Disable a bunch of useless gamemenucommand commands PlayerAuthed fixes Fix PlayerAuthed being called twice Fixed PlayerAuthed always returning empty SteamID even when we have it available Disable -textmode harder Isolate RemoveAllWeapons changes to Player:StripWeapons Player:StripWeapons still drops weapons, KillSilent no longer does Fixed crashes with missing physics objects In bone followers and info_radial_link_controller FIxed crashes with particles getting insane particle count This was due to "emit noise" emitter
2 Months Ago
Implement `-StaticPropSampleScale` & `-StaticPropBounce` Temporarily re-add old SWEP localization tokens More work towards `-StaticPropBounce` Added `-softenCosine` for VRAD Fix static prop bounce not working due to uninitialized scale Fix branch specific compile errors
2 Months Ago
Port "Fix compile errors" from main
2 Months Ago
Remove some perforce VGUI panels from builds + clean ups More minor cleanups Delete pointless header files Fix some map load warnings when Portal 1, HLS are not mounted Fix compile errors Try to fix linux compile Fixed clientside only entities being considered map created Fixed being disconnected from sv_lan servers due to recent changes Entity:FollowBone doesn't check the boneID argument if given NULL Fixed Mega Gravity Gun not being able to pick up flesh Remove cheat flag from cl_wpn_sway_scale Added sv_quota_stringcmd_kick Update description of gmod_uncache_test Fixed crashes wiith CTriggerWind when loading a save Minor clean ups Micro optimization for SWEP think More minor clean ups Added new NPC functions Added `NPC:SetFOV`, `NPC:GetFOV` (in degrees), `NPC:IsInViewCone`( vector/entity ) Fixed Lua error with DTree node having 0 child elements Fixed base Lua SWEPs not using correct localization strings Also removed some useless strings from garrysmod_english.txt Fixed unicode addon name display for WorkshopDL Merged Pull Requests * Localization support for crosshair customization * Added Entity:AddSpawnFlags, Entity:RemoveSpawnFlags and Entity:SetSpawnFlags * Optimize DLabel autostretch behavior * Cache gamemode table for gamemode.Call and hook.Run Updated TTT Russian localization (Community Contribution) Improve DButton center alignment X-axis text inset handling Fix "Invalid string command" false positive Revert DLabel changes The changes cause issues with spawnmenu help text and other people's code. Optimize DListView_Line Remove DListViewLabel's Think function since it does nothing in DListView_Line anyway
2 Months Ago
Fix static prop bounce not working due to uninitialized scale
2 Months Ago
Revert PR#2089 Causes regressions with spawnmenu help text and other issues Optimize DListView_Line Adjust DButton's text inset when an icon is present 8 px is consistent 4px on each side of the icon
2 Months Ago
Added `-softenCosine` for VRAD Revert DLabel changes The changes cause issues with spawnmenu help text and other people's code. Optimize DListView_Line Remove DListViewLabel's Think function since it does nothing in DListView_Line anyway
2 Months Ago
Temporarily re-add old SWEP localization tokens More work towards `-StaticPropBounce`
2 Months Ago
Updated TTT Russian localization (Community Contribution) Improve DButton center alignment X-axis text inset handling Fix "Invalid string command" false positive Implement `-StaticPropSampleScale` & `-StaticPropBounce`
2 Months Ago
Fixed Lua error in DTree_Node Fixed Lua SWEPs not using the correct localization strings Also removed some useless localization tokens from garrysmod_english.txt
2 Months Ago
Fixed Lua error with DTree node having 0 child elements Fixed base Lua SWEPs not using correct localization strings Also removed some useless strings from garrysmod_english.txt Fixed unicode addon name display for WorkshopDL Merged Pull Requests * Localization support for crosshair customization * Added Entity:AddSpawnFlags, Entity:RemoveSpawnFlags and Entity:SetSpawnFlags * Optimize DLabel autostretch behavior * Cache gamemode table for gamemode.Call and hook.Run
2 Months Ago
Update description of gmod_uncache_test Fixed crashes wiith CTriggerWind when loading a save Minor clean ups Micro optimization for SWEP think More minor clean ups Added new NPC functions Added `NPC:SetFOV`, `NPC:GetFOV` (in degrees), `NPC:IsInViewCone`( vector/entity )
2 Months Ago
Fixed clientside only entities being considered map created Fixed being disconnected from sv_lan servers due to recent changes Entity:FollowBone doesn't check the boneID argument if given NULL Fixed Mega Gravity Gun not being able to pick up flesh Remove cheat flag from cl_wpn_sway_scale Added sv_quota_stringcmd_kick
2 Months Ago
Try to fix linux compile
2 Months Ago
Remove some perforce VGUI panels from builds + clean ups More minor cleanups Delete pointless header files Fix some map load warnings when Portal 1, HLS are mounted