summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-09SL-14541 Package with fixed minizip-ng version recognitionAndrey Kleshchev
2021-09-09SL-14541 remove mac-crash-loggerAndrey Kleshchev
2021-09-08SL-15211 SL-14541 Update OpenSSL libraryAndrey Kleshchev
Moving a copy of OpenSSL 1.1.1 to D543 from D520 to have less conflicts with zlib-ng integration later
2021-09-08SL-14541 Replace zlib with zlib-ngAndrey Kleshchev
2021-09-08SL-14541 removed breakpad, win_crash_loggerAndrey Kleshchev
# Conflicts: # autobuild.xml # indra/CMakeLists.txt # indra/newview/CMakeLists.txt # indra/newview/llappviewerwin32.h # indra/win_crash_logger/llcrashloggerwindows.cpp Cherry picked from DRTVWR-520
2021-09-07SL-4250 Do not allow editing worn items if items or avatar are not yet loadedAndrey Kleshchev
2021-09-07SL-15832 Add OS bitness to ViewerStatsMnikolenko Productengine
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-31SL-10659 Sometimes selection particles misbehave when selecting AnimeshAndrey Kleshchev
2021-08-27Merge branch 'c++17' into DRTVWR-522-maintAndrey Lihatskiy
2021-08-27SL-15887 FIXED Using Position buttons on an attachment that has a negative ↵Mnikolenko Productengine
number for any position axii causes global position to be used
2021-08-25SL-15881 Crash at setCommitCallbackAndrey Kleshchev
2021-08-20SL-15850 Mangled chat in case of lost connectionAndrey Kleshchev
2021-08-20SL-7934 Driver version from wrong GPUAndrey Kleshchev
2021-08-19SL-15855 skip scroll wheel handling when quittingMnikolenko Productengine
2021-08-19SL-15853 Added the Map icon to bottom toolbar defaultsAndrey Lihatskiy
2021-08-18SL-15462 Refactor voiceControlCoro() into a state machine #2Andrey Kleshchev
2021-08-18SL-15462 Refactor voiceControlCoro() into a state machine #1Andrey Kleshchev
2021-08-18SL-15848 FIXED Camera shaking when focused on terrain while avatar is in motionMnikolenko Productengine
2021-08-18SL-15759 Crash in setCapabilityAndrey Kleshchev
Different subcase of same crash, this one for losing connection
2021-08-16SL-14988 Removed redundant checkAndrey Kleshchev
Potentially a result of a merge conflict, same check and recorder are inside doFlexibleUpdate();
2021-08-16SL-14988 Overflow can keep flexi from updatingAndrey Kleshchev
2021-08-16SL-15380 Do not mute object agent is riding when agent and object are in ↵Andrey Kleshchev
different parcels
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-13SL-15689 EEP doesn't change with height for sitting agentsAndrey Kleshchev
2021-08-13SL-15830 remove ancient "non-system grid" handling from the viewerMnikolenko Productengine
2021-08-13SL-11690 Parse URLs in Group description and Land descriptionMnikolenko Productengine
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-543-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
2021-08-09SL-15759 Crash in requestBaseCapabilitiesCoroAndrey Kleshchev
2021-08-06SL-15778 Crash at getPreferredType() in findCategoryUUIDForTypeInRootAndrey Kleshchev
2021-08-06SL-15696 Don't be so persistent with outdated driver notificationAndrey Kleshchev
Some manufactures provide no own updated drivers yet forbid users from updating to intel provided one
2021-08-04SL-15722 FIXED The experience permissions request dialog has "Force your ↵Mnikolenko Productengine
avatar to sit" shown twice.
2021-08-03SL-15746 Turning right has priority over turning leftAndrey Kleshchev
Does not cover other opposite-direction movements since only rotation is viewer handled.
2021-08-02SL-15711 Viewer hangs with agents with malformed inventoryAndrey Kleshchev
2021-08-02Merged in signal/readme-makeup (pull request #641)Signal Linden
SL-14702: Spruce up README Approved-by: Andrey Lihatskiy