Go to file
William Weaver be595b4403 Fix(XUI): Resolve parsing warnings for Fixed Environment editor widgets
Problem:
Opening the Fixed Environment floater generated three distinct XUI parsing warnings in the logs:
- Failed to parse parameter "decimal_digits." in xy_vector.xml
- Failed to parse parameter "user_resize." in xy_vector.xml
- Failed to parse parameter "logarithmic." in panel_settings_sky_clouds.xml

Cause:
These attributes were either not recognized/utilized by the underlying C++ widget implementations ('decimal_digits', 'user_resize' in LLXYVector) or were using an incorrect value ('logarithmic="1"' instead of a boolean 'true'/'false' in LLSliderCtrl).

Solution:
This commit addresses these three warnings:
- Removed the extraneous 'decimal_digits' and 'user_resize' attributes from the definition of the 'xyvector' widget in xy_vector.xml.
- Corrected the 'logarithmic' attribute value from "1" to "true" for the 'cloud_scroll_xy' slider in panel_settings_sky_clouds.xml.

Result:
Eliminates these specific parsing warnings from the logs when the Fixed Environment floater is opened.

Testing:
- Launch viewer.
- Open World -> Environment Editor -> My Environments.
- Select a sky setting and click Edit (or create a New one).
- Observe the logs upon the Fixed Environment floater opening.
- Verify the absence of the 'decimal_digits', 'user_resize' (from xy_vector.xml), and 'logarithmic' (from panel_settings_sky_clouds.xml) parsing warnings.
2025-04-02 04:09:00 +03:00
.github Merge branch 'develop' into release/2024.12-ForeverFPS 2025-02-19 15:34:58 -05:00
doc secondlife/viewer#2483: Fix label typo in PBR terrain texture transforms tab 2024-09-03 10:10:32 -07:00
etc fixup tabs 2024-03-11 14:41:12 -07:00
indra Fix(XUI): Resolve parsing warnings for Fixed Environment editor widgets 2025-04-02 04:09:00 +03:00
scripts Fix(XUI): Resolve parsing warnings for Fixed Environment editor widgets 2025-04-02 04:09:00 +03:00
.clang-format More changes to Clang-Format to match the current coding standard (#2375) 2024-08-21 19:46:49 +03:00
.editorconfig Add editorconfig 2024-05-01 08:23:35 -07:00
.git-blame-ignore-revs add some more whitespace commits to .git-blame-ignore-revs 2024-09-18 20:04:24 -07:00
.gitattributes Protect NSIS scripts from eol-style translations. (#1556) 2024-05-23 11:23:50 -07:00
.gitignore Merge branch 'main' into DRTVWR-489 2023-12-15 07:06:15 +02:00
.pre-commit-config.yaml Trim trailing whitespace 2024-05-29 08:10:00 -07:00
CONTRIBUTING.md Add a basic CONTRIBUTING.md 2024-01-26 23:58:47 -08:00
LICENSE Renamed LICENSE.txt to follow naming scheme of other repos 2022-11-18 17:10:03 -05:00
README.md Add a basic CONTRIBUTING.md 2024-01-26 23:58:47 -08:00
autobuild.xml Introduce OpenXR SDK prebuilt package and cmake setup (#2503) 2024-09-04 23:10:50 -04:00
build.sh remove dead code in build.sh 2024-09-19 12:02:57 -07:00
buildscripts_support_functions SL-18837: Get buildscripts_support_functions from sling-buildscripts 2023-06-28 16:58:32 -04:00

README.md

Second Life Logo

Second Life is a free 3D virtual world where users can create, connect and chat with others from around the world. This repository contains the source code for the official client.

Open Source

Second Life provides a huge variety of tools for expression, content creation, socialization and play. Its vibrancy is only possible because of input and contributions from its residents. The client codebase has been open source since 2007 and is available under the LGPL license. The Open Source Portal contains additional information about Linden Lab's open source history and projects.

Download

Most people use a pre-built viewer release to access Second Life. Windows and macOS builds are published on the official website. More experimental viewers, such as release candidates and project viewers, are detailed on the Alternate Viewers page.

Third Party Viewers

Third party maintained forks, which include Linux compatible builds, are indexed in the Third Party Viewer Directory.

Build Instructions

Windows

Mac

Linux

Contribute

Help make Second Life better! You can get involved with improvements by filing bugs, suggesting enhancements, submitting pull requests and more. See the CONTRIBUTING and the open source portal for details.