Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-22 | Merge pull request #4135 from secondlife/geenz/mac-outfit-gallery-crash-fix | Jonathan "Geenz" Goodman | |
Fix null outfit gallery observer pointer | |||
2025-05-22 | Remove mOutfitsObserver, use mCategoriesObserver from our base. | Jonathan "Geenz" Goodman | |
2025-05-22 | Merge pull request #4100 from secondlife/viewer-1865-for-2025.04 | sethalvesLL | |
Viewer 1865 for 2025.04 | |||
2025-05-22 | Fix null outfit gallery observer pointer | Jonathan "Geenz" Goodman | |
2025-05-21 | Merge pull request #4126 from secondlife/maxim/2025.04-p430 | Maxim Nikolenko | |
#p430 don't show MFA dialog twice | |||
2025-05-21 | fix test for lllogininstance.cpp | Maxim Nikolenko | |
2025-05-21 | #p430 don't show MFA dialog twice | Mnikolenko Productengine | |
2025-05-20 | Update macos icons (#4042, #4112) | Andrey Lihatskiy | |
according to https://developer.apple.com/design/human-interface-guidelines/app-icons | |||
2025-05-19 | reuse region variable instead of multiple calls to gAgent.getRegion() | Seth Alves | |
2025-05-19 | adjust which webrtc tracks are enabled when the avatar crosses a region border | Seth Alves | |
2025-05-16 | #4091 fix speaker icon is showing all users speaking when anyone is talking | Maxim Nikolenko | |
2025-05-16 | #4088 Fix Outfit folders changing to normal folders | Andrey Kleshchev | |
when parent copied and pasted | |||
2025-05-14 | #4081 Meshes missing after teleport | Andrey Kleshchev | |
2025-05-14 | #4072 Fix Appearance floater not updating | Andrey Kleshchev | |
2025-05-13 | #4071 Permit pasting links into outfits | Andrey Kleshchev | |
Like it's permitted to drop them | |||
2025-05-13 | #4069 Fix crash at handleToolTip | Andrey Kleshchev | |
2025-05-13 | #2279 fix for View Angle setting | Maxim Nikolenko | |
2025-05-13 | #4060 Fix subfolders use through ctrl-v | Andrey Kleshchev | |
2025-05-13 | #4055 Fix subfolder dragging | Andrey Kleshchev | |
2025-05-12 | #4010 play only audio mention ping for new conversation | Maxim Nikolenko | |
2025-05-12 | Revert "#4008 Fix media scale adjustments with pbr applied" | Andrey Kleshchev | |
This reverts commit b084d842c9900e532cba11e1e5a4e85299a0e184. | |||
2025-05-10 | #4056 Crash at childGetSelectionInterface | Andrey Kleshchev | |
in model importer | |||
2025-05-08 | #4010 Add audio ping for chat mentions | Maxim Nikolenko | |
2025-05-08 | #3757 Smarter subfolders dragndrop | Andrey Kleshchev | |
2025-05-07 | #4011 Add conversation list highlight for chat mention | Maxim Nikolenko | |
2025-05-07 | #4008 Fix media scale adjustments with pbr applied | Andrey Kleshchev | |
2025-05-05 | #4028 Crash at onEmojiPickerClosed | Maxim Nikolenko | |
2025-05-05 | #4027 Crash at adjustTexturesByScale | Andrey Kleshchev | |
2025-05-05 | #4009 Add color settings for chat mentions to Preferences | Maxim Nikolenko | |
2025-05-05 | #4015 Restore formatting for strings.xml and teleport_strings.xml translations | Andrey Lihatskiy | |
2025-05-01 | #4001 Bump cache version | Andrey Kleshchev | |
2025-04-30 | #3748 Don't allow dropping material onto water exclusion surface | Maxim Nikolenko | |
2025-04-29 | #3997 Crash in a gltf asset enabled region | Andrey Kleshchev | |
2025-04-29 | #3791 check against alpha blending as a part of determining exclude water | Maxim Nikolenko | |
2025-04-28 | viewerp#300 Fix inconsistency with copying textures vs pbr | Andrey Kleshchev | |
2025-04-28 | #3978 Fix offset in Land Owner highlights | Andrey Kleshchev | |
texture_stride with '-1' was added in DRTVWR-592 along with getMetersPerGrid multiplication. | |||
2025-04-25 | #3982 Crash at getChild<LLScrollListCtrl> | Andrey Kleshchev | |
Notification about inventory change from fetchInventoryFromCapCoro Looks like floater was closed a moment before receiving inventoryChanged | |||
2025-04-25 | Merge pull request #3943 from secondlife/maxim/2025.04-chat-mention | Maxim Nikolenko | |
#3758 initial chat mention support | |||
2025-04-25 | Merge pull request #3981 from secondlife/brad/version-increments | Brad Linden | |
Increment viewer version after 2025.03 | |||
2025-04-25 | Increment viewer version after 2025.03 | Brad Linden | |
2025-04-25 | Merge branch 'release/2025.04' into 2025.04-chat-mention | Mnikolenko Productengine | |
2025-04-24 | #3975 Crash at LLSpatialGroup::dirtyGeom | Andrey Kleshchev | |
2025-04-23 | #3758 show mention name in bubble chat | Mnikolenko Productengine | |
2025-04-23 | #3784 Increase gltf scale boundaries | Andrey Kleshchev | |
2025-04-23 | #3920 LLPanel::getString crash | Andrey Kleshchev | |
Make sure new floater can launch wihtout a key. It isn't supposed to be launched wihtout a key, but there are some ways to do that intentionally. | |||
2025-04-23 | #3962 allow Tab work the same way as picking name with Enter | Mnikolenko Productengine | |
2025-04-22 | #3960 Fix expensive mesh thread score calculations | Andrey Kleshchev | |
2025-04-22 | #3870 Added joint initialization for LLVOAvatarSelf | Andrey Kleshchev | |
Sometimes mesh thread crashes when allocating joints | |||
2025-04-22 | #3488 Reduce locking | Andrey Kleshchev | |
1. 'sActive' variables are atomic, no locks needed 2. Fix trylocks. There are internal locks inside loadMeshLOD so without checking locks 3 and 4 viewer would be locked on each loadMeshLOD, potentially making main thread wait for threads to unlock. | |||
2025-04-18 | Merge develop into release/2025.04 | Andrey Kleshchev | |