Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-05 | Merge | Anchor | |
2019-02-28 | increment viewer version to 6.1.1 | Nat Goodspeed | |
2019-02-22 | INTL-318: Fix syntax error in lang_tr.nsi. | Nat Goodspeed | |
2019-02-22 | INTL-318: Fix similar syntax error in lang_ru.nsi. | Nat Goodspeed | |
2019-02-21 | INTL-318: Fix syntax error in lang_es.nsi. | Nat Goodspeed | |
2019-02-21 | INTL-318: Add translations for new Windows installer messages. | Nat Goodspeed | |
2019-02-20 | [SL-10079] - added null check | Anchor | |
2019-02-12 | [SL-10179] - fix for bakes not updating on other avatars. set decode ↵ | Anchor | |
priorities for bakes was not getting called for other avatars | |||
2019-02-11 | SL-10506: Try again to attain desired behavior. | Nat Goodspeed | |
2019-02-10 | [SL-1360] - black skirt fix. reverting change. wearable data doesnt really ↵ | Anchor | |
work for other avatars. made an appearanace service change instead | |||
2019-02-09 | SL-10506: Disregard any previous installation. Start from scratch. | Nat Goodspeed | |
2019-02-06 | SL-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-06 | SL-10469: Add diagnostic popup when trying to delete old shortcuts. | Nat Goodspeed | |
2019-02-05 | [SL-1172] - fix selected saved textures not working | Anchor | |
2019-02-05 | SL-10469: Remove any similar shortcuts for old per-user install. | Nat Goodspeed | |
2019-02-04 | [SL-10079] - animesh handling for baked images | Anchor | |
2019-02-04 | [SL-10179] - up the priority on baked images so they get fetched and decoded | Anchor | |
2019-02-02 | SL-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-02 | SL-10396: Disable per-user installs: require Admin for all-users. | Nat Goodspeed | |
2019-02-02 | DRTVWR-447: Comment out Danish and Polish in one more file. | Nat Goodspeed | |
2019-01-29 | Merge | Anchor | |
2019-01-28 | [SL-1461] - fix black skirt | Anchor | |
2019-01-18 | SL-10153 bat file no longer should be in instal directory | andreykproductengine | |
2019-01-16 | SL-10341: Fix Mojave mic permission problem - thanks Tonya Souther! | Nat Goodspeed | |
2018-12-16 | DRTVWR-447: Merge up to latest viewer-release | Nat Goodspeed | |
2018-12-14 | SL-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-13 | increment viewer version to 6.0.2 | Nat Goodspeed | |
2018-12-10 | INTL-318: Stop processing Danish and Polish language files. | Nat Goodspeed | |
2018-12-08 | SL-10153: Add ole32 to WINDOWS_LIBRARIES so it's everywhere we need. | Nat Goodspeed | |
2018-12-05 | DRTVWR-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-04 | Merged INTL-316 | AndreyL ProductEngine | |
2018-12-03 | FIX INTL-316 translate Viewer Set54 into 9 languages, for Animesh project ↵ | eli | |
Viewer (repository: axon) | |||
2018-11-30 | SL-10147: Copy placeholder English text to supported NSIS languages. | Nat Goodspeed | |
2018-11-29 | fix typo | Anchor | |
2018-11-29 | [SL-9974] - fix bake attachments can't be selected after closing appearance ↵ | Anchor | |
floater | |||
2018-11-28 | [SL-9858] - fix horizontal scrollbar overlapping buttons | Anchor | |
2018-11-28 | [SL-10079] - Bom handling for animated objects | Anchor | |
2018-11-28 | Merge | Anchor | |
2018-11-28 | SL-10030: Include nextviewer.bat in the Windows install directory. | Nat Goodspeed | |
2018-11-22 | MAINT-8977 Only affect large LOD textures | andreykproductengine | |
2018-11-21 | SL-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-21 | DRTVWR-447: Fix longstanding NSIS warning about unused label. | Nat Goodspeed | |
2018-11-21 | DRTVWR-447: Fix syntax error in embedded variable reference. | Nat Goodspeed | |
2018-11-15 | SL-10010: Use trunk NSIS + Unicode attrib, instead of Unicode fork. | Nat Goodspeed | |
Back out misguided attempt to overwrite $PROGRAMFILES with $PROGRAMFILES64. | |||
2018-11-15 | SL-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-14 | DRTVWR-447: Animesh + BugSplat = 6.1 | Nat Goodspeed | |
2018-11-14 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2018-11-14 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2018-11-14 | increment viewer version to 6.0.1 | Nat Goodspeed | |
2018-11-14 | Merged in lindenlab/axon | AndreyL ProductEngine | |