| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-10 | SL-18911 My Land Holdings floater crashes viewer on the Xcode/+Monterey ↵ | akleshchev | |
| branches (#47) Revert part of "DRTVWR-575: Address review comments on Xcode 14.1 type tweaks." Crash was reproduced when assigning areastr to llsd, but likely present in other cases of assigning ui strings to llsd (instead of going for lluistring's result directly copy constructor was engaged and either copy or original crashed due to invalid pointers, copy shouldn't have been created). | |||
| 2023-01-04 | DRTVWR-575: Use llsdutil.h functions for LLFloaterLandHoldings LLSD | Nat Goodspeed | |
| LLFloaterLandHoldings::postBuild() was constructing an LLSD structure by assigning each map entry and array element one at a time. Chorazinallen identified a crash bug possibly caused by destroying that LLSD structure. Diagnostically try building it using nested llsd::map() and llsd::array() calls instead to see if that improves matters. | |||
| 2023-01-03 | DRTVWR-575: Replace some LLSDArray() usage with llsd::array(). | Nat Goodspeed | |
| It seems newer compilers have a different interpretation of exactly when to engage LLSDArray's copy constructor. In particular, this assignment: some_LLSD_map[key] = LLSDArray(...)(...)...; used to convert the LLSDArray object directly to LLSD; now it first calls the custom copy constructor, which embeds the intended array within an outer array before assigning it into the containing map. The newer llsd::array() function avoids that problem because what it returns is already an LLSD object. Taking inventory of LLSDArray assignments of that form turned up a number of workarounds like LLSD(LLSDArray(...)). Replacing those with llsd::array() is both simpler and more readable. Tip of the hat to Chorazinallen for surfacing this issue! | |||
| 2022-12-06 | DRTVWR-575: Update a few more int lengths in llsdserialize.{h,cpp}. | Nat Goodspeed | |
| 2022-11-11 | DRTVWR-575 fix LLWorkerThread subclasses to be compatiblie with recent ↵ | Brad Kittenbrink | |
| size_t changes in base class | |||
| 2022-11-01 | Increment viewer version to 6.6.8 | Nat Goodspeed | |
| following promotion of DRTVWR-575 | |||
| 2022-10-31 | Fix SL-18511 TOS and MFA login failure handlers must cooperate to answer ↵ | Brad Kittenbrink | |
| both reasons at the same time | |||
| 2022-10-26 | Increment viewer version to 6.6.7 | Nat Goodspeed | |
| following promotion of DRTVWR-574 | |||
| 2022-10-24 | SL-18432 Fix for alpha sorting | Andrey Lihatskiy | |
| 2022-10-20 | Increment viewer version to 6.6.6 | Nat Goodspeed | |
| following promotion of DRTVWR-548 | |||
| 2022-10-17 | SL-17779 Texture position changes were ignored on rigged meshes | Andrey Kleshchev | |
| Since the performance overhaul project, there should be essentially no difference between rigged meshes and non-rigged as far as vertex buffer management is concerned. | |||
| 2022-09-28 | SL-18240 Don't disable HUD media when "Obscure MOAP" is active on land | Mnikolenko Productengine | |
| 2022-09-22 | Merge remote-tracking branch 'origin/SL-18119' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
| 2022-09-22 | SL-18119 - log group join, object add or rez | Brad Payne (Vir Linden) | |
| 2022-09-21 | SL-18119 - bug fix | Brad Payne (Vir Linden) | |
| 2022-09-21 | SL-18119 - more ViewerStats logs for NUX | Brad Payne (Vir Linden) | |
| 2022-09-20 | SL-18119 - logCommand() for friend operations | Brad Payne (Vir Linden) | |
| 2022-09-16 | SL-18119 - UIUsage logs for some common operations | Brad Payne (Vir Linden) | |
| 2022-09-16 | SL-18131 Increase region cap access count before returning errors | Andrey Kleshchev | |
| It might be safe to merge mSeedCapAttempts with mHttpResponderID, but for now leaving them separated, if only for making this mechanic clearer. | |||
| 2022-09-15 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
| # Conflicts: # indra/newview/llmodelpreview.h | |||
| 2022-09-15 | Increment viewer version to 6.6.5 | Nat Goodspeed | |
| following promotion of DRTVWR-544 | |||
| 2022-09-08 | SL-3007 Report abuse option in paticipan list | Andrey Kleshchev | |
| 2022-09-08 | SL-15787 Crash at setCapability | Andrey Kleshchev | |
| 2022-09-06 | SL-18097 Don't permit multiple instances of 'unsaved changes' popups | Andrey Kleshchev | |
| Make notifications modal. When multiple ones are visible, first popup works, interacting with second one causes a crash. And it shouldn't be possible to change anything in floater when these notifications are visible | |||
| 2022-09-06 | SL-17984 Small cleanup in profiles | Andrey Kleshchev | |
| 2022-09-06 | SL-3007 Small improvements for auto filling abuse reports #2 | Andrey Kleshchev | |
| 2022-08-31 | SL-17984 The top two lines in the Description field are not available for ↵ | Andrey Kleshchev | |
| selection Viewer was drawing empty "indicator_stack" over description | |||
| 2022-08-31 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
| 2022-08-31 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
| # Conflicts: # indra/newview/llpanelpicks.cpp # indra/newview/llpanelprofile.cpp | |||
| 2022-08-30 | Increment viewer version to 6.6.4 | Nat Goodspeed | |
| following promotion of DRTVWR-483 | |||
| 2022-08-25 | SL-18007 Edit shape freezes avatar in the middle of the turning animation | Andrey Kleshchev | |
| 2022-08-10 | SL-17925 Fix SLURL based creation of picks and classifieds | Andrey Kleshchev | |
| 2022-08-10 | SL-17924 Don't clear pick's description when clicking on description for the ↵ | Andrey Kleshchev | |
| first time | |||
| 2022-08-10 | SL-17923 "Title" and "Description" labels are not displayed in "Picks" tab | Andrey Kleshchev | |
| Fixed unlabeled fields in picks: For consistency purposes and for clarity both picks and classifieds should display title and descriprion labels. Fixed extra large spacing in classifieds | |||
| 2022-08-08 | SL-14556 Profile floater does not update after a name change | Andrey Kleshchev | |
| 2022-08-05 | SL-17908 No left and right events when both held down | Andrey Kleshchev | |
| Reverts part of SL-15746 | |||
| 2022-08-04 | SL-17785 FIXED World Map scrolls too slowly after pressing "Me" button | Mnikolenko Productengine | |
| 2022-08-04 | DRTVWR-544 Post-merge build fix | Andrey Lihatskiy | |
| 2022-08-04 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
| # Conflicts: # indra/newview/llpanelface.cpp # indra/newview/llpanelface.h # indra/newview/llpanelobject.cpp | |||
| 2022-08-04 | Merge branch 'master' into DRTVWR-548-maint-N | Andrey Lihatskiy | |
| # Conflicts: # indra/newview/llfloaterworldmap.cpp # indra/newview/llvovolume.cpp | |||
| 2022-08-04 | Merge branch master (DRTVWR-561) into DRTVWR-483 | Andrey Kleshchev | |
| 2022-08-03 | Increment viewer version to 6.6.3 | Nat Goodspeed | |
| following promotion of DRTVWR-561 | |||
| 2022-07-27 | Merged in SL-17826 (pull request #1077) | Sabrina Shanman | |
| SL-17826: Fix index out of bounds in mOwnership when drawing parcel lines Approved-by: Andrey Kleshchev Approved-by: Andrey Lihatskiy | |||
| 2022-07-27 | SL-17831 Cut spammy log message | Andrey Kleshchev | |
| 2022-07-27 | SL-17827 Crash at LLCamera::setViewHeightInPixels | Andrey Kleshchev | |
| 2022-07-26 | SL-17826: Fix index out of bounds in mOwnership when drawing parcel lines | Cosmic Linden | |
| 2022-07-26 | SL-17801: Don't let external code delete the raw pointer to the picking octree | Cosmic Linden | |
| 2022-07-22 | SL-17818 Crash at childrenHandleDragAndDrop | Andrey Kleshchev | |
| 2022-07-22 | SL-17815 Crash at parcelLineFlags | Andrey Kleshchev | |
| Col ended up negative | |||
| 2022-07-22 | SL-17814 Crash at landmark's onCommitTextChanges | Andrey Kleshchev | |
