8,596 Commits over 3,256 Days - 0.11cph!
* Added custom icon for srcds.exe
- Fixed another build error on Linux and OSX
- Added Entity.AddSolidFlags(flags), Entity.RemoveSolidFlags(flags), Entity.GetSolidFlags(), Entity.SetSolidFlags(flags)
- Added a bunch of IsMarkedForDeletion checks to Entity functions to prevent them from crashing the game when called on an entity that is about to be removed
Fixed another build error on Linux/OSX
* Updated BASS.DLL to 2.4.11
* stopsound now also stops all BASS.DLL sounds
* Added Panel:GetZPos()
* Added CRecipientFilter:AddRecipientsByPAS( vec )
* Added CRecipientFilter:GetRecipientCount()
* Added second optional argument to CreateSound() - channel
Rename new CRecipientFilter functions to AddPAS and GetCount
* Added models/weapons/c_hands.mdl
* Updated weapon_fists.lua
* Added NAV_MESH_ enums
* Renamed CNavArea.GetAdjacentArea( NavDir ) to CNavArea.GetAdjacentAreaAtSide( NavDir )
* Added CNavArea.GetAdjacentArea()
* Renamed CNavArea.GetRandomAdjacentAreaAtSide( NavDir ) to CNavArea.GetRandomAdjacentAreaAtSide( NavDir )
* Renamed CNavArea.GetAdjacentArea( NavDir, num ) to CNavArea.GetAdjacentAreaAtSide( NavDir, num )
* Renamed CNavArea.IsConnected( Area, NavDir ) to CNavArea.IsConnectedAtSide( NavDir )
* Added CNavArea.IsConnected( Area )
* Renamed CNavArea.GetAdjacentAreas( NavDir ) to CNavArea.GetAdjacentAreasAtSide( NavDir )
* Renamed CNavArea.GetAllAdjacentAreas() to CNavArea.GetAdjacentAreas()
* Renamed CNavArea.GetIncomingConnections( NavDir ) to CNavArea.GetIncomingConnectionsAtSide( NavDir )
* Renamed CNavArea.GetAllIncomingConnections() to CNavArea.GetIncomingConnections()
- Fixed static lighting breaking in some cases
- Unsubscribing from addons now properly deletes the associated .gma files
- Fixed another OSX build issue
* Renamed c_hands to c_arms
* Added CLuaLocomotion.IsAscendingOrDescendingLadder()
* Added CLuaLocomotion.IsUsingLadder()
* Added CNavArea.GetLaddersAtSide( NavLadderDir )
* Added CNavArea.GetLadders()
* Added CNavLadder.IsConnectedAtSide( CNavArea, NavLadderDir )
* Removed CNavLadder.IsUsableByTeam()
* Removed CNavLadder.GetLadderEntity()
* GitSync
Apparently these are used for menu state.
* Fixed GMPublish not updating addon tags
* Fixed game_ui entity not releasing player input on player death.
* GitSync
* net.WriteBit now also accepts numbers
* Added debug output to net.ReadUInt
* Hardcoded ban for a certain naughty server
* Fixed an exploit with OpenFolder