Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-31 | SL-18330: Consistently use new standalone Python llsd package. | Nat Goodspeed | |
2023-05-31 | SL-18330: Change to strip_deprecated_header(size_t* header_size) | Nat Goodspeed | |
from U32*. | |||
2023-05-19 | SL-18837: Clean up more set-but-unused variables for Xcode 14.3 | Nat Goodspeed | |
2023-05-19 | SL-18837: Merge branch 'xcode-14.1' of secondlife/viewer into xcode-14.3 | Nat Goodspeed | |
2023-05-03 | SL-18330: fix strip_deprecated_header(cur_size) param to llssize. | Nat Goodspeed | |
2023-03-29 | Increment viewer version to 6.6.11 | Nat Goodspeed | |
following promotion of DRTVWR-573 | |||
2023-03-27 | SL-17761 Updated the login failure message | Andrey Lihatskiy | |
2023-03-23 | SL-19462 Declare the FetchGroupChatHistory setting in the code | Andrey Lihatskiy | |
to make it accessible after updating the viewer | |||
2023-03-21 | SL-19289 UI for Estate Floater - Block Scripted Agents from Estate/Region | Andrey Lihatskiy | |
2023-03-20 | SL-19161 - logging of basic translation stats in ViewerStats | Brad Payne (Vir Linden) | |
2023-03-20 | Merge branch 'DRTVWR-568' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
# Conflicts: # indra/cmake/Copy3rdPartyLibs.cmake # indra/cmake/FindOpenJPEG.cmake # indra/cmake/OpenJPEG.cmake # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/CMakeLists.txt | |||
2023-03-13 | SL-17761: Replace 'Grid emergency' message with generic error | Bennett Goble | |
The viewer currently presents a startling "Grid emergency" warning if an unrecognized error is returned from login. Let's tone this down a bit and present the error as it is: an unrecognized login failure rather than SLearth exploding. | |||
2023-03-06 | SL-19346 PERMISSION_DEBIT remove warning for Linden owned content | Andrey Kleshchev | |
2023-03-01 | SL-18268 - merge fix for viewer update to read group chat history | simon | |
added missing app setting | |||
2023-02-13 | SL-18268 - Viewer update to read group chat history. | simon | |
Feature described at https://community.secondlife.com/blogs/entry/12652-coming-soon-to-a-viewer-near-you-group-chat-history/ | |||
2023-02-13 | Fix up a couple of tiny merge conflicts after a merge with main | Callum Prentice | |
2023-02-12 | SL-19119 Fix mouse steering | Andrey Kleshchev | |
2023-02-02 | Merge branch 'main' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
2023-02-02 | Increment viewer version to 6.6.10 | Nat Goodspeed | |
following promotion of DRTVWR-570 | |||
2023-01-27 | Revert "SL-18581 Don't show the starter avatar toolbar button for NUX" | Andrey Lihatskiy | |
This reverts commit 4d429b7ea31f51f653e0e2ad6b5799a515e28334. | |||
2023-01-20 | SL-14318 MacOS __write_nocancel crash | Andrey Kleshchev | |
Multiple instances of viewer could write to the same uuid.inv file at the same time. | |||
2023-01-13 | SL-18823 Restore fix after the merge | Mnikolenko Productengine | |
2023-01-12 | DRTVWR-573 add missed argument | Andrey Lihatskiy | |
2023-01-12 | DRTVWR-573 post-merge buildfix | Andrey Lihatskiy | |
2023-01-12 | Merge branch 'main' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/newview/llagent.cpp # indra/newview/llimview.cpp # indra/newview/llimview.h # indra/newview/llinventoryfunctions.cpp # indra/newview/llpanelmediasettingsgeneral.cpp # indra/newview/pipeline.cpp | |||
2023-01-11 | SL-18945 Links have no 'cut' option | Andrey Kleshchev | |
Links can be drag and dropped so they should be movable via 'cut' as well | |||
2023-01-11 | SL-18939 Cannot copy inventory folders with copiable links | Andrey Kleshchev | |
2023-01-10 | SL-12437 Long avatar names should stay as one string | Andrey Kleshchev | |
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-07 | Revert "SL-18911 [MAC] My Land Holdings floater crashes when not empty" | Andrey Kleshchev | |
This reverts commit d6f5e5bc9424b9d45f6eeeca5d894d46dc91b279. | |||
2023-01-07 | SL-18911 [MAC] My Land Holdings floater crashes when not empty | Andrey Kleshchev | |
2023-01-06 | SL-17659 Reset button for user profile | Andrey Kleshchev | |
2023-01-05 | SL-18894 The change of 'modify rights' is not recorded in IM history if the ↵ | Andrey Kleshchev | |
user is in DND mode Revert of commit for SL-15401. Messages are supposed to handle 'mute' on their own. | |||
2023-01-05 | SL-18871 Debug setting's description is not scrollable | Andrey Kleshchev | |
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-20 | SL-18426 At log in only a part friends reported to chat as online | Andrey Kleshchev | |
Server sends updates in bulk now, so notify per agent instead of per update | |||
2022-12-16 | SL-18857 FIXED Editing attachment before Shape can stop av turning for user | Maxim Nikolenko | |
2022-12-13 | mac build fix - remove unused variables | Maxim Nikolenko | |
2022-12-12 | Merge branch 'main' into DRTVWR-568 | Callum Prentice | |
2022-12-12 | Merge branch 'main' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloater360capture.cpp | |||
2022-12-12 | Increment viewer version to 6.6.9 | Nat Goodspeed | |
following promotion of DRTVWR-565 | |||
2022-12-12 | SL-16874 Added tool tips to buttons displayed by llDialog() | Andrey Lihatskiy | |
2022-12-12 | SL-18826 limit teleport command usage | Maxim Nikolenko | |
2022-12-11 | SL-18159 Windows' mouse from keyboard emulation causes pointer to jump ↵ | akleshchev | |
around the screen. Emulated mouse was trigering "not a valid zoomable object" case and jumping to garbage mMouseDownX/Y due to 'up' event being too early. | |||
2022-12-09 | SL-8294 Fixed Incorrect coordinates in address bar | Andrey Kleshchev | |
Example: Stepping over 183/255/22 will show position 183/1/22 of the same region | |||
2022-12-09 | Merge branch 'SL-18824' into DRTVWR-573-maint-R | Andrey Lihatskiy | |
2022-12-09 | SL-18824 - added hardare_concurrency to system stats | Brad Payne (Vir Linden) | |
2022-12-09 | SL-18823 FIXED Crash when using 'Create folder from selected' | Maxim Nikolenko | |
2022-12-09 | SL-18810 FIXED "Find Original" doesn't work if Item profile was previously ↵ | Mnikolenko Productengine | |
selected |