Go to file
Nat Goodspeed a02ccbf1b8 DRTVWR-558: Support LLStoreListener<LLSD>, add LLCaptureListener.
LLStoreListener<LLSD> didn't work because of an ambiguity problem. Resolve
that by introducing an internal storeTarget() method.

Introduce LLCaptureListener<T> that's both an LLStoreListener and the variable
into which to capture the expected result. Introduce LLVarHolder<T> to contain
the variable, so we can guarantee the actual data member will be fully
constructed by the time we want to pass it to the LLStoreListener base class.

(cherry picked from commit a894703188a7755bb9acb897d6c31ae1af6efce0)
2023-07-13 12:47:58 -04:00
.github Merge pull request #4 from secondlife/signal/stale 2022-11-21 16:02:02 -08:00
doc SL-19660 Updated contributions doc 2023-05-09 17:58:13 +03:00
etc
indra DRTVWR-558: Support LLStoreListener<LLSD>, add LLCaptureListener. 2023-07-13 12:47:58 -04:00
scripts Merge branch 'main' into DRTVWR-577-maint-S 2023-03-30 00:25:16 +03:00
.clang-format
.gitignore SL-17238 Fixed llphysicsextensions connection to llrender 2022-09-17 19:30:31 +03:00
.pre-commit-config.yaml SL-15741: Add pre-commit configuration 2022-01-24 18:47:10 +02:00
BuildParams Merge branch 'SL-15742' into DRTVWR-527-maint 2021-12-16 00:58:44 +02:00
LICENSE Renamed LICENSE.txt to follow naming scheme of other repos 2022-11-18 17:10:03 -05:00
README.md Fix readme logo for dark theme sites 2022-11-18 06:22:43 -05:00
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.