Garry's Mod Logo
Changes Header

Changes

What’s changed in Garry's Mod in each patch.

add_circle

Features

  • CNavArea.SetParent
  • CNavArea.GetParent
  • CNavArea.GetParentHow
  • CNavArea.ClearSearchLists
  • CNavArea.SetTotalCost
  • CNavArea.AddToOpenList
  • CNavArea.GetTotalCost
  • CNavArea.IsOpenListEmpty
  • CNavArea.PopOpenList
  • CNavArea.IsBlocked
  • CNavArea.IsOpen
  • CNavArea.IsClosed
  • CNavArea.RemoveFromClosedList
  • CNavArea.UpdateOnOpenList
  • CNavArea.AddToClosedList
  • CNavLadder.ConnectTo
  • net.WriteMatrix
  • net.ReadMatrix
  • Added support for ortho views in CalcView and cam.Start
  • SetString, SetFloat, SetInt, SetBool
  • CNavLadder.SetBottomArea
  • CNavLadder.GetBottomArea
  • CNavLadder.SetTopBehindArea
  • CNavLadder.GetTopBehindArea
  • CNavLadder.SetTopForwardArea
  • CNavLadder.GetTopForwardArea
  • CNavLadder.SetTopLeftArea
  • CNavLadder.GetTopLeftArea
  • CNavLadder.SetTopRightArea
  • CNavLadder.GetTopRightArea
  • game.GetIPAddress
  • game.KickID
  • Player.AnimSetGestureSequence
  • HTTP
  • PathFollower:GetAllSegments
  • CNavArea.GetExtentInfo
  • Added "AllSolid" to trace result
  • Added optional parameter to poster command to save each frame as a separate image
arrow_circle_up

Improvements

  • net.WriteType support for VMatrix
  • Catch crash condition in CBaseAnimating::TestHitboxes
  • Error/ErrorNoHalt now call menu state's OnLuaError hook
  • Improved error handling for NextBot coroutines
  • Don't try to load binary modules that have the same name as a base Lua module
  • Merged functionality of RunString/RunStringEx
  • Lua kick reasons can no longer be language strings
  • Home/End keys now work in Windows SRCDS consoles
  • Opening the chatbox while it is invisible/disabled no longer changes player view angles
  • Chatbox entry max char count is now correct (126)
  • TextEntry:OnTextChanged is now called after undo operation
  • -noworkshop now also prevents SteamAPI from being initialized too soon on dedicated servers
  • utf8.offset now conforms to Lua 5.3 spec
  • More friendly Steam API failure error messages ( for retrieving subscribed addons )
  • Updated the DirectX out of date popup to allow the user to try to launch the game anyway
  • Don't let players enter vehicles that they are a parent of (stack overflows!)
  • Limited engine.LightStyle to values that do not crash the game ( 0-63 )
  • Stop g_blurx/g_blury shaders from increasing output brightness
  • ENT:SelectWeightedSequence & Weapon:SendWeaponAnim no longer crash when given invalid acts
  • Calling gui.HideGameUI at the wrong time no longer stops the HUD from rendering
  • Context menus no longer remain when their parent is focused
  • Changed scheme of ClientDLL context menus to match DMenu
  • Weapon selection via key bindings should now always work on SWEPs
  • Vector() can now take a Vector as its first argument and return a copy of that vector
handyman

Fixed

  • Fixed VMatrix:SetScale() scaling the 2nd/3rd rows incorrectly
  • Fixed "destination group" problem in multiplayer with npc_template_maker
  • Fixed cyclic reference detection in util.TableToJSON
  • Fixed cyclic reference detection in PrintTable
  • Fixed buffer over-read in input library
  • Fixed collision bounds having no influence on nextbot navigation
  • Fixed net.ReadType for TYPE_NIL
  • Fixed debugoverlay spamming dedicated server console to oblivion
  • Fixed a multiplayer crash issue with combine auto cannon on ep2_outland_09
  • Possible fix for post processing shaders not working properly on Linux/OSX
  • Fixed model indices above 2048 not networking to clients properly
  • Fixed DFrame:Center when parented inside a panel not at [0, 0]
