repoGarrys Modcancel

8,596 Commits over 3,256 Days - 0.11cph!

7 Years Ago
DTree_Node.Clear no longer errors before any sub-elements are added
7 Years Ago
Fixed soundscapes on custom maps not working in multiplayer
7 Years Ago
Certain HL2 weapons ( pistol, smg1 ) now also set the attacker EntityTakeDamage like some others ( shotguns, 357 )
7 Years Ago
* Implemented DTree:Clear() * Added DTree_Node:Clear() * Added DPropertySheet:OnActiveTabChanged( old, new ) * Better error checking for DPropertySheet
7 Years Ago
Fixed DFileBrowser not working with root/empty base directory.
7 Years Ago
Updated TTT to latest version
7 Years Ago
Added some code to prevent crazy physics with welding world to certain props
7 Years Ago
Improved rendering of draw.RoundedBox corners at corner size > 64 and 16-32
7 Years Ago
Changed the default value for tv_maxclients from 128 to 64
7 Years Ago
* Fixed SWEP.TranslateFOV set the FOV to 0 when invalid return value is given * Moved player/footsteps/snow*.wav to fallbacks/
7 Years Ago
7 Years Ago
make GMOD_SpewBufferFlush not reentrant
7 Years Ago
█▅▌▄▄ ▉ ▄▆▄█▉▅ ██▋▌▍▉▆▄ ▊▆█▄▅▊▊ █▌ ▊▍▇▋▅▄▊▉▇▇▋▅▆▅▌▆()
7 Years Ago
Fixed crash issues with vehicle radars
7 Years Ago
Fixed kickid with SteamIDs appending a space to kick reason
7 Years Ago
WorkshopDL works properly, shows addon titles
7 Years Ago
Cleanup
7 Years Ago
* Fixed steamworks.RequestPlayerInfo's callback being unreliable when called multiple times per frame * Fixed workshop UI displaying [unknown] for most user names * Fixed an issue where removing ai_network before game.CleanUpMap() will crash the game
7 Years Ago
▊▆▊▌▋ ▍▉▌▄ ▄▄▉ ▋▆▅▍ ▆▊▍▊ ▊▍▅ ▍▇▌▋ ▇▌ ▅▋▌▅▉▋▄▅▋▉▊ ▄▅▌
7 Years Ago
Added missing background from the background competition winners
7 Years Ago
Shitty SRCDS output for workshop downloads
7 Years Ago
implement addon enabling/disabling
7 Years Ago
Cleanup
7 Years Ago
fix addonsystem file lookup on posix builds
7 Years Ago
Add addons_dumptree command
7 Years Ago
Actually upload to addonsystem Steam branch
7 Years Ago
add addons_debug ConVar upload to addonsystem Steam branch
7 Years Ago
Fix some ambiguous std::min calls in macOS builds
7 Years Ago
Merge changes from /main
7 Years Ago
Merge /main/macos - macOS builds use libc++ & 10.7 SDK
7 Years Ago
macOS: Implemented mouse cursor with 10.7 SDK
7 Years Ago
* Added CNavLadder.Disconnect( CNavArea )
7 Years Ago
7 Years Ago
* Added CNavArea.Remove * Added CNavArea.SetCorner( int corner, Vector v ) * Added CNavLadder.Remove * Added CNavArea.ConnectTo( CNavArea/CNavLadder ) * Added CNavArea.Disconnect( CNavArea/CNavLadder ) * Added CNavArea.PlaceOnGround( int corner ) * Added navmesh.CreateNavArea( Vector corner, Vector opposite_corner )
7 Years Ago
Different FreeImage texture caching strategy that shouldn't fail with queued rendering
7 Years Ago
Fix L4D2 PAK File not loading properly
7 Years Ago
You can now load L4D2 maps in GMod Fixed a crash with GetRenderTargetEx and ENVMAP texture flag, now displays a warning
7 Years Ago
VProf memory counters don't overflow at > 2GiB
7 Years Ago
Fixed CS:GO maps fade distances
7 Years Ago
Better handling of version 49 models that are not version 49 models
7 Years Ago
Properly handle VOX sentences that fail to load instead of crashing later
7 Years Ago
Fix potential deadlock in multicore rendering when messing with colour correction
7 Years Ago
7 Years Ago
Disable http redirects to ftp scheme - crashes Awesomium
7 Years Ago
Chromium can register/handle binds in sub-frames
7 Years Ago
Fix off-by-one error with GMA FileHandle seeking
7 Years Ago
Add some debug code to figure out mcore crashes
7 Years Ago
Improved Tool Quick Search - Now also searches tool category names Added support for DTextEntry placeholders, DTextEntry.SetPlaceholderText and DTextEntry.SetPlaceholderColor Spawnmenu search features now use the new placeholder functionality