Commit Graph
78891 Commits
Author SHA1 Message Date
minerjr f84528c63e Removed added space and undid asset.cpp change 2025-08-16 13:47:03 -03:00
minerjr e2fbaa28c1 Cleaned up code and added corrected comments header
Cleaned up code to reduce the amount of base code modified.
Fixed up missing code change headers
Cleaned up formatting
2025-08-16 13:45:04 -03:00
minerjr aa0d0d260c Fixed changing of check box now reloads script dialog floaters
Updated Preferences so that when the value is changed, the existing script dialog floaters are closed and re-opened.
Cleaned up some source code from original source code borrowed for the fsfloaterscriptcontainer class.
Added custom script dialog contained enabled method instead of using the updateAnimatedScriptDialogs method in the llfloaterpreferences class.
2025-08-16 13:33:25 -03:00
minerjr cbaf7a1c34 Fixed space removal that was deemed an addition 2025-08-14 06:26:44 -03:00
minerjr 58516d9c5c Added more comments and fixed up some of the formatting and minor compile error
Added more comments to the code.
Added proper tagging of changed code.
Removed some format and text changes that were accidently introduced by the code.
Added some context comments at the start of both fsfloaterscriptcontainer files.
2025-08-14 06:26:44 -03:00
minerjr 5ef9c28d61 Seperated code into it's own cpp and header file
Created fsfloaterscriptcontainer cpp and header file and moved code over to it.
Added ability to double click on tab to tear off the script dialog.
Added proper title to appear when tab is selected.
Fixed up edge case of users enable and disable feature with existing script dialogs visible and using chick-lit buttons to toggle visible/invisible causing them not no longer appear until feature is re-enabed.
2025-08-14 06:26:44 -03:00
minerjr e91fc21397 Initial version of Script Dialog Container. (Multi-floater) 2025-08-14 06:26:44 -03:00
PanteraPolnocy 0c6c8c71f3 Minor follow-up corrections 2025-08-13 20:31:46 +02:00
PanteraPolnocy f4504d4eef FIRE-35853, FIRE-35846, FIRE-35840 Updated Chinese (小滢 Zi Ying), French (Laurent Bechir), Japanese (Logue Takacs) and Polish translations 2025-08-13 20:20:04 +02:00
Hecklezz 9b83573b40 Revert "Fix: ignore *pass-on* counters when detecting left-button grabs (#3990)"
This reverts commit 65d70a8d8f.
Reason can be found here-
https://github.com/secondlife/viewer/issues/4535
2025-08-13 07:03:26 +10:00
Ansariel 1c6331efd5 Fix another issue 2025-08-11 14:03:30 +02:00
Ansariel 0d8af269df Fix remaining unused variable issues 2025-08-11 13:53:56 +02:00
Beq 8894abaafa More set-but-not-used, dead code. 2025-08-10 17:59:41 +01:00
Beq ebc2679892 More set but not used avoidance 2025-08-10 16:37:04 +01:00
Beq 13fdb12d24 more missing overrides. 2025-08-10 16:16:13 +01:00
Beq 5291fb1d1d Avoid set-but-unused in Clang 2025-08-10 14:50:51 +01:00
Beq 66b3635868 Merge remote-tracking branch 'origin/bugfix/FIRE-34084' 2025-08-10 14:08:30 +01:00
Beq 5703af8a27 Fix a missing override...I think we may end up just killing this warning though. 2025-08-10 11:29:47 +01:00
Beq dc409c4f64 Unused variable flagged by MacOS.
The entire switch block has no use.
2025-08-10 10:27:18 +01:00
Beq 3dcad73d2e Reduce lifetime of Beta to 28 days
Too many old betas hang around. These add no value in testing.
Beta now 28, Alpha and Nightly both at 14
2025-08-10 10:00:46 +01:00
Beq e33936b5c8 Add the fontconfgi1-dev package dependency
CMake failing on 24.04, did not on 22.04 so default package setup must have changed? Either that or pkg-config is being a pain.
2025-08-10 09:56:33 +01:00
Beq 47dbce2fa9 Move to Ubuntu 24.04 runner 2025-08-09 19:08:58 +01:00
Beq 0b258ac678 Address g++ compiler warnings, so we can move to g++14
Avoid uninitialized variable warnings on Linux/g++ by initializing translation_override in LLGLTFLoader.

Force the empty callback in LLPanelRegionTerrainInfo to decay to a function pointer to avoid warnings on Linux.

Remove initialization of mViewerObject in LLReflectionMap.h so that we are standards compliant.

