Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-18 | SL-14597 ensure that uris don't crash viewer | Andrey Kleshchev | |
2021-01-18 | SL-14597 Missed libraries for http test | Andrey Kleshchev | |
2021-01-16 | SL-14597 Fixed mac library only including symlink | Andrey Kleshchev | |
2021-01-16 | SL-14597 Updated Mac library name | Andrey Kleshchev | |
2021-01-16 | SL-14597 Pulled in updated uriparser | Andrey Kleshchev | |
Due to crash inside uriparser's code | |||
2021-01-06 | SL-14270 Crash on participant's updateName | Andrey Kleshchev | |
Session was deleted before viewer had a chance to create view for listener, so listener ended up not deleted and avaiting an uptade, then tryed to call for deleted session. | |||
2021-01-05 | SL-14074 Resolved potential cause of conversation crashes | Andrey Kleshchev | |
Models (listeners) belong to folder-views, deleting all of them means that not only proper cleanup procedure won't be followed, and view might try clean dead pointer. | |||
2020-12-10 | SL-12069 Issues with bakes-on-mesh and alpha modes | Andrey Kleshchev | |
2020-12-01 | SL-14347 Crash at ChoosePixelFormat SEH | Andrey Kleshchev | |
2020-12-01 | SL-13733 One more vivox shutdown crash #2 | Andrey Kleshchev | |
2020-11-27 | SL-14399 Mac build fix | Andrey Kleshchev | |
2020-11-26 | SL-14399 Enqueue into 'LLViewerAssetStorage::assetRequestCoro' failed | Andrey Kleshchev | |
2020-11-25 | SL-13733 One more vivox shutdown crash | Andrey Kleshchev | |
Vivox was using dead pump | |||
2020-11-25 | SL-14393 Updater update | Andrey Kleshchev | |
Switch Intel HD4000 and HD2500 off of forced 32-bit | |||
2020-11-19 | SL-14347 Crash at ChoosePixelFormat | Andrey Kleshchev | |
2020-11-18 | SL-14286 fixed crash when closing viewer while file picker is open | Mnikolenko ProductEngine | |
2020-11-13 | Merged in marchcat/SL-13161 (pull request #375) | Andrey Lihatskiy | |
SL-13161 Leftover change * SL-13161 Leftover change Approved-by: Andrey Kleshchev | |||
2020-11-13 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloatereditextdaycycle.cpp # indra/newview/llfloaterfixedenvironment.cpp | |||
2020-11-11 | Increment viewer version to 6.4.12 | Nat Goodspeed | |
following promotion of DRTVWR-507 | |||
2020-11-06 | SL-13283 Update favicons with new logo | Mnikolenko Productengine | |
2020-11-06 | Reapplied SL-11215: Add release notes URLs to update-related notifications. | Andrey Kleshchev | |
In scope of SL-13740 work, this reverts commit 1935d25c78bf46f0fdc8758b6f215f53d17fd94a. | |||
2020-11-06 | SL-13740 Updated updater | Andrey Kleshchev | |
2020-11-04 | Merge branch 'SL-14264' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-11-04 | SL-14264 - BOM texture | Brad Payne (Vir Linden) | |
2020-11-02 | Updated LLCA to codeticket build 551526 | Andrey Lihatskiy | |
2020-10-29 | SL-14226 Cleanup teleport requests | Andrey Kleshchev | |
2020-10-26 | Merge branch 'SL-14081' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-10-22 | SL-14161 FIXED an item persists in inventory after dragging it to the ↵ | Mnikolenko Productengine | |
marketplace listings | |||
2020-10-21 | Updated LLCA to codeticket build 550026 | Andrey Lihatskiy | |
2020-10-20 | SL-13733 Verify window handle | Andrey Kleshchev | |
2020-10-15 | Merge branch 'SL-13705' into DRTVWR-507-maint | Andrey Lihatskiy | |
2020-10-14 | SL-13980 Fixed preview cleanup | Andrey Kleshchev | |
2020-10-14 | SL-14079 crash accessing LLHUDText | Andrey Kleshchev | |
LLHUDObject has a lot of deriveds stored as LLPointer<LLHUDObject>, no-virtual destructor is unlikely to be cause of the crash, but might be related | |||
2020-10-14 | merge | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14081 - changed debug level for one message | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14081 - detail on viewer-initiated timeout | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14081 - more teleport logging | Brad Payne (Vir Linden) | |
2020-10-14 | SL-14081 - more detailed logging of teleport process | Brad Payne (Vir Linden) | |
2020-10-14 | build fix | Andrey Lihatskiy | |
2020-10-14 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
2020-10-14 | Merge branch 'master' into DRTVWR-507-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloatermodelpreview.cpp | |||
2020-10-14 | Increment viewer version to 6.4.11 | Nat Goodspeed | |
following promotion of DRTVWR-482 | |||
2020-10-14 | SL-14081 - detail on viewer-initiated timeout | Brad Payne (Vir Linden) | |
2020-10-13 | SL-14081 - more teleport logging | Brad Payne (Vir Linden) | |
2020-10-12 | SL-13980 Crash at cullAvatarsByPixelArea | Andrey Kleshchev | |
LLVOAvatars and derived classes appear to be stored as LLPointer<LLViewerObject> in a lot of cases, so non-virtual ~LLViewerObject() might be triggered by LLPointer and end up not cleaning sInstances in some cases (animeshes specific?), thus causing broken pointers in sInstances. | |||
2020-10-12 | SL-13830 One more crash when quiting on startup or right after teleport | Andrey Kleshchev | |
2020-10-12 | SL-14093 Show the amount of saved categories and items | Mnikolenko Productengine | |
2020-10-09 | SL-14081 - more detailed logging of teleport process | Brad Payne (Vir Linden) | |
2020-10-07 | SL-14030 FIXED Clicking in Places > My Landmarks scrolls the Places window. | Mnikolenko Productengine | |
2020-10-01 | SL-14037 BugSplat Crash #646590: Enqueue failed in AIS | Andrey Kleshchev | |