arrow_circle_up

Improvements

  • Check for vehicle function existence
  • Panel:IsChildHovered 'immediate' parameter
handyman

Fixed

  • Fixed DModelPanel:PreDrawModel scissor rect
  • Fixed HL1 sounds taking over HL2/CSS sounds
arrow_circle_up

Improvements

  • Optimized Panel:IsChildHovered()
add_circle

Features

  • Added 'wep' field to all was_pushed tables.
handyman

Fixed

  • Fix typo preventing ttt_weaponswitcher_displayfast from being saved.
add_circle

Features

  • Added mat_viewportupscale to blocked convar list
  • Added PANEL:SetDrawLanguageID(bool), can be used to hide the language selection box in text entries when typing non-US/UK/whatever
  • Added loading bar text when waiting for Steam auth
  • Added command line option to cause BAssert to dump (Windows only)
  • Added bounds checking to render.GetScreenEffectTexture
  • Added Awesomium panel hooks: OnDocumentReady, OnChildViewCreated, OnChangeTitle, OnChangeTargetURL
  • Added Awesomium panel methods: Refresh, Stop, GoBack, GoForward, GoToHistoryOffset
  • Added Awesomium panel hooks: OnBeginLoadingFrame, OnFinishLoadingFrame
  • Added interface for concurrent async server content downloads. Currenty used for Workshop content.
  • Added extra debug output for BASS.DLL Initialization
  • Added test BASS.DLL config to hopefully help with weird "mp3s dont load with error 41" cases
arrow_circle_up

Improvements

  • Vehicle.IsValid is renamed to Vehicle.IsValidVehicle
  • All Vehicle methods will error "tried to use NULL vehicle" when used on invalid vehicle
  • Reduced worhless & confusing srcds console output for workshop
  • Switched some spammy serverside console output to DevWarnings
  • Replicated Lua ConVars now properly network to clients when they join the server (FCVAR_REPLICATED flag)
  • The console will no longer hide behind the main menu if you open it too early
  • Improved performance of file.Exists and file.IsDir
  • JavaScript errors in the console now show the file path and line number of the bad code
  • gui.SetMousePos and input.SetCursorPos no longer works while the game is not focused
  • system.HasFocus now also works on Linux and OSX on client
  • File library can now write png/jpg files
  • util.TableToJSON handles arrays properly
  • Proper alpha blending for Awesomium panels
  • Entity:GetNW2VarTable now returns the type associated with each value as well
  • Scripted NPCs and Nextbots now support the following clientside hooks: Initialize, Think, Draw and DrawTranslucent
  • Increased model precache limit to its TF2 4000 limit
  • WorkshopDL GetPublishedFileDetails no longer hangs main thread
  • Tweaks to server-content workshop downloading
  • Improved Addons main menu.. menu - Per tag browsing for friends items, hide dupes/saves from all listings
  • Updated language files
  • Addon extration is now properly displayed on the workshop downloader
handyman

Fixed

  • Fixed the "steam id 0 fake players inflate server player count" exploit
  • Fixed clientside SteamID spoofing
  • Fixed not being able to join a LAN server
  • Fixed npc_manhack not triggering npc_maker/npc_template_maker's OnAllSpawnedDead output
  • Fixed a server crash caused by combine_mine changes in last update
  • Fixed a crash issue with "quit" commands on srcds when having workshop addons installed
  • Fixed a crash when entities with invalid physobjs were in the way of a rotating door
  • Fixed ai.GetScheduleID and ai.GetTaskID
  • Fixed a possible crash issue caused by global NW2Vars
  • Fixed buildcubemaps not working properly
  • Fixed Awesomium view leak
  • Fixed leaked thread in main-menu GMA downloader
  • Fixed addon extraction assert/leaked thread handles
  • Fixed incorrect line numbers being reported for errors when using C-styled multiline comments
  • Fixed Entity.IsRagdoll not working properly on client
remove_circle

Removed

  • Removed angle/vector pool debug message