aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update grid list to match Kokua, and sort them.David Walter Seikel2013-04-081-156/+242
|
* MOAP Radar patch setRobin Cornelius2013-04-051-0/+128
|
* Merge the artwork and font "prebuilt" packages into the source repo, as ↵David Walter Seikel2012-03-0144-0/+4852
| | | | | | | | discussed on IRC and the mailing list, and remove some SL logos. I know, there are two slightly different LICENSE-logos.txt files. One that was originally in the source repo, one that was from the artwork package. I'm a coder, not a lawyer, and not the owner of those copyrights, so left them as is.
* Removed google translate since the service is no longer availableMcCabe Maxsted2012-02-181-11/+0
|
* Re-commented out Inventory loggingMcCabe Maxsted2012-02-171-1/+1
|
* Ported external script editor patch from Phoenix, added some cleanup, and ↵McCabe Maxsted2011-09-131-0/+11
| | | | made it use menus (also added autosave and fixed the 'reset' button alignment being off while I was there)
* Revert "Reverted ability to customize the Imprudence client tag color."McCabe Maxsted2011-09-081-0/+16
| | | | This reverts commit 87219855c664447a39dd7c2d8866f0a630d1c843.
* Backout of the sculptie derender patch ported from FireStormMcCabe Maxsted2011-09-081-22/+0
| | | | This also reverts 14f4622c and 534767ef
* Added debug settings RenderSculptSAThreshold and RenderSculptSAMax. Adjust ↵McCabe Maxsted2011-07-081-0/+22
| | | | these if sculpties ever go invisible that shouldn't
* Only check if an object is above SculptSAThresh if it's an actual sculptieMcCabe Maxsted2011-07-081-0/+1
|
* Added clear sounds cache optionMcCabe Maxsted2011-07-051-0/+11
|
* Added debug setting KeepUnpackedCacheFiles to keep unpacked script, sound, ↵McCabe Maxsted2011-07-051-0/+11
| | | | and avatar files in the cache between restarts
* Created new window for selectively clearing different parts of the cache ↵McCabe Maxsted2011-06-302-12/+61
| | | | from disk
* Created new window for inworld dice rolling in advanced > UI. Todo: add ↵McCabe Maxsted2011-06-231-0/+38
| | | | button for 'rocks fall, everybody dies'
* Fixed DicDownloadBaseURL to use http://app.kokuaviewer.org.Jacek Antonelli2011-06-161-1/+1
|
* Removed Meta7 and WorldSimTerra from default_grids.xml.Jacek Antonelli2011-06-151-31/+1
| | | | Meta7 is definitely gone, WorldSimTerra seems to be, too.
* Removed Aurora Grid from the default grid list.Jacek Antonelli2011-06-151-15/+0
| | | | It's only a testing/development grid, not intended for real use.
* Reverted ability to customize the Imprudence client tag color.Jacek Antonelli2011-06-141-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.
* Merge remote-tracking branch 'thickbrick/misc' into nextJacek Antonelli2011-06-141-1/+1
|\
| * Fix #924: default RunMultipleThreads to TRUE.thickbrick2011-06-091-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).
* | Updated app_settings/default_grids.xml from our online grid list.Jacek Antonelli2011-06-111-15/+22
| |
* | Removed debug setting MaxSelectDistance...McCabe Maxsted2011-06-091-11/+0
| | | | | | | | | | | | | | ... in favor of setting the select distance differently between opensim and second life in the hippo limits (cherry picked from commit 2545b11e06538010bd5ddb46499920a43889ed0f)
* | Re-enabled fetchinventoryonlogin setting and renamed it to ↵McCabe Maxsted2011-06-081-2/+2
| | | | | | | | fetchinventoryonlogin2 so it's enabled for users of previous versions
* | Always show lldebugs for inventory for now. Logs will be our best debugging ↵McCabe Maxsted2011-06-081-1/+1
|/ | | | tool for the test build
* Enable SaveSearchResults by default.Jacek Antonelli2011-06-061-1/+1
| | | | | Most users will want this, the only downside is some SLPlugin instances idling in the background.
* fix an edge case when voice didn't kick in; fix reconnect to voice not workingArmin Weatherwax2011-06-011-2/+2
|
* Merge branch 'viewerinfo' into nextJacek Antonelli2011-05-251-25/+0
|\
| * Removed viewerversion.xml, since it's not used anymore.Jacek Antonelli2011-05-251-26/+0
| |
| * Ported viewerinfo.cpp from Kokua.Jacek Antonelli2011-05-191-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.
* | Merge remote-tracking branch 'mccabe/1.4.0-fbeta-prefs_reorg' into nextJacek Antonelli2011-05-251-41/+30
|\ \
| * | Besides the numerous label and organizational changes, here are the main pointsMcCabe Maxsted2011-05-041-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
* | | revamp the voice client.Armin Weatherwax2011-05-222-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.
* | | escape special characters in settings.xmlArmin Weatherwax2011-05-171-15/+15
| |/ |/|
* | Bumped version to 1.4.0 beta 1.Jacek Antonelli2011-05-081-3/+3
| |
* | Merged Experimental branch (exp) back into main line (next).Jacek Antonelli2011-05-0810-150/+73979
|\ \ | |/ | | | | | | | | | | | | Git thought many files (almost 100) had merge conflicts. But, after resolving the conflicts (which were mostly trivial), almost all the files turned out to be the same as in the exp branch. So, the conflicts are not listed here. Check the diff between commit 244ffe8 and this commit to see what really changed.
| * Changed version to Experimental 2011.04.19McCabe Maxsted2011-04-191-1/+1
| |
| * fix some flaws in the cloud particle prefsArmin Weatherwax2011-04-191-0/+11
| |
| * add some basic cloud preferences in prefs > advanced >eye candy - please ↵Armin Weatherwax2011-04-191-2/+3
| | | | | | | | review perms
| * Merge remote-tracking branch 'armin/exp' into expMcCabe Maxsted2011-04-191-0/+11
| |\
| | * Add HeadFollowsMouse debugsetting + UI in preferences > advanced. Defaults ↵Armin Weatherwax2011-04-151-0/+11
| | | | | | | | | | | | | | | | | | | | | to *false* if false own avatars head doesn't follow the mouse no matter to what PitchFromMousePosition and YawFromMousePosition are set.
| * | Added custom nametag coloring for Imprudence tags (local only)McCabe Maxsted2011-04-191-1/+17
| | |
| * | Remember name and password based on grid. This is far from optimal, but will ↵McCabe Maxsted2011-04-191-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
| * | Updated the default_grids.xml entry for InWorldz (and fixed the capitalization)McCabe Maxsted2011-04-151-7/+7
| | |
| * | Ported Radar v9 patch from Henri Beauchamp (et al.) to Imp, placed it in the ↵McCabe Maxsted2011-04-131-0/+131
| | | | | | | | | | | | Advanced menu
| * | Ported SOCKS5 proxy support from Snowglobe 1.5McCabe Maxsted2011-04-121-3/+96
| |/
| * Updated the fix for #721: search lags, to include a checkbox to save search ↵McCabe Maxsted2011-04-111-0/+11
| | | | | | | | results for users who prefer to lag but keep their search resluts open
| * Changed version to Experimental 2011.04.02.Jacek Antonelli2011-04-021-1/+1
| |
| * Merge remote-tracking branch 'armin/exp' into expJacek Antonelli2011-04-021-40/+60
| |\
| | * cleaned up particle system llsd de/serialization; improvements to the avatar ↵Armin Weatherwax2011-03-251-40/+60
| | | | | | | | | | | | | | | | | | | | | | | | cloud * llsd now uses camel case for each key, confusion of particle max age vs source max age fixed * cloud.xml is now loaded with a fallback chain PER_SL_ACCOUNT -> USER_SETTINGS -> APP_SETTINGS so that customized clouds can exist per account or for all users and survive updates
| | * Don't report crashes if the grid where the crash happened is different from ↵Armin Weatherwax2011-03-221-0/+11
| | | | | | | | | | | | | | | | | | the grid logging in. Because otherwise crash statistics are wrong. See viewers with higher crash than disconnect rate.