Go to file
Henri Beauchamp 61b93e778b
SL-19110 Make HBXXH* classes no-copy. (#72)
These classes are not trivially copyable because of the mState pointer on an internal
XXH3 state that would have to be explicitely copied.
While it would be possible to add custom copy constructor and operator for them, it
does not really make sense to allow copying an instance of these classes, since all we
care about storing and copying is the digest (which is either an U64 or an LLUUID).
2023-02-07 01:17:22 +02:00
.github Merge pull request #4 from secondlife/signal/stale 2022-11-21 16:02:02 -08:00
doc SL-19110 Fix xxhash build link and properly register contribution 2023-01-31 19:17:34 +02:00
etc
indra SL-19110 Make HBXXH* classes no-copy. (#72) 2023-02-07 01:17:22 +02:00
scripts Update default URL for message template in template_verifier.py as well 2022-11-21 21:15:01 +01:00
.clang-format
.gitignore
.pre-commit-config.yaml SL-15741: Add pre-commit configuration 2022-01-24 18:47:10 +02:00
BuildParams
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-19110 Fix xxhash build link and properly register contribution 2023-01-31 19:17:34 +02: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.