Go to file
Nat Goodspeed 7fcb2bdb05 DRTVWR-587: Make LLSDParam<LLSD> simplify type when delegating.
LLSDParam<LLSD> is the generic case, when we need to pass LLSDParam adapters
to some set of function parameters whose types we don't specifically know. Its
templated conversion operator notices the actual parameter type T and
delegates conversion to the specific LLSDParam<T> specialization.

But when T has picked up references, e.g. somewhere along the way in the
LL::apply() machinery, the compiler might not choose the desired conversion
because we don't have a sufficiently specific LLSDParam specialization.

LLSDParam<LLSD> can address that by using std::decay_t<T> when delegating to
the specific LLSDParam specialization. This removes references, const and
volatile.
2023-07-27 16:29:41 -04:00
.github
doc SL-20054 Update contributions.txt 2023-07-24 20:50:24 +03:00
etc
indra DRTVWR-587: Make LLSDParam<LLSD> simplify type when delegating. 2023-07-27 16:29:41 -04:00
scripts Merge branch 'main' into DRTVWR-577-maint-S 2023-03-30 00:25:16 +03:00
.clang-format
.gitignore
.pre-commit-config.yaml
BuildParams
LICENSE
README.md
autobuild.xml SL-19716 and SL-19437 viewer_manager 2023-07-05 02:27:42 +03:00
build.sh

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 open source portal for details.