branchGarrys Mod/maincancel

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

5 Years Ago
Add position printout to vrad's "Zero area child patch" message
5 Years Ago
Fixed RichText clickable panels never being clickable if the first character is a new line
5 Years Ago
Make Entity.SetLayerPlaybackRate and Entity.Set/GetLayerWeight shared (currently only intended to be used on players as a trial) Added Entity.GetLayerPlaybackRate (shared)
5 Years Ago
cherry-pick subrect case insensitivity
5 Years Ago
RichText: Default color to black, not 0, 0, 0, 0
5 Years Ago
Fixed CNavArea.ConnectTo crashing the game when we could not compute a direction between the 2 nav areas
5 Years Ago
RichText: Fixed clickable text becoming unclickable if the currently rendering text ranges start with a clickable text RichText: Use clickable text font height for clickable text overlay panels Added Panel.SetUnderlineFont( font ), sets the clickable text font for RichText panels
5 Years Ago
RichText: Fixed selection being offset from cursor with clickable text using a different font to the rest of the text RichText: Skip newline as first character when copying text (from GO branch)
5 Years Ago
Added a crappy replacement for missing font underline Update DefaultUnderline font to match Default's weight so that RichText URLs don't break text selection/look weird
5 Years Ago
Include WorkshopID for the "There is no file to mount" error message
5 Years Ago
Add errno printout to gmad.exe's 0 filesize error
5 Years Ago
Fixed Entity.TranslatePhysBoneToBone not working on ai_serverragdolls 1 ragdolls
5 Years Ago
Fixed DListView's non sortable columns creating duplicate panels
5 Years Ago
▇▆▊██ ▋▇▅▊▅▄ ▊▇█▆
5 Years Ago
gmad.exe will complain and bail if it fails to get file's size instead of writing 0 gmad.exe -nocrc will skip CRC calculations when creating addons largeaddressaware for gmad 32bit
5 Years Ago
Updated SourceScheme.res with fixes for x64 srcds UI
5 Years Ago
Added GM.PostEntityTakeDamage( ent, dmginfo, tookDamage )
5 Years Ago
Automatically remove FCVAR_ARCHIVE from replicated convars clientside
5 Years Ago
Added Entity.LookupPoseParameter( name ) = id
5 Years Ago
Added NPC.GetCurWaypointPos() Added NPC.GetNextWaypointPos() Added 3rd argument to Player.SetFOV - requester entity
5 Years Ago
Added Entity.GetHitBoxHitGroup( hotbox, set ) Added Player.SetLastHitGroup( group )
5 Years Ago
Only allow boost in forward direction and only if we are not recovering from previous boost
5 Years Ago
Undo ignoreZ and alphatest changes to Effect Rings as they cause unwanted behavior
5 Years Ago
Force lowercase map names on changelevel/map Do not add .sw.vtx files to download list
5 Years Ago
Do not complain about undefined water overlays in console
5 Years Ago
Improvements to SetCanZoom not blocking weapon fire when set to false
5 Years Ago
Fix crossbow zoom issue with recent +zoom changes
5 Years Ago
Minor changes to Workshop subscriptions
5 Years Ago
Do not reset angles/position/speed when unparentiing entities since it causes unexpected results
5 Years Ago
merge from PR
5 Years Ago
Sandbox's prop_effect will now change its color if the player is looking at it, indicating which/if prop_effect will be pick up via physgun/toolgun Hopefully improved Z-fighting issues with prop_effect's rings, when multiple are in proximity
5 Years Ago
Extract fonts from workshop addons for server downloads too! ALLOW using Model keyvalue on Zombie NPCs
5 Years Ago
merge from PR
5 Years Ago
Enable steamworks.Publish
5 Years Ago
User friendly errors for new subscriptions while in-game.
5 Years Ago
gmad.exe will bail and won't write bad.gma if we failed to grow the .gma buffer to fit all its contents
5 Years Ago
CreateMaterial changes will break addons, it needs to free materials when leaving a server instead
5 Years Ago
Updated language files
5 Years Ago
Let's try this one more time - Refresh the custom created material after updating its values
5 Years Ago
CreateMaterial no longer applies values to materials that already exist
5 Years Ago
Do not mount addons UPLOADED or UPDATED with old tools after 25th Jan 2020
5 Years Ago
▉█▍'▅ ██▅▆▆ █▋▄▊ ▊▆▋▆▆ ▋█▆▋▌▋ ▌▍ ▇▉ ▋▌▇▉▄▊▅ █▆▌▄▄▌
5 Years Ago
Reapply FCVAR_ARCHIVE to gmod_language
5 Years Ago
TTT: fix infinite traitor selection loop in case of bad cvar value TTT: Remove unused exploitable concommand "wepswitch"
5 Years Ago
Added Entity.GetNWVarTable()
5 Years Ago
▍▄▅█▊▊▋▊▆▋▇▇▄▆▇▆█▅▄▍▇▍█ ▌▇▉▍█ ▍▊▉▄▄▅▇ ▆▍▋█▍█▌▆▊▇▆▆▊█ ▋▅ █ ▊▇▆▍▉▇▅▅ ▊▆▊▉ ▆▆▇▌▍▅▆ ▊▋▅▉▉▊
5 Years Ago
Fix "missing file" error with gmpublish.exe
5 Years Ago
Do not try to download hidden/non existent addons Do not show "Transferred X bytes in 10 seconds" unless there's a problem Added timeouts to WorkshopDL that will stop waiting indefinitely for Workshop item info / file to download.
5 Years Ago
5 Years Ago
don't invalidate materials that already when CreateMaterial is called (racey)