userRubatcancel
branchgarrysmod.main/maincancel

683 Commits over 823 Days - 0.03cph!

1 Year Ago
Fix custom HTTP methods not working
1 Year Ago
▆▅▅▉█ ▇▇▅▇▇▆▄ ▊▆▅█▍▆▉▆ ▌▆▊▆▍ ▉▋▌▅ ▊▉ ▍▄▊▋▇ ▄▄▋ ▉▇▉▌ ▆▅█▆▆▇▄▍▉ !▅▍▋▄█▌▉ ▍▊▉▍▊▌▇ ▍▍█▌▇▌▉▄▌ ▆▇█▅ █▆██▅ ▋▍▌▅ ▍▊ ▍▆█▌▍▌ ▊▅▇▌ █▇▋▉▊ ▄▄▄▄ █▋▍▋▅ ▊▅▄▌ ▍▍█ ▌▄▌▌▅█▊▄ ▄▊▅▄▆▍▍▋▍ █ ▊▍▋▅ █▍▍▉ ▇▆▌▋▋▆ █▇▊▆▍▊▉ ! ▉█▄▍▌ ▉▍█▅▊▇_▅█▆▄▋▊▊▌▌▊ ▅▇▆▆▍ ▍▊▌▆ ▋▋ ▆▌▄█▋ ▆▊█▄▄ ▅▉█▊▆▍█ ▊▄ ▊▅▋▍ █▄▌▊▌▉▇▊▌
1 Year Ago
Panel.GetNumLines works with TextEntry Fixed crashes with filesystem printing warnings
1 Year Ago
Fixed HL:S skill configs setting HL2 convars Certain conflicting convars from HLS were given `hl1` prefix Fixed a self induced crash with KillFocus and OnLoseFocus Fixed a crash with text rendering garrysmod-issues/issues/5554
1 Year Ago
Fix malformed HTML in menu files Servers with more players contribute more to gamemode names
1 Year Ago
Reworked base gamemode kill feed * Now uses only 1 net message rather than 5 * Friendly NPCs have a different color * NPCs killing another of their own class name is no longer considered suicide * Custom Vehicle and NPC names are now displayed properly in the kill feed, for example npc_citizen reskins * Deduplicate NPC name translations
1 Year Ago
▋█▇▆▊ ▍▋▄█▆ ▅▅▇
1 Year Ago
Player:IsListenServerHost is now shared Stricter access control for lua_find* conncommands
1 Year Ago
▄▇█ ▋▉▋▊▉▉▊ ▄▊▉▇▄██▅▆▇▄▌
1 Year Ago
█▌▍ ▋▆█▇▄▍▌
1 Year Ago
▇▋▅▌█ ▍▉▄█▇
1 Year Ago
Allow CNavArea:SetParent( nil )
1 Year Ago
render.RenderView now accepts "viewid" option Defaults to 0 (VIEW_MAIN), valid values range from 0 to 8
1 Year Ago
Fix CreateParticleSystemNoEntity crashing when particle are removed Change "Bad map" disconnect message to something more useful
1 Year Ago
Add missing TF2 map icons
1 Year Ago
Duplicator saves and restores sub materials by default Merged Pull Requests Added math.CubicBezier Added math.QuadraticBezier Minor code adjustments to toolgun, no functional change
1 Year Ago
Merge pull requests * Added SANDBOX:ContextMenuShowTool hook * Added Global.ScreenScaleH( height ) * Added table, num = table.Pack( ... ) * Added table = table.Flip( table )
1 Year Ago
Also supply non lowercase headers for those few that worked before
1 Year Ago
Remove limits when reading SteamHTTP response headers
1 Year Ago
█▅▍ ▄▇▄▍▌▇▅▆ (▍▍▊▄▌▊)
1 Year Ago
▇▉▉ ▉█▆▄▌▅▇ ▋█▉▊ ▊▊ ▌▇▉▄▊ ! ▌▋▆▄▆▇ ▊▇▋▊▆▋▉▄▉▅ ▊█ ▌▅▉▉ ▊▌▅▅▉▄▆ ! █▄▅▄▊ ▉ ▌▆▉▆▍ ██ ▇▋▉▋▄▉ ▅█▆▌▋▌▄▆ ! ▄█▌▄ ▋▉▄▇▉▄ ▋▌▉▊▍▄▆ ▌▋▄▆▍ ! ▆█ ▅▄▍ ▌▆▆▇▅ ▊▆▋▌▊▅▅ ▌█ ▄▅█▍▅ ▍█▉▅▊▍ .▅▍▍▅▅▇▍▊▊
1 Year Ago
█▇▆▆██ ▌▍▉▇▉▆▅ ▄▆▅ █▌█▉▍
1 Year Ago
Update TTT Entity.IsMarkedForDeletion checks Entity.Remove queue
1 Year Ago
Apply a hack to render.RenderView to render using VIEW_MONITOR Instead of VIEW_MAIN
1 Year Ago
Add "Color Lit Per Particle" particle initializer, update "Color Random" new fields for "Color Random" - tint blend mode, light amplification amount, output field game.IsDedicated is now shared steamworks.GetList days parameter is functional again For "trending" and "popular" types. The days parameter is clamped to 0-365, default to 7 if given 0 for "trending".
1 Year Ago
Make Entity.InitializeAsClientEntity do nothing and error no halt when used I don't think anyone uses it anyway, as it is very crash prone. Fixed crashes due to EnableCustomCollisions/PhysicsInitSphere Clamp physics forces phys_torque applies
1 Year Ago
Change language.Add error checking to be non halting too many addons use it incorrectly
1 Year Ago
Delete some unused panel types from the build process Also restored nav_generate progress dialog Match behavior of SteamID functions for bots clientside to server Error no halt when player.CreateNextBot would crash This happens when trying to run the function too early. Make Player:SteamID64 and Player:AccountID never return no value AccountID returns -1 on failure, SteamID64 returns "0". The only know cases for this is multirun now Merge Pull Requests * Dark mode for loading screen depending on system theme for x64 * Added DHScrollBar * Added more NPCs categorized as hostile and friendly towards players * Replaced 2usages of 'Player.UniqueID' with 'Player.SteamID64' Add DHScrollBar to vgui_base.lua Also changed "Couldn't include file '%s' - File not found " to mention that it might be empty
1 Year Ago
Move changes to Panel.PaintManual to an optional argument The optional argument overrides panel's clipping, allowing it to be rendered fully when its size is above screen bounds Move OnRequestFullUpdate warning to developer 1 restore functionality of dtwarning convar, defaults to 1 now
1 Year Ago
Merge pull requests * Added Versus Saxton Hale map category * Fixed Malformed CSS Comments * Replaced timer.Destroy (deprecated) with timer.Remove * Added duplicator.Disallow * Added DPanPanel * Added math.CHSpline
1 Year Ago
Added "Clear" button to the console Minor warning fix
1 Year Ago
▅▄▋▍▅ ▊▄▋█▅▉▅▋▋ ▇▆▋▍▊ ▇▌▌ ▍ ▅▆▍▉▌ █▆▌▆ ▌▋▅▇▄▍▆ ▆▄▆▇▇▅▄▅ !▇▋▉█▍ ▇█▉▇ ▄▊▋▅▄▅▆ ▆▇▇▆▄▉▍▆▋▋▇▆
1 Year Ago
▉▆▊▇▋ ▍ ▊▆▄▄▇ ▋▊ ▅▆▇█▄▉▅█ ! ▄█▄▍▍▍▄ ▊▌▊█▊▊▅.▆ ▉▍▊ ▉▋█▊▄ !▉█▅ ▆█▅ ▅▉ ▅▌▍█▋▉▇▋ ▄▊▉▆▇▍▅▄ ▄▄▌█ ▇▍█▄██▉ ▉▌▋▉▉'▋ ▅▆▌▋▊ ▉▍ ▉▍▉▄▌ ▇▊▊▇▄▆█▇ ▊▅ ▆█▌ ▄▆▄▌▌▇▅▄, ▉▆ ▋▇▇▇▉ ▌▍██▇▆▄▋ ▌▆▋█ ▅++▅▄, ▍▄▇ ▌▊▆▌ ▊▄▆▍▋▌ ▇▌▍▋ ▌▍█▋▋▋▄ ▊▍▉▆▊▄ ! ▌▍▌ █▇▋ ▍█ ▋ ▆▍▆ █▅▇█ ▆▇▍▆▄▉▅▊ ▇▅▆▇▅▊ .▊▊▄▍█▍▍▇▄ ▅▄▇▅▊▉ █▆▊▊▆ ▊▅▆ █▄▇▌▆▅ ▅▉▊▇ ▄▉▆▆█▋█▉ ▍▇▌▅▋ ▇▉▅▌▍
1 Year Ago
▋▋▋ ▆▊▄▌▅ ▆▉█▇▊▉
1 Year Ago
▍▇▆▄▌▍ ▅▉ ▇▄▇▉ ▇▋▋▄▉▅▍▇ ▌▋█▌▊▌▆ ▅█▇▊▇ █▆ ▍▅▌▆█▊▌ ! ▄▆▇█▋▋▋ ▅▊▅▋▅█▍▅▍▇█▍▊▍ ▅▄█ ▍▅▄▋▊▅.▆▋▇▉
1 Year Ago
Fix potential Linux srcds crash
1 Year Ago
Panel.PaintManual does not rely on setting parent to fix clipping
1 Year Ago
Panel.PaintAt restores zpos of the panel Panel.PaintManual can now render panels larger than the screen
1 Year Ago
Fixed a crash due to BSP ZIP hash collision Try to prevent static prop lightmap crashes when given invalid data
1 Year Ago
Remove util.IsPointInBox as Vector:WithinAABox exists
1 Year Ago
Fix trigger_hurt forgiveness not resetting damage correctly language.GetPhrase changes * Increase limit to 4000 bytes, from 1000 * If limit is hit, truncate the string, instead of outputting an empty string Make language.Add type-error on invalid input instead of silently fail Added more intersection functions * util.IntersectRayWithSphere * util.IsSphereIntersectingSphere * util.IsBoxIntersectingSphere * util.IsPointInBox * util.IsPointInCone * util.IsSphereIntersectingCone * util.IsOBBIntersectingOBB - last argument is now optional
1 Year Ago
Add missing snow footstep fallbacks Fixed npc_(template_)maker crashing when spawning non NPC entities
1 Year Ago
Rollback EffectData:SetHitBox change
1 Year Ago
Disable HTTP DNS lookups for now
1 Year Ago
Added VMatrix.__unm (negate operator)
1 Year Ago
Fixed an oopsie with srcds gamemode loading Increase EffectData:SetHitBox net limit to match the particle name limit Run DNS resolution in a thread
1 Year Ago
Update .gitignore Disable C4005, error on C4840 Fixed some warnings Prevent display of concommands in gamemode settings Do not run OnRequestFullUpdate outside of main thread Defer gamemode loading until all other components are loaded Do not use obsolete API for DNS resolution
1 Year Ago
Fix resolved IP address checks to not trip on non local IPs
1 Year Ago
Limit cubemap hack to 64x64 cubemaps
1 Year Ago
Fix up ToS/Privacy Policy links Added voice_recordtofile to blocked concommand list DNS lookup Global.HTTP URLs before sending them to Steam