summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2021-12-13SL-16196 Rolled back to avoid further conflicts with DRTVWR-527Andrey Lihatskiy
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-27SL-16339 Rename setAmbient in openalAndrey Kleshchev
2021-11-27SL-16390 The "Create classified" link does not open floater for classified ↵Andrey Kleshchev
creation
2021-11-26SL-16339 Rename setAmbient to not cause confusionAndrey Kleshchev
setAmbient has nothing to do with ambient sounds
2021-11-25SL-16412 More region coroutine crashesAndrey Kleshchev
LLViewerRegionImpl (mImpl) exists only so long as region does, and regions get cleaned before coroutines are cleaned.
2021-11-25SL-16413 Handle out of memory llface allocationsAndrey Kleshchev
2021-11-24SL-16404 Crash in assetRequestCoroAndrey Kleshchev
Access violation at writing received data to vfs file. Most crashes indicate network issues, so adding additional response validation.
2021-11-22SL-16106 LLScopedIncrement crashAndrey Kleshchev
2021-11-19DRTVWR-540 Merge follow up fixAndrey Lihatskiy
2021-11-19DRTVWR-540 Post-merge build fixAndrey Lihatskiy
2021-11-19Merge branch 'master' into DRTVWR-540-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llfloatereditextdaycycle.cpp # indra/newview/llviewerinput.cpp
2021-11-19Merge branch 'master' into DRTVWR-544-maintAndrey Lihatskiy
# Conflicts: # indra/newview/llvoicevivox.cpp
2021-11-18SL-15794 Rapidly clicking objects or attachments triggers teleportAndrey Kleshchev
All doubleclicks should be treated as clicks in scope of editor
2021-11-18SL-14992 fmod shutdown crashAndrey Kleshchev
2021-11-18SL-16235 Restart music in case of an errorAndrey Kleshchev
Additional logging
2021-11-17SL-15241 CleanupAndrey Kleshchev
2021-11-16Merge branch 'DRTVWR-519' into DRTVWR-552-cache-360Andrey Lihatskiy
# Conflicts: # indra/newview/app_settings/settings.xml
2021-11-16Merge branch 'master' into DRTVWR-534Andrey Lihatskiy
# Conflicts: # indra/newview/VIEWER_VERSION.txt
2021-11-16Merge branch 'master' into DRTVWR-519Andrey Lihatskiy
# Conflicts: # README.md
2021-11-16Merge branch 'master' into DRTVWR-530-maintAndrey Lihatskiy
# Conflicts: # doc/contributions.txt
2021-11-16SL-16364 Removed the grid step cap for non-HUD objectsAndrey Lihatskiy
2021-11-16Merge branch 'master' into DRTVWR-527-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/newview/installers/windows/lang_pl.nsi # indra/newview/llfloaterpreference.cpp # indra/newview/llinventorymodel.cpp
2021-11-15Increment viewer version to 6.5.1Nat Goodspeed
following promotion of DRTVWR-545
2021-11-10SL-16342 Disable button while waiting for responseMnikolenko Productengine
2021-11-09SL-16320 Fix build failing due to not having any jpgsAndrey Kleshchev
2021-11-09SL-13867 Developer ability to select and reposition multiple avatarsAndrey Kleshchev
2021-11-09SL-16333 VLC 3 doesn't support -1 == infinity for input-repeatAndrey Lihatskiy
by Callum
2021-11-08SL-16192 Add version info into LLXMLRPCTransaction's http headerAndrey Kleshchev
2021-11-07SL-16299 Added the correct @rpath for libvlcAndrey Lihatskiy
2021-11-05SL-16320 Remove obsolete AvaLine stringsAndrey Kleshchev