Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-29 | SL-17091 FIXED Walk/Run/Fly buttons are not clickable | Mnikolenko Productengine | |
2022-03-28 | SL-17079: Merge 'sl-17079' into DRTVWR-540-maint for updater fix. | Nat Goodspeed | |
2022-03-25 | SL-13792: Merge 'brad/viewer-manifest-codesign-fix' into sl-17079 | Nat Goodspeed | |
2022-03-25 | SL-17079: Update to viewer-manager build 569958 | Nat Goodspeed | |
2022-03-23 | SL-17037 Center map on current location after teleporting | Mnikolenko Productengine | |
2022-03-22 | SL-17049 Fixed a crash when adding item 4096 to the queue | Andrey Kleshchev | |
2022-03-21 | SL-16865 llStopSound() does not stop sound if it is out of cutoff radius | Andrey Kleshchev | |
2022-03-18 | SL-16984 Dupplicated FT_SETTINGS shouldn't prevent inventory from loading | Andrey Kleshchev | |
2022-03-10 | SL-16984 Loop tracking and logging | Andrey Kleshchev | |
2022-03-10 | Merge remote-tracking branch 'origin/brad/viewer-manifest-codesign-fix' into ↵ | Andrey Lihatskiy | |
DRTVWR-540-maint | |||
2022-03-10 | Merge remote-tracking branch 'origin/brad/viewer-manifest-codesign-fix' into ↵ | Andrey Lihatskiy | |
DRTVWR-540-maint | |||
2022-03-09 | More DRTVWR-550 Teamcity build fix. another piece of python2 syntax leftover ↵ | Brad Kittenbrink | |
in an error handling block | |||
2022-03-09 | Fix DRTVWR-550 TeamCity build. codesigning retry block had some leftover ↵ | Brad Kittenbrink | |
python2 syntax | |||
2022-03-09 | SL-16992 Crash at LLVivoxVoiceClient::notifyStatusObservers | Andrey Kleshchev | |
2022-03-08 | SL-16984 Fixed inventory loop freezing viewer | Andrey Kleshchev | |
2022-03-04 | SL-16976 SL-443 Keybindings: Backward compatibility #3 | Andrey Kleshchev | |
2022-03-03 | SL-16970 FIXED Crash in LLToolPie::teleportToClickedLocation | Mnikolenko Productengine | |
2022-03-02 | SL-16965 360 Snapshot tool fails to save file to computer | Andrey Kleshchev | |
2022-03-02 | SL-16755 Show alert that download is not supported instead of failing silently | Andrey Kleshchev | |
2022-03-01 | SL-16953 Deprecated NoInventoryLibrary | Andrey Kleshchev | |
Due to changes in SL-16715 | |||
2022-02-28 | Merge branch 'master' into DRTVWR-540-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp # indra/newview/app_settings/key_bindings.xml # indra/newview/llfloatereditextdaycycle.cpp | |||
2022-02-28 | Increment viewer version to 6.5.4 | Nat Goodspeed | |
following promotion of DRTVWR-557 | |||
2022-02-15 | SL-16842, SL-14300: Merge branch 'DRTVWR-555' into DRTVWR-553-555 | Nat Goodspeed | |
2022-02-15 | SL-16842, SL-14300: Update to viewer-manager build 568552 | Nat Goodspeed | |
2022-02-15 | SL-16564 'Click to' action 'None' doesn't work as intended #2 | Andrey Kleshchev | |
2022-02-15 | SL-16564 'Click to' action 'None' doesn't work as intended | Andrey Kleshchev | |
There shouldn't be any differences for 'None' between normal objects and attachments | |||
2022-02-11 | SL-16842: Merge 'DRTVWR-555' into DRTVWR-553-555 for updater fix. | Nat Goodspeed | |
2022-02-11 | SL-16842: Update to viewer-manager build 568451 | Nat Goodspeed | |
2022-02-08 | SL-13792: Merge branch 'DRTVWR-555' into DRTVWR-553-555. | Nat Goodspeed | |
This picks up the change to 32-bit Windows viewer-manager. | |||
2022-02-08 | DRTVWR-555: Update to viewer-manager build 568310 | Nat Goodspeed | |
2022-02-08 | Merge branch 'DRTVWR-555' into DRTVWR-553+555 | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/newview/llappviewer.cpp # indra/newview/viewer_manifest.py | |||
2022-02-07 | Merged in DRTVWR-553-maint-mix-JK (pull request #856) | Ansariel Hiller | |
Fix template verifier erroneously failing checksum check Approved-by: Nat Linden Approved-by: Signal Linden Approved-by: Andrey Lihatskiy | |||
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-02 | Fix template verifier erroneously failing checksum check | Ansariel | |
2022-02-02 | SL-14769 Allow to log-in, even if there's an inventory error | Mnikolenko Productengine | |
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 | DRTVWR-540 Updated LLCA to CT build 567974 | Andrey Lihatskiy | |
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-31 | SL-16681 Better handling of locked files by NSIS Installer | Andrey Kleshchev | |
1. When SL window closes it doesn't mean that process died so gave it a bit more time to terminate 2. Added a retry logic in case first run happened too early for some reason 3. Replaced ok/cancel on locked file with abort/retry/ignorei | |||
2022-01-31 | SL-16729 FIXED Keyframes preview does not work in automatic mode | Mnikolenko Productengine | |
2022-01-28 | SL-16715 - viewerstats, added more detail about failure cases in inventory | Brad Payne (Vir Linden) | |
2022-01-24 | SL-15741: Add pre-commit configuration | Signal Linden | |
2022-01-21 | Revert "SL-14717 Ability to trigger left clicks (and more) on animesh objects" | Andrey Lihatskiy | |
This reverts commit 8215fff0c2a1c895ef916837847cf7526ae61ef9. # Conflicts: # indra/newview/lltoolpie.cpp |