Skip to content

Release/2025.05 #3913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 185 commits into
base: main
Choose a base branch
from
Draft

Release/2025.05 #3913

wants to merge 185 commits into from

Conversation

marchcat
Copy link
Contributor

Based on Maint C (#3895)

akleshchev and others added 30 commits April 9, 2024 15:29
instead of having a 10 second delay to 'confirm' activity
Default value should be selected for replacement
# Conflicts:
#	indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml
Release (Maint W) -> Maint C merge
1. onClear should clear file even if in 'don't log' state.
2. When chat isn't logging, check presence of old log by checking file.
This file is no longer used.
Drop python version from matrix configuration as it's always 3.11.
Move towards packaging artifacts with xz, which offers higher compression ratios and faster decode time.
On viewer shutdown
1. Instead of handling potential WM_* messages viewer is no longer
equiped to handle drop window's pointer and expect only WM_DESTROY
2. Detach thread and let it do its own thing, thread will delete itself
3. Reverts commit 1161262

Reason for the change: window was closing too early (as son as "LLApp"
status changes) without proper cleanup
1. Switched 'inspect' to thumbnails to minimalize differences
2. Reporting larger area to bump priority
3. Change scaling behavior. Old mechanics worked fine for icons that
were scaled down from large images to ~32, but for thumbnails it can
result in 256 image scaling down to ~200 before being scaled up to UI's
scale (scale factor), causing extra loss of quality.
Standard and scaled textures couldn't share workers and if one finished
a request, second one failed to start a new one.
Release (Maint YZ) -> Maint C merge
To not acuse confusion with favorites
@marchcat
Copy link
Contributor Author

@marchcat
Copy link
Contributor Author

akleshchev and others added 11 commits April 28, 2025 21:53
Doesn't make much sense, if param is in use it is supposed to be set,
but bugsplat says sculpt_params is null
I don't expect it to fix the problem. Just making things more explicit
in places of most frequent crashes.
For now it's random, needs more consistent coverage
# Conflicts:
#	.github/workflows/qatest.yaml
#	indra/llcommon/llsdutil.h
#	indra/llui/llflatlistview.h
#	indra/newview/llinventorybridge.cpp
#	indra/newview/lloutfitgallery.cpp
#	indra/newview/lloutfitgallery.h
@marchcat
Copy link
Contributor Author

@AtlasLinden There was a merge conflict between the outfits and favorites folders' code. Please pay attention when testing that.

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.

Backport maint-c into 2025.05