Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-15 | SL-15404 Crash at setSeedCapability | Andrey Kleshchev | |
Viewer tried to set capability when quiting. | |||
2021-06-15 | SL-15403 Crash at LLFloaterTools's setStatusText | Andrey Kleshchev | |
On shutdown some floaters reset tools using LLToolMgr::setCurrentToolset and it updates LLFloaterTools, which might be dead by that point | |||
2021-06-14 | SL-15383 Crash at SearchableControl's setHighlighted | Andrey Kleshchev | |
2021-06-07 | SL-15351 'Speak' button remains active on the parcel with disabled voice | Andrey Kleshchev | |
2021-06-07 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt | |||
2021-06-07 | Increment viewer version to 6.4.20 | Nat Goodspeed | |
following promotion of DRTVWR-525 | |||
2021-06-03 | SL-15243 Unicode URL validation | Andrey Kleshchev | |
2021-05-31 | SL-15093 Crash nanov2_free_to_block #2 | Andrey Kleshchev | |
Mostly converted some boost pointers to std ones Made ~LLNotificationChannelBase() more explicit to get a bit more data on location of another crash that likely happens when cleaning mItems | |||
2021-05-28 | SL-15093 Crash nanov2_free_to_block | Andrey Kleshchev | |
Superficially crash happens in disconnect() inside signal's deconstructor. Manual cleanup should help figuring out if crash happens due to named or anonymous listeners | |||
2021-05-26 | SL-15299 SL-15313 BUG-230802 Revert BOM fix causing issues with avatar alpha ↵ | Dave Houlton | |
masks. Revert "SL-12069 Issues with bakes-on-mesh and alpha modes" This reverts commit 5691d302ef876a7e6fb6861441f14e5e7f0c7735. | |||
2021-05-26 | SL-15196 Attach correct log file to Bugsplat report | Mnikolenko Productengine | |
2021-05-26 | SL-15292 waitForChannel crash #2 | Andrey Kleshchev | |
2021-05-25 | SL-15292 waitForChannel crash | Andrey Kleshchev | |
2021-05-21 | SL-15272 Bugsplat crashes at condition wait() | Andrey Kleshchev | |
Made sure all waits will be triggered, won't loop back and that in case of http queue it had some time to trigger | |||
2021-05-17 | SL-15185 Crash "The face does not have a valid texture" | Andrey Kleshchev | |
2021-04-30 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
2021-04-29 | Force a clean, full rebuild | Euclid Linden | |
2021-04-29 | Merge master into DV525-merge-6.4.19 | Dave Houlton | |
2021-04-29 | Increment viewer version to 6.4.19 | Nat Goodspeed | |
following promotion of DRTVWR-515 | |||
2021-04-16 | SL-15096: Merge SovereignEngineer's fix for SL-14035 regression | Ptolemy | |
2021-04-15 | SL-14914 New release viewer install updated to RC unexpectedly | Andrey Kleshchev | |
Requested behavior: First install of a new viewer should never prompt to update to any RC. Anfortunately neither viewer nor updater can tell the difference betwen RC and optional release update, so setting updater to download only required updates. | |||
2021-04-06 | SL-14960 Add checkbox to turn off collision sound. | Mnikolenko Productengine | |
2021-04-01 | Merge branch 'master' into DV525-merge-6.4.18 | Dave Houlton | |
2021-04-01 | SL-15061 Crash deleting non-zero reference in LLConversationItemSession | Andrey Kleshchev | |
2021-04-01 | Merge branch 'master' into DRTVWR-521-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-15053 Use previous icon for Nearby chat | Mnikolenko Productengine | |
2021-03-31 | SL-14990 ig75icd64 and other intel crashes | Andrey Kleshchev | |
Obsolete driver detection | |||
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-23 | SL-14993 Crash accessing mInvBindMatrix | Andrey Kleshchev | |
2021-03-23 | SL-14993 Crash accessing mInvBindMatrix | Andrey Kleshchev | |
2021-03-10 | Merge branch 'master' v6.4.17 into DRTVWR-525 | Dave Houlton | |
2021-03-09 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
2021-03-09 | Merge branch 'master' into DRTVWR-514-keymappings | Andrey Lihatskiy | |
2021-03-09 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2021-03-09 | Increment viewer version to 6.4.17 | Nat Goodspeed | |
following promotion of DRTVWR-532 | |||
2021-03-08 | Increment viewer version to 6.4.16 following revert of DRTVWR-519 | Brad Payne (Vir Linden) | |
2021-03-08 | Revert "Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into ↵ | Brad Payne (Vir Linden) | |
DRTVWR-519" This reverts commit e61f485a04dc8c8ac6bcf6a24848359092884d14, reversing changes made to 00c47d079f7e958e473ed4083a7f7691fa02dcd5. | |||
2021-03-02 | Merge branch 'master' v 6.4.15 into DRTVWR-525 | Dave Houlton | |
2021-03-02 | SL-12122 - removed frametime spikes in windows build caused by unnecessary ↵ | Brad Payne (Vir Linden) | |
call to GetPerformanceInfo() | |||
2021-03-02 | Merge branch 'master' into DRTVWR-521-maint | Andrey Lihatskiy | |
2021-03-02 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2021-03-02 | Merge branch 'master' into DRTVWR-514-keymappings | Andrey Lihatskiy | |
2021-03-02 | Increment viewer version to 6.4.15 | Nat Goodspeed | |
following promotion of DRTVWR-519 | |||
2021-03-01 | SL-13609 Don't use any icon for Nearby chat | Mnikolenko Productengine | |
2021-02-25 | Revert "SL-14901 Add a button on the Landmarks bar to open the Places floater" | Mnikolenko Productengine | |
This reverts commit 2d4a894b706d0dcbdc753318c2c400b0d3ee92b7. | |||
2021-02-25 | SL-14901 Add a button on the Landmarks bar to open the Places floater | Mnikolenko Productengine | |