repoGarrys Modcancel

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

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