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