aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Changed version to Experimental 2011.03.20McCabe Maxsted2011-03-201-1/+1
|
* Henri Beauchamps version of Sione Lomus media filter patch.Armin Weatherwax2011-03-132-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
* Changed version to Experimental 2011.03.11McCabe Maxsted2011-03-111-1/+1
|
* Merge remote-tracking branch 'armin/weekly' into weeklyMcCabe Maxsted2011-03-101-1/+12
|\
| * Tazy Scientist: Feature #759 Particle Chat EnhancedArmin Weatherwax2011-03-101-1/+12
| | | | | | | | | | script is here: http://redmine.kokuaviewer.org/attachments/164/script.txt I (ArminW) added also a ParticleChatCannel setting to Tazys patch.
* | Merge remote branch 'armin/weekly' into weeklyMcCabe Maxsted2011-03-042-2/+14
|\ \ | |/
| * Revolution Smythe: load voice module depending on login responseArmin Weatherwax2011-03-011-1/+11
| |
| * fix news bar doesn't open internal browserArmin Weatherwax2011-03-011-7/+9
| |
* | Updated default_grids.xml to include Aurora-GridMcCabe Maxsted2011-03-041-1/+16
| |
* | Recommented out plugin log info in logcontrol.xmlMcCabe Maxsted2011-03-041-8/+9
|/
* Added a "news bar" at the bottom of the login screen.Jacek Antonelli2011-02-271-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.
* Improved warning message about SL statistics packet.Jacek Antonelli2011-02-271-1/+1
|
* Changed imprudenceviewer.org URLs to the new kokuaviewer.org URLs.Jacek Antonelli2011-02-271-5/+5
|
* Updated default_grids.xml from current online grids list.Jacek Antonelli2011-02-271-26/+13
|
* Patch by Armin to split apart the 'Plugin' logcontrol.xml entry to avoid ↵McCabe Maxsted2011-02-101-1/+9
| | | | spam when debugging plugins
* Add an UI for Display name settings to prefs general, make the setting more ↵Armin Weatherwax2011-01-251-2/+2
| | | | | | | intuitive instead: of 0 legacy only , 1 both and 2 display names only we use now: 0 legacy, 1 display names only and 2 both
* Henri Beauchamp: Display Names support v4Armin Weatherwax2011-01-241-0/+36
|
* re-enable statistics packet for SL, firstuse warn about itArmin Weatherwax2011-01-201-0/+11
|
* load unloaded-avatar-cloud particle system from LLSD file.Armin Weatherwax2010-12-221-0/+88
|
* Changed version to Experimental 2010.11.13McCabe Maxsted2010-11-131-1/+1
|
* Updated local copy of default_grids.xml with the latest osgrid ↵McCabe Maxsted2010-11-131-5/+5
| | | | register/password urls and science sim name
* Applied patch by tx Oh for #647: loginuri of osgrid changedMcCabe Maxsted2010-11-131-1/+1
|
* Added info to DisableInternalFlyUpAnimation to clarify it's local machine onlyMcCabe Maxsted2010-11-121-1/+1
|
* Applied patch by Ansariel Hiller for #689: Optionally disable internal hover ↵McCabe Maxsted2010-11-121-0/+11
| | | | (fly) up animation
* Added missing 'Plugin' entry in logcontrol.xmlMcCabe Maxsted2010-11-101-0/+1
|
* fix: add missing AllowEditingOfTrees settingArmin Weatherwax2010-11-091-0/+12
|
* fix: add missing settings for logging into Aurora SimArmin Weatherwax2010-11-091-1/+37
|
* Changed nickname highlight nick settings from 'nick#' to ↵McCabe Maxsted2010-11-051-3/+3
| | | | 'HighlightNickname#' to match the rest of settings.xml. Nicknames set before this commit will need to be set again due to the new preferences name
* Applied patch by Ansariel Hiller for #675: Keywords update to reflect ↵McCabe Maxsted2010-11-052-1/+5
| | | | changes to llSensor LSL function
* Fixed missing UseLocalChatWithBubbles control introduced in af6877fb (#685), ↵McCabe Maxsted2010-11-051-0/+11
| | | | patch by Nicky Perian
* Merged webkit_plugins into weekly. Huzzah! The weekly branch now has ↵McCabe Maxsted2010-11-021-12/+89
|\ | | | | | | browser/media plugin support
| * Merge branch 'weekly' into webkit_pluginsAleric Inglewood2010-10-282-1/+23
| |\
| * \ Merge branch 'weekly' into webkit_pluginsAleric Inglewood2010-10-222-12/+61
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/indra/cmake/GStreamer.cmake linden/indra/cmake/GStreamer.cmake was deleted: we're going to try to use system libs, so any improvements that have been made in weekly have been invane. linden/indra/newview/llstartup.cpp Trivial #include collision. One include added another removed. Fixed. linden/indra/newview/lltoolpie.cpp Collision with RLV, pretty trivial. Fixed. linden/indra/newview/viewer_manifest.py Trivial White space fix collision with commenting out of gstreamer libs. Fixed.
| * | | Sync LLViewerMediaImpl::newSourceFromMediaType with SG2Aleric Inglewood2010-10-191-11/+44
| | | | | | | | | | | | | | | | | | | | | | | | Also renamed CookiesEnabled to BrowswerCookiesEnabled. Added BrowserJavascriptEnabled, BrowserPluginsEnabled and PluginAttachDebuggerToPlugins.
| * | | Revert "port of LL renderpipeline/Kirstens S19 pipeline for bridging to ↵Robin Cornelius2010-10-1080-4822/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Viewer 2 texture system" This reverts commit 087e15e89930d51c3964329befb273ae3b2d330d. Conflicts: linden/indra/newview/llsurface.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h
| * | | Merge branch 'mccabe-plugins' into plugins_mergeRobin Cornelius2010-10-1080-131/+4867
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: linden/doc/contributions.txt linden/indra/cmake/GStreamer.cmake linden/indra/cmake/LLMedia.cmake linden/indra/cmake/OPENAL.cmake linden/indra/llmedia/CMakeLists.txt linden/indra/llprimitive/material_codes.h linden/indra/newview/chatbar_as_cmdline.cpp linden/indra/newview/llappviewer.cpp linden/indra/newview/llfloatertos.cpp linden/indra/newview/llstartup.cpp linden/indra/newview/llviewerwindow.cpp linden/indra/newview/llvoavatar.cpp linden/indra/newview/pipeline.cpp linden/indra/newview/pipeline.h linden/indra/newview/viewer_manifest.py linden/install.xml
| | * | | port of LL renderpipeline/Kirstens S19 pipeline for bridging to Viewer 2 ↵Armin Weatherwax2010-09-2380-130/+4822
| | | | | | | | | | | | | | | | | | | | texture system
| | * | | lost in merge: 1 debug setting, some member variables from llpanellandmediaArmin Weatherwax2010-09-231-0/+11
| | | | | | | | | | | | | | | | | | | | todo: review llpanellandmedia; port flotervoicelicense
| | * | | llmediaplugins first stepArmin Weatherwax2010-09-231-1/+34
| | | | |
* | | | | Load default grid list url from new GridUpdateList settingMcCabe Maxsted2010-11-011-0/+11
| | | | |
* | | | | Added missing cloud settings to settings.xmlMcCabe Maxsted2010-11-011-0/+88
| | | | |
* | | | | Removed duplicate 'BulkChangeIncludeAnimations' in settings.xml.Jacek Antonelli2010-10-261-33/+0
| |_|_|/ |/| | |
* | | | Changed version to Experimental 2010.10.23McCabe Maxsted2010-10-231-1/+1
| | | |
* | | | Added FontSizeMultiplier and FontSizeRounding settings.Jacek Antonelli2010-10-221-0/+22
| |_|/ |/| | | | | | | | | | | Gives more control over font sizes, addresses font being smaller than some users desire.
* | | Changed version to Experimental 2010.10.17McCabe Maxsted2010-10-171-1/+1
| | |
* | | Disabled inventory loading on login unless FetchInventoryOnLogin is true ↵McCabe Maxsted2010-10-161-0/+16
| | | | | | | | | | | | (default to false)
* | | Applied RLVa-1.1.2-Imprudence.patch by Kitty BarnettMcCabe Maxsted2010-10-091-11/+44
|/ /
* | Changed version to Experimental 2010.10.09McCabe Maxsted2010-10-091-1/+1
| |
* | Merge remote branch 'elektra/weekly' into weeklyMcCabe Maxsted2010-10-081-0/+11
|\ \
| * | Implemented friends tags highlighting, including preferences->general ↵elektrahesse2010-10-081-0/+11
| | | | | | | | | | | | checkbox to enable/disable the feature. The font on the tags is rendered in bold when the option is active.