Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-19 | 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 | |||
2021-12-16 | Merge branch 'SL-15742' into DRTVWR-527-maint | Andrey Lihatskiy | |
2021-12-16 | SL-16532 Crash at dragConstrained | Andrey Kleshchev | |
2021-12-15 | Merge branch 'master' into DRTVWR-530-maint | Andrey Lihatskiy | |
2021-12-15 | Merge branch 'master' (DRTVWR-552) into DRTVWR-527-maint | Andrey Kleshchev | |
# Conflicts: # indra/media_plugins/cef/media_plugin_cef.cpp - setOnLoadEndCallback # indra/newview/llviewerassetstorage.cpp - mAssetCoroCount | |||
2021-12-15 | Increment viewer version to 6.5.2 | Nat Goodspeed | |
following promotion of DRTVWR-552 | |||
2021-12-13 | SL-16497 Fix inventory update recursion | Andrey Kleshchev | |
2021-12-13 | SL-16496 Added the retry counter for Vivox daemon connect | Andrey Lihatskiy | |
2021-12-11 | Merge branch 'master' into SL-15742 | Bennett Goble | |
2021-12-10 | SL-15742: Convert build scripts to Python 3 | Bennett 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-09 | SL-16450 gcc compatibility | Andrey Kleshchev | |
2021-12-08 | SL-16105 Crash at LLTrackBlenderLoopingManual's setPosition | Andrey Kleshchev | |
User opened editor, pressed play, according to logs environment wasn't loaded yet, asset had yet to arrive. | |||
2021-12-08 | SL-16105 Fix Day cycle editor not expecting an asset | Andrey Kleshchev | |
2021-12-08 | SL-16450 Don not crash viewer in case of invalid data type | Andrey Kleshchev | |
2021-12-07 | SL-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-07 | SL-16450 Fix LLEventNotifier not expecting ISO date | Andrey Kleshchev | |
2021-12-07 | SL-16450 handling additional xmlrpc_types | Andrey Kleshchev | |
2021-12-06 | SL-16446 Crash at loginToVivox when viewer quits | Andrey Kleshchev | |
2021-12-06 | SL-12456 Disable NSWindowIsRestorable to avoid crashing | Andrey Lihatskiy | |
2021-12-03 | SL-16445 Small cleanup in llvoavatar | Andrey Kleshchev | |
2021-12-03 | SL-16443 Fix crash at showAdvanced | Andrey Kleshchev | |
2021-12-03 | SL-16434 Crash opening landmarks | Andrey Kleshchev | |
potentially due to corrupted install, handling just in case | |||
2021-12-03 | SL-16438 Machine id for Linux is always 0 | Andrey Kleshchev | |
2021-12-03 | SL-16434 Fix menu localization | Andrey Kleshchev | |
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-25 | SL-16412 More region coroutine crashes | Andrey Kleshchev | |
LLViewerRegionImpl (mImpl) exists only so long as region does, and regions get cleaned before coroutines are cleaned. | |||
2021-11-24 | SL-16404 Crash in assetRequestCoro | Andrey Kleshchev | |
Access violation at writing received data to vfs file. Most crashes indicate network issues, so adding additional response validation. | |||
2021-11-22 | SL-16106 LLScopedIncrement crash | Andrey Kleshchev | |
2021-11-19 | DRTVWR-540 Merge follow up fix | Andrey Lihatskiy | |
2021-11-19 | DRTVWR-540 Post-merge build fix | Andrey Lihatskiy | |
2021-11-19 | Merge branch 'master' into DRTVWR-540-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloatereditextdaycycle.cpp # indra/newview/llviewerinput.cpp | |||
2021-11-18 | SL-15794 Rapidly clicking objects or attachments triggers teleport | Andrey Kleshchev | |
All doubleclicks should be treated as clicks in scope of editor | |||
2021-11-18 | SL-16235 Restart music in case of an error | Andrey Kleshchev | |
Additional logging | |||
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-16 | Merge branch 'master' into DRTVWR-530-maint | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt | |||
2021-11-16 | SL-16364 Removed the grid step cap for non-HUD objects | Andrey Lihatskiy | |
2021-11-16 | Merge branch 'master' into DRTVWR-527-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/newview/installers/windows/lang_pl.nsi # indra/newview/llfloaterpreference.cpp # indra/newview/llinventorymodel.cpp | |||
2021-11-15 | Increment viewer version to 6.5.1 | Nat Goodspeed | |
following promotion of DRTVWR-545 | |||
2021-11-10 | SL-16342 Disable button while waiting for response | Mnikolenko Productengine | |
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-03 | Resolving conflicts after merge #2 | Andrey Kleshchev | |
2021-11-02 | Manually resolving conflicts after merge with DRTVWR-520 | Andrey Kleshchev | |
This reverts commit 0a745b47880fb16b1db8cd3327377a383dbfe6a8. | |||
2021-11-02 | Merge remote-tracking branch 'origin/master' into DRTVWR-540-maint | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # indra/newview/CMakeLists.txt # indra/newview/installers/darwin/apple-notarize.sh # indra/newview/llappviewermacosx.cpp # indra/newview/llappviewerwin32.h # indra/newview/viewer_manifest.py # indra/win_crash_logger/llcrashloggerwindows.cpp | |||
2021-10-28 | SL-16235 Restart music in case of an error | Andrey Kleshchev | |
Additional logging |