Commit Graph

79690 Commits (54212f1b6c37aa354f3b7a4042130f6d6d49b469)

Author SHA1 Message Date
PanteraPolnocy 2ee66d2b6f FIRE-35770 Sounds added to the blacklist keep playing
Partially reverts commit 9798fae3d2 pending improvements to the check
2025-10-04 18:41:21 +02:00
Brad Linden c440843513 disable package_llphysicsextensions_tpv for now 2025-10-03 11:39:57 -07:00
Brad Linden 949d20c2c0 Merge remote-tracking branch 'origin/release/2025.07' into brad/llphysicsextensions-fallback 2025-10-03 11:08:17 -07:00
Ansariel 052d49786a FIRE-35986: Restore using subfolders for asset cache 2025-10-03 15:49:56 +02:00
Brad Linden e30bc61d9a Restore creation of secondlife-bin.MAP file on Darwin x86_64 for production of llphysicsextensions_tpv 2025-10-02 14:51:14 -07:00
Brad Linden b314a0bb64 new llphysicsextensions_source package that sets OSX_ARCHITECTURES properly
and should hopefully package llphysicsextensions_tpv successfully
2025-10-02 13:35:54 -07:00
Andrey Kleshchev 99d8f22c99 #4757 Model uploader warning when physics library is missing 2025-10-02 22:54:44 +03:00
Brad Linden fc41f57a06 Attempt to fix build error 2025-10-02 11:26:48 -07:00
Brad Linden b8cf54d909 Fix configurations like windows where LLPHYSICSEXTENSIONS_STUB_DIR is unset 2025-10-01 18:17:16 -07:00
Brad Linden 589498fece Reenable havok llphysicsextensions on Darwin x86_64 with llphysicsextensions_stub used for aarch64 2025-10-01 18:01:19 -07:00
Beq 4098a28082 Merge remote-tracking branch 'origin/master' into FIRE-35794 2025-10-01 17:42:39 +01:00
Beq 21ec3ed509 'this' can't be null so gcc rejects it 2025-10-01 17:42:24 +01:00
Beq 77bdbf965f Take median over longer period to avoid out-of-bounds warning on gcc
Not sure why this only complained today.
2025-10-01 17:41:29 +01:00
Hecklezz a12e38911e Use llmin instead of llmax to correctly clamp mMaxDiscardLevel 2025-10-02 02:26:29 +10:00
Andrey Kleshchev 49caa5e179 #4758 Extra logging to track discard 6
Plus clamped some values and preventing decode from starting

