summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2019-10-14[Project Copy/Paste] Texture supportKadah_Coba
2019-10-06[Project Copy/Paste] Simplified texture copy checkKadah_Coba
2019-09-06Cleanup object copy/paste functionsKadah_Coba
2019-04-18Build tools paste options menuKadah_Coba
2019-04-17Added translation support for build tools paste buttons tooltipsKadah_Coba
2019-04-16Added spotlight and phantom support to copy/pasteKadah_Coba
Added paste options menu
2019-04-11Added remaining physical properies to copy/pasteKadah_Coba
2019-04-09Added Copy/Paste object parameters in Build ToolsKadah_Coba
2019-04-08Added Copy/Paste to object properties in Build ToolsKadah_Coba
2019-04-02increment viewer version to 6.1.2Nat Goodspeed
2019-03-20Backed out changeset: 29f763ea2f9bAndreyL ProductEngine
The fix caused SL-10357
2019-03-14Merged in callum_linden/viewer-release-cve-2019-5786AndreyL ProductEngine
2019-03-13Fixed (#3)ruslantproductengine
2019-03-08Runtime files required by CEF changed in this version of CEF. We add them to ↵callum_linden
the cef-bin and dullahan 3p packages but they were not copied to the right place - now they are
2019-03-01mac build fix (add up to: ↵ruslantproductengine
https://bitbucket.org/lindenlab/viewer-cougar/pull-requests/46/clean-up-ui-scaling/diff)
2019-03-01Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-02-28increment viewer version to 6.1.1Nat Goodspeed
2019-02-22INTL-318: Fix syntax error in lang_tr.nsi.Nat Goodspeed
2019-02-22INTL-318: Fix similar syntax error in lang_ru.nsi.Nat Goodspeed
2019-02-21INTL-318: Fix syntax error in lang_es.nsi.Nat Goodspeed
2019-02-21INTL-318: Add translations for new Windows installer messages.Nat Goodspeed
2019-02-11SL-10506: Try again to attain desired behavior.Nat Goodspeed
2019-02-09SL-10506: Disregard any previous installation. Start from scratch.Nat Goodspeed
2019-02-08Clean up UI scalingAnsariel
2019-02-06SL-10469: Remove old-shortcut cleanup cruft: only works for Admin.Nat Goodspeed
The installer is (once again) running with Admin privilege elevation even for a Standard Windows user, so it can't determine the underlying Standard user. Therefore it can't clean up any per-user shortcuts left over for that Standard user. Moved the kludge to SLVersionChecker.
2019-02-06SL-10469: Add diagnostic popup when trying to delete old shortcuts.Nat Goodspeed
2019-02-05SL-10469: Remove any similar shortcuts for old per-user install.Nat Goodspeed
2019-02-04SL-5570 - Align planar faces" does not work on normal or specular mapsruslantproductengine
2019-02-02SL-9980: Update to viewer-manager 524014 to drop Admin for viewer.Nat Goodspeed
But since that viewer-manager build depends on being able to read the application name from build_data.json (to locate the shortcut), add an AppName key to build_data.json.
2019-02-02SL-10396: Disable per-user installs: require Admin for all-users.Nat Goodspeed
2019-02-02DRTVWR-447: Comment out Danish and Polish in one more file.Nat Goodspeed
2019-01-25SL-10194 Selecting mesh face doesn't highlight the face in any wayruslantproductengine
- Fixed according to Steeltoe notes. - Add const modifier for some methods
2019-01-18SL-10153 bat file no longer should be in instal directoryandreykproductengine
2019-01-16SL-10341: Fix Mojave mic permission problem - thanks Tonya Souther!Nat Goodspeed
2019-01-15- fix scale problem on Windowsruslantproductengine
2019-01-14- remove getDeviceScaleFactor() and replace it to getSystemUISize() ↵ruslantproductengine
according Ansariel note
2019-01-08SL-10194 Selecting mesh face doesn't highlight the face in any wayruslantproductengine
- Implemented
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-14Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2018-12-13increment viewer version to 6.0.2Nat Goodspeed
2018-12-10INTL-318: Stop processing Danish and Polish language files.Nat Goodspeed
2018-12-08SL-10153: Add ole32 to WINDOWS_LIBRARIES so it's everywhere we need.Nat Goodspeed
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-03FIX INTL-316 translate Viewer Set54 into 9 languages, for Animesh project ↵eli
Viewer (repository: axon)
2018-11-30SL-10147: Copy placeholder English text to supported NSIS languages.Nat Goodspeed
2018-11-28SL-10030: Include nextviewer.bat in the Windows install directory.Nat Goodspeed
2018-11-27Merged lindenlab/viewer-cougar into defaultRuslan Teliuk
2018-11-26SL-9766 [Render] [Mac] Alt + left mouse click has severely impaired functionsruslantproductengine
SL-10019 - [Mac] [Render] Right-click context menu immediately disappears when clicking any place in the ‘Inventory’ floater SL-9984 - [Retina] Camera frustum, do not display correctly on "WORLD MAP" window. SL-10027 - [Mac] [Render] Add toggle for Retina support to mitigate FPS loss Re-FIX for Retina support.