userRubatcancel
repoGarrys Modcancel

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

4 Years Ago
Fixed returning true in GM:EntityEmitSound hook when the Entity is a clientside only entity causing the ent index to be read incorrectly, which in turn caused infinite scrape sounds for gibs
4 Years Ago
▇▇▌▄▇ "▄▅▌▌▇█▆▇ ▆▉▋▅▊'█ ▍▆ █▄▍█▌▊▇▉" ▉▅█▍▅█▇▇▇▇::█▊▇▊█▆▋▇▇▌█▇▍▍▄ ▍▌▇▌▊█▇ ▌▆▇▆ ▄▆▆ ▋▅▇ ▌▆▄ ▆▍▌▉ ▋▋
4 Years Ago
Delete physics object of Toolgun ghost as it doesn't need physics at all
4 Years Ago
"Drive" property no longer appears for Jeeps as it simply cannot move them.
4 Years Ago
trigger_weapon_dissolve no longer crashes the game if one of the weapons it is meant to delete got removed prematurely by something else
4 Years Ago
Fixed OBS_MODE_FIXED/CHASE/IN_EYE causing bad spectator behavior due to the player's movetype being set to NONE
4 Years Ago
Mass icon resize and rerender
4 Years Ago
Fixed ents.CreateClientside entities not receiving projected textures
4 Years Ago
DSP_ClearState now also clears dsp_room and room_type convars, hopefully fixing DSP presets (reverb and stuff) not resetting between map changes
4 Years Ago
Servers with ping under 60 now have identical ranking impact from ping
4 Years Ago
Added GM:PreDrawViewModels which is called instead of PreDrawViewModel at the times it has no arguments
4 Years Ago
Added GM:PlayerAmmoChanged hook
4 Years Ago
Client console deduplication, can be toggled with con_filter_dupe
4 Years Ago
Angle/Vector . __newindex typechecks its 3rd argument
4 Years Ago
Vector.__div type checks its second argument
4 Years Ago
GMod TOS and Privacy Policy open in Steam overlay instead Fallback to Derma's HTML if Steam overlay is disabled
4 Years Ago
▇▄ █▆▌ ▄▆▅▍ ▊▇▉ ▅▆▋█ █▇█▍▆▉ ▍▌▍▇▍▆▍▍ ▆▉ ▇▄▇ ▅▉▋▇▇▋ ▍▊▆▅▋▇█
4 Years Ago
Fixed effects.BeamRingPoint having its blue and green color channels swapped
4 Years Ago
▌▅▍▋▅
4 Years Ago
▇▌▆▉▋▋ ▇▉ ▇▅▉ ▋▋ ▇█▇█▉▊▆▄▊▇
4 Years Ago
Fixed backgrounds not being "smooth" with the recent changes
4 Years Ago
Fixed Undo & Cleanup panels in Utilities becoming blank after spawnmenu_reload controlpanel.Get will no longer return panels that are about to be deleted (in the next frame)
4 Years Ago
merge from prerelease
4 Years Ago
shadow rendering doesn't crash when it encounters a null renderable
4 Years Ago
Added filename to "steamworks.DownloadUGC: Failed to read addon file" console message
4 Years Ago
Cherry pick fixes - Serverlist changes, Translated Steam error code 6, base64 decode fixes, duplicator/constraint fixes
4 Years Ago
Remove cheat flag from viewmodel_fov convar
4 Years Ago
Added utf8.sub and utf8.GetChar (Community Contribution)
4 Years Ago
Fixed extreme lag when entering PVS with props that have material override pointing to a non existent material
4 Years Ago
util.Base64Decode also removes newlines from input
4 Years Ago
Do not force quit the server if it overflowed decalprecache stringtable
4 Years Ago
Fixed some procedural textures allocating a material slot every time they are reloaded, for example spawnmenu icons and spawnmenu_reload/map reload and Material() calls with backslashes
4 Years Ago
Hide mat_texture_limit convar Added current material count to mat_texture_list when expanded
4 Years Ago
Right/Middle mouse clicking a server will copy its IP / SteamID
4 Years Ago
booltil's base64 also catches stlencoders::invalid_length
4 Years Ago
Fixed multiplayer gamemode list search only searching the internal "foldername" of the gamemode, not the actual text players see Tried to improve the gamemode list ordering to jump around less
4 Years Ago
Added steam error code 6 friendly error string
4 Years Ago
cherryppick the constraint & dupe changes
4 Years Ago
Serverlist changes - anon server penalty (dev only for now)
4 Years Ago
▆▄▅ ▉▍▄ █▄▋▌&▅▇▋▌▄█▅
4 Years Ago
Fixed constraint library producing errors with duplicator Constraint errors during duplicator pasting process no longer make the partial duplication "un-undo-able"
4 Years Ago
ENT:StoreOutput() works for newer Source Engine map IO format
4 Years Ago
merge crash fix & poster command changes
4 Years Ago
Change "persistence mode" to "persistence file" and add a bit more info about persistence itself
4 Years Ago
▊▍▄▋▉ ▋█▌▇▄▊▌▍█▌ ▄▇▄ ▅▄▉█▋▅▅ ▇▄▄▋ ▍▉ ▅▊▉▌▆▍ ▆▄ ▌▍▄ ▅█▅▆▌▆▌▇ ▊▌▅█▉▅▆ ▌▊▆▊ █▅ █▉▉▅█▊▉ ▄▄▍▆
4 Years Ago
Poster command now tells you where it saved the picture to in the console Better documentation of the poster command when entering invalid argument count and in "help poster"
4 Years Ago
Cherry pick fixes
4 Years Ago
point_teleport - Added the episodic "tp into crouch" spawnflag, Added TeleportEntity & TeleportToCurrentPos inputs from GO branch All of the above is added to the Hammer Editor as well
4 Years Ago
cherry pick fixes
4 Years Ago
Debug stuff for GetColorForSurface