branchGarrys Mod/maincancel

6,561 Commits over 2,983 Days - 0.09cph!

7 Years Ago
Added Player.IsSprinting
7 Years Ago
Added better bounds checking to CBaseAnimating::GetSequenceActivity (Entity:GetSequenceActivity)
7 Years Ago
Added Entity.GetSequenceMovement( int, float, float ) = bool, vec, ang
7 Years Ago
util.TableToJSON returns nil unless top-most element is an object or array
7 Years Ago
Fixed a stack overflow in DListView
7 Years Ago
Entity.DeleteOnRemove() can no longer remove players or the world
7 Years Ago
Updated language files
7 Years Ago
sqlite perf
7 Years Ago
Added TYPE_PHYSCOLLIDE enum (OOPS)
7 Years Ago
CShaderAPIDx8::OverrideBlend no longer fucks up CTransitionTable::ApplyAlphaBlend CShaderAPIDx8::OverrideBlend can now override blend operation Added render.OverrideBlend (sry render.OverrideBlendFunc) BLENDFUNC enums
7 Years Ago
move previous fix in to CBaseAnimating
7 Years Ago
Entity:SetModel no longer screws up datacache lock counts when called on CBaseAnimating ents
7 Years Ago
Clientside ragdolls of NPCs will properly inherit material override Serverside ragdolls of NPCs will now properly inherit color and material override Added CNavArea.SetCostSoFar( num ) Updated kb_act.lst
7 Years Ago
7 Years Ago
No memoverride for shadercompile.dll
7 Years Ago
Hack to keep STUDIO_SHADOWDEPTHTEXTURE flag between ENT:Draw and Entity:DrawModel()
7 Years Ago
DProperty_VectorColor now works with standard colors as well ( vector color support unchanged ) Applied a hack to stop tooltips from being displayed when they are not meant to be displayed
7 Years Ago
Updated TTT to its latest version
7 Years Ago
IMesh:BuildFromTriangles can do userdata too
7 Years Ago
mesh.UserData
7 Years Ago
Switched base_anim to CBaseAnimatingOverlay
7 Years Ago
▄▄▍▋▊▅█▉ ▊▌▅▋▍▅▍ ▌▌▉▅▍▆▍▌▊ ▅ ▍▌█
7 Years Ago
ENT:GetRenderMesh
7 Years Ago
▌▊▅█▌▉▉ -> ▊▅▅▊▌▊▌▄▇▍ ▌▄▌ ▄▋▍▆▊▄▋▋ ▊▋▆▌ █▆▌ ▋▌▋ ▅▉▋▊
7 Years Ago
▋█▉▌▆ ▇▊▇ ▅▌▄▌ ▌█▉▍▄▍▍▉▍▉▊▍ ▍▊ ▄▋▊.▇▄█▊▌▉▆ ▌▇ ▄▆▇▌ ▄▋▇▄▇ ▌▅ ▋▋▉▍ ▅▆▆ ▋▊ ▍▊▆▌▊▋ ▌▉▅
7 Years Ago
▆▋▆ ▄▋▆ ▄- ▌▆▆▋ ▊▉▍'▆ ▉▉▉▍ ▌▅▋▌▆▄▆
7 Years Ago
▍▇▉▄▋▄▄▇
7 Years Ago
█▊▆▆▆▍
7 Years Ago
Cleaned up lua/menu/
7 Years Ago
7 Years Ago
▉▇▅▍▌▊ ▍▍▊▇▍█▋▆▆, ▄▋▋ ▉▅▅█▍▆▍▌▉ (▉▉█▉▉ ▅█ ▌▍▇▍) ▉▌▅▋▍▊█ ▋▄ ▋▅▋▌▍ ▆▊█▅▇ ▍▍▍▅▇▇▆▌▇ ▆▇ ▇▇▊▌▆ ▋▍▇▉▇
7 Years Ago
▇▅▆▊▊▄▋ █▆▅▉▊▋, ▍▇▅▅▌▍▅ ▌▊▅▋▆▆, ▊▊▅▍▇▍, ▇▋▇█▅▋ ▋▆▅██▅▇▆▉▄
7 Years Ago
▄▆▅▅▌▅▍▍▅▋ ▊▄▉▊ ▆▉▅▅▅▌▋▇▇ ▆▍▋ ▋▍▄▉▍▌▆▍ (▌▌▍▉▍▅▉▇█ ▍▄█▌▅/▄█▅▄▋ ▊█▊) ▌▍▆▅█▍▍ ▉▋ ▌▌▉▋ █▉▉▆▍
7 Years Ago
better input checking for CreatePhysCollideBox/PhysCollide:TraceBox
7 Years Ago
merge from ai_weapons
7 Years Ago
Updated BASS.DLL to 2.4.13.8-mp3free
7 Years Ago
Removed NPC.RemoveMemory
7 Years Ago
▄▋▄ ▉▉▉▌▌▆▉▆▉▄▆▇ ▆█▄ ▊█▋▅ ▊▅▌▆▆▋ (▅▄ ▌▆▌▄▋▊ ▄▌▋█▇▋▉ ▌▄▅▍▆▍▆)
7 Years Ago
Fixed util.GetModelInfo crashing with empty string.
7 Years Ago
GitSync: * Fix DBinder when its convar is set to NaN * Fix DBinder overriding SetSelected( bool ) * Changed max value for Frame Blend's Shutter slider so it doesn't just black screen * Prevent potential stack overflows in scripted_ents.Get
7 Years Ago
7 Years Ago
Added type error to render.Capture
7 Years Ago
Updated most render library functions to not lock up when a Lua type error occurs during function execution
7 Years Ago
rt for frame blending clear backbuffer after swap
7 Years Ago
render.Capture and render.CapturePixels will now silently fail when the Steam Overlay is active
7 Years Ago
Updated BASS.DLL to 2.4.13.2-mp3free
7 Years Ago
Added NPC.GetCurrentSchedule
7 Years Ago
GitSync: * Fixed Panel.InvalidateChildren being always recursive * Fixed Panel.NewAnimation ease values 0-1 being weird
7 Years Ago
Fixed calling SetAllowWeaponsInVehicle( false ) in PlayerLeaveVehicle hook breaking weapon selection
7 Years Ago
GitSync: * string.Comma imporvement * Made NeedsDepthPass work for addons * Added env_fire and npc_fisherman translations for killfeed