Added Half-Life 1 .357 Handgun & Shotgun to NPC usable weapon list (Community Contribution)
•
Added links to Server and Modding guidelines to Legal tab in Options (Community Contribution)
•
Improved Eye Poser (Community Contribution)
arrow_circle_up
Improvements
•
Group NPC weapon overrides by category
•
Improved ladder prediction
•
Made NPC vs NPC killicon behavior consistent with NPC vs Player deaths
•
Switched Outdated tags in server browser to use the network version, not the build version, better representing if a server can be joined or not due to an update
•
Updated the server browser to no longer be limited to 256 servers per gamemode
•
Display disconnect reason in a pop up when encountering a host error in singleplayer
•
Reload spawnmenu on language change (Community Contribution)
•
Made givecurrentammo always give secondary ammo
•
If HUD is disabled, don't display "Something is creating script errors" overlay (Community Contribution)
•
Improve word break for addon descriptions in the Addons menu (Community Contribution)
•
Updated language files
•
Removed the "Sorry! You can't spawn that NPC!" message when the server did not have requested NPC, to match behavior of other spawn functions
•
Implemented automatic cleanup & limit translations, when they are missing (Community Contribution)
handyman
Fixed
•
Fixed a visual bug in Lua Errors section of Problems menu
•
Fixed Gravity Gun ignoring spin_none interaction for props
Added optional surfaceprop argument to Entity:PhysicsInitMultiConvex, Entity:PhysicsInitConvex, Entity:PhysicsFromMesh, Entity:PhysicsInitBox. All of them now also get correct physical volume set which helps physics behave correctly
Cache ConVars created by tools (in TOOL.ClientConVars and TOOL.ServerConVars ) and use them in Tool:GetClientInfo/Tool:GetClientNumber/Tool:GetServerInfo in appropriate realms
handyman
Fixed
•
Fixed NPC:AddEntityRelationship priority argument reading from the wrong argument. Also made it optional (defaults to 0)
•
Fixed non halting Lua error when Derma_Install_Convar_Functions panels attempt to set empty console variable
•
Fixed static CLuaParticles not updating their lighting
•
Fixed a crash when setting player's hull size to nothing
•
Potential fix for a crash with steamworks.DownloadUGC
•
Fixed a bug with Panel:SetCaretPos
•
Fixed IRestore:ReadString having a limit on string length, affecting weapons and others on map transition
•
Fixed potential Lua error in Derma drag'n'drop system (Community Contribution)
•
Added color support and fixed a bug with table.Sanitise/table.DeSanitise (Community Contribution)
•
Made ents.FindByModel support wildcards, and work better clientside
•
Fixed VMatrix:GetTransposed implementation
•
Fixed certain old addons failing to extract with steamworks.DownloadUGC
•
Fixed a crash in DListView with fractional column width
•
Fixed markup text alignment inconsistency (Community Contribution)
•
Made sure Panel:GetChildren table is always sequential
•
Fixed TOOL.Information being modified by code that uses it