userRubatcancel
repoGarrys Modcancel

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

4 Years Ago
Spawning wheels, balloons, lamps, lights, cameras now applies the propspawn effect like other tools Fixed wheel ghost spazzing out when aiming at moving entities Fixed wheel ghost preview floating above certain surfaces unexpectedly
4 Years Ago
Improved networking precision of Origin and Start fields of CEffectData to be not useless, which fixes wheel's direction indicator having wrong angles on very flat wheel models
4 Years Ago
A less error prone random walk location for the example nextbot NPC
4 Years Ago
Added Nextbot.Set/GetMaxVisionRange()
4 Years Ago
Missed this file with SUPPORTS_GMOD_DT
4 Years Ago
Fix IP blacklist sometimes affecting wrong servers
4 Years Ago
Now it compiles with SUPPORTS_GMOD_DT as well (oops)
4 Years Ago
GMod compiles without SUPPORTS_GMOD_DT
4 Years Ago
Added CNavArea.IsPotentiallyVisible( cnavarea ) Added CNavArea:IsCompletelyVisible( cnavarea ) Added CNavArea:IsPartiallyVisible( eyepos, ignoreEnt = NULL )
4 Years Ago
Added NextBot.IsAbleToSee( ent, useFOV = true ) Added NextBox:Set/GetFOV()
4 Years Ago
Replaced "Bad field in entity!!" warning with a far more descript one
4 Years Ago
Replaced usage of "Physgun" and "Physcannon" with "Gravity Gun" in the .fgd files used by Hammer to avoid confusion between GMod's physgun and the gravgun
4 Years Ago
Added SF_PHYSPROP_IS_GIB, SF_PHYSBOX_ALWAYS_PICK_UP, SF_PHYSBOX_NEVER_PUNT, SF_WEAPON_START_CONSTRAINED, SF_WEAPON_NO_PLAYER_PICKUP and SF_WEAPON_NO_PHYSCANNON_PUNT enums (all shared)
4 Years Ago
Gravity gun now respects SF_PHYSBOX_NEVER_PUNT, SF_WEAPON_NO_PHYSCANNON_PUNT, SF_PHYSBOX_ALWAYS_PICK_UP, SF_PHYSBOX_NEVER_PICK_UP and SF_PHYSPROP_ALWAYS_PICK_UP spawnflags like expected
4 Years Ago
Made Entity.Use's last 3 arguments optional, they default to: 2nd argument defaults to value of 1st argument 3rd defaults to USE_ON (matches player's +use) 4th defaults to 0 (Matches player's +use)
4 Years Ago
Fixed console deduplicating empty strings
4 Years Ago
Fixed default secondary ammo HUD not updating its visibility when secondary ammo type changes
4 Years Ago
Fixed combine soldiers only shooting 1 bullet per burst with SWEPs Fixed combine soldiers not using weapon rest times at all (only uses SWEP rest times now)
4 Years Ago
Move "CreateFragmentsFromFile: '%s' doesn't exist." to developer 1
4 Years Ago
Properly reset deduplication with messages < 10 characters
4 Years Ago
merge
4 Years Ago
merge
4 Years Ago
Get rid of Duplicate CLC_ClientInfo checks entirely
4 Years Ago
Cherrypick a fix
4 Years Ago
Cherrypick a fix
4 Years Ago
Dissolved entities now have zero G regardless of whether "Keep corpses" is enabled or not
4 Years Ago
▉█▊▆▉ █_▄▉▄▉▉▅▋█▅▍██▌ █▉ ▄▉▄ ▌▌▋█▊▇ ▅▊▆▋▆▍▌▉▄▅
4 Years Ago
cherrypick clc_clientinfo fix
4 Years Ago
cherry pick fixes from main
4 Years Ago
roll back the addon system change from x64 as it causes issues with linux srcds shutdown
4 Years Ago
Do not deduplicate messages smaller than 10 characters
4 Years Ago
Try _stat64 if we get EOVERFLOW in bootil
4 Years Ago
▍▆▆▍▄ █▋▇▅▄█▍ ▆▍▋▍▅ ▌▍▊▍ █▇▍
4 Years Ago
█▇▅'▆ ▋▌█▌ ▌▍▆ ▉▅▇▊▅▌▍▌█ ▉▊▌_▌█▊▆▍▍▍█▍▅ ▍▄ ▋▋█ ▅▉▋▉▉▉ ▌▉▄▇▇▉ ▌ ▌▍▌▉▋▉▇▋▅
4 Years Ago
Get rid of dropprimary console command
4 Years Ago
merge from main
4 Years Ago
merg efrom main
4 Years Ago
Invalid main menu backgrounds no longer break background switching
4 Years Ago
JPEG > JPG for 2 backgrounds
4 Years Ago
merge from main
4 Years Ago
merge from prerelease
4 Years Ago
Fixed pressing Enter in Tool tab search/filter collapsing all categories unexpectedly
4 Years Ago
Detection for which addon caused a Lua error should much more reliable now.
4 Years Ago
Updated backgrounds from the contest
4 Years Ago
Fixed recent changes to projected texture culling being triggered by model panels present on screen, and other view altering Lua code
4 Years Ago
Fix potential Lua errors with main menu backgrounds
4 Years Ago
Print menu state Lua errors with one spew call to allow deduplication to work on them
4 Years Ago
merge from main
4 Years Ago
merge from main
4 Years Ago
Resizing DHorizontalDivider when there's 2 or more of them with the same cookie name resizes them all at the same time