5,130 Commits over 4,048 Days - 0.05cph!
Non halting Lua errors no longer crash the game in menu state
More verbose warnings when failing to create fonts
Try to reduce amount of "failed to create font" warnings from badly made addons
Delete map.pack on game start to hopefully reduce cases of BSP embedded content not loading when the map is loaded from Steam Workshop
Extra messages when failing to write map.pack to disk
DListView.GetSelectedLine now also returns the actual line panel, not just an index
Updated anguage files for Dupes section
Added Dupes section to main menu to allow deletion of dupes in-game
Fixed deletiing Saves not deleting the associated image file
Minor fixes to main menu when not running in-engine
Display an error message when failing to download demos from workshop
Disable "EmitSound: Whatever out of bounds" and just clamp the values instead of not playing the sound
The ladder mount sounds now match the footstep sounds for custom footstep sounds
Make the map name more noticeable in the missing map error when loading saves
TTT: Added sphere option to .fgd to dispaly radius of ttt_traitor_button in Hammer (Community)
New "Publish creation" menu
Display a message when a save fails to download from Workshop
Get rid of steamworks.VoteInfo usage in base game and make it alias of steamworks.FileInfo
steamworks.FileInfo now returns the vote info as well (same key names as VoteInfo)
Open currently selected tool UI on first spawnmenu open, not on creation, to avoid errors from opening the context panel too soon
Change DImageButton default preview image to be different from DImage
Fixed gm_demo icons being just always black
Remove the 500MB autobuffer limit from bootil
Remove the 500MB autobuffer limit from bootil
merge the workshopDl changes
Fixed WorkshopDL addons not receving updates (Existiing addons will need to update or users have their cache cleared to fix existing problems)
Don't bother with checking .gma timestamps if SteamUGC tells us we need updating
Separate console message for Workshop subscriptions that failed to download
Include addon title/id in more error messages, better checking for bad filenames in addons
Apply FCVAR_SERVER_CAN_EXECUTE to stopsound, not stopsounds
Added CSGO map icons from the new operation
from main: language files, dtvar callback perf, shader crash fix
WorkshopDL: Even more warnings and messages on failure, dont delete files when failing to mount them, changed the loading screen statuses to be more consistent, changed cache to use workshopFileID, not internal file ID
Workshop downloads will properly trigger the loading screen's DownloadingFile function
Reenable monster_flyer sounds
Entity arguments now properly error on type mismatch
-allowlocalhttp launch option for servers
More console messages for WorkshopDL on failure
Reset runspeed every frame like we used to, even if we are sprinting/walking
gmad: Print out new filename when failing to write a file
A different approach of handing failed extractions in gmad
Willox's Clientside DTVar callbacks optimizations
▊▌▍'▋ ▆▆▄▄▊ ▍▅▍▇▅▌ ▇▊▅█ ▊▄▆▋█▍█ ▌▊▌▄▅ ▄▌▇▇ █▌▍▌▌▄▅ ▋▇▌▇▆▉▊/▇▉▊▄▍▄█▅█▋, ▌▇▇ ▆▊▋▅▅▄▌ █ ▉▊▆▊▊▍█ ▇▉▉▅ ▇▄██.█▄▍ ▆▌▇▇▅ ▄█ ▊▍▅▉▋▆▆ ▋▅▌▍ █▇▆▅▄, ▋▌▆▊ ▄▆▋'▅ ▇▄▅▌▍▅ ▅▉▆▅▍▍▆▌ .▋▆▍▉ ▌▉▉▄ ▊▊▄▌ ▊█ ▌▇█▇▅
Limited Light tool brightness to 20 (from 255)
Fixed Sandbox control panel sliders with invalid convars making errors
Added Default preset value for gmod_suit in server settings
Updates to the ISteamUGC support for subscriptions
Merge from Nov2019 update
Updated de_cache icon to match the updated version of the map
Bouncy ball no longer tries to rebuild physics on client
Fixed level transitions with flashlight turned on and gmod_suit 0 making the flashlight unusable
Increased player's nickname character limit to 128 (from 32)
Steam.inf updated
SetShadowsFromLocalLightsEnabled/enableshadowsfromlocallights for shadowcontrol entity
Fixed clip1 and clip2 only networking first 8 bits, "limitiing" the value in multiplayer to 255
Fixed script_intro entity in multiplayer after long curtime
Fixed a few crashes with NULL physics objects in multiphysics entities, disabled PhysicsInit/Destroy on ragdolls
Prevent usage of PhysicsInit and PhysicsDestroy functions on the world entity to avoid crashes
Readded point_flesh_effect_target
Tighten IsEntityPositionReasonable bounds to avoid crashes