Difference between revisions of "Linden Lab Official:Viewer Source Repositories"

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
(495 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- ################################################################
For information on the source repositories for current viewer builds, see [https://releasenotes.secondlife.com/repositories.html the releasenotes.secondlife.com repositories page]
    DO NOT EDIT THIS PAGE MANUALLY
    It is maintained by generation using the script in https://bitbucket.org/lindenlab/open-repositories,
    based on data from the viewer version manager and bitbucket.
    Use the Jira DRTVWR workflow to do a release, and the right thing will happen.
################################################################ -->
 
The canonical viewer source is in [http://bitbucket.org/lindenlab/viewer-release the viewer-release repository]; the tags of the form <tt>''major''.''minor''.''patch''-release</tt> indicate the revisions used to build the default viewer at that release number.
 
This page documents each viewers currently being made available by Linden Lab (including the default viewer), with information on which repository and changeset was used to build each.
 
For links to download these viewers, see the [[Linden Lab Official:Alternate Viewers|official Alternate Viewers]] page.
 
 
==Release Channels==<!-- DO NOT EDIT (see top of page) -->
:The ''default'' cohort viewer here is the default provided by the [http://secondlife.com/support/downloads downloads] page. The other cohorts are candidates being evaluated to be the next default; all are believed to be stable.
 
 
===Second Life Release===<!-- DO NOT EDIT (see top of page) -->
 
{|border="1" cellpadding="5" style="margin: 10px 50px; border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0;"
|- style="background-color: #dfd;"
!Cohort
!Version
!Repository
!Changeset
!Access
|-
!rowspan=2|''default''
|[[Release Notes/Second Life Release/3.7.0.286015|3.7.0.286015]]
|https://bitbucket.org/lindenlab/viewer-release
|5d746de933a9
|Public
|-
|colspan=4|The canonical viewer source archive
|-
!rowspan=2|1317Hotfix
|[[Release Notes/Second Life Release/3.7.1.286557|3.7.1.286557]]
|https://bitbucket.org/lindenlab/viewer-acme-1317
|dcb4981ce255
|Public
|-
|colspan=4|Hack to fix the login to Facebook issue
|-
!rowspan=2|Google Breakpad
|[[Release Notes/Second Life Release/3.6.14.285686|3.6.14.285686]]
|https://bitbucket.org/obscurestar/viewer-breakpad5
|8e976d733819
|Public
|-
|colspan=4|Updated implementation for google breakpad to improve capture rate of crash data.
|-
!rowspan=2|HTTP
|[[Release Notes/Second Life Release/3.7.1.286567|3.7.1.286567]]
|https://bitbucket.org/lindenlab/viewer-http
|f7a37d5509f9
|Public
|-
|colspan=4|Project Viewer repository for the new HTTP library
|-
!rowspan=2|Interesting
|[[Release Notes/Second Life Release/3.6.14.285213|3.6.14.285213]]
|https://bitbucket.org/lindenlab/viewer-interesting
|cfa5c1ae84ef
|Public
|-
|colspan=4|Improvements to scene loading time and overall viewer performance.
|-
!rowspan=2|Maintenance
|[[Release Notes/Second Life Release/3.6.14.285499|3.6.14.285499]]
|https://bitbucket.org/lindenlab/viewer-bear
|f7234f8fdce8
|Public
|-
|colspan=4|MAINT team independent fixes
|}
 
 
 
----
==Project Channels==<!-- DO NOT EDIT (see top of page) -->
:These are early experimental viewers; they may not yet be even beta quality - use at your own risk
 
 
===Second Life Project Merchant Outbox===<!-- DO NOT EDIT (see top of page) -->
 
{|border="1" cellpadding="5" style="margin: 10px 50px; border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0;"
|- style="background-color: #dfd;"
!Cohort
!Version
!Repository
!Changeset
!Access
|-
!rowspan=2|''default''
|[[Release Notes/Second Life Project Merchant Outbox/3.6.13.284731|3.6.13.284731]]
|https://bitbucket.org/merov_linden/viewer-maint-2287
|de3d07a13284
|Public
|-
|colspan=4|Viewer fixes for the Merchant Outbox failures
|}
===Second Life Project Sunshine===<!-- DO NOT EDIT (see top of page) -->
 
{|border="1" cellpadding="5" style="margin: 10px 50px; border-collapse: separate; border-spacing: 0; border-width: 1px; border-style: solid; border-color: #000; padding: 0;"
|- style="background-color: #dfd;"
!Cohort
!Version
!Repository
!Changeset
!Access
|-
!rowspan=2|''default''
|[[Release Notes/Second Life Project Sunshine/3.6.14.285190|3.6.14.285190]]
|https://bitbucket.org/lindenlab/sunshine-external
|630b45c7b805
|Public
|-
|colspan=4|This repository contains the start of a second round of developments for Server Side Appearance, mostly focused on improving inventory reliability and robustness for switching outfits and making changes to the current outfit folder (COF).  These changes are experimental, and not ready for release.
 
 
The only changes that are required to support server side appearance are those contained in the recent viewer release of 3.5.1 (the viewer-release repository).
|}
 
[[Category:Open Source Portal]]

Latest revision as of 11:46, 8 May 2019

For information on the source repositories for current viewer builds, see the releasenotes.secondlife.com repositories page