Skip to content

test#5883

Open
erikthegooner wants to merge 170 commits into
secondlife:mainfrom
erikthegooner:fix-typo-5639-1780341567-2669
Open

test#5883
erikthegooner wants to merge 170 commits into
secondlife:mainfrom
erikthegooner:fix-typo-5639-1780341567-2669

Conversation

@erikthegooner
Copy link
Copy Markdown

test

akleshchev and others added 30 commits March 2, 2026 17:37
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.
It's needed for initWindow()
According to logs multiple files are missing/failed to parse, inform user about the need to reinstall
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@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>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@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>
…rency-alphablend0

FIX - PBR materials with alpha mode BLEND and alpha value of 0 are not highlighted
…tion, only the most recently created one should progress
…r why this was needed have been resolved in previous commits)
akleshchev and others added 13 commits May 22, 2026 18:36
* ACK received-but-unprocessed packets when queued

* Prioritize packets between high- and low-priority (high-priority are: reliable packets that need an ACK)

* Increase max size of LLPacketRing buffer
UI elements already cache display name, getDisplayName() calls are rare
and only come with other calls.

For items, any UI calls already engage internal getItem optimizations,
so doing getItem in getDisplayName() has negligible performance overhead
while avoiding storing a dupplicate of item's name. This also cuts
performance overhead from allocations, so it's a net benefit performance
wise on first load.

System folders do utilize display names that are different from default
names, but they are not panel specific, they are global localizations.
Store those in the model, not in the bridge.

Usage example: LLFolderViewItem::postBuild() already calls getName after
getDisplayName(), so getItem will utilize mLastItem either way and the
only refresh needed happens if user renames the item. Without the user
the update happens only once.
Tooltips are just names, there is no point buffering them.
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 1, 2026


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


12 out of 13 committers have signed the CLA.
βœ… (akleshchev)[https://github.com/akleshchev]
βœ… (marchcat)[https://github.com/marchcat]
βœ… (Geenz)[https://github.com/Geenz]
βœ… (trish-sl)[https://github.com/trish-sl]
βœ… (KittyBarnett)[https://github.com/KittyBarnett]
βœ… (maxim-productengine)[https://github.com/maxim-productengine]
βœ… (Hecklezz)[https://github.com/Hecklezz]
βœ… (brad-linden)[https://github.com/brad-linden]
βœ… (DarlCat)[https://github.com/DarlCat]
βœ… (gaiaclary)[https://github.com/gaiaclary]
βœ… (cosmic-linden)[https://github.com/cosmic-linden]
βœ… (mayconbekkers)[https://github.com/mayconbekkers]
❌ @copilot
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.