aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/app_settings (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Changed version to Experimental 2010.10.06-hotfixMcCabe Maxsted2010-10-061-1/+1
|/ /
* | Changed version to Experimental 2010.10.02McCabe Maxsted2010-10-021-1/+1
| |
* | Moved RenderWaterVoidCulling into the Imprudence section of settings.xmlMcCabe Maxsted2010-09-251-11/+11
| |
* | Applied patch by Aleric Inglewood for VWR-12984: Water flickers and ↵McCabe Maxsted2010-09-251-0/+11
| | | | | | | | disappears in patches, part 1
* | Merge remote branch 'armin/weekly' into weeklyMcCabe Maxsted2010-09-231-2/+2
|\ \
| * | fix: "Random" is no integerArmin Weatherwax2010-09-231-2/+2
| |/
* | Added handler for new OpenSim function "OpenRegionInfo", more info at ↵Patrick Sapinski2010-09-221-0/+14
| | | | | | | | | | | | http://imprudenceviewer.org/wiki/Opensim_information_needed Currently only supports a fraction of the provided parameters.
* | Show start location on the login screen by defaultMcCabe Maxsted2010-09-191-1/+1
| |
* | Changed ResetFocusOnSelfClick to default to false. TODO: investigate a ↵McCabe Maxsted2010-09-191-1/+1
|/ | | | better way of handling this
* Changed version to Experimental 2010.09.18McCabe Maxsted2010-09-181-1/+1
|
* Default upload animation preview to own avatarArmin Weatherwax2010-09-181-1/+1
|
* Merge remote branch 'elektra/weekly' into weeklyMcCabe Maxsted2010-09-171-0/+33
|\
| * Added nicknames support for chat highlighting (up to 3) in prefs->adv->extraelektrahesse2010-09-161-0/+33
| |
* | Added LSL and LSL2 to the en_sl dictionaryMcCabe Maxsted2010-09-151-0/+2
|/
* Moved web map settings to the imprudence section of settings.xmlMcCabe Maxsted2010-09-131-23/+23
|
* Henri Beauchamp: use http map if possible. Fixes broken map in SL + http map ↵Armin Weatherwax2010-09-131-0/+22
| | | | possible for OS
* Changed version to Experimental 2010.09.11McCabe Maxsted2010-09-111-1/+1
|
* Made the default friend chat color the same color as friends' glyph in the ↵McCabe Maxsted2010-09-111-3/+3
| | | | mini-map
* Disabled highlight for own name color by default to avoid confusionMcCabe Maxsted2010-09-111-2/+2
|
* Made DroidSans the new default font.Jacek Antonelli2010-09-101-4/+4
|
* Added Delicious and DroidSans fonts to package and preferences.Jacek Antonelli2010-09-101-1/+1
|
* Added Preferences > Fonts tab, with basic font chooser.Jacek Antonelli2010-09-101-0/+11
| | | | Choosing a font sets FontChoice setting, but no real effect yet.
* Fixed chat colors and added group im colorselektrahesse2010-09-101-0/+11
|
* Added a Extra tab in adv. preferences to enable/disable chat colors and to ↵elektrahesse2010-09-101-0/+54
| | | | select the colors
* Ported use group name in chat feature from EmeraldMcCabe Maxsted2010-09-101-0/+11
|
* Ported ResetFocusOnSelfClick debug setting from Emerald, set the default to ↵McCabe Maxsted2010-09-101-0/+11
| | | | false
* Applied #472: teleport history from Emerald, patch by Ansariel Hiler, ↵McCabe Maxsted2010-09-071-1/+17
| | | | feature originally by Zi Ree
* Changed version to 'Experimental 2010.09.04'.Jacek Antonelli2010-09-041-2/+2
|
* Changed default UIScaleFactor from 1.002 to 1.0. Revert back if letters ↵McCabe Maxsted2010-09-041-1/+1
| | | | start showing crazy leading again
* Switched main viewer font to DejaVu Sans Condensed.Jacek Antonelli2010-09-031-2/+2
| | | | | Tweaked a few parts of the UI layout to fit the font better. Still no easy way to switch fonts yet.
* Fixed other instances of 'www.imprudenceviewer.org'. There is no www.Jacek Antonelli2010-09-031-1/+1
|
* Fixed dictionaries URL (should be no www).Jacek Antonelli2010-09-031-1/+1
|
* disable speedrez by default, because it confuses less advanced users.Armin Weatherwax2010-09-031-1/+1
|
* Added some subgroups to the SL dic (these commits should really be squashed ↵McCabe Maxsted2010-09-031-0/+3
| | | | once the testing spurt is done)
* Fixed domain suffixes showing up as misspelledMcCabe Maxsted2010-09-021-3/+9
|
* Added chatbar as commandline commands to spell checkMcCabe Maxsted2010-09-021-1/+16
|
* Revert "Toggle between limited and sim-wide range for radar" temporarily ↵McCabe Maxsted2010-09-021-11/+0
| | | | | | since we're not doing radar improvements this week This reverts commit bc1263e920eb673f3c93edb8757b97b9a8a7125a.
* Replaced Emerald's dict with one by us: en_sl.dic, licensed under the GPLv2McCabe Maxsted2010-09-021-10754/+1680
|
* Removed broken edit button from spell check prefs, added a new debug setting ↵McCabe Maxsted2010-09-021-0/+11
| | | | DicDownloadBaseURL
* autocorrect defaults for spellcheckerPatrick Sapinski2010-09-011-0/+8331
|
* Moved chatbar commandline options into their own window, cleaned up more stuffMcCabe Maxsted2010-09-011-20/+20
|
* Henri Beauchamp: polish up of the animation preview when uploadingArmin Weatherwax2010-09-011-7/+18
|
* quick hack: preview animation locally on own avatar when uploading.Armin Weatherwax2010-09-011-7/+7
| | | | | | | modified: linden/indra/newview/app_settings/settings.xml modified: linden/indra/newview/llfloateranimpreview.cpp modified: linden/indra/newview/llfloateranimpreview.h modified: linden/indra/newview/skins/default/xui/en-us/floater_animation_preview.xml
* added autocorrect functionality and floaterPatrick Sapinski2010-08-301-1/+12
|
* updated chatbar command line and added the necessary settings and hooks to ↵Patrick Sapinski2010-08-301-0/+225
| | | | use it
* forgot a few settings necessary for the translation featurePatrick Sapinski2010-08-301-1/+23
|
* added spellcheck + translation from Emerald Viewer. references to ↵Patrick Sapinski2010-08-304-0/+73276
| | | | modularsystems.sl should be changed!
* Added debug setting UseLegacyChatLogsFolder for saving chat.txt and IM logs ↵McCabe Maxsted2010-08-301-0/+11
| | | | in non-grid-specific folders
* Added missing 'TextureCache' entry to logcontrol.xmlMcCabe Maxsted2010-08-301-1/+2
|
* Fixed #455: inventory found items vanish after a certain amount of time. ↵McCabe Maxsted2010-08-301-11/+11
| | | | Also fixed several inventory search bugs by updating desc. etc. searches to the latest Emerald version