phoenix-firestorm/scripts
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
..
code_tools Merge branch 'DRTVWR-600-maint-A' into signal/trim-trailing 2024-06-10 20:03:54 +03:00
content_tools Trim trailing whitespace 2024-05-29 08:10:00 -07:00
messages Fix(XUI): Resolve parsing warnings for Fixed Environment editor widgets 2025-04-02 04:09:00 +03:00
metrics Trim trailing whitespace 2024-05-29 08:10:00 -07:00
perf trailing spaces from other branches 2024-09-19 12:40:56 -04:00
templates Trim trailing whitespace 2024-05-29 08:10:00 -07:00
testing/lsl SL-751 - updated lsl test scripts with bug fix, added a version that uses the new command llGetObjectAnimationNames() 2017-08-31 16:48:26 +01:00
md5check.py SL-15742: Convert build scripts to Python 3 2021-12-10 14:42:49 -08:00
packages-formatter.py Bring packages formater step on par with 3p installation: 2022-04-07 02:35:47 +02:00
setup-path.py SL-15742: Convert build scripts to Python 3 2021-12-10 14:42:49 -08:00
template_verifier.py Trim trailing whitespace 2024-05-29 08:10:00 -07:00