* Removed steam_linux
* Fixed crash issue with PathSegment functions
* Fixed (Lua errors?) printing twice on Linux srcds
* Added CNewParticleEffect.__tostring() and other methods
* Added Entity.StopAndDestroyParticles()
* Added Entity.StopParticlesNamed( string, bool removenow = false )
* Added Entity.StopParticlesWithNameAndAttachment( string, int attachment, bool removenow = false )
* Entity.CreateParticleEffect() now returns the particle object it creates