aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/VoiceChat/VoiceChatServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove the rex based voice chat. No current client implements this,Sean Dague2008-03-131-370/+0
| | | | | | and a seperate voice server approach compatible with SLVoice is needed here.
* Added copyright heaaders. Minor cleanup.Jeff Ames2008-03-041-0/+27
|
* * Removed and sorted using clauses in a number of files.Adam Frisby2008-03-031-1/+1
| | | | | | | | | | * Cleaned up ITerrainChannel * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Paint Brushes * Implemented Raise, Lower, Smooth, Flatten, Noise Terrain Fill Brushes * Implemented Export functionality for RAW32 terrain loader * Implemented Import/Export for SLRAW terrain loader * Implemented Export for JPEG terrain loader
* Update svn properties.Jeff Ames2008-02-261-343/+343
|
* * Another slight tweak to the Voice Chat engine - crash caused by switching ↵Adam Frisby2008-02-261-5/+2
| | | | to shared module fixed.
* * Small voice chat fixAdam Frisby2008-02-261-6/+9
|
* * Updated Voice Chat Server, added support for voice to cross region ↵Adam Frisby2008-02-261-6/+7
| | | | boundaries providing they are all located on the same simulator.
* * Fixed a null assignment in voice server.Adam Frisby2008-02-261-1/+1
|
* * Converted VoiceChatServer into a shared region module - now only one ↵Adam Frisby2008-02-261-8/+22
| | | | instance is required for the entire simulator, rather than one per region.
* * Added support for RealXtend Voice Chat as a Region Module to OpenSim ↵Adam Frisby2008-02-261-0/+328
Trunk. Enabled via [VoiceChat] enabled=true in OpenSim.ini