-
•
Added second argument to util.Base64Encode - skipNewLines, defaults to false
-
•
Added spawnmenu.SwitchCreationTab
-
•
Added VMatrix.Add, VMatrix.Sub and VMatrix.Mul (matrix*matrix only)
-
•
Added VMatrix.GetTransposed
-
•
Added Angle.Random
-
•
Added Vector.Random, Vector.Negate, Vector.GetNegated
-
•
HTTP() function now has a timeout field, which dictates the network activity timeout, and will fail with reason "timeout" if it is hit
-
•
Added render.GetViewSetup() - returns the CViewSetup stuff including both real FOVs and the de-corrected for aspect ratio FOV
-
•
Filesystem search now works with map's PAK lump (file.Find included)
-
•
Added CUserCmd.AddKey
-
•
Added table.Shuffle (Community Contribution)
-
•
Added a new library: math.ease (Community Contribution)
-
•
Added DComboBox:OnMenuOpened( menu ) (Community Contribution)
-
•
Added table.MemberValuesFromKey (Community Contribution)
-
•
Added ENTITY:AddOutputFromKeyValue and ENTITY:AddOutputFromAcceptInput (Community Contribution)
-
•
Added SlowWalkSpeed to player_manager (Community Contribution)
-
•
Added DForm.PropSelect, ControlPanel.ToolPresets, ControlPanel.ColorPicker and ControlPanel.KeyBinder (Community Contribution)
-
•
Added math.DistanceSqr (Community Contribution)
-
•
Added support for 3 new types in AccessorFunc() - Vector, Angle and Color (Community Contribution)
-
•
markup library improvements - Adds markup.Escape, markup.Color, MarkupObject:GetMaxWidth, new argument to MarkupObject:Draw (Community Contribution)
-
•
Added permissions.EnableVoiceChat( bool )
-
•
Added CLuaLocomotion.Get/SetClimbAllowed
-
•
Added CLuaLocomotion.Get/SetJumpGapsAllowed
-
•
Added CLuaLocomotion.Get/SetAvoidAllowed
-
•
Added new argument to net.WriteColor - alpha (Community Contribution)
-
•
Added new argument to net.ReadColor - alpha (Community Contribution)