Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-17 | SL-20163 Rename hide_sl_age to hide_age | Alexander Gavriliuk | |
2023-10-17 | SL-18837: Avoid stuffing build number into 32-bit int. | Nat Goodspeed | |
Even though LLVersionInfo::getBuild() already returns a 64-bit int, various consumers assumed it could fit into 32 bits. It was especially bad to pass it to a classic C style varargs function. Only on a little-endian CPU, and only because it was the last argument, the damage was limited to truncation -- instead of arbitrary undefined behavior. Where the consumer doesn't support 64-bit ints, pass as string instead. | |||
2023-10-16 | SL-18837: Second Life Release.app=>Second Life Viewer.app in tarball | Nat Goodspeed | |
2023-10-16 | SL-18837: Create Second Life Viewer.app, not Second Life Release.app | Nat Goodspeed | |
2023-10-14 | SL-20163 Allow residents to hide exact join date on profiles | Alexander Gavriliuk | |
2023-10-14 | SL-20163 Delete LLAvatarPropertiesProcessor::sendAvatarPropertiesUpdate | Alexander Gavriliuk | |
2023-10-13 | SL-20422 Mac build fix | Alexander Gavriliuk | |
2023-10-13 | SL-20163 Preliminary layout changes | Alexander Gavriliuk | |
2023-10-13 | SL-20422 Unit-tests fix | Alexander Gavriliuk | |
2023-10-13 | SL-20233 Add menu command to remove selected avatar attachment(s) | Andrey Kleshchev | |
2023-10-12 | SL-18837: Unify all llrand_test.cpp in-range tests. | Nat Goodspeed | |
The header file documents that no llrand function should ever return a value equal to the passed extent, so the one test in llrand_test.cpp that checked less than or equal to the high end of the range was anomalous. But changing that to an exclusive range means that we no longer need separate exclusive range and inclusive range functions. Replace ensure_in_range_using(), ensure_in_exc_range() and ensure_in_inc_range() with a grand unified (simplified) ensure_in_range() function. | |||
2023-10-12 | SL-20286 Duplication of autocomplete results occurs when entering some ↵ | Alexander Gavriliuk | |
search queries in the navigation bar | |||
2023-10-12 | SL-20417 Remove "loading" message from profile photo | Mnikolenko Productengine | |
2023-10-12 | SL-20422 Clicking the 'Bring it back' link on Aditi displays a teleport alert | Alexander Gavriliuk | |
2023-10-11 | SL-20419 Receiving new objects or items, etc causes inventory to switch from ↵ | Alexander Gavriliuk | |
recent to my inventory tab | |||
2023-10-11 | SL-20403 FIXED People floater showing arrows on default size | Maxim Nikolenko | |
2023-10-11 | SL-20378 Add menu bar entry and keyboard shortcut to open Notifications floater | Alexander Gavriliuk | |
2023-10-11 | SL-20432 Minor polishing in LLWearableItemsList::updateChangedItems | Alexander Gavriliuk | |
2023-10-11 | SL-20370 Change PDT to SLT on menu bar | Alexander Gavriliuk | |
2023-10-11 | SL-20432 Buildfix | Alexander Gavriliuk | |
2023-10-11 | SL-20432 Filtering My Outfits with big number of items freezes UI | Alexander Gavriliuk | |
2023-10-10 | SL-20288 Lags in Appearance floater (code format in LLAccordionCtrl) | Alexander Gavriliuk | |
2023-10-10 | SL-20414 move tabs to left in Region/Estate floater | Mnikolenko Productengine | |
2023-10-10 | SL-20288 Lags in Appearance floater | Alexander Gavriliuk | |
2023-10-10 | Get rid of a duplicate notification | PanteraPolnocy | |
InventoryLimitReachedAIS | |||
2023-10-09 | SL-20377 Sort group notices by date | Mnikolenko Productengine | |
2023-10-09 | SL-20411 Don't load all thumnails at once for large folders #2 | Andrey Kleshchev | |
2023-10-09 | SL-20411 Thumbnail textures should have less of an impact on performance #1 | Andrey Kleshchev | |
scale thumbnail textures down to 256 when needed. As we do to chat icons. | |||
2023-10-09 | SL-20380 Add group notices button as hover button on Groups floater | Maxim Nikolenko | |
2023-10-06 | SL-20420 Emoji - Increase nearby chat history buffer size | Alexander Gavriliuk | |
2023-10-06 | SL-20413 Add zoom controls to menu bar | Mnikolenko Productengine | |
2023-10-05 | SL-19826 Fix mac build issue (unused variable) | Andrey Lihatskiy | |
2023-10-05 | SL-18837: When llrand_test.cpp fails, display the failing value. | Nat Goodspeed | |
It's frustrating and unactionable to have a failing test report merely that the random value was greater than the specified high end. Okay, so what was the value? If it's supposed to be less than the high end, did it happen to be equal? Or was it garbage? We can't reproduce the failure by rerunning! The new ensure_in_exc_range(), ensure_in_inc_range() mechanism is somewhat complex because exactly one test allows equality with the high end of the expected range, where the rest mandate that the function return less than the high end. If that's a bug in the test -- if every llrand function is supposed to return less than the high end -- then we could simplify the test logic. | |||
2023-10-05 | SL-20406 show wiki link with instructions on how to set up an external editor | Mnikolenko Productengine | |
2023-10-04 | SL-18837: Merge branch 'actions-clean-manifest' into actions. | Nat Goodspeed | |
This branch cleans up crufty code in build.yaml, build.sh and viewer_manifest.py that was packaging, signing and uploading installers before the SL-19242 work. | |||
2023-10-05 | SL-20348 Focus should be in the chat bar when the Conversations floater is ↵ | Alexander Gavriliuk | |
opened | |||
2023-10-04 | SL-18837: Fix set-but-unreferenced in LLInventoryGallery::startDrag() | Nat Goodspeed | |
2023-10-04 | SL-18837: Restore setting ViewerManifest.package_file. | Nat Goodspeed | |
This is referenced after running the packaging. | |||
2023-10-04 | SL-18837: Merge branch 'main' of secondlife/viewer into actions | Nat Goodspeed | |
2023-10-03 | SL-19242: Remove signing and packaging from viewer_manifest.py | Nat Goodspeed | |
for Mac and Windows. That's now done by subsequent jobs in the GitHub build. Remove workflow step to upload installers before signing and packaging jobs. Remove from viewer_manifest.py conditionals for 32-bit Windows or Mac. Also bump to actions/checkout@v4, per dependabot. | |||
2023-10-03 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/settings.xml # indra/newview/llinventorybridge.cpp # indra/newview/lltexturectrl.h # indra/newview/llvovolume.cpp | |||
2023-10-03 | Increment viewer version to 6.6.16 | Nat Goodspeed | |
following promotion of DRTVWR-567 | |||
2023-10-02 | SL-20367 Switch from index to value based selection | Andrey Kleshchev | |
To make sure it won't happen again once new option gets added | |||
2023-10-02 | SL-20367 Click actions Zoom and Ignore can't be set from object's profile | Andrey Kleshchev | |
2023-09-29 | SL-20244 On-screen animesh characters that start pelvis offset animations ↵ | Alexander Gavriliuk | |
disappear when root goes off-screen | |||
2023-09-28 | SL-20361 Avoid of ASSERT (false) in check_rigged_group() | Alexander Gavriliuk | |
2023-09-27 | SL-15039 Fixed missed filter time variable | Andrey Kleshchev | |
2023-09-27 | SL-20346 Avoid of ASSERT (pos.isFinite()) in drawBoxOutline() | Alexander Gavriliuk | |
2023-09-27 | SL-20345 Avoid of ASSERT (\!mRootVolp) in LLControlAvatar::~LLControlAvatar() | Alexander Gavriliuk | |
2023-09-27 | SL-15039 Prune unused preferences #5 | Andrey Kleshchev | |