userRubatcancel

6,142 Commits over 3,806 Days - 0.07cph!

5 Years Ago
Community Contributions: * Typo fix for gm_save console message * Fixed cvars.AddChangeCallback's identifier not working as intended * TTT: Fixed an incorrect comment
5 Years Ago
Mass resize/re-render in spawnmenu Delete physics of Toolgun ghosts Disable "drive" option for jeeps Replacement HTML for gui.OpenURL w/out Steam Overlay Fixed Overlay and Motion Blur not working with "poster" well Fixed 1px gap with certain settings of Toy Town effect
5 Years Ago
Fixed a memory leak when decompressing BSP PAK (Lump 40) files
5 Years Ago
merge
5 Years Ago
move "Cannot read %i fragment bytes" to developer 1
5 Years Ago
Added Player.PickupWeapon( wep, onlyAmmo ) = bool success
5 Years Ago
Fixed prop_physics_respawnable being removed when being "killed" or broken, breaking the "respawnable" part of the entity
5 Years Ago
Fixed Motion Blur and Overlay Post Processing effects not working well with poster command Added optional argument to render.DrawScreenQuad() which defaults to false - Apply poster corrections, used for the fix above Fixed Toy Town post processing effect having 1px tall gap at the bottom of the screen with certain settings
5 Years Ago
▅▍▋ ▆█ ▋▊▋ ▋▉▊▍▄▊ ▉▆▆▆▋▊ ▍▌ ▊▇▇▄▊
5 Years Ago
Reworked client console deduplication to hopefully be more reliable and less over-engineered
5 Years Ago
▄▉▊▊▉ ▍▍▄ ▊▉▌▍▌▊█▊▉ ▄▋▇
5 Years Ago
▉▆▍█▄ ▄█▉▉▆▅▅▅▅ ▋▄▅
5 Years Ago
▍ ▍▆▆▊▆▄ ▄█▌ █▇█ ▊▄█ ▋▋▊▊▍█▍▅▄
5 Years Ago
▌▆▄▍▍ ▍▇▄ ▊▊▍▊▇█▌▊▆ ▄▉▆▅▍▍▄█▍▍
5 Years Ago
Fixed servers trying to send a random Lua file to clients if there is no files needed to be sent
5 Years Ago
▊▋▍ ▄▊▄ ▆▍ ▋▍▋ ▍▌▇▋▋▊ ▇▄▉▊▆ ██▍▌▌▄
5 Years Ago
▉▅▉▉▋▆▇▍▉▆▆ ▇█▇▇█▌▅ ▍▌█ ▋▅▋_▋▊▅▋▉▄▄▊▊█▆▊▄▅▉▅▄▇▉▉▊▆▋▆ ▅▊▊ ▆▅▄▋▌▄▋
5 Years Ago
Added sk_npc/plr_dmg_crowbar/stunstick convars
5 Years Ago
Added NPC.RememberUnreachable( ent, time=3 ) to give NPC.IsUnreachable a reason to exist
5 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
5 Years Ago
▇▇▌▄▇ "▄▅▌▌▇█▆▇ ▆▉▋▅▊'█ ▍▆ █▄▍█▌▊▇▉" ▉▅█▍▅█▇▇▇▇::█▊▇▊█▆▋▇▇▌█▇▍▍▄ ▍▌▇▌▊█▇ ▌▆▇▆ ▄▆▆ ▋▅▇ ▌▆▄ ▆▍▌▉ ▋▋
5 Years Ago
Delete physics object of Toolgun ghost as it doesn't need physics at all
5 Years Ago
"Drive" property no longer appears for Jeeps as it simply cannot move them.
5 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
5 Years Ago
Fixed OBS_MODE_FIXED/CHASE/IN_EYE causing bad spectator behavior due to the player's movetype being set to NONE
5 Years Ago
Mass icon resize and rerender
5 Years Ago
Fixed ents.CreateClientside entities not receiving projected textures
5 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
5 Years Ago
Servers with ping under 60 now have identical ranking impact from ping
5 Years Ago
Added GM:PreDrawViewModels which is called instead of PreDrawViewModel at the times it has no arguments
5 Years Ago
Added GM:PlayerAmmoChanged hook
5 Years Ago
Client console deduplication, can be toggled with con_filter_dupe
5 Years Ago
Angle/Vector . __newindex typechecks its 3rd argument
5 Years Ago
Vector.__div type checks its second argument
5 Years Ago
GMod TOS and Privacy Policy open in Steam overlay instead Fallback to Derma's HTML if Steam overlay is disabled
5 Years Ago
▇▄ █▆▌ ▄▆▅▍ ▊▇▉ ▅▆▋█ █▇█▍▆▉ ▍▌▍▇▍▆▍▍ ▆▉ ▇▄▇ ▅▉▋▇▇▋ ▍▊▆▅▋▇█
5 Years Ago
Fixed effects.BeamRingPoint having its blue and green color channels swapped
5 Years Ago
▌▅▍▋▅
5 Years Ago
▇▌▆▉▋▋ ▇▉ ▇▅▉ ▋▋ ▇█▇█▉▊▆▄▊▇
5 Years Ago
Infinite backgrounds
5 Years Ago
Fixed backgrounds not being "smooth" with the recent changes
5 Years Ago
Server browser improvements & fixes Fixed gamemode search only searching the "folder name" of the gamemode Moved certain code to the file it belongs in Anonymous servers get ranking penalty and their players do not count towards gamemode's ranking Right clicking or mwheel clicking a server copies its IP & SteamID
5 Years Ago
Read only stuff for Props tab Increased "Save Changes" button width for localization Fixed gmod_hands sometimes floating near map origin Not a perfect fix but at least they don't float no more ENT:StoreOutput works for 2015+ Source maps (Hopefully) More self explanatory persistence text Apparently a lot of people doesn't know how this works or that it exists CollapsibleCategory header has a symbol when collapsed so people know its collapsed and not just empty Duplicator lib is less prone to fail when getting errors Encountering errors while pasting constraints should no longer stop mid pasting and create "un-undo-able" duplications Fixed a crash exploint using NoCollide tool Merged from x64 branch, apparently the fix was there for a while Increased Notifications font for localized text It was actually unreadable in Russian before Fixed certain Utilities panels breaking with spawnmenu_reload 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)
5 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)
5 Years Ago
merge from prerelease
5 Years Ago
merge from prerelease
5 Years Ago
shadow rendering doesn't crash when it encounters a null renderable
5 Years Ago
Added filename to "steamworks.DownloadUGC: Failed to read addon file" console message
5 Years Ago
Cherry pick fixes - Serverlist changes, Translated Steam error code 6, base64 decode fixes, duplicator/constraint fixes
5 Years Ago
Cherry pick fixes - Serverlist changes, Translated Steam error code 6, base64 decode fixes, duplicator/constraint fixes