aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/kowopenregionsettings.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* revamp the voice client.Armin Weatherwax2011-05-221-7/+1
| | | | | | | | | | | | | | | | * split the "voice" debug tag into several tags for usable filtering while debugging * remove debug-spam from user view by: * remove capability request spam by: * llstartup the voice client state engine when actually a region is present, and not the initial fake region. * don't request a capability to determine if (the very same) capability can be requested. * don't do it over and over as if a capability rezzed in like an avatar. Its available - or not (see llstartup). * unload the daemon if not used. * load vivox daemon depending on specific criteria in the caps * remove the partial implementation to load a specific daemon with via the openregion message or the login response. * discard obsolete caps. Tested and working on linux: Parcel changing, region changing, (SL) voice-disabled region private call, (SL) private call region changing, (OS) no voice <-> voice region changing, (OS) mumble <-> freeswitch region changing. To test: Mac, Win. Anything that needs to be tested and not mentioned above.
* Fix setting the viewer offset time from OpenRegionSettings, and also have it ↵RevolutionSmythe2011-03-181-1/+5
| | | | show what UTC offset it is representing in the time bar.
* Revolution Smythe: load voice module depending on login responseArmin Weatherwax2011-03-011-0/+7
|
* Rename hippo* files to lower case (PART 2 OF 2)Aleric Inglewood2010-11-051-1/+1
| | | | | | | | | | | There was a problem with #include "hippolimits.h" because the file is called hippoLimits.h (with an uppercase L). After some discussion on IRC it was reluctantly decided that filenames should be lowercase, as is done for every Linden file. This is part 2 or 2 (the first part just renamed the files). This part changes all files to make the viewer compile again after the renaming.
* Fixed crash when logging into an Aurora sim without the region/estate window ↵McCabe Maxsted2010-11-011-4/+3
| | | | open
* Don't allow setting draw distance below 0 in the openregionsettingsMcCabe Maxsted2010-11-011-1/+5
|
* Finishes the OpenRegionSettings module, adds a new panel to Region/Estate ↵RevolutionSmythe2010-11-011-19/+73
| | | | for OpenRegionSettings, adds the new CAPS based WindLight Settings module, cleans up a few UI parts, and rebuilds the ToS window to support OpenSim regions better.
* forgot the main file for the OpenRegionInfo handlerPatrick Sapinski2010-09-221-0/+162