summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-13SL-15462 Refactor voiceControlCoro() into a state machine #2Andrey Kleshchev
2021-10-13SL-15462 Refactor voiceControlCoro() into a state machine #1Andrey Kleshchev
2021-10-13SL-16106 Fixed asset storage trying to request data on shutdownAndrey Kleshchev
2021-10-07Fix: SL-12320 The Viewer functionality is broken with an in-viewer enabled proxyCallum Linden
2021-10-06SL-15415 Crashes in updateGeometryAndrey Kleshchev
2021-10-06SL-16120 Links are not shown in Inventory's 'Recent' tabAndrey Kleshchev
Revert "SL-13459 Don't show links in Inventory's 'Recent' tab" This reverts commit 7e3a65caec818322803a8fb082578c91f3f6150d.
2021-10-04SL-16125 Crash in sslVerify on shutdownAndrey Kleshchev
2021-10-02SL-16106 Fixed asset storage trying to request data on shutdownAndrey Kleshchev
2021-09-28DRTVWR-545 New line for the coding policy checkAndrey Lihatskiy
2021-09-28Revert "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-27SL-16087 [D545] New clothes do not have the word 'New' in their namesAndrey Kleshchev
2021-09-23DRTVWR-520 Updated dullahan to codeticket build 563968Andrey Lihatskiy
2021-09-23SL-15903 SLPlugin entitlements fixAndrey Lihatskiy
2021-09-21SL-15612 Value fixAndrey Lihatskiy
2021-09-21SL-15612 Check for SKIP_NOTARIZATION evn. variableAndrey Lihatskiy
2021-09-21Revert "DRTVWR-520 Updated dullahan to codeticket build 562751"Andrey Lihatskiy
This reverts commit adb724564da73a4b2d1ebf7835ce628448048d87.
2021-09-21SL-15903 Restored the lost codeAndrey Lihatskiy
2021-09-21Revert "SL-11841 make ‘Push to talk’ the default setting"Andrey Kleshchev
This reverts commits: 126877bc5ba45ff6b0b31368c55f894a0beaf5bf b661f62a7ad4dad9806eda8f4c8f2c9d64b3efbb ce660c7e7bb6e19a23d634fb6d3249330bf2d74c
2021-09-18SL-16032 Crash due to missing xmlrpc_type_empty supportAndrey Kleshchev
2021-09-18SL-11841 Fix PushToTalkToggle being set incorectlyAndrey Kleshchev
Due to changed defaults, legacy compatibility will no longer work corectly, remove it
2021-09-17SL-15594 Ignore voice keys when keybinding is waiting for a keyAndrey Kleshchev
2021-09-17SL-11841 make ‘Push to talk’ the default settingAndrey Kleshchev
2021-09-16SL-16004 Fix bugsplat displaying wrong top functionAndrey Kleshchev
bugsplat shows KERNELBASE!RaiseException and flush() insread of forceErrorLLError, function crashes too early.
2021-09-14SL-15997 Windows 11 version detectionAndrey Kleshchev
2021-09-13SL-15955 Group creation panel shows incorrect group disband warningAndrey Kleshchev
2021-09-11SL-15964 Simple test for compression libraryAndrey Kleshchev
2021-09-09SL-15572 - retry logic for codeticket.py commandsBrad Payne (Vir Linden)
2021-09-09SL-11841 make ‘Push to talk’ the default settingMnikolenko Productengine
2021-09-06SL-15950 Crash at selectConversationPairAndrey Kleshchev
According to callstack data, new_selection was somehow 0x0002 which is invalid. According to logs, session was just deleted, right before opening floater to some other session by arriving message, likely to the removed one.
2021-09-03SL-15902 Cleanup gSecAPIHandlerMnikolenko ProductEngine
2021-09-03DRTVWR-545 Megre fixAndrey Kleshchev
2021-09-03Merge branch 'DRTVWR-522-maint' into DRTVWR-545-maint-mixAndrey Lihatskiy
# Conflicts: # indra/newview/llappviewer.cpp # indra/newview/llappviewerwin32.cpp # indra/newview/llmachineid.cpp
2021-09-02SL-15867 User not logged in - very much the MVS (minimum viable solution) ↵Callum Linden
but by storing the OpenID cookie when it arrives then injecting it forcefully into each new media instance, it appears that the 'not logged in' problem is solved - at least in my testing, 20+ times logging in without a cache and profiles, dashboard etc. were all logged in - QA will confirm. The full solution involves providing a separate cache for each media instance and tightening up the CEF cookie calling code - that is a large project and this is sufficient for now
2021-09-01SL-15867 User not logged in - very much the MVS (minimum viable solution) ↵Callum Linden
but by storing the OpenID cookie when it arrives then injecting it forcefully into each new media instance, it appears that the 'not logged in' problem is solved - at least in my testing, 20+ times logging in without a cache and profiles, dashboard etc. were all logged in - QA will confirm. The full solution involves providing a separate cache for each media instance and tightening up the CEF cookie calling code - that is a large project and this is sufficient for now
2021-09-01DRTVWR-521 Updated llca to codeticket build 563493Andrey Lihatskiy
2021-08-31SL-13313 Updated message_template.msg.sha1Andrey Kleshchev
2021-08-31SL-15768 Restored collision sound default behaviourAndrey Kleshchev
2021-08-27Merge branch 'c++17' into DRTVWR-522-maintAndrey Lihatskiy
2021-08-19SL-15853 Added the Map icon to bottom toolbar defaultsAndrey Lihatskiy
2021-08-18SL-15759 Crash in setCapabilityAndrey Kleshchev
Different subcase of same crash, this one for losing connection
2021-08-14SL-15588 Updated llphysicsextensions_tpv to codeticket version 562599Andrey Lihatskiy
2021-08-13SL-15292 waitForChannel crashAndrey Kleshchev
This code needs to be turned into a state machine (switch-case between states) with clean exit and each state clean and separate. Right now it passes through all stages on exit and relies onto multiple bools instead of just transitioning to 'exit' state. In some cases coroutine still lives longer than voice singletone, it also needs to be adressed.
2021-08-12DRTVWR-520 Updated dullahan to codeticket build 562751Andrey Lihatskiy
2021-08-12Merge branch 'master' into DRTVWR-520-apple-notarizationAndrey Lihatskiy
# Conflicts: # autobuild.xml # build.sh # indra/CMakeLists.txt # indra/newview/CMakeLists.txt # indra/newview/llappviewermacosx.cpp # indra/newview/llappviewerwin32.h # indra/newview/viewer_manifest.py # indra/win_crash_logger/llcrashloggerwindows.cpp
2021-08-10Merge branch 'master' into DRTVWR-527-maintAndrey Lihatskiy
2021-08-10Merge branch 'master' into DRTVWR-522-maintAndrey Lihatskiy
2021-08-10Merge remote-tracking branch 'origin/master' into DRTVWR-521-maintAndrey Lihatskiy
2021-08-09Increment viewer version to 6.4.23Nat Goodspeed
following promotion of DRTVWR-531
2021-08-09SL-15789 Crash in LLTranslationAPIHandlerAndrey Kleshchev
Bugsplat logged an out_of_range exception for unknown string
2021-08-09SL-15788 Crash throw_std_bad_alloc in LLImageRaw's scaleAndrey Kleshchev