userRubatcancel

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

2 Days Ago
Hammer: Merged some under the hood changed from CS:GO Also fixed ray-traced preview crashing Menu: Do not include notifications library Minor cleanups Fixed weapon_shotgun only producing 1 bullet pellet when fired by NPCs
3 Days Ago
Added Player:ExitLadder Remove unintended/possibly breaking changes
3 Days Ago
▇▇█▌▉▋▋▅▌ ▄▇▇▍▅ █▆▄▌▆▋█ ▉▊▄▇▊█
3 Days Ago
▋▌▍▋▇▇▉▊▆ ▆▋██▉ ▍▄▍▋▅▌▋ ▆▋▇▌█▅
3 Days Ago
Update RapidJSON to the latest version Improve JSON function compliance with the JSON spec util.TableToJSON - math.huge keys now become "Infinity" instead of "inf" util.JSONToTable - Handle NULLs in arrays, convert boolean looking keys ("true", "false") to booleans if this behavior is not disabled by the 3rd argument Minor optimization for util.TableToJSON make lua_run entity keyvalues case insensitive Call Entity:SetCreator on all Sandbox spawned entities Allow comments and trailing commas in JSON parsing Fixed Lua error when gmod_cameraprop and entity driving Added util.RemoveDecalsAt Added 4th argument to util.RemoveDecalAt - remove permanent decals Hammer: Fixed empty buttons appearing in Entity Properties When no entity has ever been selected in the session, and Alt+Enter are pressed Also some minor visual adjustments Improve handling of Spawnmenu category localizations Preserve alphabetical sorting Updated localization files Added 2nd argument to CompileFile - showError Minor code cleanups
3 Days Ago
Hammer: Fixed collision model being offset in 3D when dragging Hammer: Fixed keybinds for 1 & 2 not updating the setting correctly Do not set thread count to 1 if the CPU has over 32 of them Limited to 64 now, and is clamped instead of resetting. Pull Request: Fixed inconsistent margins on language list/start game Fixed "Toggle" input on triggers improperly toggling the entity It was not actually setting the enabled state, only making it non interactable. Now properly sets the enabled state, just like Enable/Disable inputs do Geiger counter only reacts to enabled trigger_hurts Fixed some compile warnings more warning fixes Fixed max player speed not being set in a certain case When holding your +wal slow walking key, and Player:setCanWalk being set to false Pull Request: Removing deprecated calls to AddControl Remove redundant arguments given to CPanel:NumSlider Fixed console warning when opening Options menu Warning about missing vgui/crosshair_bg
3 Days Ago
Fixed compile errors on Linux due to leftover debug code
3 Days Ago
Hammer & Other tools mount addons/ by default FIxed VBSP crashing with missing VVDs Models that are renamed after compile, which ends up pointing to the wrong .vvd Also just missing VVDs. Also fixed it using incorrect VVD path in the first place. VBSP: Increase usefulness of "Occluder straddles multiple areas" warning Added HammerID for entities in Hammer's selection status bar Fixed VRAD crashes due to missing VVD files Fixed map compile tool output formatting to do with threads Make the output more consistent when using built-in compile window or 3rd party tools, and makes it more readable. Fixed -console no longer bringing console to front on launch Added new Bloom preset Remove duplicate "missing material" output from VBSP Do not unexpectedly reduce MaxHealth on dead entities VRAD: Fixed a memory corruption issue with static prop lightmaps Fixed "radius" in "Position Along Ring" being clamped to above 0 Fixed Tool MdlPicker causing console warnings Set default MdlPicker output folder to game folder, not C:/ Hide "Generate Backpack Icons" button in MdlPicker Fixed "Clean Undo History" not working in PET Fixed panel/memory leak with particle picker previews Disable hack for Intel GPUs disabling SM3 Actually implement undo limit in tools (Particle Editor) Set Undo Limit for Particle Editor to 512 Play `act` animations on the server, and fill in concommand help Fill in some gmod specific convar descriptions FIxed a crash with VMTPicker (-tools) Fixed new console warning on start up to do with skill cvar
3 Days Ago
Fixed CEF not calling OnChildViewCreated for MMB clicks Fixed new console warning on start up to do with skill cvar
4 Days Ago
64bit PET: Mitigate random seed aligning on 4096 for child systems This caused certain particles systems to have exact same random positions between parent and child particles. Fixed Tool MdlPicker causing console warnings Set default MdlPicker output folder to game folder, not C:/ Hide "Generate Backpack Icons" button in MdlPicker Fixed "Clean Undo History" not working in PET Fixed panel/memory leak with particle picker previews Disable hack for Intel GPUs disabling SM3 Actually implement undo limit in tools (Particle Editor) Set Undo Limit for Particle Editor to 512 Play `act` animations on the server, and fill in concommand help Fill in some gmod specific convar descriptions FIxed a crash with VMTPicker (-tools)
5 Days Ago
Fixed "radius" in "Position Along Ring" being clamped to above 0
5 Days Ago
Fixed -console no longer bringing console to front on launch Added new Bloom preset Remove duplicate "missing material" output from VBSP Do not unexpectedly reduce MaxHealth on dead entities VRAD: Fixed a memory corruption issue with static prop lightmaps
6 Days Ago
Hammer & Other tools mount addons/ by default FIxed VBSP crashing with missing VVDs Models that are renamed after compile, which ends up pointing to the wrong .vvd Also just missing VVDs. Also fixed it using incorrect VVD path in the first place. VBSP: Increase usefulness of "Occluder straddles multiple areas" warning Added HammerID for entities in Hammer's selection status bar Fixed VRAD crashes due to missing VVD files Fixed map compile tool output formatting to do with threads Make the output more consistent when using built-in compile window or 3rd party tools, and makes it more readable.
6 Days Ago
▄▋▄▇▊▆▊▋ ▊▋▅▌ ▊▍ ▊▄▉▅▍▋
6 Days Ago
▉█▇▅▆ ▇▆▆▉ ▇▇▅▍█▍█▄ !█▍▇▆▍▇▊▉ ▄█▋▉ ▌▌ ▄▅▅▅▌▄
9 Days Ago
Restored "JellyFish" shader Let's try this again, but this time only this shader, and compiled with tools from this branch
9 Days Ago
Revert "Compiled shader files" This reverts commit 1066b62d90e749ab7731667263022cd35202a2cf. Revert "Restored "JellyFish" shader" This reverts commit 024f56cb3eb37f6aa416b1887008d35700630afd. Revert changes to screenspace_general Something is up here, Linux is having unexplainable issues on x86-64 only
9 Days Ago
Improve handling of Spawnmenu category localizations Preserve alphabetical sorting Updated localization files Added 2nd argument to CompileFile - showError
10 Days Ago
Fix a typo in code that fails compile
10 Days Ago
Fix a typo in code that fails compile
10 Days Ago
Block showconsole concommand Also block tv_record clientside only. Potential crash fix for Linux (render related)
10 Days Ago
Block showconsole concommand Also block tv_record clientside only. Potential crash fix for Linux (render related) Added util.RemoveDecalsAt Added 4th argument to util.RemoveDecalAt - remove permanent decals Hammer: Fixed empty buttons appearing in Entity Properties When no entity has ever been selected in the session, and Alt+Enter are pressed Also some minor visual adjustments
11 Days Ago
Update FGDs to include gmod specific additions rollermine spawnflag, beam_spotlight SetColor Prevent singleplayer tool ghost from saving in saves as a prop gmsave.SaveMap now respects Entity.DoNotDuplicate fully Update gmod.code-workspace Merged Pull Requests * Use render.PushRenderTarget instead of render.Get/SetRenderTarget * Main menu news panel now has rounded corners * Added ability to copy sandbox tool class names via right clicking Pull Request - Improve skypaint matproxy performance Do not crash with "bad inline model number", show a warning Pull Request: Replacing CPanel:AddControl calls from Sandbox Pull Request: Do not penalize full servers in the ranking Since we now have a way to queue to join the server if its full it makes even less sense to penalize them. Pull Request: Micro optimization for ents.FindByClassAndParent Increase MAX_MAP_BRUSHES from 16384 to 65535 Expand "Map %s is missing" disconnect in the other place too It wasn't displaying the info about cl_downloadfilter. Display HTTP error when FastDL fails and its not a 404 Fixed the game not downloading maps if bz2 version exists locally Unify how ITex/IMat:GetColor pushes color to Lua Merged Pull Requests * Do not display effect rings with Gravity Gun equipped * Update jQuery and reduce reliance on it in main menu, as well as lazy load images * Added math.IsNearlyZero and math.IsNearlyEqual Fixed some compile warnings Merged Pull Request: New Color methods * Added Lua implementations of HSVToColor & HSLToColor for higher performance and ensuring it has the color meta table * Added HWBToColor * Added COLOR:ToHWB() * Added COLOR:GetHue, SetHue, AddHue * Added COLOR:GetSaturation, SetSaturation, AddSaturation * Added COLOR:GetBrightness, SetBrightness, AddBrightness * Added COLOR;GetLightness, SetLightness, AddLightness * Added COLOR:GetWhiteness, SetWhiteness, AddWhiteness * Added COLOR:GetBlackness, SetBlackness, AddBlackness Remove math.IsNearlyZero as it is just too similar to math.IsNearlyEqual Fixed bone manipulated entity's render bbox exploding For some models (probably with procedural bones?), if bone manipulated, the renderbounds can explode drastically due to bones that are "unreadable", negatively affecting shadows as well. Read kb_act.lst from MOD Added Entity:Alive
11 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 Restored "JellyFish" shader Compiled shader files Added CTakeDamageInfo:Set/GetWeapon() FireBullets sets the inflictor to the weapon firing the bullets for HL2 weps Base weapons SetWeapon on CTakeDamageInfo Also set correct inflictor where necessary, such as NPCs shooting weapons More corrections for damageinfo weapon/inflictor HL1 weapon inflictors/weapons Enable sv_parallel_sendsnapshot by default. Display a warning when async file read operation tries to read OOB Prevent .ani files from loading if they would crash the game i.e. if the .ani file does not match the model it supposedly is for Remove debug code from C_BaseFlex::SetupWeights CTriggerWateryDeath applies correct inflictor/attacker Damage scaling based on skill convar only happens from NPC damage in GMod Merge Pull Request More spawnmenu localizations Remove redundant category for npc_tf2_ghost Merge Pull Reqeust Use an already existing local variable in toolgun HUD, instead of re-retrieving mode Added "starlayers" to env_skypaint in the FGD Also mention the skybox texture name requirement in the description.
11 Days Ago
Call Entity:SetCreator on all Sandbox spawned entities Allow comments and trailing commas in JSON parsing Fixed Lua error when gmod_cameraprop and entity driving
11 Days Ago
Further expand on Entity:SetCreator calls in Sandbox
12 Days Ago
Update RapidJSON to the latest version Improve JSON function compliance with the JSON spec util.TableToJSON - math.huge keys now become "Infinity" instead of "inf" util.JSONToTable - Handle NULLs in arrays, convert boolean looking keys ("true", "false") to booleans if this behavior is not disabled by the 3rd argument Minor optimization for util.TableToJSON make lua_run entity keyvalues case insensitive
13 Days Ago
Remove math.IsNearlyZero Remove useless panels from Game tab in Options Remove redundant argument from CPanel:NumSlider calls
13 Days Ago
Fixed some compile warnings more warning fixes Fixed max player speed not being set in a certain case When holding your +wal slow walking key, and Player:setCanWalk being set to false Pull Request: Removing deprecated calls to AddControl Remove redundant arguments given to CPanel:NumSlider Fixed console warning when opening Options menu Warning about missing vgui/crosshair_bg
16 Days Ago
Probably fix infinite loop in game.cleanupmap Undo changes to bone_manipulate entity Appears to be server/client sync dependent Restore changes to game.cleanupmap, as it should be safe now
16 Days Ago
Probably fix infinite loop in game.cleanupmap Undo changes to bone_manipulate entity Appears to be server/client sync dependent Fixed bone manipulated entity's render bbox exploding For some models (probably with procedural bones?), if bone manipulated, the renderbounds can explode drastically due to bones that are "unreadable", negatively affecting shadows as well. Read kb_act.lst from MOD Added Entity:Alive Hammer: Fixed collision model being offset in 3D when dragging Hammer: Fixed keybinds for 1 & 2 not updating the setting correctly Do not set thread count to 1 if the CPU has over 32 of them Limited to 64 now, and is clamped instead of resetting. Pull Request: Fixed inconsistent margins on language list/start game Fixed "Toggle" input on triggers improperly toggling the entity It was not actually setting the enabled state, only making it non interactable. Now properly sets the enabled state, just like Enable/Disable inputs do Geiger counter only reacts to enabled trigger_hurts
17 Days Ago
Try disabling changes to game.cleanupmap
17 Days Ago
Fixed some compile warnings Merged Pull Request: New Color methods * Added Lua implementations of HSVToColor & HSLToColor for higher performance and ensuring it has the color meta table * Added HWBToColor * Added COLOR:ToHWB() * Added COLOR:GetHue, SetHue, AddHue * Added COLOR:GetSaturation, SetSaturation, AddSaturation * Added COLOR:GetBrightness, SetBrightness, AddBrightness * Added COLOR;GetLightness, SetLightness, AddLightness * Added COLOR:GetWhiteness, SetWhiteness, AddWhiteness * Added COLOR:GetBlackness, SetBlackness, AddBlackness Remove math.IsNearlyZero as it is just too similar to math.IsNearlyEqual
17 Days Ago
Fix compile error on linux
17 Days Ago
Update GHA script Update x86-64 script too
17 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 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) 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) Added `viewid` to render.GetViewSetup Fixed a server crash exploit to do with malicious packets 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 Fixed bone manipulations being changed on level transition Fixed camera entity losing its keybinds on level transition Fix merge errors
18 Days Ago
Expand "Map %s is missing" disconnect in the other place too It wasn't displaying the info about cl_downloadfilter. Display HTTP error when FastDL fails and its not a 404 Fixed the game not downloading maps if bz2 version exists locally Unify how ITex/IMat:GetColor pushes color to Lua Merged Pull Requests * Do not display effect rings with Gravity Gun equipped * Update jQuery and reduce reliance on it in main menu, as well as lazy load images * Added math.IsNearlyZero and math.IsNearlyEqual
19 Days Ago
Do not crash with "bad inline model number", show a warning Pull Request: Replacing CPanel:AddControl calls from Sandbox Pull Request: Do not penalize full servers in the ranking Since we now have a way to queue to join the server if its full it makes even less sense to penalize them. Pull Request: Micro optimization for ents.FindByClassAndParent Increase MAX_MAP_BRUSHES from 16384 to 665535
19 Days Ago
Minor cleanups
19 Days Ago
Updated FGD files Remove redundant category from npc_tf2_ghost Minor cleanups Fixed Entity.DoNotDuplicate not affecting saves properly Do not save singleplayer tool ghost in saves Restore CameraProp's keybinds on level transition This really needs to be done for all tool entities
23 Days Ago
Update x86-64 script too Update FGDs to include gmod specific additions rollermine spawnflag, beam_spotlight SetColor Prevent singleplayer tool ghost from saving in saves as a prop gmsave.SaveMap now respects Entity.DoNotDuplicate fully Update gmod.code-workspace Merged Pull Requests * Use render.PushRenderTarget instead of render.Get/SetRenderTarget * Main menu news panel now has rounded corners * Added ability to copy sandbox tool class names via right clicking Pull Request - Improve skypaint matproxy performance
23 Days Ago
Update GHA script
24 Days Ago
Added "starlayers" to env_skypaint in the FGD Also mention the skybox texture name requirement in the description.
24 Days Ago
Enable sv_parallel_sendsnapshot by default. Display a warning when async file read operation tries to read OOB Prevent .ani files from loading if they would crash the game i.e. if the .ani file does not match the model it supposedly is for Remove debug code from C_BaseFlex::SetupWeights CTriggerWateryDeath applies correct inflictor/attacker Damage scaling based on skill convar only happens from NPC damage in GMod Merge Pull Request More spawnmenu localizations Remove redundant category for npc_tf2_ghost Merge Pull Reqeust Use an already existing local variable in toolgun HUD, instead of re-retrieving mode
25 Days Ago
Added CTakeDamageInfo:Set/GetWeapon() FireBullets sets the inflictor to the weapon firing the bullets for HL2 weps Base weapons SetWeapon on CTakeDamageInfo Also set correct inflictor where necessary, such as NPCs shooting weapons More corrections for damageinfo weapon/inflictor HL1 weapon inflictors/weapons
26 Days Ago
Restored "JellyFish" shader
27 Days Ago
Fixed bone manipulations being changed on level transition Fixed camera entity losing its keybinds on level transition
30 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
30 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
31 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