summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2018-12-18SL-10251 show correct fee for 'save to disk' option on Japanese localizationmaxim_productengine
2018-12-16DRTVWR-447: Merge up to latest viewer-releaseNat Goodspeed
2018-12-14SL-10153: Review and rationalize fetching paths from environment.Nat Goodspeed
Use LLStringUtil::getenv() or getoptenv() whenever we fetch a string that will be used as a pathname. Use LLFile::tmpdir() instead of getenv("TEMP"). As an added extra-special bonus, finally clean up $TMP/llcontrol-test-zzzzzz directories that have been accumulating every time we run a local build!
2018-12-13increment viewer version to 6.0.2Nat Goodspeed
2018-12-13SL-10236 The "Attach To", "Attach To HUD", and "Wear" options aren't greyed outandreykproductengine
2018-12-14SL-10233 FIXED 'Default' button doesn't work in 'Pick:Texture' floater for ↵maxim_productengine
multiple selections with different textures
2018-12-14Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2018-12-13SL-10229 FIXED Group icon doesn't display by default in the People and ↵maxim_productengine
Profile floaters after creating new group
2018-12-13SL-1481 Time limit should be per objectandreykproductengine
2018-12-12SL-10231 Bug in texture cache size computationandreykproductengine
2018-12-13SL-10228 FIXED HTTP/HTTPS URL in the object name is represented as a ↵maxim_productengine
hyperlink in message floater
2018-12-12INTL-324 added support for TLS failure dialog localizationAndreyL ProductEngine
2018-12-12SL-9512 Move constant to common placeandreykproductengine
2018-12-10INTL-318: Stop processing Danish and Polish language files.Nat Goodspeed
2018-12-10SL-10092 Autoreplace Keyword was not working with non-English charactersandreykproductengine
2018-12-09SL-10001 Fixed scaleandreykproductengine
2018-12-08SL-10153: Add ole32 to WINDOWS_LIBRARIES so it's everywhere we need.Nat Goodspeed
2018-12-06SL-10172 Add a KB link to the TLS failure dialogandreykproductengine
2018-12-07SL-10175 Update copyright year in application infoMnikolenko ProductEngine
2018-12-05DRTVWR-447: Fix BugSplat init with non-ASCII chars in install path.Nat Goodspeed
The whole remaining difference between llifstream and std::ifstream is that the former handles UTF-8 coded pathnames. Microsoft's implementation of the latter does not.
2018-12-04Merged INTL-316AndreyL ProductEngine
2018-12-04SL-1481 Don't predict region crossings over a secondandreykproductengine
2018-12-04Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2018-12-04mac build fixAndreyL ProductEngine
2018-12-04SL-10149 FIXED 'Mute when minimized' checkbox is displayed without focus on ↵maxim_productengine
it after pressing on label in the "Preferences" floater
2018-12-03FIX INTL-316 translate Viewer Set54 into 9 languages, for Animesh project ↵eli
Viewer (repository: axon)
2018-12-03SL-10152 Uninstaller's offers to delete remaining files is problematicandreykproductengine
2018-12-03SL-10080 clamp instead of llmaxandreykproductengine
2018-12-03SL-10150 'Preset in use' shows last used preset name after deleting itmaxim_productengine
2018-11-30SL-10147: Copy placeholder English text to supported NSIS languages.Nat Goodspeed
2018-11-29SL-9747 [Mesh Uploader] Remove confusing model_metric from uploadandreykproductengine
2018-11-29SL-10135 Change group notices to show as SLTmaxim_productengine
2018-11-28SL-10030: Include nextviewer.bat in the Windows install directory.Nat Goodspeed
2018-11-27SL-10080 Limit LOD factor to 4andreykproductengine
2018-11-27SL-10096 ParcelPropertiesRequest is sent too often when terraforming or ↵andreykproductengine
hover tooltips are On
2018-11-26SL-10101 Remade most frequent setting calls to cached variantsandreykproductengine
2018-11-22Merged in lindenlab/viewer-lynxAndreyL ProductEngine
2018-11-22line endings fixmaxim_productengine
2018-11-22MAINT-8977 Only affect large LOD texturesandreykproductengine
2018-11-21SL-10077: Save correct uninstall directory and (un)install mode.Nat Goodspeed
Curiously, the value of $INSTDIR is correct before MULTIUSER_UNINIT, but is made incorrect by MULTIUSER_UNINIT. Save and restore the correct value. Saving $MultiUser.InstallMode in the registry (by setting relevant macros examined by MultiUser.nsh) is susceptible to overwriting if the user installs multiple viewers with the same channel name. Instead, write an InstallMode.txt in the install directory, and read it back on uninstall. Of course, add it to the files to be deleted on uninstall.
2018-11-21DRTVWR-447: Fix longstanding NSIS warning about unused label.Nat Goodspeed
2018-11-21DRTVWR-447: Fix syntax error in embedded variable reference.Nat Goodspeed
2018-11-20SL-4730 Prevent viewer from getting more texture details when low on memoryandreykproductengine
2018-11-21SL-10113 FIXED [Win] File pickers are not threaded in XUI preview floatermaxim_productengine
2018-11-20SL-10094 FIXED Mute sound should ONLY mute the viewer's sounds, not the ↵Mnikolenko ProductEngine
whole computer's (Mac) sound.
2018-11-19SL-3404 Named log output for easier debugging and testingandreykproductengine
2018-11-15SL-10010: Use trunk NSIS + Unicode attrib, instead of Unicode fork.Nat Goodspeed
Back out misguided attempt to overwrite $PROGRAMFILES with $PROGRAMFILES64.
2018-11-15SL-10010: Use c:\Program Files rather than c:\Program Files (x86)Nat Goodspeed
for 64-bit viewers. It seems there's a longstanding bug in NSIS: it fails to use $PROGRAMFILES64 rather than $PROGRAMFILES when performing an all-users install of a 64-bit program. Try to remedy that. Also pick up a few NSIS suggestions from Ansariel Hiller.
2018-11-14DRTVWR-447: Animesh + BugSplat = 6.1Nat Goodspeed
2018-11-14Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed