summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2019-04-02Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2019-04-02increment viewer version to 6.1.2Nat Goodspeed
2019-03-20Backed out changeset: 29f763ea2f9bAndreyL ProductEngine
The fix caused SL-10357
2019-03-19Merged in callum_linden/viewer-release-cve-2019-5786AndreyL ProductEngine
2019-03-19Merged in callum_linden/viewer-release-cve-2019-5786AndreyL ProductEngine
2019-03-18Pull in a change to Dullahan that allows user to specify flag that lets ↵callum@gmail.com
video/audio autoplay like it did before Chrome 70? (Dullahan v1.1.1320). Also sets a flag in media plugin CEF code to change the settings from false (default) to true
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-06Automated merge with ssh://bitbucket.org/lindenlab/vir-fixesNat Goodspeed
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-06SL-10471 - collision volume apiBrad Payne (Vir Linden)
2019-02-05SL-10471 - animation validation for constraintsBrad Payne (Vir Linden)
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-15Merged lindenlab/viewer-cougar into defaultRuslan Teliuk
2019-01-15- fix scale problem on Windowsruslantproductengine
2019-01-14Merged in ruslantproductengine/viewer-cougar-4cr-5 (pull request #41)Andrey Lihatskiy
SL-10176 - [Love Me Render] MacOS Quit / Shutdown crash Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
2019-01-14- remove getDeviceScaleFactor() and replace it to getSystemUISize() ↵ruslantproductengine
according Ansariel note
2019-01-14- add static construslantproductengine
2019-01-08SL-10285 - removed one possible route for the isImpostor() crash. ↵Brad Payne (Vir Linden)
Intermittent issue.
2019-03-14Merged in callum_linden/viewer-release-cve-2019-5786AndreyL ProductEngine
2019-03-01Merged in lindenlab/viewer-release and incremented viewer version to 6.2.0AndreyL ProductEngine
2019-02-07SL-1036 Update estate access lists on the agent's access level changeAndreyL ProductEngine
2019-01-18SL-1942 Fixed the estate list change Confirmation messages to show agent ↵AndreyL ProductEngine
names properly
2019-01-08SL-10194 Selecting mesh face doesn't highlight the face in any wayruslantproductengine
- Implemented
2018-12-17SL-10252: On Windows, use $SystemRoot again, not FOLDERID_Fonts.Nat Goodspeed
2018-12-16Automated merge with ssh://bitbucket.org/lindenlab/viewer-bugsplatNat Goodspeed
2018-12-16DRTVWR-447: Merge up to latest viewer-releaseNat Goodspeed
2018-12-15SL-10153: auto name{expression} declares an initializer_listNat Goodspeed
instead of a variable of type decltype(expression). Using SHGetKnownFolderPath(FOLDERID_Fonts) in LLFontGL::getFontPathSystem() requires new Windows #include files. A variable with a constructor can't be declared within the braces of a switch statement, even outside any of its case clauses.
2018-12-15increment viewer version to 6.1.0AndreyL ProductEngine
2018-12-15Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2018-12-14SL-10153: VS 2013 isn't so fond of ?: involving std::string.Nat Goodspeed