summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-25SL-16218 treat texture selection similar to diffuse map handling.Mnikolenko Productengine
2021-10-22DRTVWR-530 Updated uriparser to codeticket build 564957Andrey Lihatskiy
2021-10-22Merge branch 'master' into DRTVWR-530-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml
2021-10-22DRTVWR-527 Updated dullahan to codeticket build 564956Andrey Lihatskiy
2021-10-22Merge branch 'master' into DRTVWR-527-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml
2021-10-22SL-15387 Resolve some columns crashesAndrey Kleshchev
Looks like mColumnsIndexed had dead pointers which resulted in a crash and there is some kind of hard to trigger interaction with searchable UI
2021-10-22SL-15383 Crash at SearchableControl's setHighlightedAndrey Kleshchev
2021-10-21SL-15997 Windows 11 detectionAndrey Kleshchev
2021-10-19Fix for SL-16208 Introduce a canonical_repo tag into the autobuild.xml file ↵Callum Prentice
for new 3p repos - no new code introduced in this pass
2021-10-19SL-14469 Difficulties clicking objects that are close to the bodyAndrey Kleshchev
2021-10-19SL-14457 Resolve click-to-move conflict with SL-14717Andrey Kleshchev
2021-10-19SL-14977 Fix passing wrong codes to ToUnicodeExAndrey Kleshchev
2021-10-19SL-15964 Fix gzip failing to compress files into unicode pathsAndrey Kleshchev
2021-10-18SL-16047 Strip unused includesAndrey Kleshchev
2021-10-14DRTVWR-545 Raised the viewer version to 6.5.0Andrey Lihatskiy
2021-10-13Merge with master after latest Viewer releaseCallum Linden
2021-10-14Merge branch 'master' into DRTVWR-486Andrey Lihatskiy
# Conflicts: # indra/newview/VIEWER_VERSION.txt
2021-10-13Merge with head of Master after a new Viewer releaseCallum Prentice
2021-10-14Merge branch 'master' into DRTVWR-545-maint-mixAndrey Lihatskiy
2021-10-13Increment viewer version to 6.4.24Nat Goodspeed
following promotion of DRTVWR-520
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-11SL-15079 Fix group recognitionAndrey Kleshchev
In god mode isInGroup always returns true even if id belongs not to a group, but to an agent. But for some cases function is used to determine if session is a group or an agent.
2021-10-11SL-16161 Don't process new plugin messages on shutdown #2Andrey Kleshchev
2021-10-08SL-16161 Don't process new plugin messages on shutdownAndrey Kleshchev
Some pending messages might try to update non-existing view or cause a pop up, neither should be avaliable by this point, so just don't process them
2021-10-08SL-14664 Fix missed resource declarationAndrey Kleshchev
2021-10-08SL-16157 Crash at LLFontGL::maxDrawableCharsAndrey Kleshchev
2021-10-08SL-16152 _Allocate failedAndrey 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-22SL-14469 Difficulties clicking objects that are close to the bodyAndrey Kleshchev
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-21SL-11841 make ‘Push to talk’ the default settingAndrey Kleshchev
2021-09-21SL-11841 Fix PushToTalkToggle being set incorectlyAndrey Kleshchev
Due to changed defaults, legacy compatibility will no longer work corectly, remove it
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