branchGarrys Mod/maincancel

6,561 Commits over 2,983 Days - 0.09cph!

bot
9 Years Ago
Automated OSX Build #170
bot
9 Years Ago
Automated Linux Build #170
9 Years Ago
* Bumped Steam.inf version * Fixed model indices above 2048 not networking to clients properly
bot
9 Years Ago
Automated Windows Build #169
bot
9 Years Ago
Automated Linux DS Build #169
bot
9 Years Ago
Automated Linux DS Build #168
bot
9 Years Ago
Automated Windows Build #168
bot
9 Years Ago
Automated OSX Build #168
bot
9 Years Ago
Automated Linux Build #168
9 Years Ago
Possible fix for post processing shaders not working properly on Linux/OSX
bot
9 Years Ago
Automated Linux DS Build #167
bot
9 Years Ago
Automated Windows Build #167
bot
9 Years Ago
Automated Linux Build #167
9 Years Ago
* GitSync
bot
9 Years Ago
Automated Linux DS Build #166
bot
9 Years Ago
Automated Windows Build #166
bot
9 Years Ago
Automated OSX Build #166
bot
9 Years Ago
Automated Linux Build #166
9 Years Ago
* Added Player.AnimSetGestureSequence( slot, seq ) * -noworkshop now also prevents SteamAPI from being initialized too soon on dedicated servers
bot
9 Years Ago
Automated Windows Build #165
bot
9 Years Ago
Automated Linux DS Build #165
bot
9 Years Ago
Automated OSX Build #165
bot
9 Years Ago
Automated Linux DS Build #164
bot
9 Years Ago
Automated Windows Build #164
bot
9 Years Ago
Automated Linux Build #164
9 Years Ago
* 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 )
bot
9 Years Ago
Automated Linux DS Build #163
bot
9 Years Ago
Automated OSX Build #163
bot
9 Years Ago
Automated Linux Build #163
bot
9 Years Ago
Automated Windows Build #163
9 Years Ago
Fix crash warning trying to print uninitialized memory?
bot
9 Years Ago
Automated Linux DS Build #162
bot
9 Years Ago
Automated OSX Build #162
bot
9 Years Ago
Automated Linux Build #162
bot
9 Years Ago
Automated Windows Build #162
9 Years Ago
Added (safe) ConVar methods: SetString, SetFloat, SetInt, SetBool
bot
9 Years Ago
Automated Linux DS Build #161
bot
9 Years Ago
Automated Windows Build #161
bot
9 Years Ago
Automated Linux DS Build #160
bot
9 Years Ago
Automated OSX Build #160
bot
9 Years Ago
Automated Linux Build #160
9 Years Ago
* 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 )
bot
9 Years Ago
Automated Linux DS Build #159
bot
9 Years Ago
Automated Windows Build #159
bot
9 Years Ago
Automated Linux Build #159
9 Years Ago
Fixed VMatrix:SetScale() scaling the 2nd/3rd rows incorrectly
bot
9 Years Ago
Automated Linux DS Build #158
bot
9 Years Ago
Automated Windows Build #158
bot
9 Years Ago
Automated Linux Build #158
9 Years Ago
Added net.WriteMatrix/net.ReadMatrix net.WriteType support for VMatrix Fixed net.ReadType for TYPE_NIL