# Conflicts:
#	indra/newview/llviewertexture.cpp
2025-10-02 01:33:20 +10:00
Hecklezz b8bc108ea7 Partial restore of texture pipeline changes to address texture discard issues 2025-10-02 01:23:36 +10:00
Ansariel Hiller 7bc01643af
Merge pull request #169 from FirestormViewer/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2025-10-01 14:35:48 +02:00
Ansariel Hiller edcd2c938c
Merge pull request #168 from FirestormViewer/dependabot/github_actions/actions/stale-10
Bump actions/stale from 9 to 10
2025-10-01 14:35:31 +02:00
Ansariel Hiller 48512a0adb
Merge pull request #167 from FirestormViewer/dependabot/github_actions/actions/labeler-6
Bump actions/labeler from 5 to 6
2025-10-01 14:35:08 +02:00
Ansariel Hiller 2441cf9dfb
Merge pull request #166 from FirestormViewer/dependabot/github_actions/actions/github-script-8
Bump actions/github-script from 7 to 8
2025-10-01 14:34:13 +02:00
dependabot[bot] 0b8db937e7
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 10:07:50 +00:00
dependabot[bot] d956c4f1d5
Bump actions/stale from 9 to 10
Bumps [actions/stale](https://github.com/actions/stale) from 9 to 10.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v9...v10)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 10:07:45 +00:00
dependabot[bot] a46b0f4348
Bump actions/labeler from 5 to 6
Bumps [actions/labeler](https://github.com/actions/labeler) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 10:07:42 +00:00
dependabot[bot] 318c18be6a
Bump actions/github-script from 7 to 8
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 10:07:39 +00:00
Beq d1fc3c2d30 Merge remote-tracking branch 'origin/master' into FIRE-35794 2025-10-01 09:49:30 +01:00
Ansariel 4cef6a28e7 Update this too... 2025-10-01 01:19:54 +02:00
Ansariel 57a18377b5 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm 2025-10-01 01:19:09 +02:00
Beq a61a802c34 Universal-arch KDU for Mac 2025-10-01 00:10:10 +01:00
Beq 9e11b02b81 KDU 8.6 2025-09-30 17:59:38 +01:00
Maxim Nikolenko 420bc85f97
#4751 Restore navigation UI for Marketplace and Search 2025-09-30 19:28:21 +03:00
Ansariel df94d745c5 Merge branch 'release/2025.07' of https://github.com/secondlife/viewer 2025-09-30 17:27:38 +02:00
Ansariel a41bf0f717 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm 2025-09-30 17:27:19 +02:00
Andrey Kleshchev 88248791a3 #4739 Wearables sort order reliability 2025-09-30 17:21:06 +02:00
PanteraPolnocy f4c5e7ec9a Remove 'Dump LLViewerTexturelist' menu entry from all translations 2025-09-30 17:04:44 +02:00
Ansariel Hiller 453c1dccca
Merge pull request #165 from FirestormViewer/texture-changes-reverted
Texture changes reverted back to stock LL
2025-09-30 16:52:27 +02:00
Ansariel 3665dc24f4 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm into texture-changes-reverted 2025-09-30 16:38:47 +02:00
Rye 79909b8a33
Fix rendering differences observed in 2025.07 (#4747)
* Fix calling setTextureAddressModeFast and setTextureFilteringOptionFast with invalid tex type during fast binds

* Restore mRT->screen to GL_RGBA16F to fix lighting banding
2025-09-29 09:23:29 -07:00
Angeldark Raymaker 0663773ab4 FIRE-35794: Don't reload base if user set to zero
for partial-bvh reloads
2025-09-28 13:52:58 +01:00
Angeldark Raymaker 7e04a1e658 FIRE-35794: Don't zero scale and pos deltas
for diff reloads
2025-09-28 12:46:44 +01:00
Angeldark Raymaker 5ad643ba45 Merge branch 'master' into FIRE-35794 2025-09-28 10:14:55 +01:00
Angeldark Raymaker 713029a3f2 FIRE-35794: Cleanup and fix reloading 2025-09-28 10:13:33 +01:00
Angeldark Raymaker d1dbdd0ae1 FIRE-35794: Tidy messaging 2025-09-26 21:26:07 +01:00
Angeldark Raymaker 695fb54614 FIRE-35794: Fix position & scale load 2025-09-26 19:59:27 +01:00
PanteraPolnocy 2ab68879e7 FIRE-35967 Updated Japanese translation (hyphens), by Logue Takacs 2025-09-26 10:05:03 +02:00
PanteraPolnocy 0b00a76a22 Minor Polish translation adjustment 2025-09-24 20:11:32 +02:00
PanteraPolnocy f67642f122 FIRE-35885 related: Preferences tabs are cut off at the bottom in Starlight CUI skin 2025-09-23 22:54:23 +02:00
PanteraPolnocy 3ead31393e FIRE-35969 Chinese Translation Update, by 小滢 Zi Ying 2025-09-23 22:35:10 +02:00
Maxim Nikolenko 6dba35d74e
#4719 use correct search query when navigating to the page 2025-09-23 20:20:05 +03:00
Hecklezz 12e564dbd9 Fixed compilation error caused when merging upstream 2025-09-23 23:51:52 +10:00
Ansariel 6784700976 Fix device selection being empty (prefer FMOD Studio over OpenAL if both are available) 2025-09-23 10:45:23 +02:00