aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #381: using voice causes viewer crash on disconnect/quitMcCabe Maxsted2010-08-264-19/+4
|
* Commented out unused .config files from viewer_manifest.py and made sure it ↵McCabe Maxsted2010-08-261-3/+4
| | | | uses the right llkdu.dll.2.config
* Re-added voice in CopyWinLibs.cmake and viewer_manifest.py--amendMcCabe Maxsted2010-08-261-1/+1
|
* Re-added voice in CopyWinLibs.cmake and viewer_manifest.pyMcCabe Maxsted2010-08-261-21/+21
|
* Fixed crash when logging into a region with progress screens disabledMcCabe Maxsted2010-08-262-28/+28
|
* Fixed #384: build math button overlaps some UI text. This feedback is still ↵McCabe Maxsted2010-08-261-1/+1
| | | | confusing either way
* Re-enabled search url fetching in the grid manager and fixed up web search ↵McCabe Maxsted2010-08-265-62/+115
| | | | to support them (fetched urls are equivalent to SearchURLDefault and searches follow the SL web search formatting)
* Applied patch by Altair Memo for VWR-19947: Nvidia gpu_table.txt updatedMcCabe Maxsted2010-08-261-0/+9
|
* Updated gpu_table.txt to viewer-external r3614McCabe Maxsted2010-08-261-47/+89
|
* Applied patch for SNOW-636: parse links to maps.secondlife.com in chat as ↵McCabe Maxsted2010-08-262-1/+13
| | | | slurls (viewer2 slurl format)
* Added meta7windlight.h file to CMakeMcCabe Maxsted2010-08-261-0/+1
|
* Added missing WL_SUN_MOON_POSITION LightShare constantMcCabe Maxsted2010-08-261-0/+1
|
* Draw stripes for area searchMcCabe Maxsted2010-08-261-6/+10
|
* remove llpanelmorphArmin Weatherwax2010-08-263-419/+0
|
* Reverted OpenSim search URLs back to Metaverse Ink.Jacek Antonelli2010-08-261-2/+2
| | | | They were unintentionally(?) changed to Avination in 521f7558.
* Added llkdu.dll.2.config to the repoMcCabe Maxsted2010-08-261-0/+19
|
* Fixed curly quotes for jcfloaterareasearchMcCabe Maxsted2010-08-262-2/+2
|
* Removed unused LLTabContainerVertical cruftMcCabe Maxsted2010-08-266-6/+0
|
* Removed pointless 'About' button from the preferencesMcCabe Maxsted2010-08-263-18/+1
|
* Tidied up Advanced preferences layout (client name tag options still need to ↵McCabe Maxsted2010-08-261-20/+11
| | | | be sorted out)
* Fixed the shadows checkbox not showing whether or not shadows were enabledMcCabe Maxsted2010-08-261-1/+4
|
* Added menu option for toggling IM auto-responses on/off underneath the Busy ↵McCabe Maxsted2010-08-267-176/+220
| | | | option
* Don't list clients as 'Failure' as it confuses people and isn't very niceMcCabe Maxsted2010-08-261-1/+1
|
* Avatar sounds now don't disable when from a region above current maturityMcCabe Maxsted2010-08-261-6/+6
|
* Use the correct setting name for LightShare.Jacek Antonelli2010-08-031-3/+3
|
* Updated version to 1.3.0 RC1.Jacek Antonelli2010-08-024-9/+9
|
* Fixed time format settings not being savedMcCabe Maxsted2010-08-023-0/+22
|
* Fixed extra space between timw and AM/PM in timestampsMcCabe Maxsted2010-08-021-1/+1
|
* Removed unnecessary line from floatergriddefault.cppMcCabe Maxsted2010-08-021-1/+0
|
* Removed unused ZHAO entries from the AO template and added it to cmakeMcCabe Maxsted2010-08-022-18/+13
|
* Renamed the "Clock" choices in Preferences > General.Jacek Antonelli2010-08-021-6/+6
|
* Added missing files from skins\default\xui\en-us to cmakeMcCabe Maxsted2010-08-021-0/+5
|
* Added first use grid selector for selecting the default grid when Imprudence ↵McCabe Maxsted2010-08-0210-24/+242
| | | | is first run
* Added loading kdu debugging info to the logMcCabe Maxsted2010-08-021-0/+1
|
* Fixed llfilepicker.cpp to use the right translation string for .raw files.Jacek Antonelli2010-08-021-1/+1
|
* Disable AllowMUpose and AutoCloseOOC by default.Jacek Antonelli2010-08-021-26/+22
| | | | | | They can make chat seem broken/weird if the user does not expect them. (Also moved the settings to the Imprudence section of settings.xml.)
* move llwarns ... "Grav SET to" ... to LL_DEBUGS("BodyPhysics")Armin Weatherwax2010-08-022-3/+4
|
* replace llwarns by LL_DEBUGS("View") in llview.h - pointless spam for enduserArmin Weatherwax2010-08-021-1/+1
|
* add checkboxes for MUpose and auto-close OOC to prefs advancedArmin Weatherwax2010-08-022-0/+19
|
* small show client name of others tweakingArmin Weatherwax2010-08-026-17/+91
|
* don't show textures without fetcher in texture-console (backport from Viewer ↵Armin Weatherwax2010-08-012-3/+7
| | | | 2.1)
* fix crash on relog introduced in 66b8150d4ec94161887cArmin Weatherwax2010-08-011-0/+5
|
* some more HUDEffect revampArmin Weatherwax2010-08-016-45/+140
|
* revamp a) privatelookattarget + b) privatepointattargetArmin Weatherwax2010-08-013-23/+42
| | | | | a) grey crosshair 2.5m in front b) just don't show the editing motion
* Made the LightShare preference behave like the other preferences.Jacek Antonelli2010-08-012-1/+6
| | | | i.e. it only goes into effect if you press Apply/OK.
* Revamped the LightShare option in Preferences > Advanced.Jacek Antonelli2010-08-015-26/+47
| | | | | Instead of a checkbox, it's now a combo box with "Never", "Ask me every time", or "Always".
* Removed control_name from old combo boxes to avoid conflicts.Jacek Antonelli2010-08-013-19/+19
|
* Get user confirmation even when using default Windlight settings.Jacek Antonelli2010-08-011-4/+3
| | | | | | | | This might be end up being a bit annoying, but it limits the potential for abuse (e.g. a bad script that cycles between light and dark could trigger seizures in some users, and sheer annoyance in the rest). We may want to add region whitelists and blacklists later.
* Tidied up and documented lightshare.cpp and lightshare.h.Jacek Antonelli2010-08-012-26/+57
|
* Added notification option to ignore all LightShare until you change regions.Jacek Antonelli2010-08-014-16/+45
|