summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-20SL-16672 Fix object's inventory not sorting contentAndrey Kleshchev
2022-01-19SL-16630 Notarization script updateAndrey Lihatskiy
2022-01-14SL-11841 Correct settingAndrey Lihatskiy
2022-01-14SL-16638 don't allow downloading files from the built-in browserMnikolenko Productengine
2022-01-13SL-16637 Better validation of data in LLEstablishAgentCommunicationAndrey Kleshchev
Do not set capability when disconnected, it creates new coroutines that will do nothing and region might be invalid resulting in a crash. Do not initilize LLWorld.
2022-01-13Merge branch 'master' into DRTVWR-540-maintAndrey Lihatskiy
2022-01-12Merge branch 'master' into DRTVWR-553-maint-mix-JKAndrey Lihatskiy
2022-01-12Increment viewer version to 6.5.3Nat Goodspeed
following promotion of DRTVWR-554
2022-01-12SL-15997 Windows 11 detection #2Andrey Kleshchev
2022-01-12SL-15997 Windows 11 detectionAndrey Kleshchev
2022-01-12SL-16614 Viewer's uploader crash with RenderGLCoreProfileAndrey Kleshchev
2022-01-11SL-11875 Verbose logAndrey Lihatskiy
2022-01-11SL-16614 Viewer's uploader crash with RenderGLCoreProfileAndrey Kleshchev
2022-01-11SL-16565 Added com.apple.security.device.audio-input to the hardened runtime ↵Andrey Lihatskiy
entitlements
2022-01-11SL-16565 Added com.apple.security.device.audio-input to the hardened runtime ↵Andrey Lihatskiy
entitlements
2022-01-11DRTVWR-533 Updated LLCA to CT build 567162Andrey Lihatskiy
2022-01-11Revert "SL-11841 make ‘Push to talk’ the default setting"Andrey Lihatskiy
+ post merge conflict fix
2022-01-10Merge branch 'DRTVWR-530-maint' into DRTVWR-553-maint-mix-JKAndrey Lihatskiy
# Conflicts: # indra/newview/app_settings/key_bindings.xml # indra/newview/llappviewer.cpp # indra/newview/llkeyconflict.cpp
2022-01-06SL-16604 Double click teleport should ignore clicking own nametagAndrey Kleshchev
2022-01-06SL-16604 Double click teleport should ignore clicking yourselfAndrey Kleshchev
2021-12-26Merge branch 'master' into DRTVWR-540-maintAndrey Lihatskiy
2021-12-19SL-16564 'Click to' action 'None' doesn't work as intendedAndrey Kleshchev
There shouldn't be any differences for 'None' between normal objects and attachments
2021-12-16Merge branch 'SL-15742' into DRTVWR-527-maintAndrey Lihatskiy
2021-12-16SL-16532 Crash at dragConstrainedAndrey Kleshchev
2021-12-15Merge branch 'master' into DRTVWR-530-maintAndrey Lihatskiy
2021-12-15updated viewer-manager after mergeAndrey Kleshchev
2021-12-15Merge branch 'master' (DRTVWR-552) into DRTVWR-527-maintAndrey Kleshchev
# Conflicts: # indra/media_plugins/cef/media_plugin_cef.cpp - setOnLoadEndCallback # indra/newview/llviewerassetstorage.cpp - mAssetCoroCount
2021-12-15Increment viewer version to 6.5.2Nat Goodspeed
following promotion of DRTVWR-552
2021-12-13SL-16497 Fix inventory update recursionAndrey Kleshchev
2021-12-13SL-16496 Added the retry counter for Vivox daemon connectAndrey Lihatskiy
2021-12-11Merge branch 'master' into SL-15742Bennett Goble
2021-12-10SL-15742: Convert build scripts to Python 3Bennett Goble
This changeset makes it possible to build the Second Life viewer using Python 3. It is designed to be used with an equivalent Autobuild branch so that a developer can compile without needing Python 2 on their machine. Breaking change: Python 2 support ending Rather than supporting two versions of Python, including one that was discontinued at the beginning of the year, this branch focuses on pouring future effort into Python 3 only. As a result, scripts do not need to be backwards compatible. This means that build environments, be they on personal computers and on build agents, need to have a compatible interpreter. Notes - SLVersionChecker will still use Python 2 on macOS - Fixed the message template url used by template_verifier.py
2021-12-09SL-16450 gcc compatibilityAndrey Kleshchev
2021-12-08SL-16105 Crash at LLTrackBlenderLoopingManual's setPositionAndrey Kleshchev
User opened editor, pressed play, according to logs environment wasn't loaded yet, asset had yet to arrive.
2021-12-08SL-16105 Fix Day cycle editor not expecting an assetAndrey Kleshchev
2021-12-08SL-16450 Don not crash viewer in case of invalid data typeAndrey Kleshchev
2021-12-07SL-16450 Remake XMLRPC parsing into a switch(type)Andrey Kleshchev
For better clarity. Also added xmlrpc_type_base64 and xmlrpc_type_mixed support.
2021-12-07SL-16450 Fix LLEventNotifier not expecting ISO dateAndrey Kleshchev
2021-12-07SL-16450 handling additional xmlrpc_typesAndrey Kleshchev
2021-12-06SL-16446 Crash at loginToVivox when viewer quitsAndrey Kleshchev
2021-12-06SL-12456 Disable NSWindowIsRestorable to avoid crashingAndrey Lihatskiy
2021-12-03SL-16445 Small cleanup in llvoavatarAndrey Kleshchev
2021-12-03SL-16443 Fix crash at showAdvancedAndrey Kleshchev
2021-12-03SL-16434 Crash opening landmarksAndrey Kleshchev
potentially due to corrupted install, handling just in case
2021-12-03SL-16438 Machine id for Linux is always 0Andrey Kleshchev
2021-12-03SL-16434 Fix menu localizationAndrey Kleshchev
2021-12-02Merged in DRTVWR-540-syncpatch (pull request #796)Nat Linden
DRTVWR-540: Make Sync test failure more informative * DRTVWR-540: Make Sync test failure more informative Approved-by: Andrey Kleshchev Approved-by: Andrey Lihatskiy
2021-11-30SL-16119 update link textMnikolenko Productengine
2021-11-30SL-16119 Viewer should now direct IM 2 Email setting to webMnikolenko Productengine
2021-11-29SL-16396 Updater fails with "takes exactly 3 arguments" errorAndrey Kleshchev