Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-11 | SL-16842: Update to viewer-manager build 568451 | Nat Goodspeed | |
2022-02-08 | DRTVWR-555: Update to viewer-manager build 568310 | Nat Goodspeed | |
2022-02-04 | SL-16788: Update to viewer-manager build 568156 | Nat Goodspeed | |
2022-02-04 | SL-16787 Updater launch issues. | Andrey Kleshchev | |
2022-02-03 | DRTVWR-555 Sign SLVersionChecker with the hardened runtime | Andrey Lihatskiy | |
2022-02-02 | SL-16630 Notarization script update | Andrey Lihatskiy | |
(cherry picked from commit 5fcb811aa2b455cebf18830cf0cdef14025dacdb) | |||
2022-02-02 | SL-13792: Update to viewer-manager build 568036 | Nat Goodspeed | |
2022-02-01 | SL-13792: Update to viewer-manager build 568005 | Nat Goodspeed | |
2022-02-01 | SL-13792: Update to viewer-manager build 567997 | Nat Goodspeed | |
2022-02-01 | SL-13792: Cannot mix print statement and print function. | Nat Goodspeed | |
'from __future__ import print_function' not only makes the print() function available, it also makes the Python 2 print statement invalid syntax. Until we merge with the Python 3 branch (soon!), don't import print_function: instead revert to 'print >> sys.stderr' statements. | |||
2022-02-01 | SL-13792: _greenlet.so is no longer exposed in Mac viewer app bundle. | Nat Goodspeed | |
Instead we have a new bundled executable SLVersionChecker, so that must be signed instead of _greenlet.so. | |||
2022-01-31 | SL-13792: Use new Python 3 SLVersionChecker. | Nat Goodspeed | |
On Mac, execute the packaged SLVersionChecker directly rather than invoking system Python on our manually-bundled scripts. | |||
2022-01-12 | Increment viewer version to 6.5.3 | Nat Goodspeed | |
following promotion of DRTVWR-554 | |||
2022-01-11 | SL-11875 Verbose log | Andrey Lihatskiy | |
2022-01-11 | SL-16565 Added com.apple.security.device.audio-input to the hardened runtime ↵ | Andrey Lihatskiy | |
entitlements | |||
2021-12-15 | Increment viewer version to 6.5.2 | Nat Goodspeed | |
following promotion of DRTVWR-552 | |||
2021-11-30 | SL-16119 update link text | Mnikolenko Productengine | |
2021-11-30 | SL-16119 Viewer should now direct IM 2 Email setting to web | Mnikolenko Productengine | |
2021-11-29 | SL-16396 Updater fails with "takes exactly 3 arguments" error | Andrey Kleshchev | |
2021-11-16 | Merge branch 'DRTVWR-519' into DRTVWR-552-cache-360 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/settings.xml | |||
2021-11-16 | Merge branch 'master' into DRTVWR-534 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/VIEWER_VERSION.txt | |||
2021-11-16 | Merge branch 'master' into DRTVWR-519 | Andrey Lihatskiy | |
# Conflicts: # README.md | |||
2021-11-15 | Increment viewer version to 6.5.1 | Nat Goodspeed | |
following promotion of DRTVWR-545 | |||
2021-11-09 | SL-16333 VLC 3 doesn't support -1 == infinity for input-repeat | Andrey Lihatskiy | |
by Callum | |||
2021-11-07 | SL-16299 Added the correct @rpath for libvlc | Andrey Lihatskiy | |
2021-11-04 | SL-16299 fix warning about CFBundleIdentifier not matching ↵ | Brad Kittenbrink | |
PRODUCT_BUNDLE_IDENTIFIER | |||
2021-11-04 | SL-16299 Updated dullahan to CT build 565428; entitlements cleanup | Andrey Lihatskiy | |
2021-11-03 | SL-16299 Added entitlements for the app bundle signing | Andrey Lihatskiy | |
2021-11-01 | SL-16293 Updated vlc to CT build 565299 | Andrey Lihatskiy | |
2021-10-28 | SL-15462 Convert waitForChannel() into state machine | Andrey Kleshchev | |
2021-10-28 | SL-16247 Post-d520 libvlc plugin fixes | Andrey Lihatskiy | |
by Callum | |||
2021-10-25 | SL-16218 treat texture selection similar to diffuse map handling. | Mnikolenko Productengine | |
2021-10-19 | Fix for SL-16208 Introduce a canonical_repo tag into the autobuild.xml file ↵ | Callum Prentice | |
for new 3p repos - no new code introduced in this pass | |||
2021-10-18 | SL-16047 Strip unused includes | Andrey Kleshchev | |
2021-10-14 | DRTVWR-545 Raised the viewer version to 6.5.0 | Andrey Lihatskiy | |
2021-10-13 | Merge with master after latest Viewer release | Callum Linden | |
2021-10-13 | Merge with head of Master after a new Viewer release | Callum Prentice | |
2021-10-14 | Merge branch 'master' into DRTVWR-545-maint-mix | Andrey Lihatskiy | |
2021-10-13 | Increment viewer version to 6.4.24 | Nat Goodspeed | |
following promotion of DRTVWR-520 | |||
2021-10-13 | SL-15462 Refactor voiceControlCoro() into a state machine #2 | Andrey Kleshchev | |
2021-10-13 | SL-15462 Refactor voiceControlCoro() into a state machine #1 | Andrey Kleshchev | |
2021-10-13 | SL-16106 Fixed asset storage trying to request data on shutdown | Andrey Kleshchev | |
2021-09-28 | DRTVWR-545 New line for the coding policy check | Andrey Lihatskiy | |
2021-09-28 | Revert "Merge branch 'c++17' into DRTVWR-522-maint" | Andrey Lihatskiy | |
This reverts commit 203ea3a70a775a09cbbffb1740ab7c58f1780baa, reversing changes made to 8e3f0778863a5aa337d1148a243ea91d238a8ac5. # Conflicts: # indra/newview/llmachineid.cpp | |||
2021-09-27 | SL-16087 [D545] New clothes do not have the word 'New' in their names | Andrey Kleshchev | |
2021-09-23 | DRTVWR-520 Updated dullahan to codeticket build 563968 | Andrey Lihatskiy | |
2021-09-23 | SL-15903 SLPlugin entitlements fix | Andrey Lihatskiy | |
2021-09-21 | SL-15612 Value fix | Andrey Lihatskiy | |
2021-09-21 | SL-15612 Check for SKIP_NOTARIZATION evn. variable | Andrey Lihatskiy | |
2021-09-21 | Revert "DRTVWR-520 Updated dullahan to codeticket build 562751" | Andrey Lihatskiy | |
This reverts commit adb724564da73a4b2d1ebf7835ce628448048d87. |