6,561 Commits over 2,983 Days - 0.09cph!
Automated Linux Build #170
* Bumped Steam.inf version
* Fixed model indices above 2048 not networking to clients properly
Automated Windows Build #169
Automated Linux DS Build #169
Automated Linux DS Build #168
Automated Windows Build #168
Automated Linux Build #168
Possible fix for post processing shaders not working properly on Linux/OSX
Automated Linux DS Build #167
Automated Windows Build #167
Automated Linux Build #167
Automated Linux DS Build #166
Automated Windows Build #166
Automated Linux Build #166
* Added Player.AnimSetGestureSequence( slot, seq )
* -noworkshop now also prevents SteamAPI from being initialized too soon on dedicated servers
Automated Windows Build #165
Automated Linux DS Build #165
Automated Linux DS Build #164
Automated Windows Build #164
Automated Linux Build #164
* Fixed debugoverlay spamming dedicated server console to oblivion
* Added CNavLadder.Get/SetBottomArea( CNavArea )
* Added CNavLadder.Get/SetTopBehindArea( CNavArea )
* Added CNavLadder.Get/SetTopForwardArea( CNavArea )
* Added CNavLadder.Get/SetTopLeftArea( CNavArea )
* Added CNavLadder.Get/SetTopRightArea( CNavArea )
Automated Linux DS Build #163
Automated Linux Build #163
Automated Windows Build #163
Fix crash warning trying to print uninitialized memory?
Automated Linux DS Build #162
Automated Linux Build #162
Automated Windows Build #162
Added (safe) ConVar methods: SetString, SetFloat, SetInt, SetBool
Automated Linux DS Build #161
Automated Windows Build #161
Automated Linux DS Build #160
Automated Linux Build #160
* Fixed "destination group" problem in multiplayer with npc_template_maker
* Added CNavArea.SetParent( CNavArea, type )
* Added CNavArea.GetParent() - returns CNavArea
* Added CNavArea.GetParentHow() - returns NavTraverseType
* Added CNavArea.ClearSearchLists()
* Added CNavArea.SetTotalCost( float )
* Added CNavArea.AddToOpenList()
* Added CNavArea.GetTotalCost() - returns float
* Added CNavArea.IsOpenListEmpty()
* Added CNavArea.PopOpenList() - returns CNavArea
* Added CNavArea.IsBlocked()
* Added CNavArea.IsOpen()
* Added CNavArea.IsClosed()
* Added CNavArea.RemoveFromClosedList()
* Added CNavArea.UpdateOnOpenList()
* Added CNavArea.AddToClosedList()
* Added CNavLadder.ConnectTo( CNavArea )
Automated Linux DS Build #159
Automated Windows Build #159
Automated Linux Build #159
Fixed VMatrix:SetScale() scaling the 2nd/3rd rows incorrectly
Automated Linux DS Build #158
Automated Windows Build #158
Automated Linux Build #158
Added net.WriteMatrix/net.ReadMatrix
net.WriteType support for VMatrix
Fixed net.ReadType for TYPE_NIL