Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-07 | SL-14457 Removed legacy 'click on land' setting support | Andrey Kleshchev | |
By the time this will release, enough time should have passed for smooth transition. Alternative to removing this is to make it check build id for anything older than 6.4.17.557391 | |||
2021-04-07 | SL-14457 Make "Single click on land" default to "No action" | Andrey Kleshchev | |
2021-04-06 | SL-14717 Ability to trigger left clicks (and more) on animesh objects | Andrey Lihatskiy | |
Contribution by Rohacan Hirons SL-14717 Follow ups SL-14717 Using the cached setting in LLToolPie::handleHover() | |||
2021-04-06 | SL-14770 Sorting group notices by date disconnects the viewer. | Andrey Kleshchev | |
getItemIndex() on each insertion can be very expensive, use std::set's find instead | |||
2021-04-06 | Merge remote-tracking branch 'origin/master' into SL-14999 | Brad Payne (Vir Linden) | |
2021-04-06 | SL-15031 - option to remove unreferenced settings | Brad Payne (Vir Linden) | |
2021-04-03 | SL-13182 Fix excessive resorting #2 | Andrey Kleshchev | |
Don't resort whole branch of inventory if created(loaded) item is not newer. Should also stabilize fetch phase a bit. | |||
2021-04-02 | SL-13182 Fix excessive resorting | Andrey Kleshchev | |
2021-04-02 | SL-13182 Expanded buildNewViews with build modes | Andrey Kleshchev | |
2021-04-01 | Pull in macOS version of CEF 89 | Callum Prentice | |
2021-04-01 | Merge with ti of master after Viewer release | Callum Prentice | |
2021-04-01 | Merged in DV525-merge-6.4.18 (pull request #511) | Euclid Linden | |
DRTVWR-525 merge up to 6.4.18 | |||
2021-04-01 | Merge branch 'master' into DV525-merge-6.4.18 | Dave Houlton | |
2021-04-01 | SL-13182 Split buildNewViews over frames | Andrey Kleshchev | |
2021-04-01 | Merge conflict: restored lost part of SL-13479 | Andrey Kleshchev | |
2021-04-01 | Merge branch 'master' (DRTVWR-514) into DRTVWR-518-ui | Andrey Kleshchev | |
# Conflicts: # indra/newview/skins/default/xui/en/menu_viewer.xml SL-12494 vs SL-15034 | |||
2021-04-01 | SL-15061 Crash deleting non-zero reference in LLConversationItemSession | Andrey Kleshchev | |
2021-04-01 | Merge branch 'master' into DRTVWR-527-maint | Andrey Lihatskiy | |
2021-04-01 | Merge branch 'master' into DRTVWR-516-maint | Andrey Lihatskiy | |
2021-04-01 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2021-04-01 | Increment viewer version to 6.4.18 | Nat Goodspeed | |
following promotion of DRTVWR-514 | |||
2021-04-01 | SL-14990 Turn on shader init logging after crash | Andrey Kleshchev | |
2021-04-01 | SL-14999 - note | Brad Payne (Vir Linden) | |
2021-04-01 | SL-15031 - include settings_per_account stats | Brad Payne (Vir Linden) | |
2021-04-01 | SL-15053 Use previous icon for Nearby chat | Mnikolenko Productengine | |
2021-04-01 | Updated llca to codeticket build 557744 | Andrey Lihatskiy | |
2021-03-31 | Revert "SL-13182 Turn on openmp paralellization on Windows" | Andrey Kleshchev | |
This reverts commit a106d6cf78833a3e24f8d478807f6363e4af5652. | |||
2021-03-31 | SL-13182 Turn on openmp paralellization on Windows | Andrey Kleshchev | |
2021-03-31 | SL-14990 ig75icd64 and other intel crashes | Andrey Kleshchev | |
Obsolete driver detection | |||
2021-03-30 | SL-15031 - ViewerStats analysis compare to settings.xml | Brad Payne (Vir Linden) | |
2021-03-30 | SL-15050 Change name of toolbar button to "Guidebook" | Mnikolenko Productengine | |
2021-03-30 | SL-15036 Add actions to move landmarks between tabs in the Places floater | Mnikolenko Productengine | |
2021-03-29 | SL-15034 Revisions to dedicated Avatar menus | Andrey Kleshchev | |
2021-03-29 | Separate "Save changes" and "Save as..." in Outfits floater | Mnikolenko Productengine | |
2021-03-29 | SL-14900 remove created landmark when clicking Cancel button | Mnikolenko Productengine | |
2021-03-26 | Merged in euclid-525 (pull request #499) | Euclid Linden | |
Merge recent fixes into LMR#5 RC | |||
2021-03-26 | SL-14993 Crash accessing mInvBindMatrix | Andrey Kleshchev | |
2021-03-26 | SL-14975 SL-14384 viewer crashes because of large chat groups | Andrey Kleshchev | |
1. Due to desync participant can be NULL - added NULL checks 2. With large backlog of events, closing and then opening a goup session was causing a crash due to obsolete events - added cleanup for backlog 3. In some cases events were accumulating faster than they were processed - ensured that after certain point event processing scales up with a backlog | |||
2021-03-26 | SL-15031 - chmod flag | Brad Payne (Vir Linden) | |
2021-03-26 | SL-15031 - ViewerStats analysis script | Brad Payne (Vir Linden) | |
2021-03-26 | SL-14999 - more cpp features tests | Brad Payne (Vir Linden) | |
2021-03-25 | SL-14855 Disable edit button for uneditable items | Andrey Kleshchev | |
2021-03-25 | SL-14992 Replaced LLAPRFile's isExist with LLDirUtil's fileExists in fmodstudio | Andrey Kleshchev | |
This particular case of LLAPRFile crashes due to thread issues (and if it doesn't it might be affecting some other apr call due to using default pool). Function is not opening the .dsf file in question and LLAPRFile won't ensure that file exists till the end of the function, it just checks that file exists at a given moment. No point to overcomplicate things by adding thread safe pool, so replaced with dirutil. | |||
2021-03-25 | SL-15028 Guidebook floater | Mnikolenko Productengine | |
2021-03-24 | mac build fix | Mnikolenko ProductEngine | |
2021-03-23 | SL-14993 Crash accessing mInvBindMatrix | Andrey Kleshchev | |
2021-03-23 | SL-14900 new Landmark creation flow | Mnikolenko Productengine | |
2021-03-23 | SL-14993 Crash accessing mInvBindMatrix | Andrey Kleshchev | |
2021-03-19 | SL-14927 Some avatar names not resolving in chat | Andrey Kleshchev | |
2021-03-19 | Revert "SL-14927 Some avatar names not resolving in chat" | Andrey Kleshchev | |
This reverts commit a66932a091bac4d4ca1a861901b9cef619a406f7. |