aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2011-04-13Ported Radar v9 patch from Henri Beauchamp (et al.) to Imp, placed it in the ↵McCabe Maxsted1-0/+131
Advanced menu
2011-04-12Ported SOCKS5 proxy support from Snowglobe 1.5McCabe Maxsted1-3/+96
2011-04-11Updated the fix for #721: search lags, to include a checkbox to save search ↵McCabe Maxsted1-0/+11
results for users who prefer to lag but keep their search resluts open
2011-04-04build fixes, might build on linux nowJay Threeth1-0/+16
2011-04-02checkpoint, non functionalJay Threeth1-0/+71
2011-04-02Changed version to Experimental 2011.04.02.Jacek Antonelli1-1/+1
2011-04-01Fix 829: Several changes to media filterthickbrick1-0/+11
- Adds a "less annoying" mode, which attempts to only filter scripted streaming events. On by default (should we change that?) - Adds UI to enable and disable the media filter, both from the filter floater and from the preferences floater. - Adds a button to launch the filter floater to prefences. - Some UI tweaks to the filter floater.
2011-03-28Get the client tags from our own servers. Also, added the file for future ↵David Seikel2-2/+1444
reference.
2011-03-27Oops, fix the beta grid details.David Seikel1-2/+2
2011-03-25cleaned up particle system llsd de/serialization; improvements to the avatar ↵Armin Weatherwax1-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
2011-03-22Don't report crashes if the grid where the crash happened is different from ↵Armin Weatherwax1-0/+11
the grid logging in. Because otherwise crash statistics are wrong. See viewers with higher crash than disconnect rate.
2011-03-22several embedded browser proxy fixes and one small cookie fixArmin Weatherwax1-0/+35
* split xmlrpc and web browser proxy setting into 2 settings (because the login service might refuse to let you in using TOR) * fix web proxy to be used not only for the browser floater but also for login screen and parcel media. Backported for that the setProxyConfig method from Viewer-external(last gpl+floss version) * fix: no clear cookies button * todo: cookies need work note to devs of other viewers: if you find this useful feel free to apply my part to "lgpl v2.1 only" code without need to ask (thats all but setProxyConfig, which is anyway also released under lgpl by LL ).
2011-03-22Don't report crashes if the grid where the crash happened is different from ↵Armin Weatherwax1-0/+11
the grid logging in. Because otherwise crash statistics are wrong. See viewers with higher crash than disconnect rate.
2011-03-21several embedded browser proxy fixes and one small cookie fixArmin Weatherwax1-0/+35
* split xmlrpc and web browser proxy setting into 2 settings (because the login service might refuse to let you in using TOR) * fix web proxy to be used not only for the browser floater but also for login screen and parcel media. Backported for that the setProxyConfig method from Viewer-external(last gpl+floss version) * fix: no clear cookies button * todo: cookies need work note to devs of other viewers: if you find this useful feel free to apply my part to "lgpl v2.1 only" code without need to ask (thats all but setProxyConfig, which is anyway also released under lgpl by LL ).
2011-03-20Changed version to Experimental 2011.03.20McCabe Maxsted1-1/+1
2011-03-13Henri Beauchamps version of Sione Lomus media filter patch.Armin Weatherwax2-0/+28
from http://sldev.free.fr/ : "MediaFilter_v3: based on code by Sione Lomu with a couple of bugfixes by Tonya Souther, this improved patch brings media and streaming audio URLs filtering (to prevent IP ripping by so-called security systems which violate the SL TOS by catching your IP and associating your various avatars with it, thus violating your anonimity). Beside empowering your viewer with allow/deny/blacklist/whitelist functions per domain, this improved patch makes the difference between external servers (domains names filtering) and in-world servers (scripted objects with built-in HTTP servers). I also fixed various bugs, security holes and shortcomings, refactored the code and improved it, and added a whitelist/blacklist erasing function." Imprudence changes: added "MediaFilter" debug to be able to inspect the full url and media texture uuid
2011-03-11Changed version to Experimental 2011.03.11McCabe Maxsted1-1/+1
2011-03-10Tazy Scientist: Feature #759 Particle Chat EnhancedArmin Weatherwax1-1/+12
script is here: http://redmine.kokuaviewer.org/attachments/164/script.txt I (ArminW) added also a ParticleChatCannel setting to Tazys patch.
2011-03-04Updated default_grids.xml to include Aurora-GridMcCabe Maxsted1-1/+16
2011-03-04Recommented out plugin log info in logcontrol.xmlMcCabe Maxsted1-8/+9
2011-03-03Default to UTC time.David Seikel1-3/+3
2011-03-03No need for the default grid selector, this is the meta 7 viewer, the ↵David Seikel1-3/+3
default grid is meta 7.
2011-03-02Branding Meta7 -> meta 7.David Seikel2-4/+4
2011-03-01Revolution Smythe: load voice module depending on login responseArmin Weatherwax1-1/+11
2011-03-01fix news bar doesn't open internal browserArmin Weatherwax1-7/+9
2011-03-01Revert "Added a "news bar" at the bottom of the login screen."David Seikel1-11/+0
Seems like something that is better done in the login page for us, and stops people bitching about how insecure this viewer is due to sending stuff to the impy server. They are still sensative after the Emerald fiasco. This reverts commit 373179115193077d258881d54cc1c07edf99c3a5.
2011-02-27Added a "news bar" at the bottom of the login screen.Jacek Antonelli1-0/+11
The web page to load is defined by the setting "NewsBarURL". Default is "http://app.kokuaviewer.org/news/", which will display links to the latest Imprudence/Kokua blog posts, etc.
2011-02-27Improved warning message about SL statistics packet.Jacek Antonelli1-1/+1
2011-02-27Changed imprudenceviewer.org URLs to the new kokuaviewer.org URLs.Jacek Antonelli1-5/+5
2011-02-27Updated default_grids.xml from current online grids list.Jacek Antonelli1-26/+13
2011-02-25Unbranding. Todays word is "linden".David Seikel1-1/+1
2011-02-24Added a "news bar" at the bottom of the login screen.Jacek Antonelli1-0/+11
The web page to load is defined by the setting "NewsBarURL". Default is "http://app.kokuaviewer.org/news/", which will display links to the latest Imprudence/Kokua blog posts, etc.
2011-02-22Improved warning message about SL statistics packet.Jacek Antonelli1-1/+1
2011-02-22Changed imprudenceviewer.org URLs to the new kokuaviewer.org URLs.Jacek Antonelli1-3/+3
2011-02-22Updated default_grids.xml from current online grids list.Jacek Antonelli1-30/+17
2011-02-22Applied patch by Ansariel Hiller for #675: Keywords update to reflect ↵McCabe Maxsted1-1/+3
changes to llSensor LSL function (Partial cherry-pick of commit d13d991d2d29bd3d0cc9a0d4e5480a0705681d06)
2011-02-22re-enable statistics packet for SL, firstuse warn about itArmin Weatherwax1-0/+11
(cherry picked from commit 282cb19508dcd38039454dfe71d23bb042fe376c)
2011-02-20Reduce the logging spam to warnings. Debug was too much.David Seikel1-2/+2
2011-02-13UNBRANDING! Conservativley remove references to "second life", replacing ↵David Seikel1-6/+6
them with something generic.
2011-02-11Make most of search work.David Seikel1-0/+2
2011-02-10Patch by Armin to split apart the 'Plugin' logcontrol.xml entry to avoid ↵McCabe Maxsted1-1/+9
spam when debugging plugins
2011-02-09Update meta7 login details, and add the beta grid.David Seikel1-6/+19