summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-24Extend sendMapBlockRequest stub and add test<4> for request-size assertionscopilot-swe-agent[bot]
Co-authored-by: akleshchev <117672381+akleshchev@users.noreply.github.com> Agent-Logs-Url: https://github.com/secondlife/viewer/sessions/fb89a385-185d-4179-a3a4-39a45a713f4f
2026-03-24#5558 Don't spam server with requests we don't needAndrey Kleshchev
Animation takes less than a second, regions take over a second to load. Don't request transitionarry regions, got for target.
2026-03-24#5558 Adjust map request size dynamicallyAndrey Kleshchev
2026-03-23Add 'copilot-swe-agent' to allowlist in CLA workflow (#5566)Brad Linden
2026-03-20Improve detection of marketplace urls for the marketplace floaterHecklezz
2026-03-20#5543 Clear pipette button's visibility logic for materialsAndrey Kleshchev
Removed the limitation as pipette now works for pbr materials. Logic wasn't working correctly as pipette stayed visible regardless of state.
2026-03-20#5543 PBR support for pipetteAndrey Kleshchev
2026-03-19#5454 fix not showing Friend requests during start up notificationMaxim Nikolenko
2026-03-17viewer-private#540 Avoid micro truncations #3Andrey Kleshchev
2026-03-17viewer-private#540 Speed up url search #2Andrey Kleshchev
2026-03-17viewer-private#540 Fix freeze when opening large profiles #1Andrey Kleshchev
2026-03-16#5541 Add safety checks for inventory save during shutdownAndrey Lihatskiy
2026-03-15[FIXED] Wearing >56 clothing items will incorrectly filter since body parts ↵Kitty Barnett
are passed in as well
2026-03-15Attaching a rezzed object incorrectly delays attachment link creation by 5 ↵Kitty Barnett
seconds
2026-03-15Accurately reflect the worn status of inventory items (the reasons for why ↵Kitty Barnett
this was needed have been resolved in previous commits)
2026-03-15If multiple LLWearableHoldingPattern instances are waiting for completion, ↵Kitty Barnett
only the most recently created one should progress
2026-03-15Resolve issues tracking worn attachments that aren't in COF yet (see PR for ↵Kitty Barnett
more details)
2026-03-15Resolve race condition when removing/add attachments inside of a ↵Kitty Barnett
LLWearableHoldingPattern (see PR for details)
2026-03-15LLAppearanceMgr::updateAppearanceFromCOF() doesn't properly filter items ↵Kitty Barnett
collected from folder links
2026-03-15LLViewerObject::getAttachmentItemID() sometimes returns the NULL UUID for ↵Kitty Barnett
the avatar's own attachments
2026-03-15Clean up unused codeKitty Barnett
2026-03-12#1625 Blinding white screen when changing environmentsAndrey Kleshchev
2026-03-12Merge pull request #5411 from trish-sl/fix-highlighttransparency-alphablend0trish-sl
FIX - PBR materials with alpha mode BLEND and alpha value of 0 are not highlighted
2026-03-12Merge remote-tracking branch 'origin/main' into developJonathan "Geenz" Goodman
2026-03-12Merge pull request #5097 from secondlife/release/2026.01Jonathan "Geenz" Goodman
2026.01
2026-03-10#5512 Crash on reset_loginAndrey Kleshchev
2026-03-09#3612 Fix empty 'copy' messageAndrey Kleshchev
2026-03-09Merge 2026.01 into developAndrey Kleshchev
2026-03-09#5506 Periodical stalls on media updateAndrey Kleshchev
2026-03-06Bump actions/download-artifact from 7 to 8dependabot[bot]
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2026-03-06Bump actions/upload-artifact from 6 to 7dependabot[bot]
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2026-03-06#5497 Handle a case of missing files in conversation viewAndrey Kleshchev
According to logs multiple files are missing/failed to parse, inform user about the need to reinstall
2026-03-06#5084 Fix watchdog's simpleton initAndrey Kleshchev
It's needed for initWindow()
2026-03-05#5486 Fix potential unpackBinaryData buffer issuesAndrey Kleshchev
2026-03-03#5084 Convert watchdog to a simpletonAndrey Kleshchev
2026-03-03#5084 Disable watchdog in 26.1Andrey Kleshchev
There is a deadlock that looks to be caused by singleton+watchdog interactions, will resolve in 26.2
2026-03-03#5426 Fix crash in LLPointer<LLImageGL>::notNullAndrey Lihatskiy
2026-03-03#3612 Fix viewer not getting 'nonexistent region' responsesAndrey Kleshchev
which are needed to process 'copy slurl'
2026-03-02#5084 Fix mac's watchdog not catching test caseAndrey Kleshchev
This happens because on mac watchdog quits at the end of frame. And events get handled outside the frame. The might be other cases that need similar handling.
2026-02-24Merge branch 'release/2026.01' into developJonathan "Geenz" Goodman
2026-02-25#5449 Fix GLB textures loading regressionAndrey Lihatskiy
2026-02-24#5431 Fix GLTF rotation corruption on uploadAndrey Lihatskiy
2026-02-24#5084 Adjust watchdog for bettet tracking of logoutAndrey Kleshchev
2026-02-23#5443 fix crash in LLPreviewNotecard::canCloseMaxim Nikolenko
2026-02-23#5435 Update viewer indra_constants.hMaxim Nikolenko
2026-02-20#5396 Add an option to hide Recent, Worn and Favorites tabsMaxim Nikolenko
* #5396 Add an option to hide Recent, Worn and Favorites tabs * #5396 skip tabs initialization if hidden
2026-02-18#5397 Add a setting to see own group tag without seeing othersMaxim Nikolenko
2026-02-17#2938 show confirmation before closing Conference chatMaxim Nikolenko
2026-02-17#5419 remove old unused floaterMaxim Nikolenko
2026-02-15#5356 Fix fast texture cache's mutex stall #2Andrey Kleshchev