8,596 Commits over 3,256 Days - 0.11cph!
* GitSync
* Fix default crouched hull height
* Reverted changes to Entity.SequenceDuration
* GMPublish: Clean up quota before updating/creating an addon, don't delete files from quota as soon as finishing updating
* GitSync
* Fixed a crash issue with npc_turret_floor
* Removed CNavArea.GetAdjacentAreaAtSide
* Added Warning()s to net.Send & net.SendOmit
* Entity.SetBonePosition's first argument is now not optional
* Last 5 arguments of EmitSentence & EmitSound globals are now optional
* Prevented "CEngineSoundServer::PrecacheSound: Bad string" from crashing the game
* Added more .ogg checks to sound functions
* Added CSoundPatch.GetSoundLevel()
* Added CSoundPatch.GetVolume()
* Added CSoundPatch.GetPitch()
Disable new NWVars again for now
* npc_dog no longer leaves effects behind
* npc_dog no longer has "Play Catch" behaviour enabled by default
* Player.Say() how properly uses the teamonly parameter
* PlayerSay hook now properly detects the teamonly chat
* Fixed TTT bugs
* Fixed advanced timers
* npc_barnacle no longer picks up players in noclip
* weapon_crossbow no longer leaves player zoomed in if dropped or removed
* GitSync
Fixed a huge exploit with "cvarlist" console command
* Attempted fix for unsigned integers in net messages #2
* Hardcore-er hardcoded ban for those naughty servers
* Increased env_projectedtexture max range in multiplayer to 54k
* Fixed new navmesh functions using 0-based indexing for tables ( Now uses 1-based )
* Added error messages to net.Send and net.SendOmit