Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-20 | SL-4730 Prevent viewer from getting more texture details when low on memory | andreykproductengine | |
2018-11-21 | SL-10113 FIXED [Win] File pickers are not threaded in XUI preview floater | maxim_productengine | |
2018-11-20 | SL-10094 FIXED Mute sound should ONLY mute the viewer's sounds, not the ↵ | Mnikolenko ProductEngine | |
whole computer's (Mac) sound. | |||
2018-11-19 | SL-10089 Logs to see which gSavedSettings.get calls should be cached | andreykproductengine | |
2018-11-19 | SL-3404 Named log output for easier debugging and testing | andreykproductengine | |
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 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
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 | Added tag 6.0.0-release for changeset 821edfcd1491 | Nat Goodspeed | |
2018-11-14 | Merged in lindenlab/axon | AndreyL ProductEngine | |
2018-11-09 | SL-10018 FIXED Viewer crashes when clicking on a link of a folder in Inventory | maxim_productengine | |
2018-11-08 | SL-10030: Update to viewer-manager build 521526 | Nat Goodspeed | |
2018-11-08 | Merged lindenlab/viewer-cougar into default | Ruslan Teliuk | |
2018-11-08 | SL-10019 - [Mac] [Render] Right-click context menu immediately disappears ↵ | ruslantproductengine | |
when clicking any place in the ‘Inventory’ floater | |||
2018-11-07 | SL-9952: updater.exe now renamed to SLVersionChecker.exe | Nat Goodspeed | |
thereby avoiding strange Windows requirement for elevated privilege. | |||
2018-11-07 | SL-9952: Update to viewer-manager build 521490 | Nat Goodspeed | |
2018-11-07 | Backed out changeset: c094e4b68ee9 | AndreyL ProductEngine | |
2018-11-07 | Backed out changeset: 8f9f962ad6c0 | AndreyL ProductEngine | |
2018-11-06 | SL-10013 Crash in LLFolderViewModelItemInventory::filterChildItem(..) | maxim_productengine | |
2018-11-06 | Updated viewer manifest to address CEF runtime file differences | AndreyL ProductEngine | |
2018-11-06 | Updated dullahan to version 1.1.1093_3.3538.1849.g458cc98 build 521408 | AndreyL ProductEngine | |
2018-11-05 | Merged in graham_linden/viewer-cougar-graham (pull request #36) | Andrey Lihatskiy | |
SL-10005 Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> | |||
2018-11-05 | SL-1386 Fix for onSelectionChange crash | andreykproductengine | |
2018-11-05 | SL-9991 FIXED Crash in LLViewerLODTexture::processTextureStats() | maxim_productengine | |
2018-11-05 | SL-10006 Fixed crash in addScriptLine | andreykproductengine | |
2018-11-02 | Merge SL-10005 fix | Graham Linden | |
2018-11-02 | SL-10005 | Graham Linden | |
Make set of copied bits (depth and/or stencil) match those present in the source and dest. May avoid driver crash on Intel HD graphics. | |||
2018-11-02 | SL-9766 [Render] [Mac] Alt + left mouse click has severely impaired functions | ruslantproductengine | |
FIX #2 | |||
2018-11-02 | SL-979 Don't allow DnD or paste folders to “Lost and Found” | maxim_productengine | |
2018-11-02 | DRTVWR-447: Fix NSIS installer icons with "Modern UI" mechanism. | Nat Goodspeed | |
2018-11-02 | DRTVWR-447: Merge directly executing updater for Windows precheck. | Nat Goodspeed | |
2018-11-02 | DRTVWR-447: Back out changeset 69118ad33b45: directly run updater | Nat Goodspeed | |
from NSIS installer, instead of via explorer.exe. A recent test run performed the install, then opened an Explorer window on My Documents. <eyeroll/> | |||
2018-11-01 | DRTVWR-447: Allow Standard Windows user to install for current user. | Nat Goodspeed | |
This should eliminate any confusion due to a Standard user needing to elevate to Admin privileges, since from that point on Windows tells the running program the current user is that Admin. Bypass all that. | |||
2018-10-31 | SL-9984 - [Retina] Camera frustum, do not display correctly on "WORLD MAP" ↵ | ruslantproductengine | |
window. | |||
2018-10-30 | DRTVWR-447: Copy VIEWER_EXE to local variable (thanks Ansariel) | Nat Goodspeed | |
2018-10-30 | SL-9955 FIXED crash-on-exit in LLVivoxVoiceClient::removeObserver | Mnikolenko ProductEngine | |
2018-10-29 | SL-9980: Launch the first-run updater via explorer.exe as we used to | Nat Goodspeed | |
run the viewer from the installer. Turns out that the peculiar indirection through explorer.exe was a known trick for an elevated-privileges program to launch a program as the logged-in Windows user. (They could have commented that...) But explorer.exe doesn't pass command-line parameters, so if you want to pass any such to the actual target program, you have to launch a shortcut with those parameters. But this target program (the updater) and its parameters (precheck mumble) are specific to the very first viewer run after installation, so delete it after. Having an additional permanent icon that always runs the updater before the viewer would only confuse matters. | |||
2018-10-29 | SL-9964: Put Mac cursors back into Resources/cursors_mac subdirectory. | Nat Goodspeed | |
2018-10-27 | DRTVWR-447: Stop passing UpdaterServiceURL to leap updater. | Nat Goodspeed | |
In fact, mark UpdaterServiceURL as obsolete. (Consumers should consult build_data.json.) | |||
2018-10-27 | DRTVWR-447: Update to viewer-manager build 521170 | Nat Goodspeed | |
2018-10-27 | DRTVWR-447: Update to viewer-manager build 521169 | Nat Goodspeed | |
2018-10-26 | DRTVWR-447: For some reason the Windows viewer exe wasn't signed. | Nat Goodspeed | |
viewer_manifest.py was signing updater.exe within the package, and then signing the installer executable itself, but not the actual viewer executable. Add that. | |||
2018-10-24 | SL-1828 Indicate that "Allow Multiple Viewers" Preference is unsupported | maxim_productengine | |