(also paired with commit on fs-build-variables to ignore non-null warnings due to gcc stupidity)
2025-08-09 18:59:33 +01:00
Beq c14d0d50b1 Update macOS version for build matrix
macos-14 to macos-15 aligns with LL
2025-08-09 15:24:42 +01:00
Ansariel 29739cdb18 More stuff I missed... 2025-08-09 11:31:03 +02:00
Zi Ree 33da1b75f7 Linux: Remove now obsolete mFullscreenBits 2025-08-09 03:35:30 +02:00
Ansariel 58d68b3cf9 Refactor some stuff I stumbled upon 2025-08-09 03:05:10 +02:00
Ansariel 5af8801119 Merge branch 'main' of https://github.com/secondlife/viewer 2025-08-09 02:24:48 +02:00
Ansariel d7c73b9364 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm 2025-08-09 02:24:24 +02:00
Jonathan "Geenz" Goodman 28678996ce Merge pull request #4382 from secondlife/release/2025.05
Release/2025.05
2025-08-08 18:32:24 -04:00
Andrey Kleshchev f338b91f7c #4483 Fix gltf not opening unicode paths 2025-08-04 18:20:50 +03:00
Beq ebe0e396b1 FIRE-35761 - Primfeed/Flickr: Saved Setting breaks photo size selection
These settings when tied into the XML cause the resolution selection to break. Because users now have  saved setting once it is changed it cannot be fixed, SO I think the only solution is to remove the setting binding to the panel. Better solutions appreciated.
2025-08-04 09:53:30 +01:00
Andrey Lihatskiy 7255933d2a #3785 Set default MediaFirstClickInteract value to 31 (Landowner objects) 2025-08-02 13:22:30 +00:00
PanteraPolnocy 0dcbbdad83 FIRE-35812, FIRE-35820 Chinese (小滢 Zi Ying), Japanese (Logue Takacs) and Polish translation updates 2025-08-02 15:17:27 +02:00
Ansariel Hiller eadc834746 Merge pull request #152 from FirestormViewer/dependabot/github_actions/azure/trusted-signing-action-0.5.9
Bump azure/trusted-signing-action from 0.5.1 to 0.5.9
2025-08-01 19:21:23 +02:00
dependabot[bot] c1450afe6e Bump azure/trusted-signing-action from 0.5.1 to 0.5.9
Bumps [azure/trusted-signing-action](https://github.com/azure/trusted-signing-action) from 0.5.1 to 0.5.9.
- [Release notes](https://github.com/azure/trusted-signing-action/releases)
- [Commits](https://github.com/azure/trusted-signing-action/compare/v0.5.1...v0.5.9)

---
updated-dependencies:
- dependency-name: azure/trusted-signing-action
  dependency-version: 0.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-01 11:01:50 +00:00
Maxim Nikolenko 8240af03b9 #4465 modify vertex limit threshold for starting splitting 2025-07-31 19:55:28 +03:00
Andrey Kleshchev a33fda4f28 #4339 Remade fix for world map's find button 2025-07-31 18:56:32 +03:00
PanteraPolnocy 2efe965442 FIRE-35815 Enable manual distance entry for radar range slider 2025-07-30 15:51:12 +02:00
Andrey Kleshchev 288bce100d #4455 Division by zero in updateFrameStats 2025-07-28 20:10:38 +03:00
Ansariel 75ee26c95a Update German translation 2025-07-28 13:13:15 +02:00
Ansariel Hiller 388988fb42 Merge pull request #150 from AyaneStorm/pr-feat-delete-from-outfits-context-menu-entry
Add 'Delete from outfit' context menu entry
2025-07-28 13:02:21 +02:00
Darl a588addc68 Media first click interact friend check fix 2025-07-28 12:23:20 +03:00
Darl 4799f2e338 Media first click interact group check fix 2025-07-28 12:22:41 +03:00
Ansariel 1fb6c82d5c Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm-202505 2025-07-27 12:55:00 +02:00
Ansariel f37e2785d5 Merge branch 'release/2025.05' of https://github.com/secondlife/viewer
# Conflicts:
#	indra/newview/skins/default/xui/en/panel_preferences_sound.xml
2025-07-27 12:54:37 +02:00
Ansariel 2b18815ef3 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm 2025-07-27 11:53:30 +02:00
PanteraPolnocy 4b048bf6c1 Follow-up; Removing some testing leftovers 2025-07-26 16:24:39 +02:00
PanteraPolnocy 387b8e6821 FIRE-32710 Add D (default) buttons for sliders in prefs -> move and view -> view 2025-07-26 15:56:37 +02:00
Darl 31f8ebf735 Update test plan to match current functionality per suggested/requested change in #4406 2025-07-26 14:02:22 +03:00