aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-03Remove more of the "set your own tag colour" stuff.David Walter Seikel1-11/+0
I think this is right.
2011-09-13Ported external script editor patch from Phoenix, added some cleanup, and ↵McCabe Maxsted1-0/+11
made it use menus (also added autosave and fixed the 'reset' button alignment being off while I was there)
2011-09-08Revert "Reverted ability to customize the Imprudence client tag color."McCabe Maxsted1-0/+16
This reverts commit 87219855c664447a39dd7c2d8866f0a630d1c843.
2011-09-08Backout of the sculptie derender patch ported from FireStormMcCabe Maxsted1-22/+0
This also reverts 14f4622c and 534767ef
2011-07-08Added debug settings RenderSculptSAThreshold and RenderSculptSAMax. Adjust ↵McCabe Maxsted1-0/+22
these if sculpties ever go invisible that shouldn't
2011-07-08Only check if an object is above SculptSAThresh if it's an actual sculptieMcCabe Maxsted1-0/+1
2011-07-05Added clear sounds cache optionMcCabe Maxsted1-0/+11
2011-07-05Added debug setting KeepUnpackedCacheFiles to keep unpacked script, sound, ↵McCabe Maxsted1-0/+11
and avatar files in the cache between restarts
2011-06-30Created new window for selectively clearing different parts of the cache ↵McCabe Maxsted2-12/+61
from disk
2011-06-29Add the iGrid developmnet grid.David Walter Seikel1-2/+17
2011-06-25Update Infinite Grid details.meta-impy-v1.4.0-b1David Walter Seikel1-6/+6
2011-06-23Created new window for inworld dice rolling in advanced > UI. Todo: add ↵McCabe Maxsted1-0/+38
button for 'rocks fall, everybody dies'
2011-06-16Fixed DicDownloadBaseURL to use http://app.kokuaviewer.org.Jacek Antonelli1-1/+1
2011-06-15Removed Meta7 and WorldSimTerra from default_grids.xml.Jacek Antonelli1-31/+1
Meta7 is definitely gone, WorldSimTerra seems to be, too.
2011-06-15Removed Aurora Grid from the default grid list.Jacek Antonelli1-15/+0
It's only a testing/development grid, not intended for real use.
2011-06-14Reverted ability to customize the Imprudence client tag color.Jacek Antonelli1-16/+0
The Imprudence tag color is part of our official branding. Users can turn it off, but the color itself is not a matter of user preference. This reverts commits e7ab172b762bbbb87ca78889fdaecfda39a71233 and c903ce543fecedd53d07f2d0fa7f6b149b2b8a1, and removes two widgets from Preferences > Colors.
2011-06-11Updated app_settings/default_grids.xml from our online grid list.Jacek Antonelli1-15/+22
2011-06-09Removed debug setting MaxSelectDistance...McCabe Maxsted1-11/+0
... in favor of setting the select distance differently between opensim and second life in the hippo limits (cherry picked from commit 2545b11e06538010bd5ddb46499920a43889ed0f)
2011-06-09Fix #924: default RunMultipleThreads to TRUE.thickbrick1-1/+1
This should work around the 5% FPS slowdown caused by #614 and is generally a good idea (unless it causes problems, in which case it's definetely a bad idea).
2011-06-09Update the basic graphics detail slider.David Seikel4-156/+0
Looks like LL has had two ways of dealing with the basic graphics detail slider in preferences, which is typical of them. And looks like they left crap laying around from the old method. Removed the crap. Updated the values the slider uses to better suit modern equipment, while leaving the low end the same. Pumped up "linden" tree rendering, it was way too low.
2011-06-09Default Lightshare to being on.David Seikel1-1/+1
2011-06-08Re-enabled fetchinventoryonlogin setting and renamed it to ↵McCabe Maxsted1-2/+2
fetchinventoryonlogin2 so it's enabled for users of previous versions
2011-06-08Always show lldebugs for inventory for now. Logs will be our best debugging ↵McCabe Maxsted1-1/+1
tool for the test build
2011-06-06Enable SaveSearchResults by default.Jacek Antonelli1-1/+1
Most users will want this, the only downside is some SLPlugin instances idling in the background.
2011-06-06First hack at fixing up http://onefang.net/redmine/issues/41 .David Seikel4-10/+10
Definately needs more work at a deeper level.
2011-06-06Sort grids in alphabetical order. Removed some, added others.David Seikel1-131/+116
Removed LL grids, this viewer is not compliant with their policy. Removed OSGrid, they seem bent on banning users for no good reason. Added others that are where meta-impy users are likely to be hanging out.
2011-06-06Settings.xml is not really diff friendly. Patch up some, changes others ↵David Seikel1-44/+33
that I have reconsidered, fix up some actual problems.
2011-06-01fix an edge case when voice didn't kick in; fix reconnect to voice not workingArmin Weatherwax1-2/+2
2011-05-25Removed viewerversion.xml, since it's not used anymore.Jacek Antonelli1-26/+0
2011-05-22revamp the voice client.Armin Weatherwax2-3/+19
* 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.
2011-05-19Ported viewerinfo.cpp from Kokua.Jacek Antonelli1-4/+5
It defines the ViewerInfo module/namespace, which contains a variety of functions for querying the viewer name and version. It is designed to be a replacement for viewerversion.cpp and viewerversion.xml. viewerversion.cpp has been removed, but viewerversion.xml remains (albeit with a bogus version number) until the packaging system no longer uses it.
2011-05-17escape special characters in settings.xmlArmin Weatherwax1-15/+15
2011-05-14Bumped version to 1.3.2.Jacek Antonelli1-1/+1
2011-05-08Bumped version to 1.4.0 beta 1.Jacek Antonelli1-3/+3
2011-05-07Adding slackdog to the default list of grids.David Seikel1-0/+17
2011-05-04Besides the numerous label and organizational changes, here are the main pointsMcCabe Maxsted1-41/+30
* Moved numerous options out of the Advanced panel * Moved numerous options out of the General panel * Combined the Network and Web Browser panels * Combined IM, Chat, and Spell checking preferences * Combined 'Show timestamps in IMs' and 'Show timestamps in Local Chat' to one ShowTimestamps setting * Removed UI for 'hide my own group title'. This can still be set in the debug settings * Renamed Popups > Notifications * Renamed Chat Colors > Colors * Renamed 'IMs and Logging' to 'Logging and Privacy' * Moved Colors next to Skins * Added style guide to the top of every preferences panel xui
2011-05-02Getting client tags from the Imprudence site again.David Seikel1-2/+2
2011-05-02Bring back the default grid selector, reverts ↵David Seikel1-2/+2
8de9883c97375c42a70b415a75f7eee6553c0a9c.
2011-05-02Revert "Update meta7 login details, and add the beta grid."David Seikel1-30/+0
This reverts commit dc695aabe217d3b08554adc04f75997439b0c800. Meta 7 grid no longer exists. B-(
2011-05-02Revert "Update the grid manager to load grids from our meta7 server. Set the ↵David Seikel1-2/+2
default grid to meta7." This reverts commit 92d51b498d83e7ab917d53a47b566707adc088bf. We are no longer a meta 7 specific viewer.
2011-05-02Default to showing the grid manager on startup.David Seikel1-2/+2
2011-04-19Changed version to Experimental 2011.04.19McCabe Maxsted1-1/+1
2011-04-19fix some flaws in the cloud particle prefsArmin Weatherwax1-0/+11
2011-04-19add some basic cloud preferences in prefs > advanced >eye candy - please ↵Armin Weatherwax1-2/+3
review perms
2011-04-19Added custom nametag coloring for Imprudence tags (local only)McCabe Maxsted1-1/+17
2011-04-19Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted1-33/+0
work for the time being. * UI needs to be made clear on what's going on with user's passwords * 'Remember password' checkbox now works on login (but is unclear) * Stored passwords are MD5s in grid_info.xml * Fixed vivox license appearing on other grids rather than specifically on second life login when voice is enabled * Small fix for username entry after logout * Sadly, storing password in the mac keychain needs to be reimplemented now
2011-04-19Apparently there is a wrong client tag for firestorm out in the wild.David Seikel1-0/+12
Adding both, to be sure, plus I've never seen anyone using it.
2011-04-19Apparently there is a wrong client tag for Firestorm out in the wild.David Seikel1-0/+12
Adding both, to be sure, and I've not seen anyone using it anyway.
2011-04-15Updated the default_grids.xml entry for InWorldz (and fixed the capitalization)McCabe Maxsted1-7/+7
2011-04-15Add HeadFollowsMouse debugsetting + UI in preferences > advanced. Defaults ↵Armin Weatherwax1-0/+11
to *false* if false own avatars head doesn't follow the mouse no matter to what PitchFromMousePosition and YawFromMousePosition are set.