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

From Second Life Wiki
Jump to navigation Jump to search
m
m
 
(472 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''
|3.7.4.288138
|https://bitbucket.org/lindenlab/viewer-release
|d076568ff788
|Public
|-
|colspan=4|The canonical viewer source archive
|-
!rowspan=2|Google Breakpad
|[[Release Notes/Second Life Release/3.7.5.288464|3.7.5.288464]]
|https://bitbucket.org/obscurestar/viewer-breakpad5
|fc066b82343f
|Public
|-
|colspan=4|Updated implementation for google breakpad to improve capture rate of crash data.
|-
!rowspan=2|Interesting
|[[Release Notes/Second Life Release/3.7.5.288404|3.7.5.288404]]
|https://bitbucket.org/lindenlab/viewer-interesting
|f32331842eec
|Public
|-
|colspan=4|Improvements to scene loading time and overall viewer performance.
|-
!rowspan=2|StatTest
|[[Release Notes/Second Life Release/3.7.5.288371|3.7.5.288371]]
|https://bitbucket.org/oz_linden/viewer-markerfix
|cf7c575fd7a8
|Public
|-
|colspan=4|This viewer makes one change related to crash statistics gathering; it is functionally equivalent to the default release viewer otherwise.
|-
!rowspan=2|MerchantOutbox
|[[Release Notes/Second Life Release/3.7.3.287344|3.7.3.287344]]
|https://bitbucket.org/merov_linden/viewer-maint-2287
|269f61104dca
|Public
|-
|colspan=4|Viewer fixes for the Merchant Outbox failures
|}
 
 
 
----
==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 Zipper===<!-- 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 Zipper/3.7.2.286810|3.7.2.286810]]
|https://bitbucket.org/lindenlabinternal/richard_physfs
|1889e50d0d46
|'''Private'''
|-
|colspan=4|
|}
 
[[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