userRubatcancel
repoGarrys Modcancel

3,556 Commits over 3,256 Days - 0.05cph!

4 Years Ago
Fixed crashing when unsubbing from addons while in game
4 Years Ago
NextBot NPCs are actually considered NextBots on client
4 Years Ago
merge from main
4 Years Ago
Added missing decals/playerlogo files (for all 128 player slots)
4 Years Ago
More strict type checking for Entity.SetMaterial
4 Years Ago
You can now CTRL+A in console (or any other RichText) to select all text Pressing CTRL while a RichText element is focused will no longer reset selection, and neither will copying the text
4 Years Ago
Lua created materials are actually properly being released now, with safeguards against recreating materials with same name and proper refcounts
4 Years Ago
Fixed Entity.Set(Sub)Material leaking material reference count on entity removal
4 Years Ago
Added "Disconnect" button to the openurl/connect confirmation dialogs openurl/connect confirmation dialog is more resistive to spam, the "Yes" button is initially disabled for 2 seconds
4 Years Ago
Servers that failed to respond to the info request/ping are now shown in the server browser under "Unreachable Servers" section
4 Years Ago
Added "Disable Sprays" checkbox to the Options menu
4 Years Ago
Fixed not being able to see updated spray image of a player that rejoins the server after changing their spray image until the game is restarted (Also fixes their old spray image becoming error texture)
4 Years Ago
Do not save ERROR spawnicons to disk when rendering manually, unless of course we are rendering models/error.mdl itself
4 Years Ago
█▋▉ ▊▍▄ ▋▉▊▇▆▅▉
4 Years Ago
█▉▋▋▅▉ ▍▉▅ ▌▆▄▋▄▊ ▉▋▆▌█▌▉█ ▉▄▊ █▇█.▄▊▍▉▌█▇▆▆ ▋█ ▅▅▅▇▅▄▍ █▉▉▇▇▋▅ █▌▅ ▆▋█▅▊▅▄▆▇ ▉▍▉▆▇█▉▇ ▇▊▇.▅█▍▋▄▋▌▋▆'▅ ▇█▊▆▍▉ ▆▇█▄▅▅▋▉ ▍▌ ▆▆▌ ▌█▌▋▉▍▌▋, ▋▅▍▆ ▆▍▅▅▉▍▄▇▍▆▍ ▌▊▅▍ ▊█▋▅█ ▊▌▇▋▉▊▄▆▅ ▌▉▆▉▌▌
4 Years Ago
Fixed a memory "leak" when building cubemaps
4 Years Ago
Prevent crashing when the BoneToWorld matrix is null Added position to buildcubemaps console messages Added additional info to "MaterialSystem: Out of memory in render data!" warning
4 Years Ago
Better error string for k_EResultBanned to not scare players. Used to say "VAC Banned", which is inaccurate.
4 Years Ago
Fixed "vertexlitgeneric" not doing anything as a parameter of Material(), now sets the expected shader, prevents $vertexalpha 1
4 Years Ago
Added basic support for bone followers on "anim" type SENTs - Entity.CreateBoneFollowers, Entity.UpdateBoneFollowers, Entity.DestroyBoneFollowers (All serverside only) "anim" type sents will render their physics object with vcollide_wireframe if there exists one clientside (yellow for clientside physobj, green for model index vcollide)
4 Years Ago
renderfx is copied to clientside ragdolls like it is for serverside ragdolls
4 Years Ago
Fixed console spam from the Paint tool
4 Years Ago
IsFirstTimePredicted now returns true out of prediction
4 Years Ago
forgot to add the new images
4 Years Ago
Show the map & the server you are joining on the loading screen
4 Years Ago
Sprays now kinda work in singleplayer
4 Years Ago
Cleaned up duplicate collisiongroup rules
4 Years Ago
merge from main
4 Years Ago
Lua created materials ( CreateMaterial ) are now cleaned up on map shutdown
4 Years Ago
Prevent potential crashes in CShaderAPIDx8::CopyRenderTargetToTextureEx DMenu.Open now checks for existence of Panel.IsModal to prevent errors on servers running beta branches while clients do not Fixed a minor copy paste error with the addons menu
4 Years Ago
ENT.Initialize for clientside only entities now acts similarly to networked entities
4 Years Ago
Fixed addons not being able to update after they have been already loaded by the game (during loading to a server)
4 Years Ago
Cherrypick voice delay fix
4 Years Ago
steamworks.GetList will always return a table, even on failure. (Fixes infinite loading when loading published items but there are none) -noworkshop message in mainmenu only appears on Subscribed categories Added Followed and Favorites categories to dupes/saves/demos pages
4 Years Ago
Fixed voice chat delay on low tick servers
4 Years Ago
Player.ConCommand blocked message is now an ErrorNoHalt "connect" console command is now completely blocked on server realm Trying to run "connect" console command from Lua on client will now prompt the player if they wish to connect to the given server
4 Years Ago
Added support for "boolean" type in .fgd
4 Years Ago
Moved "Edit Instance" button to not cover the input/output icons in Hammer (All 3 also behave better when resizing the window) Added the func_instance_io_proxy entity (No hammer support yet, just the entity for existing maps)
4 Years Ago
Make sure contenticon.lua is identical on main compared to github
4 Years Ago
Remove the old Portuguese translation file (it was renamed)
4 Years Ago
Added the missing TTT translation file (Português (Brasil))
4 Years Ago
Updated TTT: Changed a bunch of default values for convars (Community)
4 Years Ago
merge from main
4 Years Ago
Fixed yet another issue with Entity.Fire Fixed a bug with ENT:TriggerOutput when deleting single fire outputs
4 Years Ago
▅▇▅▆▉█▇ ▊▉█▄ ▋█▍-█▉-▆▋▄▄▇▉▆▋▉ █▍▄▊▇▄▅ ▍▅▌▊▍
4 Years Ago
Implemented material conditional tests for GPU level from L4D+ games, assuming GPU level 3, reduces console spam and should fix certain materials looking wrong Added !player_blue and !player_orange procedural entity names (equal to !player) Made the 2 Portal 2 DLCs also mount with Portal 2
4 Years Ago
You can no longer shoot when clicking on empty space around a modal panel
4 Years Ago
Fixed calling gui.OpenURL from a modal panel preventing player from interacting with the gui.OpenURL confirmation dialog
4 Years Ago
Added Panel.IsModal Added Panel.IsPopup DMenu now better handles opening for modal panels (when it is parented to such panel manually)
4 Years Ago
Vector.Mul can multiply vector by vector now