branchGarrys Mod/maincancel

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

4 Years Ago
sv_skyname now changes live, without needing a map restart
4 Years Ago
Idiot proof SetModelScale on players (if its <= 0, clamp to 0.001)
4 Years Ago
SRCDS workshop: more descriptive error message when failing to validate GMA header
4 Years Ago
Fixed whereis not working properly with floating .gma files Floating .gma addons now display their internal .gma name, not the filename
4 Years Ago
Prevent studiomdl.exe from writing to out of bounds memory (MAXSTUDIOANIMBLOCKS) Increased MAXSTUDIOANIMBLOCKS to 512
4 Years Ago
Fixed SetActiveWeapon on the player while holding a prop with grav gun putting the prop into an invalid state Fixed not having an active weapon causing ItemHolsterFrame to not be called on any weapon Clientside gravity gun object detachment when a serverside weapon switch happens also destroys the clientside physics object the gravgun creates like a dropping/punting the object would
4 Years Ago
Fixed an infinite loop issue with steamworks.GetList which caused
4 Years Ago
Remove util.RelativePathToFull as it serves no purpose in non menu states
4 Years Ago
Reset viewmodel skin, bodygroups and poseparameters which its weapon changes
4 Years Ago
Defaulted r_jeepFOV to 0 (uses player's desired FOV), to match other vehicles. Fixed jeepFOV not updating properly when re-entering the vehicle Fixed FOV desync between server/client for jeeps
4 Years Ago
PlayerClass now has and handles MaxArmor just like MaxHealth
4 Years Ago
Added basic G String game mounting support
4 Years Ago
translate SDK_ shaders to their non SDK_ variants
4 Years Ago
Fixed vgui.Create being called on screen resolution change with empty string
4 Years Ago
Shutdown CPlayerPickupController (player_pickup entity) if its associated player somehow becomes NULL to avoid crashing
4 Years Ago
▉▌▍▌▇▇▉▍ ▊▊▊▊▆▇▌▆▆▇█▆█ ▉▌ ▆▉▅▄▌ █▊▄▇▌█▇▅
4 Years Ago
Deleted lua/menu/progressbar.lua (unused file)
4 Years Ago
Do not autofocus a panel with SetTabPosition( 1 ), preventing ability to unfocus all textfields Panel.KillFocus on EditablePanel now actually kills focus Clicking away from a text field now actually removes keyboard focus from that text field
4 Years Ago
Do not ErrorNoHalt vgui.Create if input panel is "" DProperties handles non existing panel types more properly
4 Years Ago
Fixed Entity.Fire's 3rd argument not being optional
4 Years Ago
Added GetTimeoutInfo() - returns bool IsTimingOut, float GetTimeSinceLastReceived
4 Years Ago
ENT:HandleAnimEvent can now return true to suppress the default action
4 Years Ago
Limit maximum force for Thruster tool to 1e10 (from 1e35) to reduce crashing potential
4 Years Ago
Hammer: Display Raytraced preview in the 3d view when it finishes rendering
4 Years Ago
Made GetPhysicsAttacker's first argument default to 1 Restored optional-ness of 3rd argument of Entity.Ignite
4 Years Ago
Right/Middle mouse clicking in Hammer 3D view works better now, by only disabling mouse look only when it was started by middle/right clicking a 3d view
4 Years Ago
Fixed a regression with Entity.Fire
4 Years Ago
Fixed not resetting LightmappedGeneric's shader const 0 (basetexturetransform) between renders, resulting in it affecting materials which do not have basetexturetransform set
4 Years Ago
Added activator & caller arguments to Entity.Fire, both default to NULL Switched base_entity:TriggerOutput to use Entity.Fire so it uses the internal engine event queue system
4 Years Ago
Fixed Hoverball corrpupting vector_origin (Community Contrib)
4 Years Ago
fix the merge
4 Years Ago
i was on the wrong branch again ffs
4 Years Ago
Do not recreate player's hull every tick Fixed env_sprite_clientside affecting sprite trails
4 Years Ago
get rid of proper type checking for vgui.Create
4 Years Ago
Updated language files
4 Years Ago
▍▄▅ ▄▊▄ ▇▊▄ ▅▍▄ ▉▋▉▌▉▄_▇█▌█
4 Years Ago
Throwing the last HL2 grenade maintains previous/last weapon for them grav gun grenade throws
4 Years Ago
Switch vgui.Create warning to ErrorNoHalt
4 Years Ago
Added "enable realistic fall damage" option to "start new game" for Sandbox Fixed an infinite loop with CAI_TrackPather on ep2_outland_11a (and possibly other maps/places)
4 Years Ago
Increased precision of angrotation for all entities for fix prediction errors when walking on props Nicer error message for steam error 18
4 Years Ago
Double max ammo types
4 Years Ago
CSoundPatch:SetDSP now works while the sound is playing too
4 Years Ago
env_sprite_clientside
4 Years Ago
Added Player.Set/GetMaxArmor
4 Years Ago
new projected texture inputs/keyvalues info_particle_target as alias of info_target prop_dynamic_glow as alias of prop_dynamic
4 Years Ago
Color correction volume simple multiplayer support
4 Years Ago
player setmodelscale fixes
4 Years Ago
Fixed child panels not updating their skins when calling Panel.SetSkin on their parent
4 Years Ago
mega grav gun networking increased steam.inf
4 Years Ago
Print a console message when game is started with -noaddons