Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-01 | Merge branch 'master' of https://bitbucket.org/lindenlab/viewer/src/master ↵ | Andrey Kleshchev | |
into DRTVWR-515-maint # Conflicts: # autobuild.xml (llca) # indra/llwindow/llwindow.h (SL-13507 vs SL-5894) # indra/newview/llscenemonitor.cpp (SL-14422) # indra/newview/llvovolume.cpp (SL-12069) | |||
2021-02-01 | Merge remote-tracking branch 'origin/master' into DRTVWR-517 | Brad Payne (Vir Linden) | |
2021-02-01 | Increment viewer version to 6.4.13 | Nat Goodspeed | |
following promotion of DRTVWR-513 | |||
2021-01-30 | SL-14793 Landmark fetching not cleaning request list on completion | Andrey Kleshchev | |
2021-01-28 | SL-14767 Expanded logging to be a bit more informative | Andrey Kleshchev | |
2021-01-27 | SL-14423 Ctrl+Alt+Shift+A is assigned to 2 things | Andrey Kleshchev | |
Remapped debugging avatar textures (requires godlike agent) to Ctrl+Shift+Alt+K | |||
2021-01-27 | SL-14424 Remove shortcut that conflicts with camera controls | Andrey Kleshchev | |
2021-01-27 | SL-14422 Crash at LLSceneMonitor::dumpToFile | Mnikolenko Productengine | |
2021-01-26 | SL-14651 Keybinding's panel combobox can cause confusion | Andrey Kleshchev | |
2021-01-26 | SL-14766 long unicode display names corrupt the conversation.log | Andrey Kleshchev | |
Contribution by Beq Janus | |||
2021-01-22 | SL-3136 Logout crash fixes from Ansariel Hiller | Andrey Kleshchev | |
2021-01-21 | SL-14728 Im session without id should be closable | Andrey Kleshchev | |
2021-01-21 | SL-14728 Added data validation into incoming call dialog | Andrey Kleshchev | |
2021-01-21 | SL-14597 Fixed deprecated function and added signal handling | Andrey Kleshchev | |
Signal handling is ugly, but so far that's the only option that works Approved-by: Maxim Nikolenko <maximnproductengine@lindenlab.com> Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com> | |||
2021-01-21 | Merged in xcode-buildfix (pull request #442) | Andrey Lihatskiy | |
xcode 12.3 buildfix * xcode 12.3 buildfix Approved-by: Andrey Kleshchev | |||
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-15 | SL-14283 Don't crash viewer, only show a notification | Andrey Kleshchev | |
2021-01-14 | SL-14283 When updater is missing, viewer fails to launch silently | Andrey Kleshchev | |
2021-01-08 | Addresses SL-14582: Add code to only write the file last access time ↵ | Callum Prentice | |
occasionally | |||
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-11 | SL-14505 FIXED [Win10] The viewer isn't started on the non-English system locale | Mnikolenko Productengine | |
2020-12-10 | SL-12069 Issues with bakes-on-mesh and alpha modes | Andrey Kleshchev | |
2020-12-09 | Revert "SL-12069 Issues with bakes-on-mesh and alpha modes" | Andrey Kleshchev | |
This reverts commit afd734b5f4ba66204f80f7726aa5fec538fcf1e4. Fix will be updated and moved to DRTVWR-515. | |||
2020-12-09 | SL-14497 Observers sometimes were notified with wrong flags | Andrey Kleshchev | |
2020-12-08 | SL-14497 Unblocking does not remove voice block | Andrey Kleshchev | |
2020-12-08 | SL-14493 Fixed missing display names | Andrey Kleshchev | |
Name lookup was not inited with capability properly | |||
2020-12-07 | SL-14484 'Stop All' media button sometomes is not avaliable for video | Andrey Kleshchev | |
2020-12-07 | SL-14467 - jellydolled animesh bounding box needs to include rigged mesh ↵ | Brad Payne (Vir Linden) | |
extents. | |||
2020-12-07 | Revert "SL-14270 Crash accessing deleted 'parent' via callback from child" | Andrey Kleshchev | |
There are random inventory's buildViewsTree crashes in branch with SL-14270 commit and there doesn't seem to be anything else inventory related that could have caused those. Reverting commits to see if it fixes crashes. | |||
2020-12-04 | SL-14438 Adjusted behavior of recording mask keys | Andrey Kleshchev | |
If 'mask+key' got rejected, don record it as 'mask' | |||
2020-12-03 | SL-14455 FIXED Drag ground to turn is still active when Single click on land ↵ | Mnikolenko Productengine | |
is set to No action | |||
2020-12-03 | SL-14456 FIXED Stop Moving action does not work in the custom key mappings ↵ | Mnikolenko Productengine | |
viewer | |||
2020-12-03 | SL-6109 Crash fix for left right selection shift when nothing or whole ↵ | Andrey Kleshchev | |
string is selected | |||
2020-12-03 | SL-14270 A bit of cleanup #3 | Andrey Kleshchev | |
Just in case and for clarity | |||
2020-12-02 | SL-14422 Get rid of using namespace LLTrace | Mnikolenko Productengine | |
2020-12-02 | SL-14438 Fixed Viewer lost ability to assign Masks as keys | 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-30 | SL-14369 Get rid of static sSkeletonXMLTree | Mnikolenko ProductEngine | |
2020-11-30 | SL-14369 FIXED BugSplat Crash LLAppViewer::cleanup() | Mnikolenko ProductEngine | |
2020-11-27 | SL-14399 Mac build fix | Andrey Kleshchev | |
2020-11-26 | SL-14399 Enqueue into 'LLViewerAssetStorage::assetRequestCoro' failed | Andrey Kleshchev | |
2020-11-26 | Revert "SL-13463 Add 'Reset scripts' button to Content tab of Build floater" | Mnikolenko Productengine | |
2020-11-25 | SL-13733 One more vivox shutdown crash | Andrey Kleshchev | |
Vivox was using dead pump | |||
2020-11-24 | Revert "SL-13479 Dedicated top-level menu for avatar editing" | Andrey Lihatskiy | |
This reverts commit ca6bb3506d13975bd5a817a09658fa78d7716cc6. |