8,596 Commits over 3,256 Days - 0.11cph!
* 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
* Attempted fix for unsigned integers in net messages #2
* Hardcore-er hardcoded ban for those naughty servers
Fixed a huge exploit with "cvarlist" console command
* npc_barnacle no longer picks up players in noclip
* weapon_crossbow no longer leaves player zoomed in if dropped or removed
* GitSync
* Fixed TTT bugs
* Fixed advanced timers
* 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
Disable new NWVars again for now
* 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()
* 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