Go to file
William Weaver 61ba4b0d77 Fix(XUI): Remove unrecognized user_resize attribute from sun_moon_trackball
Problem:
A warning "Failed to parse parameter 'user_resize.'" appeared in the logs during UI loading, originating from sun_moon_trackball.xml.

Cause:
The 'user_resize' attribute is not a recognized or utilized parameter for the 'sun_moon_trackball' widget type, as defined in the corresponding C++
(LLVirtualTrackball).

Solution:
Removed the extraneous 'user_resize="false"' line from the sun_moon_trackball.xml widget definition.

Result:
Eliminates the parsing warning from the logs upon viewer startup or UI reload.

Testing:
- Launch viewer.
- Check logs for the absence of the "Failed to parse parameter 'user_resize.'" warning.
2025-04-02 03:45:54 +03:00
.github Merge branch 'develop' into release/2024.12-ForeverFPS 2025-02-19 15:34:58 -05:00
doc
etc
indra Fix(XUI): Remove unrecognized user_resize attribute from sun_moon_trackball 2025-04-02 03:45:54 +03:00
scripts Private Issue #297: Accept new flags in ScriptTeleportRequest message. Flags indicate if the world map should be opened and focused. 2025-02-26 16:02:24 -08:00
.clang-format
.editorconfig
.git-blame-ignore-revs
.gitattributes
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
autobuild.xml
build.sh remove dead code in build.sh 2024-09-19 12:02:57 -07:00
buildscripts_support_functions

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.