opensim-viewer-commits Mailing List for Hippo OpenSim Viewer
Status: Beta
Brought to you by:
manaj
You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(6) |
Aug
(10) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
|---|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-11-30 19:00:48
|
Revision: 18
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=18&view=rev
Author: manaj
Date: 2008-11-30 19:00:44 +0000 (Sun, 30 Nov 2008)
Log Message:
-----------
Updated for v0.4.0.
Modified Paths:
--------------
web/htdocs/build.php
web/htdocs/changes.php
web/htdocs/index.php
web/php/menu.inc
web/php/page_header.inc
web/php/stats.inc
Added Paths:
-----------
web/htdocs/db/
web/htdocs/db/grids.php
web/htdocs/limits.php
web/php/grids.inc
Modified: web/htdocs/build.php
===================================================================
--- web/htdocs/build.php 2008-09-12 06:47:58 UTC (rev 17)
+++ web/htdocs/build.php 2008-11-30 19:00:44 UTC (rev 18)
@@ -5,8 +5,8 @@
$platforms[] = "Windows";
$platforms[] = "Linux";
-$slwiki["Windows"] = "http://wiki.secondlife.com/wiki/Microsoft_Windows_Builds";
-$slwiki["Linux"] = "http://wiki.secondlife.com/wiki/Compiling_the_viewer_%28Linux%29";
+$slwiki["Windows"] = "http://wiki.secondlife.com/wiki/Get_source_and_compile";
+$slwiki["Linux"] = "http://wiki.secondlife.com/wiki/Get_source_and_compile";
$sllibs["Windows"] = "http://secondlife.com/developers/opensource/downloads/2008/07/slviewer-win32-libs-Branch_1-20-Viewer-2-r92456.zip";
$sllibs["Linux"] = "http://secondlife.com/developers/opensource/downloads/2008/07/slviewer-linux-libs-Branch_1-20-Viewer-2-r92456.tar.gz";
@@ -68,65 +68,23 @@
>OpenSimulator Forge Subversion Repositiory</a>.</p>
<p>You can check out the latest release with an empty password:</p>
-<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/tags/v0.2.1_LL1.20.15</pre>
+<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/tags/v0.4.0_LL1.21.6 source</pre>
<p>The latest version is available at:</p>
-<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/trunk</pre>
+<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/trunk source</pre>
<p>Note that the trunk might have incomplete features or might not even compile.</p>
-<h2>Additional Archives</h2>
+<? if ($platform == "Windows"): ?>
-<p>Download the following archives and unpack them into the trunk directory:</p>
-<ul>
-<li><a href="<?=$sllibs[$platform]?>">Second Life Viewer <?=$platform?> Libraries</a>
-<li><a href="<?=$slartwork?>">Second Life Viewer Artwork</a>
-<li><a href="<?=$hippofiles?>">Hippo OpenSim Viewer Resources</a>
-</ul>
-
-
-<h2>FMOD Audio Library</h2>
-
-<p>You need the <a href="http://www.fmod.org/">FMOD 3 audio
-library</a>. Make sure to get FMOD 3, the newer FMOD Ex does not
-work.<p>
-
-<? if ($platform == "Linux"): ?>
-
-<p>From a Linux shell you can download and install the library with the following commands:</p>
-<pre class="code">
-wget http://www.fmod.org/index.php/release/version/fmodapi375linux.tar.gz
-tar xzvf fmodapi375linux.tar.gz
-cd fmodapi375linux/
-cp api/inc/* ../linden/libraries/i686-linux/include/
-cp api/libfmod-3.75.so ../linden/libraries/i686-linux/lib_release_client/
-</pre>
-
-
-<? elseif ($platform == "Windows"): ?>
-
-<ul>
-<li>Download and unpack <a
- href="http://www.fmod.org/index.php/release/version/fmodapi375win.zip"
- ><tt>fmodapi375win.zip</tt></a>.</li>
-<li>Copy <tt>fmodapi375win/api/inc/*.h</tt> to <tt>linden/libraries/include</tt></li>
-<li>Copy <tt>fmodapi375win/api/lib/fmodvc.lib</tt> to <tt>linden/libraries/i686-win32\lib_debug</tt></li>
-<li>Copy <tt>fmodapi375win/api/lib/fmodvc.lib</tt> to <tt>linden/libraries/i686-win32\lib_release</tt></li>
-<li>Copy <tt>fmodapi375win/api/fmodvc.dll</tt> to <tt>linden/indra/newview</tt></li>
-</ul>
-
-
<h2>Quicktime SDK</h2>
<p><i>Note: Quicktime is required for playing movies in-world. The
download is free, but you have to register at the Apple web
site.</i></p>
<ul>
-<li>Download and install the <a
+<li>Download and install <a
href="http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/203/wa/getSoftware?fileID=20525&code=y&source=x&wosid=4h16WcyMtVfd2P1EffGafkoxFcr"
>Apple Quicktime SDK for Windows</a>.</li>
-<li>Copy directory <tt>QuicktimeSDK/CIncludes/</tt> as <tt>linden/libraries/i686-win32/include/quicktime/</tt></li>
-<li>Copy <tt>QuicktimeSDK/Libraries/QTMLClient.lib</tt> to <tt>linden/libraries/i686-win32/lib_debug</tt></li>
-<li>Copy <tt>QuicktimeSDK/Libraries/QTMLClient.lib</tt> to <tt>linden/libraries/i686-win32/lib_release</tt></li>
</ul>
@@ -134,11 +92,12 @@
<p><i>Note: These DLLs are only required for packaging your build into an installer.</i></p>
<ul>
+<li>Copy <tt>msvcp71.dll</tt> to <tt>linden/indra/newview</tt></li>
+<li>Copy <tt>msvcr71.dll</tt> to <tt>linden/indra/newview</tt></li>
<li>Copy <tt>msvcp80.dll</tt> to <tt>linden/indra/newview</tt></li>
<li>Copy <tt>msvcr80.dll</tt> to <tt>linden/indra/newview</tt></li>
</ul>
-
<? endif; ?>
@@ -146,29 +105,35 @@
<? if ($platform == "Linux"): ?>
-<p>To build the viewer and package it into an archive run the following commands:</p>
+<p>To build the viewer and package it into an archive run the following commands::</p>
<pre class="code">
-cd linden/indra
-ln -s ../../hippo/hippoViewer
-scons DISTCC=no BTARGET=client BUILD=releasefordownload MOZLIB=yes OPENSOURCE=false
+cd source
+scripts/build.sh
</pre>
<? elseif ($platform == "Windows"): ?>
-<p>Open the VS2005 solution
-<tt>linden/indra/indra_complete/indra_complete.sln</tt> and select
-your build target:</p>
+<p>First you need to prepare the build tree:</p>
+<pre class="code">
+cd source
+scripts/addons_get_fmod.sh
+cd scripts
+./build.bat
+cd ..
+</pre>
+
+<p>Then open the VS2005 solution
+<tt>linden/indra/build-VC80/SecondLife.sln</tt> and select your build
+target:</p>
<ul>
<li><strong>Debug</strong><br/>
- Full debugging information and debug libraries. Currently crashes
- at startup.</li>
-<li><strong>ReleaseNoOpt</strong><br/>
- Release libraries, but full debugging information and incremental
- linking. Recommended for testing and debugging.
+ Full debugging information and debug libraries. Not tested my
+ me.</li>
+<li><strong>RelWithDebInfo</strong><br/>
+ Release libraries, but full debugging information. Recommended for
+ testing and debugging.</li>
<li><strong>ReleaseForDownload</strong><br/>
- Recommended for the final release build only. This target uses
- link time code generation, so don't be surprised if linking takes
- 2-3 hours.</li>
+ Recommended for the final release build only.</li>
</ul>
<p>Then build the solution...</p>
Modified: web/htdocs/changes.php
===================================================================
--- web/htdocs/changes.php 2008-09-12 06:47:58 UTC (rev 17)
+++ web/htdocs/changes.php 2008-11-30 19:00:44 UTC (rev 18)
@@ -9,6 +9,34 @@
together with the major changes.</p>
+<h2>Version 0.4.0 (LL 1.21.6)</h2>
+<ul>
+<li>Based on the <a
+ href="http://secondlife.com/app/releasenotes/?version=1.21.6"
+ target="_blank">Linden viewer 1.21.6</a>.</li>
+<li>Includes all patches from the <a href="http://sldev.free.fr/"
+ target="_blank">Cool SL Viewer</a>. Those changing the look and
+ feel of the viewer are disabled by default and can be enabled in
+ the new "Hippo" tab in the viewer preferences.</li>
+<li>Torley's windlight settings are installed with the viewer.</li>
+<li>The limits for building are now set depending on the simulator
+ platform. <a href="limits.php">Details...</a>.</li>
+<li>Opt in to extended range for hollow and minimum hole size on a
+ per-grid basis. <a href="limits.php">Details...</a>.</li>
+<li>Grid settings are updated from the web server automatically.</li>
+<li>The currency symbol is now OS$ (OpenSim Dollar), when connected to
+ OpenSim, and L$, when connected to SecondLife.</li>
+<li>New "Offer Teleport" button next to "Profile" in the IM
+ window. For now it is permanently enabled. This will be changed,
+ once presence is properly reported in OpenSim.</li>
+<li>The grid manager now has fields for support/help, registration and
+ forgotten password. The links for registration and password show
+ on the login screen only, when a URL is available.</li>
+<li>More references to SecondLife replaced with the grid name and
+ another SL logo replaced.</li>
+</ul>
+
+
<h2>Version 0.2.1 (LL 1.20.15)</h2>
<ul>
<li>Fixed a group of crashes, for example when saving a script (<a
Added: web/htdocs/db/grids.php
===================================================================
--- web/htdocs/db/grids.php (rev 0)
+++ web/htdocs/db/grids.php 2008-11-30 19:00:44 UTC (rev 18)
@@ -0,0 +1,39 @@
+<?php
+
+require_once "../../php/db_mysql.inc";
+
+DB_Connect();
+
+$res = DB_Query("SELECT `value` FROM `general` WHERE `key`='grids_version'");
+if ($row = mysql_fetch_array($res, MYSQL_NUM)) {
+ $version = $row[0];
+} else {
+ exit();
+}
+mysql_free_result($res);
+
+echo "<llsd>\n";
+echo " <array>\n";
+
+echo " <map>\n";
+echo " <key>default_grids_version</key><string>$version</string>\n";
+echo " </map>\n";
+
+$res = DB_Query("SELECT * FROM `grids` WHERE `active`='1'");
+while ($row = mysql_fetch_array($res, MYSQL_ASSOC)) {
+ echo "\n";
+ echo " <!-- $row[gridname] -->\n";
+ echo " <map>\n";
+ foreach ($row as $key => $value)
+ if (($key != "active") && ($value != ""))
+ echo " <key>$key</key><string>$value</string>\n";
+ echo " </map>\n";
+}
+mysql_free_result($res);
+
+echo " </array>\n";
+echo "</llsd>\n";
+
+DB_Close();
+
+?>
\ No newline at end of file
Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php 2008-09-12 06:47:58 UTC (rev 17)
+++ web/htdocs/index.php 2008-11-30 19:00:44 UTC (rev 18)
@@ -5,19 +5,11 @@
<h1>News</h1>
-<p><strong>2008-08-22:</strong> Major bug fix release v0.2.1. Fixes a
- group of crashes, for example when saving a script (<a
- href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemEdit&tracker_item_id=27"
- >more details</a>). The maximum hollow has been reverted back to
- 95, as the LL viewer cannot render prims with hollow greater than
- 95 (<a
- href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemEdit&tracker_item_id=26"
- >more details</a>).</p>
+<p><strong>2008-11-30:</strong> MJM Labs proudly presents Hippo
+ OpenSim Viewer v0.4.0. This is the first version based on Linden
+ viewer 1.21. For more details please see the <a
+ href="changes.php">list of changes</a>.</p>
-<p><strong>2008-08-15:</strong> New Release v0.2.0. Check out the new
- grid manager!</p>
-
-
<p> </p>
<h1>Features</h1>
@@ -30,22 +22,23 @@
features. More specific OpenSim features are under development.</p>
<p>The current version is based on the official Linden Lab release
-<b>1.20.15</b>.</p>
+<b>1.21.6</b>.</p>
<p><b>NOTE:</b> This viewer can connect to the Second Life grid, but
there the usual limits of Second Life apply.</p>
<h2>Limitations Removed or Extended</h2>
+
+<p>Limits are depending on the simulator platform. For more details
+please see the <a href="limits.php">limits page</a>. Some highlights
+for OpenSim:</p>
<ul>
<li>Build up to 10,000 m.</li>
<li>Scale prims up to 256x256x256 m.</li>
<li>Set transparency up to 100 in the edit window.</li>
-<li>Set the hole size down to 0.01 for prim shapes like torus.</li>
+<li>Set the hole size down to 0.01 for prim shapes like torus (optional).</li>
+<li>Set hollow up to 99 (optional).</li>
<li>Join up to 100 groups.</li>
-<li><strike>Set hollow up to 99.</strike> This was reverted to 95 in
- v0.2.1 (<a
- href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemEdit&tracker_item_id=26"
- >more details</a>).</li>
</ul>
<h2>Grid Manager</h2>
@@ -79,6 +72,7 @@
<h2>General</h2>
<ul>
+<li>Torley's windlight settings are installed with the viewer.</li>
<li>Only the English language setting is implemented.</li>
<li>Replace references to Second Life with OpenSim and OSGrid (ongoing).</li>
</ul>
@@ -93,10 +87,16 @@
<!--
<p> </p>
-
<h1>Coming soon...</h1>
-<p>A short preview of the features that will be in Hippo OpenSim Viewer 0.2.0 (LL 1.20.15)</p>
+<p>A short preview of the features that will be in Hippo OpenSim Viewer 0.2.2 (LL 1.20.15)</p>
+<ul>
+<li>Torley's windlight settings.</li>
+<li>Fixed: client freezes on texture cache cleanup [patch by Nicholaz
+Beresford (VWR-3878)].</li>
+<li>More grids added to default list.</li>
+</ul>
-->
+
<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Added: web/htdocs/limits.php
===================================================================
--- web/htdocs/limits.php (rev 0)
+++ web/htdocs/limits.php 2008-11-30 19:00:44 UTC (rev 18)
@@ -0,0 +1,67 @@
+<?php
+$pageName = ":Limits";
+include "../php/page_header.inc";
+?>
+
+<h1>Limits</h1>
+
+<p>The limits for building are based on the platform, for example in
+SecondLife the maximum prim size is 10x10x10, while in OpenSim it is
+256x256x256. This avoids that a prim you have carefully resized snaps
+back to smaller limits once you select a different prim.</p>
+
+<center>
+<table class="content">
+<tr>
+ <td></td>
+ <th colspan="2" class="label">OpenSim</th>
+ <th colspan="2" class="label">Second Life</th>
+</tr><tr>
+ <td class="label">Max. Prim Scale</td>
+ <td class="item">256x256x256</td><td class="note"></td>
+ <td class="item">10x10x10</td><td class="note"></td>
+</tr>
+</tr><tr>
+ <td class="label">Max. Height</td>
+ <td class="item">10,000 m</td><td class="note"></td>
+ <td class="item">4096 m</td><td class="note"></td>
+</tr>
+</tr><tr>
+ <td class="label">Max. Transparency</td>
+ <td class="item">100</td><td class="note"></td>
+ <td class="item">100</td><td class="note"></td>
+</tr>
+</tr><tr>
+ <td class="label">Max. Hollow</td>
+ <td class="item">95/99</td><td class="note">(1)</td>
+ <td class="item">95</td><td class="note"></td>
+</tr>
+</tr><tr>
+ <td class="label">Min. Hole Size</td>
+ <td class="item">0.05/0.01</td><td class="note">(1)</td>
+ <td class="item">0.05</td><td class="note"></td>
+</tr>
+</tr><tr>
+ <td class="label">Max. Groups</td>
+ <td class="item">100</td><td class="note">(2)</td>
+ <td class="item">25</td><td class="note"></td>
+</tr>
+</table>
+</center>
+
+<h2>Notes</h2>
+<ol>
+<li>As the extended range for hollow and minimum hole size is not
+ properly rendered on other viewers, the Hippo OpenSim Viewer
+ restricts editing by default to the range supported by all
+ viewers. You can opt in to the extended range for each grid
+ independently in the <a href="grids.php">grid manager</a>.<br/>
+ The Hippo OpenSim Viewer always renders prims using the extended
+ range properly, even if turned off for editing.</li>
+<li>The extended group limit is set only in the viewer. This will
+ probably need to be adapted, once the details of group support in
+ OpenSim get defined.</li>
+</ol>
+
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Added: web/php/grids.inc
===================================================================
--- web/php/grids.inc (rev 0)
+++ web/php/grids.inc 2008-11-30 19:00:44 UTC (rev 18)
@@ -0,0 +1,13 @@
+
+<div id="gridsPanel" class="panel" style="background-color:#ffffff; margin-left:0px; margin-right:0px;">
+
+</div>
+
+<div id="gridsPanel" class="panel">
+<center class="grids">
+<p class="gridstitle" align="center">Hippo OpenSim Viewer<br/>
+is supported by<br/>the following grids:</p>
+<p class="grids" align="center"><a href="http://avatarhangout.com/" target="_blank"><img src="http://avatarhangout.com/images/ah_logo.jpg" width="150" height="100" border="0" alt="Avatar Hangout - Free Access Virtual World Using The Opensim Software"/></a></p>
+</center>
+</div>
+</div>
Modified: web/php/menu.inc
===================================================================
--- web/php/menu.inc 2008-09-12 06:47:58 UTC (rev 17)
+++ web/php/menu.inc 2008-11-30 19:00:44 UTC (rev 18)
@@ -17,6 +17,7 @@
menuItem("Downloads", "download.php");
menuItem("Support", "support.php");
menuItem("Documentation", "docu.php");
+menuItem(":Limits", "limits.php");
menuItem(":Grid Manager", "grids.php");
menuItem(":Trees & Grass", "trees.php");
menuItem(":Build Source", "build.php");
Modified: web/php/page_header.inc
===================================================================
--- web/php/page_header.inc 2008-09-12 06:47:58 UTC (rev 17)
+++ web/php/page_header.inc 2008-11-30 19:00:44 UTC (rev 18)
@@ -16,9 +16,10 @@
h2 { font:bold 17/17px Arial,sans; margin-top:15px; margin-bottom:-2px; color:334499; }
h3 { font:bold 13/13px Arial,sans; margin-top:12px; margin-bottom:0px; color:334499; }
ul { margin-top:8px; margin-bottom:0px; }
+ol { margin-top:8px; margin-bottom:0px; }
p { margin-top:8px; margin-bottom:0px; }
pre.code { background-color:#dddddd; border:1px solid #000000; padding:2px; margin-left:15px; margin-right:15px; }
-b,strong { color:334499; }
+b,strong { color:#334499; }
/* page layout */
table.page { width:95%; min-width:800px; margin-top:15px; }
@@ -29,10 +30,11 @@
#contentPanel { padding:20px; }
#statsColumn { float:right; margin-left:15px; margin-bottom:15px; }
#statsPanel { margin:5px; }
+#gridsPanel { margin:5px; padding:0px; }
/* panel colors */
table.page { background-color:#5577ff; border:4px solid #334499; }
-#titlePanel,#menuPanel,#statsPanel
+#titlePanel,#menuPanel,#statsPanel,#gridsPanel
{ background-color:#334499; border:2px solid #ffffff; }
#contentPanel { background-color:#ffffff; border:4px solid #334499; }
#statsColumn { background-color:#5577ff; }
@@ -57,6 +59,15 @@
#menuActive:hover { color:#ffaaaa; }
#menuActive:active { color:#ff0000; }
+ /* tables for content */
+table.content { border:4px solid #334499; margin-top:12px; margin-bottom:0px;
+ padding:0px; border-spacing:0px; border-collapse:collapse; }
+th.label { border:2px solid #5577ff; padding:2px; }
+td.label { border:2px solid #5577ff; padding:2px; }
+td.item { text-align:right; padding:2px;
+ border-left:2px solid #5577ff; border-top:2px solid #5577ff; }
+td.note { border-top:2px solid #5577ff; padding:2px; }
+
/* statistics */
table.stats { width:160px; }
td.statsItem { color:#ffffff; padding-left:8px; padding-right:5px; }
@@ -66,6 +77,10 @@
td.statsItem a { color:#cccccc; }
td.statsItem b { color:#ffffff; }
+ /* grids */
+center.grids { width:160px; padding:0px; }
+p.gridstitle { color:#ffffff; padding:5px; margin:0px; margin-bottom:3px; }
+p.grids { background-color:#5577ff; padding:5px; margin:0px; }
</style>
</head>
@@ -112,4 +127,10 @@
<!-- Statistics -->
<?php include "../php/stats.inc"; ?>
-</div></div>
+</div><?php /*
+
+ <!-- Supporting Grids -->
+ <?php if ($pageName == "Home")
+ include "../php/grids.inc"; ?>
+
+ */ ?></div>
Modified: web/php/stats.inc
===================================================================
--- web/php/stats.inc 2008-09-12 06:47:58 UTC (rev 17)
+++ web/php/stats.inc 2008-11-30 19:00:44 UTC (rev 18)
@@ -1,12 +1,10 @@
<table class="stats" cellspacing="0">
<tr class="statsLine0"><td class="statsItem" colspan="2"
align="center"><b>Statistics</b> <a href="stats.php">(?)</a></td></tr>
-<tr class="statsLine1"><td class="statsItem">Total Users:</td><td class="statsValue">0</td></tr>
-<tr class="statsLine0"><td class="statsItem">Last 24 Hours:</td><td class="statsValue">0</td></tr>
-<tr class="statsLine1"><td class="statsItem">Last 30 Days:</td><td class="statsValue">0</td></tr>
-<tr class="statsLine0"><td class="statsItem">Total Windows:</td><td class="statsValue">0</td></tr>
-<tr class="statsLine1"><td class="statsItem">Total Linux:</td><td class="statsValue">0</td></tr>
-<tr class="statsLine0"><td colspan="2" class="statsValue"><font size="-2">0000-00-00 00:00 UTC</font></td></tr>
+<tr class="statsLine1"><td class="statsItem">Total Users:</td><td class="statsValue">8639</td></tr>
+<tr class="statsLine0"><td class="statsItem">Last 24 Hours:</td><td class="statsValue">825</td></tr>
+<tr class="statsLine1"><td class="statsItem">Last 30 Days:</td><td class="statsValue">6357</td></tr>
+<tr class="statsLine0"><td class="statsItem">Total Windows:</td><td class="statsValue">7769</td></tr>
+<tr class="statsLine1"><td class="statsItem">Total Linux:</td><td class="statsValue">576</td></tr>
+<tr class="statsLine0"><td colspan="2" class="statsValue"><font size="-2">2008-11-30 18:31 UTC</font></td></tr>
</table>
-
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-09-12 06:47:56
|
Revision: 17
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=17&view=rev
Author: manaj
Date: 2008-09-12 06:47:58 +0000 (Fri, 12 Sep 2008)
Log Message:
-----------
Added contact information.
Modified Paths:
--------------
web/php/menu.inc
Added Paths:
-----------
web/htdocs/contact.php
Added: web/htdocs/contact.php
===================================================================
--- web/htdocs/contact.php (rev 0)
+++ web/htdocs/contact.php 2008-09-12 06:47:58 UTC (rev 17)
@@ -0,0 +1,21 @@
+<?php
+$pageName = "Contact";
+include "../php/page_header.inc";
+?>
+
+
+<h1>Contact</h1>
+
+<p>There are several ways to get into contact with me:</p>
+<ul>
+<li>The project trackers and forums listed on the <a
+ href="support.php">Support Page</a>.</li>
+<li>In Second Life IM Mana Janus.</li>
+<li>Find my (slightly obfuscated) email at the <a
+ href="http://forge.opensimulator.org/gf/user/mjm/"
+ >OpenSimulator Forge Pages</a>.</li>
+</ul>
+
+<p style="height:80;"> </p>
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/php/menu.inc
===================================================================
--- web/php/menu.inc 2008-08-22 14:28:19 UTC (rev 16)
+++ web/php/menu.inc 2008-09-12 06:47:58 UTC (rev 17)
@@ -21,5 +21,6 @@
menuItem(":Trees & Grass", "trees.php");
menuItem(":Build Source", "build.php");
menuItem("Statistics", "stats.php");
+menuItem("Contact", "contact.php");
?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-22 14:28:10
|
Revision: 16
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=16&view=rev
Author: manaj
Date: 2008-08-22 14:28:19 +0000 (Fri, 22 Aug 2008)
Log Message:
-----------
Updated list of changes.
Modified Paths:
--------------
web/htdocs/changes.php
Modified: web/htdocs/changes.php
===================================================================
--- web/htdocs/changes.php 2008-08-22 14:06:10 UTC (rev 15)
+++ web/htdocs/changes.php 2008-08-22 14:28:19 UTC (rev 16)
@@ -9,6 +9,18 @@
together with the major changes.</p>
+<h2>Version 0.2.1 (LL 1.20.15)</h2>
+<ul>
+<li>Fixed a group of crashes, for example when saving a script (<a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemEdit&tracker_item_id=27"
+ >more details</a>).</li>
+<li>The maximum hollow has been reverted back to 95, as the LL viewer
+ cannot render prims with hollow greater than 95 (<a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemEdit&tracker_item_id=26"
+ >more details</a>).</li>
+</ul>
+
+
<h2>Version 0.2.0 (LL 1.20.15)</h2>
<h3>Grid Manager</h3>
<ul>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-22 14:06:05
|
Revision: 15
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=15&view=rev
Author: manaj
Date: 2008-08-22 14:06:10 +0000 (Fri, 22 Aug 2008)
Log Message:
-----------
Web update for v0.2.1.
Modified Paths:
--------------
web/htdocs/build.php
web/htdocs/index.php
Modified: web/htdocs/build.php
===================================================================
--- web/htdocs/build.php 2008-08-16 20:42:46 UTC (rev 14)
+++ web/htdocs/build.php 2008-08-22 14:06:10 UTC (rev 15)
@@ -68,7 +68,7 @@
>OpenSimulator Forge Subversion Repositiory</a>.</p>
<p>You can check out the latest release with an empty password:</p>
-<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/tags/v0.2.0_LL1.20.15</pre>
+<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/tags/v0.2.1_LL1.20.15</pre>
<p>The latest version is available at:</p>
<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/trunk</pre>
<p>Note that the trunk might have incomplete features or might not even compile.</p>
Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php 2008-08-16 20:42:46 UTC (rev 14)
+++ web/htdocs/index.php 2008-08-22 14:06:10 UTC (rev 15)
@@ -5,9 +5,19 @@
<h1>News</h1>
-<p><strong>2008-08-15:</strong> New Release v0.2.0. Check out the new grid manager!</p>
+<p><strong>2008-08-22:</strong> Major bug fix release v0.2.1. Fixes a
+ group of crashes, for example when saving a script (<a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemEdit&tracker_item_id=27"
+ >more details</a>). The maximum hollow has been reverted back to
+ 95, as the LL viewer cannot render prims with hollow greater than
+ 95 (<a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemEdit&tracker_item_id=26"
+ >more details</a>).</p>
+<p><strong>2008-08-15:</strong> New Release v0.2.0. Check out the new
+ grid manager!</p>
+
<p> </p>
<h1>Features</h1>
@@ -31,8 +41,11 @@
<li>Scale prims up to 256x256x256 m.</li>
<li>Set transparency up to 100 in the edit window.</li>
<li>Set the hole size down to 0.01 for prim shapes like torus.</li>
-<li>Set hollow up to 99.</li>
<li>Join up to 100 groups.</li>
+<li><strike>Set hollow up to 99.</strike> This was reverted to 95 in
+ v0.2.1 (<a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemEdit&tracker_item_id=26"
+ >more details</a>).</li>
</ul>
<h2>Grid Manager</h2>
@@ -72,7 +85,9 @@
<h2>Bug Fixes</h2>
<ul>
-<li>Fixed viewer crash, when bringing up the world map.</li>
+<li>Fixed viewer crash, when parsing empty LLSD response. This caused
+ crahes, for example when saving a script or bringing up the world
+ map.</li>
<li>llMapDestination() works now up to 15,000 m (was clamped at 1000 m).</li>
</ul>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-16 20:42:40
|
Revision: 14
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=14&view=rev
Author: manaj
Date: 2008-08-16 20:42:46 +0000 (Sat, 16 Aug 2008)
Log Message:
-----------
Fixed color for statistics label.
Modified Paths:
--------------
web/php/page_header.inc
Modified: web/php/page_header.inc
===================================================================
--- web/php/page_header.inc 2008-08-16 12:36:38 UTC (rev 13)
+++ web/php/page_header.inc 2008-08-16 20:42:46 UTC (rev 14)
@@ -64,6 +64,7 @@
tr.statsLine0 { background-color:#334499; }
tr.statsLine1 { background-color:#5555aa; }
td.statsItem a { color:#cccccc; }
+td.statsItem b { color:#ffffff; }
</style>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-16 12:36:32
|
Revision: 13
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=13&view=rev
Author: manaj
Date: 2008-08-16 12:36:38 +0000 (Sat, 16 Aug 2008)
Log Message:
-----------
Updated for release 0.2.0.
Modified Paths:
--------------
web/htdocs/build.php
web/htdocs/changes.php
web/htdocs/download.php
web/htdocs/index.php
web/php/menu.inc
web/php/page_header.inc
Added Paths:
-----------
web/htdocs/grids.php
web/htdocs/img/grid_manager.jpg
web/htdocs/img/trees_grass.jpg
web/htdocs/trees.php
Modified: web/htdocs/build.php
===================================================================
--- web/htdocs/build.php 2008-08-14 21:24:19 UTC (rev 12)
+++ web/htdocs/build.php 2008-08-16 12:36:38 UTC (rev 13)
@@ -68,7 +68,7 @@
>OpenSimulator Forge Subversion Repositiory</a>.</p>
<p>You can check out the latest release with an empty password:</p>
-<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/tags/v0.1.0_LL1.20.15</pre>
+<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/tags/v0.2.0_LL1.20.15</pre>
<p>The latest version is available at:</p>
<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/trunk</pre>
<p>Note that the trunk might have incomplete features or might not even compile.</p>
Modified: web/htdocs/changes.php
===================================================================
--- web/htdocs/changes.php 2008-08-14 21:24:19 UTC (rev 12)
+++ web/htdocs/changes.php 2008-08-16 12:36:38 UTC (rev 13)
@@ -9,12 +9,41 @@
together with the major changes.</p>
+<h2>Version 0.2.0 (LL 1.20.15)</h2>
+<h3>Grid Manager</h3>
+<ul>
+<li>New tab "Grids" added to the preferences window, just below "Skins".</li>
+<li>New button "Grids" added to login screen between "Connect" and
+ "Quit". This button directly brings up the new tab.</li>
+<li>The new "Grids" tab allows adding new grids or editing
+ existing grids, selecting the default grid and selecting the
+ grid for login.</li>
+<li>Grid settings can be retrieved with the new
+ <a href="http://opensimulator.org/wiki/GridInfo" target="_blank"
+ >GridInfo Protocol</a>,
+ if the grid server supports it.</li>
+<li>Grids are saved to a new file in the <tt>user_settings</tt> directory.</li>
+<li>The default grid is saved in the usual settings file.</li>
+</ul>
+<h3>Trees and Grass</h3>
+<ul>
+<li>Select the kind of tree or grass to be rezzed from a new combobox added to the create dialog.</li>
+<li>The combobox is only enabled, if the tree or grass tool are selected.</li>
+</ul>
+<h3>Bug Fixes</h3>
+<ul>
+<li>Fixed viewer crash, when bringing up the world map.</li>
+<li>llMapDestination() works now up to 15,000 m (was clamped at 1000 m).</li>
+</ul>
+
+
<h2>Version 0.1.1 (LL 1.20.15)</h2>
<ul>
<li>Enable audio streams in Linux version.</li>
<li>No new Windows build in this release.</li>
</ul>
+
<h2>Version 0.1.0 (LL 1.20.15)</h2>
<ul>
<li>Merged changes from Linden 1.20.15 release.</li>
@@ -56,26 +85,21 @@
<h2>Version 1.19.1 (4000)</h2>
<p>The changes in this version are against Second Life 1.19.1 (4).</p>
+<h3>Installation</h3>
+<p> The MJM OpenSim Viewer uses directory name
+<tt>MJM_OpenSim_Viewer</tt> instead of <tt>SecondLife</tt> for the
+binary installation folder and for the user settings folder.</p>
+<h3>Startup</h3>
<ul>
-<li><b>Installation</b><br/>
- The MJM OpenSim Viewer uses directory name <tt>MJM_OpenSim_Viewer</tt>
- instead of <tt>SecondLife</tt> for the binary installation folder
- and for the user settings folder.
-</li>
-<li><b>Startup</b>
- <ul>
- <li>Connect to <a href="http://osgrid.org">OSGrid</a> by default.</li>
- <li>Always assume <tt>-multiple</tt>.</li>
- </ul>
-</li>
-<li><b>Building</b>
- <ul>
- <li>Build up to a height of 10,000 m.</li>
- <li>Scale prims up to 256x256x256 m, working via scaling handles and via the edit window.</li>
- <li>Set transparency up to 100 % in the edit window.</li>
- <li>Set the hole size down to 0.01 for prim shapes like torus.</li>
- </ul>
-</li>
+<li>Connect to <a href="http://osgrid.org">OSGrid</a> by default.</li>
+<li>Always assume <tt>-multiple</tt>.</li>
</ul>
+<h3>Building</h3>
+<ul>
+<li>Build up to a height of 10,000 m.</li>
+<li>Scale prims up to 256x256x256 m, working via scaling handles and via the edit window.</li>
+<li>Set transparency up to 100 % in the edit window.</li>
+<li>Set the hole size down to 0.01 for prim shapes like torus.</li>
+</ul>
<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/htdocs/download.php
===================================================================
--- web/htdocs/download.php 2008-08-14 21:24:19 UTC (rev 12)
+++ web/htdocs/download.php 2008-08-16 12:36:38 UTC (rev 13)
@@ -13,12 +13,12 @@
<p>Binary packages are available for Windows and Linux.</p>
<ul>
-<li>Download from <a
+<li><a
href="http://forge.opensimulator.org/gf/project/opensim-viewer/frs/"
- >OpenSimulator Forge</a>.
-<li>Download from <a
+ >Download from OpenSimulator Forge</a>.
+<li><a
href="http://sourceforge.net/project/platformdownload.php?group_id=235285"
- >SourceForge</a>.
+ >Download from SourceForge</a>.
</ul>
Added: web/htdocs/grids.php
===================================================================
--- web/htdocs/grids.php (rev 0)
+++ web/htdocs/grids.php 2008-08-16 12:36:38 UTC (rev 13)
@@ -0,0 +1,77 @@
+<?php
+$pageName = ":Grid Manager";
+include "../php/page_header.inc";
+?>
+
+<h1>Grid Manager</h1>
+
+<p>The grid manager is a new tab added to the preferences window, just
+below "Skins". It allows you to add new grids or to edit existing
+grids. You can easily select a default grid and select a different
+grid just for the next login.</p>
+
+<p>From the login screen the grids tab can be accessed directly using
+the new "Grids" button.<p>
+
+<center>
+<img src="img/grid_manager.jpg"/ width="480" height="357" style="padding:20px">
+</center>
+
+
+<h2>Default Grid</h2>
+
+<p>If you don't give a grid name on the command line and you don't
+select one from the grids tab, you are connected to the default grid.
+When installing the viewer, the default grid is set to OSGrid, but you
+can change that easily by pressing the "Default" button in the grid
+tab.</p>
+
+
+<h2>Grid Nickname</h2>
+
+<p>Each grid is identified by a nickname. It should be short, yet
+descriptive. It must be alphanumeric and lowercase, so it can be used
+as a part of filenames to store grid-specific data.</p>
+
+
+<h2>Select Grid for Login</h2>
+
+<p>There are two ways for selecting a specific grid for login. Note
+that this will not change the default grid.</p>
+<ul>
+<li><b>Select a grid in the grids tab.</b><br/>
+ You can just click on the "Grids" button on the login screen and
+ select the grid from the combobox. Then press "Apply" or "OK".
+ Note how the login page changes for the newly selected grid.</li>
+<li><b>Specify a grid nickname on the command line.</b><br/>
+ Adding "-grid nickname" on the command line will automatically
+ select this grid. This allows to easily create several shortcuts
+ for connecting to different grids. This preselection can still be
+ overriden by selecting a different grid from the grids tab.</li>
+</ul>
+
+
+<h2>Adding a New Grid</h2>
+
+<p>For adding a new grid, just click the "Add" button and fill in the
+fields. If you click "Copy" instead, the entry fields will be prefilled with
+the data from the currently selected grid.</p>
+
+<p>The minimum information required is the nickname and the
+login URI. The nickname must be alphanumeric and lowercase.</p>
+
+<p>When done, click the "Apply" button.</p>
+
+
+<h2>The GridInfo Protocol</h2>
+
+<p>If the grid server provides grid information via the new <a
+href="http://opensimulator.org/wiki/GridInfo">GridInfo Protocol</a>,
+simply enter the login URI and press the "Get Grid Info" button. This
+will automatically fill in all the fields provided by the grid
+server.</p>
+
+<p>You can test that with my own grid using login URI:
+<tt>http://manaria.game-host.org:35000/</tt></p>
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Property changes on: web/htdocs/img/grid_manager.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Property changes on: web/htdocs/img/trees_grass.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php 2008-08-14 21:24:19 UTC (rev 12)
+++ web/htdocs/index.php 2008-08-16 12:36:38 UTC (rev 13)
@@ -5,8 +5,7 @@
<h1>News</h1>
-<p><strong>2008-08-10:</strong> New Linux version v0.1.1 enabling audio streams.</p>
-<p><strong>2008-08-10:</strong> Source code available at OpenSimulator Forge.</p>
+<p><strong>2008-08-15:</strong> New Release v0.2.0. Check out the new grid manager!</p>
<p> </p>
@@ -36,25 +35,6 @@
<li>Join up to 100 groups.</li>
</ul>
-<h2>Changed Default Values</h2>
-<ul>
-<li>Connect to <a href="http://osgrid.org" target="_blank">OSGrid</a>.</li>
-<li>Allow multiple concurrent viewers (always assume "-multiple").</li>
-<li>Increase the default value for MaxSelectDistance from 64 to 300.</li>
-</ul>
-
-<h2>General</h2>
-<ul>
-<li>Only the English language setting is implemented.</li>
-<li>Replace references to Second Life with OpenSim and OSGrid (ongoing).</li>
-</ul>
-
-<p> </p>
-
-<h1>Coming soon...</h1>
-
-<p>A short preview of the features that will be in Hippo OpenSim Viewer 0.2.0 (LL 1.20.15)</p>
-
<h2>Grid Manager</h2>
<ul>
<li>New tab "Grids" added to the preferences window, just below "Skins".</li>
@@ -67,20 +47,41 @@
<a href="http://opensimulator.org/wiki/GridInfo" target="_blank"
>GridInfo Protocol</a>,
if the grid server supports it.</li>
-<li>Grids are saved to a new file in the <tt>user_settings</tt> directory.</li>
-<li>The default grid is saved in the usual settings file.</li>
+<li><a href="grids.php">Click for more info...</a>
</ul>
<h2>Trees and Grass</h2>
<ul>
<li>Select the kind of tree or grass to be rezzed from a new combobox added to the create dialog.</li>
<li>The combobox is only enabled, if the tree or grass tool are selected.</li>
+<li><a href="trees.php">Click for more info...</a>
</ul>
+<h2>Changed Default Values</h2>
+<ul>
+<li>Connect to <a href="http://osgrid.org" target="_blank">OSGrid</a>.</li>
+<li>Allow multiple concurrent viewers (always assume "-multiple").</li>
+<li>Increase the default value for MaxSelectDistance from 64 to 300.</li>
+</ul>
+
+<h2>General</h2>
+<ul>
+<li>Only the English language setting is implemented.</li>
+<li>Replace references to Second Life with OpenSim and OSGrid (ongoing).</li>
+</ul>
+
<h2>Bug Fixes</h2>
<ul>
<li>Fixed viewer crash, when bringing up the world map.</li>
<li>llMapDestination() works now up to 15,000 m (was clamped at 1000 m).</li>
</ul>
+<!--
+<p> </p>
+
+<h1>Coming soon...</h1>
+
+<p>A short preview of the features that will be in Hippo OpenSim Viewer 0.2.0 (LL 1.20.15)</p>
+-->
+
<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Added: web/htdocs/trees.php
===================================================================
--- web/htdocs/trees.php (rev 0)
+++ web/htdocs/trees.php 2008-08-16 12:36:38 UTC (rev 13)
@@ -0,0 +1,31 @@
+<?php
+$pageName = ":Trees & Grass";
+include "../php/page_header.inc";
+?>
+
+<h1>Trees and Grass</h1>
+
+<p>A new combobox added to the create dialog allows selecting the kind
+of tree or grass to be rezzed.</p>
+
+<center>
+<img src="img/trees_grass.jpg"/ width="245" height="148" style="padding:20px">
+</center>
+
+<p>To get the old random behaviour choose Random at the top of the
+list.</p>
+
+<p>The combobox is only enabled, if the tree or grass tool are
+selected. The last choice is remembered in the user settings across
+sessions.</p>
+
+<p>To try it out, follow these steps:</p>
+<ul>
+<li>Hit <tt>CTRL-4</tt> to bring up the create dialog.</li>
+<li>Click on the tree symbol.</li>
+<li>Select a tree from the combobox.</li>
+<li>Click anywhere on the ground to rez the selected kind of tree.</li>
+</ul>
+<p>Happy rezzing!</p>
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/php/menu.inc
===================================================================
--- web/php/menu.inc 2008-08-14 21:24:19 UTC (rev 12)
+++ web/php/menu.inc 2008-08-16 12:36:38 UTC (rev 13)
@@ -17,6 +17,8 @@
menuItem("Downloads", "download.php");
menuItem("Support", "support.php");
menuItem("Documentation", "docu.php");
+menuItem(":Grid Manager", "grids.php");
+menuItem(":Trees & Grass", "trees.php");
menuItem(":Build Source", "build.php");
menuItem("Statistics", "stats.php");
Modified: web/php/page_header.inc
===================================================================
--- web/php/page_header.inc 2008-08-14 21:24:19 UTC (rev 12)
+++ web/php/page_header.inc 2008-08-16 12:36:38 UTC (rev 13)
@@ -14,10 +14,11 @@
a:active { color:#ff0000; }
h1 { font:bold 22px/22px Arial,sans; margin-top:0px; margin-bottom:0px; color:334499; }
h2 { font:bold 17/17px Arial,sans; margin-top:15px; margin-bottom:-2px; color:334499; }
-h3 { font:bold 15/15px Arial,sans; margin-top:12px; margin-bottom:0px; color:334499; }
+h3 { font:bold 13/13px Arial,sans; margin-top:12px; margin-bottom:0px; color:334499; }
ul { margin-top:8px; margin-bottom:0px; }
p { margin-top:8px; margin-bottom:0px; }
pre.code { background-color:#dddddd; border:1px solid #000000; padding:2px; margin-left:15px; margin-right:15px; }
+b,strong { color:334499; }
/* page layout */
table.page { width:95%; min-width:800px; margin-top:15px; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-14 21:24:11
|
Revision: 12
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=12&view=rev
Author: manaj
Date: 2008-08-14 21:24:19 +0000 (Thu, 14 Aug 2008)
Log Message:
-----------
Updated changes with 0.1.1. (sorry, a little late).
Modified Paths:
--------------
web/htdocs/changes.php
Modified: web/htdocs/changes.php
===================================================================
--- web/htdocs/changes.php 2008-08-14 21:19:16 UTC (rev 11)
+++ web/htdocs/changes.php 2008-08-14 21:24:19 UTC (rev 12)
@@ -9,6 +9,12 @@
together with the major changes.</p>
+<h2>Version 0.1.1 (LL 1.20.15)</h2>
+<ul>
+<li>Enable audio streams in Linux version.</li>
+<li>No new Windows build in this release.</li>
+</ul>
+
<h2>Version 0.1.0 (LL 1.20.15)</h2>
<ul>
<li>Merged changes from Linden 1.20.15 release.</li>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-14 21:19:06
|
Revision: 11
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=11&view=rev
Author: manaj
Date: 2008-08-14 21:19:16 +0000 (Thu, 14 Aug 2008)
Log Message:
-----------
Added more features for the next version to the home page.
Modified Paths:
--------------
web/htdocs/index.php
web/php/page_header.inc
Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php 2008-08-10 14:16:06 UTC (rev 10)
+++ web/htdocs/index.php 2008-08-14 21:19:16 UTC (rev 11)
@@ -53,8 +53,9 @@
<h1>Coming soon...</h1>
-<h2>Next version 0.2.0 (LL 1.20.15)</h2>
-<p>The next release of Hippo OpenSim Viewer will feature a <strong>Grid Manager</strong>.
+<p>A short preview of the features that will be in Hippo OpenSim Viewer 0.2.0 (LL 1.20.15)</p>
+
+<h2>Grid Manager</h2>
<ul>
<li>New tab "Grids" added to the preferences window, just below "Skins".</li>
<li>New button "Grids" added to login screen between "Connect" and
@@ -70,4 +71,16 @@
<li>The default grid is saved in the usual settings file.</li>
</ul>
+<h2>Trees and Grass</h2>
+<ul>
+<li>Select the kind of tree or grass to be rezzed from a new combobox added to the create dialog.</li>
+<li>The combobox is only enabled, if the tree or grass tool are selected.</li>
+</ul>
+
+<h2>Bug Fixes</h2>
+<ul>
+<li>Fixed viewer crash, when bringing up the world map.</li>
+<li>llMapDestination() works now up to 15,000 m (was clamped at 1000 m).</li>
+</ul>
+
<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/php/page_header.inc
===================================================================
--- web/php/page_header.inc 2008-08-10 14:16:06 UTC (rev 10)
+++ web/php/page_header.inc 2008-08-14 21:19:16 UTC (rev 11)
@@ -14,6 +14,7 @@
a:active { color:#ff0000; }
h1 { font:bold 22px/22px Arial,sans; margin-top:0px; margin-bottom:0px; color:334499; }
h2 { font:bold 17/17px Arial,sans; margin-top:15px; margin-bottom:-2px; color:334499; }
+h3 { font:bold 15/15px Arial,sans; margin-top:12px; margin-bottom:0px; color:334499; }
ul { margin-top:8px; margin-bottom:0px; }
p { margin-top:8px; margin-bottom:0px; }
pre.code { background-color:#dddddd; border:1px solid #000000; padding:2px; margin-left:15px; margin-right:15px; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-10 14:16:01
|
Revision: 10
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=10&view=rev
Author: manaj
Date: 2008-08-10 14:16:06 +0000 (Sun, 10 Aug 2008)
Log Message:
-----------
News: source available and new Linux version.
Build instructions done.
Added more forums and trackers to support page.
Modified Paths:
--------------
web/htdocs/build.php
web/htdocs/index.php
web/htdocs/support.php
web/php/page_header.inc
Modified: web/htdocs/build.php
===================================================================
--- web/htdocs/build.php 2008-08-07 21:31:56 UTC (rev 9)
+++ web/htdocs/build.php 2008-08-10 14:16:06 UTC (rev 10)
@@ -8,18 +8,21 @@
$slwiki["Windows"] = "http://wiki.secondlife.com/wiki/Microsoft_Windows_Builds";
$slwiki["Linux"] = "http://wiki.secondlife.com/wiki/Compiling_the_viewer_%28Linux%29";
+$sllibs["Windows"] = "http://secondlife.com/developers/opensource/downloads/2008/07/slviewer-win32-libs-Branch_1-20-Viewer-2-r92456.zip";
+$sllibs["Linux"] = "http://secondlife.com/developers/opensource/downloads/2008/07/slviewer-linux-libs-Branch_1-20-Viewer-2-r92456.tar.gz";
+$slartwork = "http://secondlife.com/developers/opensource/downloads/2008/07/slviewer-artwork-Branch_1-20-Viewer-2-r92456.zip";
+
+$hippofiles = "http://forge.opensimulator.org/gf/download/frsrelease/115/99/hippo_resources_0.1.0.zip";
+
$platform = $_GET["platform"];
-if (!isset($platform)) $platform = $platforms[0];
$platform = strtoupper(substr($platform, 0, 1)) . strtolower(substr($platform, 1));
+if (!isset($slwiki[$platform])) $platform = $platforms[0];
?>
<h1>Build Instructions for <?=$platform?></h1>
-<p>This page will be filled in as soon as the sources are fully
-checked into the SVN repository.</p>
-
<h2>Related Pages</h2>
<ul>
@@ -34,17 +37,142 @@
</ul>
+<? if ($platform == "Linux"): ?>
+
+<h2>Prerequisites</h2>
+
+<p>You need the following tools and libraries for building the source under Linux:</p>
+<ul>
+<li>Subversion (Debian/Ubuntu package: <tt>subversion</tt>)</li>
+<li>Python 2.5 (Debian/Ubuntu package: <tt>python</tt>)</li>
+<li>SCons build tool (Debian/Ubuntu package: <tt>scons</tt>)</li>
+<li>GCC 4.1 compiler (Debian/Ubuntu package: <tt>g++-4.1</tt>)</li>
+<li>Flex tokenizer (Debian/Ubuntu package: <tt>flex</tt>)</li>
+<li>Bison parser generator (Debian/Ubuntu package: <tt>bison</tt>)</li>
+<li>OpenGL library headers (Debian/Ubuntu package: <tt>mesa-common-dev</tt>)</li>
+<li>OpenGL Utility library headers (Debian/Ubuntu package: <tt>libglu1-mesa-dev</tt>)</li>
+<li>C library headers (Debian/Ubuntu package: <tt>libc6-dev</tt>)</li>
+<li>C++ library headers (Debian/Ubuntu package: <tt>libstdc++6-dev</tt>)</li>
+<li>X11 library headers (Debian/Ubuntu package: <tt>libx11-dev</tt>)</li>
+<li>SSL library headers (Debian/Ubuntu package: <tt>libssl-dev</tt>)</li>
+<li>zlib headers (Debian/Ubuntu package: <tt>zlib1g-dev</tt>)</li>
+</ul>
+
+<? endif; ?>
+
+
<h2>Getting the Source</h2>
-<p>The lastest source code is available from the OpenSimulator Forge
-Subversion Repositiory.</p>
+<p>The source code is available from the <a
+href="http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/"
+>OpenSimulator Forge Subversion Repositiory</a>.</p>
+<p>You can check out the latest release with an empty password:</p>
+<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/tags/v0.1.0_LL1.20.15</pre>
+<p>The latest version is available at:</p>
+<pre class="code">svn co --username anonymous http://forge.opensimulator.org/svn/opensim-viewer/trunk</pre>
+<p>Note that the trunk might have incomplete features or might not even compile.</p>
+
+
+<h2>Additional Archives</h2>
+
+<p>Download the following archives and unpack them into the trunk directory:</p>
<ul>
-<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/"
- >Browse the SVN repository on the web.</a></li>
-<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/?action=AccessInfo"
- >Instructions for anonymous checkout.</a></li>
+<li><a href="<?=$sllibs[$platform]?>">Second Life Viewer <?=$platform?> Libraries</a>
+<li><a href="<?=$slartwork?>">Second Life Viewer Artwork</a>
+<li><a href="<?=$hippofiles?>">Hippo OpenSim Viewer Resources</a>
</ul>
+<h2>FMOD Audio Library</h2>
+
+<p>You need the <a href="http://www.fmod.org/">FMOD 3 audio
+library</a>. Make sure to get FMOD 3, the newer FMOD Ex does not
+work.<p>
+
+<? if ($platform == "Linux"): ?>
+
+<p>From a Linux shell you can download and install the library with the following commands:</p>
+<pre class="code">
+wget http://www.fmod.org/index.php/release/version/fmodapi375linux.tar.gz
+tar xzvf fmodapi375linux.tar.gz
+cd fmodapi375linux/
+cp api/inc/* ../linden/libraries/i686-linux/include/
+cp api/libfmod-3.75.so ../linden/libraries/i686-linux/lib_release_client/
+</pre>
+
+
+<? elseif ($platform == "Windows"): ?>
+
+<ul>
+<li>Download and unpack <a
+ href="http://www.fmod.org/index.php/release/version/fmodapi375win.zip"
+ ><tt>fmodapi375win.zip</tt></a>.</li>
+<li>Copy <tt>fmodapi375win/api/inc/*.h</tt> to <tt>linden/libraries/include</tt></li>
+<li>Copy <tt>fmodapi375win/api/lib/fmodvc.lib</tt> to <tt>linden/libraries/i686-win32\lib_debug</tt></li>
+<li>Copy <tt>fmodapi375win/api/lib/fmodvc.lib</tt> to <tt>linden/libraries/i686-win32\lib_release</tt></li>
+<li>Copy <tt>fmodapi375win/api/fmodvc.dll</tt> to <tt>linden/indra/newview</tt></li>
+</ul>
+
+
+<h2>Quicktime SDK</h2>
+
+<p><i>Note: Quicktime is required for playing movies in-world. The
+download is free, but you have to register at the Apple web
+site.</i></p>
+<ul>
+<li>Download and install the <a
+ href="http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/203/wa/getSoftware?fileID=20525&code=y&source=x&wosid=4h16WcyMtVfd2P1EffGafkoxFcr"
+ >Apple Quicktime SDK for Windows</a>.</li>
+<li>Copy directory <tt>QuicktimeSDK/CIncludes/</tt> as <tt>linden/libraries/i686-win32/include/quicktime/</tt></li>
+<li>Copy <tt>QuicktimeSDK/Libraries/QTMLClient.lib</tt> to <tt>linden/libraries/i686-win32/lib_debug</tt></li>
+<li>Copy <tt>QuicktimeSDK/Libraries/QTMLClient.lib</tt> to <tt>linden/libraries/i686-win32/lib_release</tt></li>
+</ul>
+
+
+<h2>Visual Studio Runtime DLLs</h2>
+
+<p><i>Note: These DLLs are only required for packaging your build into an installer.</i></p>
+<ul>
+<li>Copy <tt>msvcp80.dll</tt> to <tt>linden/indra/newview</tt></li>
+<li>Copy <tt>msvcr80.dll</tt> to <tt>linden/indra/newview</tt></li>
+</ul>
+
+
+<? endif; ?>
+
+
+<h2>Building</h2>
+
+<? if ($platform == "Linux"): ?>
+
+<p>To build the viewer and package it into an archive run the following commands:</p>
+<pre class="code">
+cd linden/indra
+ln -s ../../hippo/hippoViewer
+scons DISTCC=no BTARGET=client BUILD=releasefordownload MOZLIB=yes OPENSOURCE=false
+</pre>
+
+<? elseif ($platform == "Windows"): ?>
+
+<p>Open the VS2005 solution
+<tt>linden/indra/indra_complete/indra_complete.sln</tt> and select
+your build target:</p>
+<ul>
+<li><strong>Debug</strong><br/>
+ Full debugging information and debug libraries. Currently crashes
+ at startup.</li>
+<li><strong>ReleaseNoOpt</strong><br/>
+ Release libraries, but full debugging information and incremental
+ linking. Recommended for testing and debugging.
+<li><strong>ReleaseForDownload</strong><br/>
+ Recommended for the final release build only. This target uses
+ link time code generation, so don't be surprised if linking takes
+ 2-3 hours.</li>
+</ul>
+<p>Then build the solution...</p>
+
+<? endif; ?>
+
+
<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php 2008-08-07 21:31:56 UTC (rev 9)
+++ web/htdocs/index.php 2008-08-10 14:16:06 UTC (rev 10)
@@ -3,6 +3,14 @@
include "../php/page_header.inc";
?>
+<h1>News</h1>
+
+<p><strong>2008-08-10:</strong> New Linux version v0.1.1 enabling audio streams.</p>
+<p><strong>2008-08-10:</strong> Source code available at OpenSimulator Forge.</p>
+
+
+<p> </p>
+
<h1>Features</h1>
<p>The Hippo OpenSim Viewer is a modified <a
Modified: web/htdocs/support.php
===================================================================
--- web/htdocs/support.php 2008-08-07 21:31:56 UTC (rev 9)
+++ web/htdocs/support.php 2008-08-10 14:16:06 UTC (rev 10)
@@ -19,6 +19,24 @@
tracker.</p>
+<h2>More Forums and Trackers</h2>
+
+<ul>
+<li><a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/forum/?action=ForumBrowse&forum_id=91"
+ >Open Discussion</a></li>
+<li><a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemBrowse&tracker_id=92"
+ >Bug Tracker</a></li>
+<li><a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemBrowse&tracker_id=93"
+ >Feature Requests</a></li>
+<li><a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemBrowse&tracker_id=95"
+ >Patches</a></li>
+</ul>
+
+
<h2>Other Resources</h2>
<ul>
Modified: web/php/page_header.inc
===================================================================
--- web/php/page_header.inc 2008-08-07 21:31:56 UTC (rev 9)
+++ web/php/page_header.inc 2008-08-10 14:16:06 UTC (rev 10)
@@ -16,6 +16,7 @@
h2 { font:bold 17/17px Arial,sans; margin-top:15px; margin-bottom:-2px; color:334499; }
ul { margin-top:8px; margin-bottom:0px; }
p { margin-top:8px; margin-bottom:0px; }
+pre.code { background-color:#dddddd; border:1px solid #000000; padding:2px; margin-left:15px; margin-right:15px; }
/* page layout */
table.page { width:95%; min-width:800px; margin-top:15px; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-07 21:31:55
|
Revision: 9
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=9&view=rev
Author: manaj
Date: 2008-08-07 21:31:56 +0000 (Thu, 07 Aug 2008)
Log Message:
-----------
Web pages restructured.
Modified Paths:
--------------
web/htdocs/changes.php
web/htdocs/docu.php
web/htdocs/index.php
web/htdocs/stats.php
web/php/menu.inc
web/php/page_header.inc
Added Paths:
-----------
web/htdocs/build.php
web/htdocs/download.php
web/htdocs/support.php
Added: web/htdocs/build.php
===================================================================
--- web/htdocs/build.php (rev 0)
+++ web/htdocs/build.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -0,0 +1,50 @@
+<?php
+$pageName = ":Build Source";
+include "../php/page_header.inc";
+
+$platforms[] = "Windows";
+$platforms[] = "Linux";
+
+$slwiki["Windows"] = "http://wiki.secondlife.com/wiki/Microsoft_Windows_Builds";
+$slwiki["Linux"] = "http://wiki.secondlife.com/wiki/Compiling_the_viewer_%28Linux%29";
+
+$platform = $_GET["platform"];
+if (!isset($platform)) $platform = $platforms[0];
+$platform = strtoupper(substr($platform, 0, 1)) . strtolower(substr($platform, 1));
+
+?>
+
+<h1>Build Instructions for <?=$platform?></h1>
+
+<p>This page will be filled in as soon as the sources are fully
+checked into the SVN repository.</p>
+
+
+<h2>Related Pages</h2>
+
+<ul>
+<?php
+foreach ($platforms as $p) {
+ if ($p != $platform)
+ echo "<li><a href=\"?platform=$p\">Build Instructions for $p</a></li>\n";
+}
+if (isset($slwiki[$platform]))
+ echo "<li><a href=\"$slwiki[$platform]\">The Second Life Developer Wiki</a></li>\n";
+?>
+</ul>
+
+
+<h2>Getting the Source</h2>
+
+<p>The lastest source code is available from the OpenSimulator Forge
+Subversion Repositiory.</p>
+
+<ul>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/"
+ >Browse the SVN repository on the web.</a></li>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/?action=AccessInfo"
+ >Instructions for anonymous checkout.</a></li>
+</ul>
+
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/htdocs/changes.php
===================================================================
--- web/htdocs/changes.php 2008-08-05 20:15:50 UTC (rev 8)
+++ web/htdocs/changes.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -6,31 +6,9 @@
<h1>List of Changes</h1>
<p>This page lists all prior versions of the Hippo OpenSim Viewer
-together with the major changes. An outlook to the next version shows
-work in progress.</p>
+together with the major changes.</p>
-<h2>Coming in Version 0.2.0 (LL 1.20.15)</h2>
-<ul>
-<li><b>Grid Manager</b>
- <ul>
- <li>New tab "Grids" added to the preferences window, just below "Skins".</li>
- <li>New button "Grids" added to login screen between "Connect" and
- "Quit". This button directly brings up the new tab.</li>
- <li>The new "Grids" tab allows adding new grids or editing
- existing grids, selecting the default grid and selecting the
- grid for login.</li>
- <li>Grid settings can be retrieved with the new
- <a href="http://opensimulator.org/wiki/GridInfo" target="_blank"
- >GridInfo Protocol</a>,
- if the grid server supports it.</li>
- <li>Grids are saved to a new file in the <tt>user_settings</tt> directory.</li>
- <li>The default grid is saved in the usual settings file.</li>
- </ul>
-</li>
-</ul>
-
-
<h2>Version 0.1.0 (LL 1.20.15)</h2>
<ul>
<li>Merged changes from Linden 1.20.15 release.</li>
@@ -71,7 +49,7 @@
<h2>Version 1.19.1 (4000)</h2>
-The changes in this version are against Second Life 1.19.1 (4).
+<p>The changes in this version are against Second Life 1.19.1 (4).</p>
<ul>
<li><b>Installation</b><br/>
The MJM OpenSim Viewer uses directory name <tt>MJM_OpenSim_Viewer</tt>
Modified: web/htdocs/docu.php
===================================================================
--- web/htdocs/docu.php 2008-08-05 20:15:50 UTC (rev 8)
+++ web/htdocs/docu.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -5,16 +5,24 @@
<h1>Documentation</h1>
-<p>See the <a href="changes.php">List of Changes</a> for a more
-detailed feature list and an outlook to the next version.</p>
+<p>The documentation currently available or being worked on includes:</p>
+<ul>
+<li><a href="changes.php">List of Changes</a>
+<li><a href="build.php?platform=windows">Build instructions for Windows</a>
+<li><a href="build.php?platform=linux">Build instructions for Linux</a>
+</ul>
-<p>Some documentation is still available at the old</p>
-<p style="margin-left:40px"><a href="http://mjm.game-host.org/opensim:viewer:"
->Hippo OpenSim Viewer Wiki</a></p>
-<p>More documentation coming soon...</p>
+<p>Some information is still available at the old</p>
+<ul>
+<li><a href="http://mjm.game-host.org/opensim:viewer:">Hippo OpenSim Viewer Wiki</a></li>
+</ul>
<h2>Other Helpful Links</h2>
<ul>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/"
+ >Hippo OpenSim Viewer at OpenSimulator Forge</a></li>
+<li><a href="http://sourceforge.net/projects/opensim-viewer/"
+ >Hippo OpenSim Viewer at SourceForge</a></li>
<li><a href="http://osgrid.org/">OSGrid</a></li>
<li><a href="http://opensimulator.org/">OpenSimulator</a></li>
<li><a href="http://secondlife.com/">Second Life</a></li>
Added: web/htdocs/download.php
===================================================================
--- web/htdocs/download.php (rev 0)
+++ web/htdocs/download.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -0,0 +1,47 @@
+<?php
+$pageName = "Downloads";
+include "../php/page_header.inc";
+?>
+
+<h1>Downloads</h1>
+
+<p>The Hippo OpenSim Viewer is available as compiled binaries and as C++ source code.</p>
+
+
+<h2>Binaries</h2>
+
+<p>Binary packages are available for Windows and Linux.</p>
+
+<ul>
+<li>Download from <a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/frs/"
+ >OpenSimulator Forge</a>.
+<li>Download from <a
+ href="http://sourceforge.net/project/platformdownload.php?group_id=235285"
+ >SourceForge</a>.
+</ul>
+
+
+<h2>Source</h2>
+
+<p>The lastest source code is available from the OpenSimulator Forge
+Subversion Repositiory.</p>
+
+<ul>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/"
+ >Browse the SVN repository on the web.</a></li>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/scmsvn/?action=AccessInfo"
+ >Instructions for anonymous checkout.</a></li>
+</ul>
+
+<p>For building the sources, you need some additional libraries and
+files, that are not checked into the SVN repository. Please refer to
+the build instructions for more details.</p>
+<ul>
+<li><a href="build.php?platform=windows">Build instructions for Windows.</a></li>
+<li><a href="build.php?platform=linux">Build instructions for Linux.</a></li>
+</ul>
+
+
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php 2008-08-05 20:15:50 UTC (rev 8)
+++ web/htdocs/index.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -41,4 +41,25 @@
<li>Replace references to Second Life with OpenSim and OSGrid (ongoing).</li>
</ul>
+<p> </p>
+
+<h1>Coming soon...</h1>
+
+<h2>Next version 0.2.0 (LL 1.20.15)</h2>
+<p>The next release of Hippo OpenSim Viewer will feature a <strong>Grid Manager</strong>.
+<ul>
+<li>New tab "Grids" added to the preferences window, just below "Skins".</li>
+<li>New button "Grids" added to login screen between "Connect" and
+ "Quit". This button directly brings up the new tab.</li>
+<li>The new "Grids" tab allows adding new grids or editing
+ existing grids, selecting the default grid and selecting the
+ grid for login.</li>
+<li>Grid settings can be retrieved with the new
+ <a href="http://opensimulator.org/wiki/GridInfo" target="_blank"
+ >GridInfo Protocol</a>,
+ if the grid server supports it.</li>
+<li>Grids are saved to a new file in the <tt>user_settings</tt> directory.</li>
+<li>The default grid is saved in the usual settings file.</li>
+</ul>
+
<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/htdocs/stats.php
===================================================================
--- web/htdocs/stats.php 2008-08-05 20:15:50 UTC (rev 8)
+++ web/htdocs/stats.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -12,8 +12,8 @@
<p>Each MAC address is regarded as a <i>unique user,</i> which is not
completely accurate, but should be close enough. The MAC address is
-transferred and stored only to enable the statistics shown on the
-right-hand side of this page.</p>
+transferred and stored only to enable the statistics shown on this
+page.</p>
<center style="clear:both">
<table>
Added: web/htdocs/support.php
===================================================================
--- web/htdocs/support.php (rev 0)
+++ web/htdocs/support.php 2008-08-07 21:31:56 UTC (rev 9)
@@ -0,0 +1,33 @@
+<?php
+$pageName = "Support";
+include "../php/page_header.inc";
+?>
+
+<h1>Support</h1>
+
+<p>There are two resources for your support:</p>
+<ul>
+<li><a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/forum/?action=ForumBrowse&forum_id=90"
+ >The Help & Support Forum</a></li>
+<li><a
+ href="http://forge.opensimulator.org/gf/project/opensim-viewer/tracker/?action=TrackerItemBrowse&tracker_id=96"
+ >The Support Request Tracker</a></li>
+</ul>
+<p>For more general questions or issues, please use the forum. If you
+have a specific request, you want me to act on, please use the
+tracker.</p>
+
+
+<h2>Other Resources</h2>
+
+<ul>
+<li><a href="doku.php">Documentation</a></li>
+<li><a href="http://mjm.game-host.org/opensim:viewer:">The old Hippo OpenSim Viewer Wiki</a></li>
+<li><a href="http://forge.opensimulator.org/gf/project/opensim-viewer/"
+ >Hippo OpenSim Viewer at OpenSimulator Forge</a></li>
+<li><a href="http://sourceforge.net/projects/opensim-viewer/"
+ >Hippo OpenSim Viewer at SourceForge</a></li>
+</ul>
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/php/menu.inc
===================================================================
--- web/php/menu.inc 2008-08-05 20:15:50 UTC (rev 8)
+++ web/php/menu.inc 2008-08-07 21:31:56 UTC (rev 9)
@@ -4,16 +4,20 @@
{
global $pageName;
$active = ($pageName == $name)? " id=\"menuActive\"": "";
- echo "<a href=\"$link\" class=\"menuItem\"$active>$name</a><br/>";
+ $class = "menuItem";
+ if ($name[0] == ':') {
+ $name = substr($name, 1);
+ $class = "subMenuItem";
+ }
+ echo "<a href=\"$link\" class=\"$class\"$active>$name</a><br/>";
}
menuItem("Home", "index.php");
-menuItem("Downloads", "http://sourceforge.net/project/platformdownload.php?group_id=235285");
menuItem("Changes", "changes.php");
-menuItem("Support", "http://sourceforge.net/forum/forum.php?forum_id=850697");
+menuItem("Downloads", "download.php");
+menuItem("Support", "support.php");
menuItem("Documentation", "docu.php");
-menuItem("Forums", "http://sourceforge.net/forum/?group_id=235285");
-menuItem("Trackers", "http://sourceforge.net/tracker/?group_id=235285");
+menuItem(":Build Source", "build.php");
menuItem("Statistics", "stats.php");
?>
Modified: web/php/page_header.inc
===================================================================
--- web/php/page_header.inc 2008-08-05 20:15:50 UTC (rev 8)
+++ web/php/page_header.inc 2008-08-07 21:31:56 UTC (rev 9)
@@ -13,8 +13,9 @@
a:hover { color:#ffcc00; }
a:active { color:#ff0000; }
h1 { font:bold 22px/22px Arial,sans; margin-top:0px; margin-bottom:0px; color:334499; }
-h2 { font:bold 17/17px Arial,sans; margin-top:10px; margin-bottom:5px; color:334499; }
-ul { margin-top:0px; }
+h2 { font:bold 17/17px Arial,sans; margin-top:15px; margin-bottom:-2px; color:334499; }
+ul { margin-top:8px; margin-bottom:0px; }
+p { margin-top:8px; margin-bottom:0px; }
/* page layout */
table.page { width:95%; min-width:800px; margin-top:15px; }
@@ -41,6 +42,12 @@
a.menuItem:focus { color:#ffaaaa; }
a.menuItem:hover { color:#ffaaaa; }
a.menuItem:active { color:#ff0000; }
+a.subMenuItem { font:12px/18px Arial,sans; margin-left:15px}
+a.subMenuItem:link { color:#aaaaaa; }
+a.subMenuItem:visited { color:#aaaaaa; }
+a.subMenuItem:focus { color:#ffaaaa; }
+a.subMenuItem:hover { color:#ffaaaa; }
+a.subMenuItem:active { color:#ff0000; }
#menuActive:link { color:#ffffff; }
#menuActive:visited { color:#ffffff; }
#menuActive:focus { color:#ffaaaa; }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-05 20:15:44
|
Revision: 8
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=8&view=rev
Author: manaj
Date: 2008-08-05 20:15:50 +0000 (Tue, 05 Aug 2008)
Log Message:
-----------
Added graphs to statistics page.
Modified Paths:
--------------
web/htdocs/stats.php
Property Changed:
----------------
web/htdocs/img/
Property changes on: web/htdocs/img
___________________________________________________________________
Added: svn:ignore
+ users_*.png
Modified: web/htdocs/stats.php
===================================================================
--- web/htdocs/stats.php 2008-08-03 22:33:55 UTC (rev 7)
+++ web/htdocs/stats.php 2008-08-05 20:15:50 UTC (rev 8)
@@ -15,7 +15,14 @@
transferred and stored only to enable the statistics shown on the
right-hand side of this page.</p>
-<p>My plans are to later extend this page with some user-over-time
-graphs.</p>
+<center style="clear:both">
+<table>
+<tr><td>
+<img src="img/users_total.png" width="320" height="280">
+</td><td>
+<img src="img/users_day.png" width="320" height="280">
+</td></tr>
+</table>
+</center>
<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-03 22:33:50
|
Revision: 7
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=7&view=rev
Author: manaj
Date: 2008-08-03 22:33:55 +0000 (Sun, 03 Aug 2008)
Log Message:
-----------
Added list of changes to the web.
Some minor fixes and changes.
Modified Paths:
--------------
web/htdocs/docu.php
web/php/menu.inc
web/php/page_header.inc
web/php/stats.inc
Added Paths:
-----------
web/htdocs/changes.php
Removed Paths:
-------------
web/php/page.inc
Added: web/htdocs/changes.php
===================================================================
--- web/htdocs/changes.php (rev 0)
+++ web/htdocs/changes.php 2008-08-03 22:33:55 UTC (rev 7)
@@ -0,0 +1,97 @@
+<?php
+$pageName = "Changes";
+include "../php/page_header.inc";
+?>
+
+<h1>List of Changes</h1>
+
+<p>This page lists all prior versions of the Hippo OpenSim Viewer
+together with the major changes. An outlook to the next version shows
+work in progress.</p>
+
+
+<h2>Coming in Version 0.2.0 (LL 1.20.15)</h2>
+<ul>
+<li><b>Grid Manager</b>
+ <ul>
+ <li>New tab "Grids" added to the preferences window, just below "Skins".</li>
+ <li>New button "Grids" added to login screen between "Connect" and
+ "Quit". This button directly brings up the new tab.</li>
+ <li>The new "Grids" tab allows adding new grids or editing
+ existing grids, selecting the default grid and selecting the
+ grid for login.</li>
+ <li>Grid settings can be retrieved with the new
+ <a href="http://opensimulator.org/wiki/GridInfo" target="_blank"
+ >GridInfo Protocol</a>,
+ if the grid server supports it.</li>
+ <li>Grids are saved to a new file in the <tt>user_settings</tt> directory.</li>
+ <li>The default grid is saved in the usual settings file.</li>
+ </ul>
+</li>
+</ul>
+
+
+<h2>Version 0.1.0 (LL 1.20.15)</h2>
+<ul>
+<li>Merged changes from Linden 1.20.15 release.</li>
+<li>First Linux release.</li>
+<li>Replaced icon with the cute OSGrid hippo. Needs some more work,
+especially the smaller versions, but there it is!</li>
+<li>More references to LL and SL replaced by OpenSim and OSGrid.</li>
+</ul>
+
+
+<hr style="margin-top:20px;" />
+<b>New Name and New Version Numbers</b><br/>
+The Name changed from "MJM OpenSim Viewer" to "Hippo OpenSim
+Viewer". The new version numbers are independent from the LL version
+number. Independent version numbers will be more meaningful, once
+OpenSim specific features are added. The corresponding LL release is
+added in parentheses.
+<hr style="margin-bottom:20px;" />
+
+
+<h2>Version 1.19.1 (4002)</h2>
+<ul>
+<li>Added Microsoft runtime DLLs msvcp71.dll and msvcr71.dll.</li>
+</ul>
+
+
+<h2>Version 1.19.1 (4001)</h2>
+<ul>
+<li>Really build up to 10,000 m, including moving objects from the edit window.
+<li>Set "hollow" up to 99 (instead of only 95).</li>
+<li>Increase the default value for ''maxselectDistance'' from 64 to 300.</li>
+<li>Change max. number of groups to 100.</li>
+<li>Remove all language files but English.</li>
+<li>Remove some more references to Second Life.</li>
+<li>Check at startup for new versions.</li>
+</ul>
+
+
+
+<h2>Version 1.19.1 (4000)</h2>
+The changes in this version are against Second Life 1.19.1 (4).
+<ul>
+<li><b>Installation</b><br/>
+ The MJM OpenSim Viewer uses directory name <tt>MJM_OpenSim_Viewer</tt>
+ instead of <tt>SecondLife</tt> for the binary installation folder
+ and for the user settings folder.
+</li>
+<li><b>Startup</b>
+ <ul>
+ <li>Connect to <a href="http://osgrid.org">OSGrid</a> by default.</li>
+ <li>Always assume <tt>-multiple</tt>.</li>
+ </ul>
+</li>
+<li><b>Building</b>
+ <ul>
+ <li>Build up to a height of 10,000 m.</li>
+ <li>Scale prims up to 256x256x256 m, working via scaling handles and via the edit window.</li>
+ <li>Set transparency up to 100 % in the edit window.</li>
+ <li>Set the hole size down to 0.01 for prim shapes like torus.</li>
+ </ul>
+</li>
+</ul>
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Modified: web/htdocs/docu.php
===================================================================
--- web/htdocs/docu.php 2008-07-31 18:52:05 UTC (rev 6)
+++ web/htdocs/docu.php 2008-08-03 22:33:55 UTC (rev 7)
@@ -5,8 +5,12 @@
<h1>Documentation</h1>
+<p>See the <a href="changes.php">List of Changes</a> for a more
+detailed feature list and an outlook to the next version.</p>
+
<p>Some documentation is still available at the old</p>
-<p style="margin-left:40px"><a href="http://mjm.game-host.org/opensim:viewer:">Hippo OpenSim Viewer Wiki</a></p>
+<p style="margin-left:40px"><a href="http://mjm.game-host.org/opensim:viewer:"
+>Hippo OpenSim Viewer Wiki</a></p>
<p>More documentation coming soon...</p>
<h2>Other Helpful Links</h2>
Modified: web/php/menu.inc
===================================================================
--- web/php/menu.inc 2008-07-31 18:52:05 UTC (rev 6)
+++ web/php/menu.inc 2008-08-03 22:33:55 UTC (rev 7)
@@ -9,6 +9,7 @@
menuItem("Home", "index.php");
menuItem("Downloads", "http://sourceforge.net/project/platformdownload.php?group_id=235285");
+menuItem("Changes", "changes.php");
menuItem("Support", "http://sourceforge.net/forum/forum.php?forum_id=850697");
menuItem("Documentation", "docu.php");
menuItem("Forums", "http://sourceforge.net/forum/?group_id=235285");
Deleted: web/php/page.inc
===================================================================
--- web/php/page.inc 2008-07-31 18:52:05 UTC (rev 6)
+++ web/php/page.inc 2008-08-03 22:33:55 UTC (rev 7)
@@ -1,12 +0,0 @@
-<?php
-
-$widthMenu = 100;
-$widthStats = 100;
-
-?>
-
-<html>
-
-
-
-
Modified: web/php/page_header.inc
===================================================================
--- web/php/page_header.inc 2008-07-31 18:52:05 UTC (rev 6)
+++ web/php/page_header.inc 2008-08-03 22:33:55 UTC (rev 7)
@@ -17,7 +17,7 @@
ul { margin-top:0px; }
/* page layout */
-table.page { width:95%; min-width:800px; }
+table.page { width:95%; min-width:800px; margin-top:15px; }
td.panel { padding:0px; vertical-align:top; }
div.panel { padding:8px; }
#titlePanel { height:120px; vertical-align:middle; }
@@ -48,7 +48,7 @@
#menuActive:active { color:#ff0000; }
/* statistics */
-table.stats { width:160; }
+table.stats { width:160px; }
td.statsItem { color:#ffffff; padding-left:8px; padding-right:5px; }
td.statsValue { color:#ffffff; text-align:right; padding-left:5px; padding-right:8px; }
tr.statsLine0 { background-color:#334499; }
@@ -84,11 +84,11 @@
<tr><td id="menuColumn" class="panel"><div id="menuPanel" class="panel">
<!-- Menu -->
- <?php include "menu.inc"; ?>
+ <?php include "../php/menu.inc"; ?>
<!-- SourceForge Logo -->
<div style="margin-top:15px;">
- <font style="font:italic 10px/20px Arial,sans;color:#ffffff;">hosted on</font><br/>
+ <font style="font:italic 10px/20px Arial,sans;color:#ffffff;">hosted at</font><br/>
<a href="http://sourceforge.net"><img
src="http://sflogo.sourceforge.net/sflogo.php?group_id=235285&type=1"
width="88" height="31" border="0" alt="SourceForge.net Logo"/></a>
@@ -99,6 +99,6 @@
<div id="statsColumn"><div id="statsPanel" class="panel">
<!-- Statistics -->
- <?php include "stats.inc"; ?>
+ <?php include "../php/stats.inc"; ?>
</div></div>
Modified: web/php/stats.inc
===================================================================
--- web/php/stats.inc 2008-07-31 18:52:05 UTC (rev 6)
+++ web/php/stats.inc 2008-08-03 22:33:55 UTC (rev 7)
@@ -6,7 +6,7 @@
<tr class="statsLine1"><td class="statsItem">Last 30 Days:</td><td class="statsValue">0</td></tr>
<tr class="statsLine0"><td class="statsItem">Total Windows:</td><td class="statsValue">0</td></tr>
<tr class="statsLine1"><td class="statsItem">Total Linux:</td><td class="statsValue">0</td></tr>
-<tr class="statsLine0"><td colspan="2" class="statsValue">0000-00-00 00:00</td></tr>
+<tr class="statsLine0"><td colspan="2" class="statsValue"><font size="-2">0000-00-00 00:00 UTC</font></td></tr>
</table>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-07-31 18:52:03
|
Revision: 6
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=6&view=rev
Author: manaj
Date: 2008-07-31 18:52:05 +0000 (Thu, 31 Jul 2008)
Log Message:
-----------
Add svn:ignore for artwork and win32-libs.
Property Changed:
----------------
trunk/linden/
trunk/linden/indra/newview/
trunk/linden/indra/newview/app_settings/
trunk/linden/indra/newview/res/
trunk/linden/indra/newview/skins/default/html/
trunk/linden/indra/newview/skins/default/html/en-us/loading/
trunk/linden/indra/newview/skins/default/textures/
trunk/linden/indra/newview/skins/silver/textures/
trunk/linden/libraries/i686-win32/include/
trunk/linden/libraries/i686-win32/lib_debug/
trunk/linden/libraries/i686-win32/lib_release/
trunk/linden/libraries/include/
Property changes on: trunk/linden
___________________________________________________________________
Added: svn:ignore
+ LICENSE-logos.txt
LICENSE-libraries-win32.txt
Property changes on: trunk/linden/indra/newview
___________________________________________________________________
Added: svn:ignore
+ fmod.dll
character
fonts
vivox-runtime
Property changes on: trunk/linden/indra/newview/app_settings
___________________________________________________________________
Added: svn:ignore
+ static_data.db2
static_index.db2
windlight
mozilla
mozilla_debug
Property changes on: trunk/linden/indra/newview/res
___________________________________________________________________
Added: svn:ignore
+ *.cur
*.bmp
*.ico
*.BMP
*.png
Property changes on: trunk/linden/indra/newview/skins/default/html
___________________________________________________________________
Added: svn:ignore
+ *.png
Property changes on: trunk/linden/indra/newview/skins/default/html/en-us/loading
___________________________________________________________________
Added: svn:ignore
+ *.gif
Property changes on: trunk/linden/indra/newview/skins/default/textures
___________________________________________________________________
Added: svn:ignore
+ *.tga
*.j2c
*.jpg
*.png
Property changes on: trunk/linden/indra/newview/skins/silver/textures
___________________________________________________________________
Added: svn:ignore
+ *.tga
*.png
*.j2c
Property changes on: trunk/linden/libraries/i686-win32/include
___________________________________________________________________
Added: svn:ignore
+ apr-1
openssl
quicktime
Property changes on: trunk/linden/libraries/i686-win32/lib_debug
___________________________________________________________________
Added: svn:ignore
+ *.lib
*.pdb
*.dll
Property changes on: trunk/linden/libraries/i686-win32/lib_release
___________________________________________________________________
Added: svn:ignore
+ *.lib
*.pdb
*.dll
Property changes on: trunk/linden/libraries/include
___________________________________________________________________
Added: svn:ignore
+ fmod.h
fmod_errors.h
ares
boost
ft2build.h
curl
expat
freetype
jpeglib
libpng12
Logitech_LCD
ogg
openjpeg
tut
vorbis
xmlrpc-epi
zlib
ndofdev_external.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-07-31 12:27:20
|
Revision: 5
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=5&view=rev
Author: manaj
Date: 2008-07-31 12:27:28 +0000 (Thu, 31 Jul 2008)
Log Message:
-----------
Copy Linden 1.20.15 from linden_release to trunk.
Added Paths:
-----------
trunk/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-07-31 11:24:05
|
Revision: 4
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=4&view=rev
Author: manaj
Date: 2008-07-31 11:19:45 +0000 (Thu, 31 Jul 2008)
Log Message:
-----------
Importing Linden Labs release 1.20.15 as a "vendor" branch.
This will allow to merge new Linden releases more easily.
Added Paths:
-----------
linden_release/
linden_release/linden/
linden_release/linden/LICENSE-source.txt
linden_release/linden/doc/
linden_release/linden/doc/FLOSS-exception.txt
linden_release/linden/doc/GPL-license.txt
linden_release/linden/doc/contributions.txt
linden_release/linden/doc/releasenotes-where.txt
linden_release/linden/etc/
linden_release/linden/etc/message.xml
linden_release/linden/indra/
linden_release/linden/indra/SConstruct
linden_release/linden/indra/indra_complete/
linden_release/linden/indra/indra_complete/indra_complete.sln
linden_release/linden/indra/indra_complete/indra_complete_vc8.sln
linden_release/linden/indra/indra_complete/indra_complete_vc9.sln
linden_release/linden/indra/lib/
linden_release/linden/indra/lib/python/
linden_release/linden/indra/lib/python/indra/
linden_release/linden/indra/lib/python/indra/__init__.py
linden_release/linden/indra/lib/python/indra/base/
linden_release/linden/indra/lib/python/indra/base/__init__.py
linden_release/linden/indra/lib/python/indra/base/config.py
linden_release/linden/indra/lib/python/indra/base/lllog.py
linden_release/linden/indra/lib/python/indra/base/llsd.py
linden_release/linden/indra/lib/python/indra/base/lluuid.py
linden_release/linden/indra/lib/python/indra/base/metrics.py
linden_release/linden/indra/lib/python/indra/ipc/
linden_release/linden/indra/lib/python/indra/ipc/__init__.py
linden_release/linden/indra/lib/python/indra/ipc/compatibility.py
linden_release/linden/indra/lib/python/indra/ipc/httputil.py
linden_release/linden/indra/lib/python/indra/ipc/llmessage.py
linden_release/linden/indra/lib/python/indra/ipc/llsdhttp.py
linden_release/linden/indra/lib/python/indra/ipc/mysql_pool.py
linden_release/linden/indra/lib/python/indra/ipc/russ.py
linden_release/linden/indra/lib/python/indra/ipc/saranwrap.py
linden_release/linden/indra/lib/python/indra/ipc/servicebuilder.py
linden_release/linden/indra/lib/python/indra/ipc/tokenstream.py
linden_release/linden/indra/lib/python/indra/ipc/webdav.py
linden_release/linden/indra/lib/python/indra/ipc/xml_rpc.py
linden_release/linden/indra/lib/python/indra/util/
linden_release/linden/indra/lib/python/indra/util/__init__.py
linden_release/linden/indra/lib/python/indra/util/helpformatter.py
linden_release/linden/indra/lib/python/indra/util/llmanifest.py
linden_release/linden/indra/lib/python/indra/util/llsubprocess.py
linden_release/linden/indra/lib/python/indra/util/llversion.py
linden_release/linden/indra/lib/python/indra/util/named_query.py
linden_release/linden/indra/lib/python/indra/util/shutil2.py
linden_release/linden/indra/linux_crash_logger/
linden_release/linden/indra/linux_crash_logger/files.lst
linden_release/linden/indra/linux_crash_logger/linux_crash_logger.cpp
linden_release/linden/indra/linux_crash_logger/llcrashloggerlinux.cpp
linden_release/linden/indra/linux_crash_logger/llcrashloggerlinux.h
linden_release/linden/indra/llaudio/
linden_release/linden/indra/llaudio/audioengine.cpp
linden_release/linden/indra/llaudio/audioengine.h
linden_release/linden/indra/llaudio/audioengine_fmod.cpp
linden_release/linden/indra/llaudio/audioengine_fmod.h
linden_release/linden/indra/llaudio/files.lst
linden_release/linden/indra/llaudio/listener.cpp
linden_release/linden/indra/llaudio/listener.h
linden_release/linden/indra/llaudio/listener_ds3d.h
linden_release/linden/indra/llaudio/listener_fmod.cpp
linden_release/linden/indra/llaudio/listener_fmod.h
linden_release/linden/indra/llaudio/listener_openal.h
linden_release/linden/indra/llaudio/llaudio.vcproj
linden_release/linden/indra/llaudio/llaudio_vc8.vcproj
linden_release/linden/indra/llaudio/llaudio_vc9.vcproj
linden_release/linden/indra/llaudio/llaudiodecodemgr.cpp
linden_release/linden/indra/llaudio/llaudiodecodemgr.h
linden_release/linden/indra/llaudio/vorbisdecode.cpp
linden_release/linden/indra/llaudio/vorbisdecode.h
linden_release/linden/indra/llaudio/vorbisencode.cpp
linden_release/linden/indra/llaudio/vorbisencode.h
linden_release/linden/indra/llcharacter/
linden_release/linden/indra/llcharacter/files.lst
linden_release/linden/indra/llcharacter/llanimationstates.cpp
linden_release/linden/indra/llcharacter/llanimationstates.h
linden_release/linden/indra/llcharacter/llbvhloader.cpp
linden_release/linden/indra/llcharacter/llbvhloader.h
linden_release/linden/indra/llcharacter/llcharacter.cpp
linden_release/linden/indra/llcharacter/llcharacter.h
linden_release/linden/indra/llcharacter/llcharacter.vcproj
linden_release/linden/indra/llcharacter/llcharacter_vc8.vcproj
linden_release/linden/indra/llcharacter/llcharacter_vc9.vcproj
linden_release/linden/indra/llcharacter/lleditingmotion.cpp
linden_release/linden/indra/llcharacter/lleditingmotion.h
linden_release/linden/indra/llcharacter/llgesture.cpp
linden_release/linden/indra/llcharacter/llgesture.h
linden_release/linden/indra/llcharacter/llhandmotion.cpp
linden_release/linden/indra/llcharacter/llhandmotion.h
linden_release/linden/indra/llcharacter/llheadrotmotion.cpp
linden_release/linden/indra/llcharacter/llheadrotmotion.h
linden_release/linden/indra/llcharacter/lljoint.cpp
linden_release/linden/indra/llcharacter/lljoint.h
linden_release/linden/indra/llcharacter/lljointsolverrp3.cpp
linden_release/linden/indra/llcharacter/lljointsolverrp3.h
linden_release/linden/indra/llcharacter/lljointstate.h
linden_release/linden/indra/llcharacter/llkeyframefallmotion.cpp
linden_release/linden/indra/llcharacter/llkeyframefallmotion.h
linden_release/linden/indra/llcharacter/llkeyframemotion.cpp
linden_release/linden/indra/llcharacter/llkeyframemotion.h
linden_release/linden/indra/llcharacter/llkeyframemotionparam.cpp
linden_release/linden/indra/llcharacter/llkeyframemotionparam.h
linden_release/linden/indra/llcharacter/llkeyframestandmotion.cpp
linden_release/linden/indra/llcharacter/llkeyframestandmotion.h
linden_release/linden/indra/llcharacter/llkeyframewalkmotion.cpp
linden_release/linden/indra/llcharacter/llkeyframewalkmotion.h
linden_release/linden/indra/llcharacter/llmotion.cpp
linden_release/linden/indra/llcharacter/llmotion.h
linden_release/linden/indra/llcharacter/llmotioncontroller.cpp
linden_release/linden/indra/llcharacter/llmotioncontroller.h
linden_release/linden/indra/llcharacter/llmultigesture.cpp
linden_release/linden/indra/llcharacter/llmultigesture.h
linden_release/linden/indra/llcharacter/llpose.cpp
linden_release/linden/indra/llcharacter/llpose.h
linden_release/linden/indra/llcharacter/llstatemachine.cpp
linden_release/linden/indra/llcharacter/llstatemachine.h
linden_release/linden/indra/llcharacter/lltargetingmotion.cpp
linden_release/linden/indra/llcharacter/lltargetingmotion.h
linden_release/linden/indra/llcharacter/llvisualparam.cpp
linden_release/linden/indra/llcharacter/llvisualparam.h
linden_release/linden/indra/llcommon/
linden_release/linden/indra/llcommon/bitpack.h
linden_release/linden/indra/llcommon/ctype_workaround.h
linden_release/linden/indra/llcommon/doublelinkedlist.h
linden_release/linden/indra/llcommon/files.lst
linden_release/linden/indra/llcommon/imageids.h
linden_release/linden/indra/llcommon/indra_constants.h
linden_release/linden/indra/llcommon/linden_common.h
linden_release/linden/indra/llcommon/linked_lists.h
linden_release/linden/indra/llcommon/llagentconstants.h
linden_release/linden/indra/llcommon/llapp.cpp
linden_release/linden/indra/llcommon/llapp.h
linden_release/linden/indra/llcommon/llapr.cpp
linden_release/linden/indra/llcommon/llapr.h
linden_release/linden/indra/llcommon/llares.cpp
linden_release/linden/indra/llcommon/llares.h
linden_release/linden/indra/llcommon/llassettype.cpp
linden_release/linden/indra/llcommon/llassettype.h
linden_release/linden/indra/llcommon/llassoclist.h
linden_release/linden/indra/llcommon/llavatarconstants.h
linden_release/linden/indra/llcommon/llbase32.cpp
linden_release/linden/indra/llcommon/llbase32.h
linden_release/linden/indra/llcommon/llbase64.cpp
linden_release/linden/indra/llcommon/llbase64.h
linden_release/linden/indra/llcommon/llboost.h
linden_release/linden/indra/llcommon/llchat.h
linden_release/linden/indra/llcommon/llclickaction.h
linden_release/linden/indra/llcommon/llcommon.cpp
linden_release/linden/indra/llcommon/llcommon.h
linden_release/linden/indra/llcommon/llcommon.vcproj
linden_release/linden/indra/llcommon/llcommon_vc8.vcproj
linden_release/linden/indra/llcommon/llcommon_vc9.vcproj
linden_release/linden/indra/llcommon/llcriticaldamp.cpp
linden_release/linden/indra/llcommon/llcriticaldamp.h
linden_release/linden/indra/llcommon/lldarray.h
linden_release/linden/indra/llcommon/lldarrayptr.h
linden_release/linden/indra/llcommon/lldate.cpp
linden_release/linden/indra/llcommon/lldate.h
linden_release/linden/indra/llcommon/lldefs.h
linden_release/linden/indra/llcommon/lldepthstack.h
linden_release/linden/indra/llcommon/lldlinked.h
linden_release/linden/indra/llcommon/lldqueueptr.h
linden_release/linden/indra/llcommon/llendianswizzle.h
linden_release/linden/indra/llcommon/llenum.h
linden_release/linden/indra/llcommon/llerror.cpp
linden_release/linden/indra/llcommon/llerror.h
linden_release/linden/indra/llcommon/llerrorcontrol.h
linden_release/linden/indra/llcommon/llerrorlegacy.h
linden_release/linden/indra/llcommon/llerrorthread.cpp
linden_release/linden/indra/llcommon/llerrorthread.h
linden_release/linden/indra/llcommon/llevent.cpp
linden_release/linden/indra/llcommon/llevent.h
linden_release/linden/indra/llcommon/lleventemitter.h
linden_release/linden/indra/llcommon/llextendedstatus.h
linden_release/linden/indra/llcommon/llfasttimer.cpp
linden_release/linden/indra/llcommon/llfasttimer.h
linden_release/linden/indra/llcommon/llfile.cpp
linden_release/linden/indra/llcommon/llfile.h
linden_release/linden/indra/llcommon/llfindlocale.cpp
linden_release/linden/indra/llcommon/llfindlocale.h
linden_release/linden/indra/llcommon/llfixedbuffer.cpp
linden_release/linden/indra/llcommon/llfixedbuffer.h
linden_release/linden/indra/llcommon/llformat.cpp
linden_release/linden/indra/llcommon/llformat.h
linden_release/linden/indra/llcommon/llframetimer.cpp
linden_release/linden/indra/llcommon/llframetimer.h
linden_release/linden/indra/llcommon/llhash.h
linden_release/linden/indra/llcommon/llheartbeat.cpp
linden_release/linden/indra/llcommon/llheartbeat.h
linden_release/linden/indra/llcommon/llindexedqueue.h
linden_release/linden/indra/llcommon/llindraconfigfile.cpp
linden_release/linden/indra/llcommon/llindraconfigfile.h
linden_release/linden/indra/llcommon/llkeythrottle.h
linden_release/linden/indra/llcommon/llkeyusetracker.h
linden_release/linden/indra/llcommon/lllinkedqueue.h
linden_release/linden/indra/llcommon/llliveappconfig.cpp
linden_release/linden/indra/llcommon/llliveappconfig.h
linden_release/linden/indra/llcommon/lllivefile.cpp
linden_release/linden/indra/llcommon/lllivefile.h
linden_release/linden/indra/llcommon/lllocalidhashmap.h
linden_release/linden/indra/llcommon/lllog.cpp
linden_release/linden/indra/llcommon/lllog.h
linden_release/linden/indra/llcommon/lllslconstants.h
linden_release/linden/indra/llcommon/llmap.h
linden_release/linden/indra/llcommon/llmemory.cpp
linden_release/linden/indra/llcommon/llmemory.h
linden_release/linden/indra/llcommon/llmemorystream.cpp
linden_release/linden/indra/llcommon/llmemorystream.h
linden_release/linden/indra/llcommon/llmemtype.h
linden_release/linden/indra/llcommon/llmetrics.cpp
linden_release/linden/indra/llcommon/llmetrics.h
linden_release/linden/indra/llcommon/llmortician.cpp
linden_release/linden/indra/llcommon/llmortician.h
linden_release/linden/indra/llcommon/llnametable.h
linden_release/linden/indra/llcommon/llpreprocessor.h
linden_release/linden/indra/llcommon/llpriqueuemap.h
linden_release/linden/indra/llcommon/llprocessor.cpp
linden_release/linden/indra/llcommon/llprocessor.h
linden_release/linden/indra/llcommon/llptrskiplist.h
linden_release/linden/indra/llcommon/llptrskipmap.h
linden_release/linden/indra/llcommon/llqueuedthread.cpp
linden_release/linden/indra/llcommon/llqueuedthread.h
linden_release/linden/indra/llcommon/llrun.cpp
linden_release/linden/indra/llcommon/llrun.h
linden_release/linden/indra/llcommon/llsd.cpp
linden_release/linden/indra/llcommon/llsd.h
linden_release/linden/indra/llcommon/llsdserialize.cpp
linden_release/linden/indra/llcommon/llsdserialize.h
linden_release/linden/indra/llcommon/llsdserialize_xml.cpp
linden_release/linden/indra/llcommon/llsdserialize_xml.h
linden_release/linden/indra/llcommon/llsdutil.cpp
linden_release/linden/indra/llcommon/llsdutil.h
linden_release/linden/indra/llcommon/llsecondlifeurls.cpp
linden_release/linden/indra/llcommon/llsecondlifeurls.h
linden_release/linden/indra/llcommon/llsimplehash.h
linden_release/linden/indra/llcommon/llskiplist.h
linden_release/linden/indra/llcommon/llskipmap.h
linden_release/linden/indra/llcommon/llsmoothstep.h
linden_release/linden/indra/llcommon/llstack.h
linden_release/linden/indra/llcommon/llstat.cpp
linden_release/linden/indra/llcommon/llstat.h
linden_release/linden/indra/llcommon/llstatenums.h
linden_release/linden/indra/llcommon/llstl.h
linden_release/linden/indra/llcommon/llstreamtools.cpp
linden_release/linden/indra/llcommon/llstreamtools.h
linden_release/linden/indra/llcommon/llstrider.h
linden_release/linden/indra/llcommon/llstring.cpp
linden_release/linden/indra/llcommon/llstring.h
linden_release/linden/indra/llcommon/llstringtable.cpp
linden_release/linden/indra/llcommon/llstringtable.h
linden_release/linden/indra/llcommon/llsys.cpp
linden_release/linden/indra/llcommon/llsys.h
linden_release/linden/indra/llcommon/llthread.cpp
linden_release/linden/indra/llcommon/llthread.h
linden_release/linden/indra/llcommon/lltimer.cpp
linden_release/linden/indra/llcommon/lltimer.h
linden_release/linden/indra/llcommon/lluri.cpp
linden_release/linden/indra/llcommon/lluri.h
linden_release/linden/indra/llcommon/lluuidhashmap.h
linden_release/linden/indra/llcommon/llversionserver.h
linden_release/linden/indra/llcommon/llversionviewer.h
linden_release/linden/indra/llcommon/llworkerthread.cpp
linden_release/linden/indra/llcommon/llworkerthread.h
linden_release/linden/indra/llcommon/metaclass.cpp
linden_release/linden/indra/llcommon/metaclass.h
linden_release/linden/indra/llcommon/metaclasst.h
linden_release/linden/indra/llcommon/metaproperty.cpp
linden_release/linden/indra/llcommon/metaproperty.h
linden_release/linden/indra/llcommon/metapropertyt.h
linden_release/linden/indra/llcommon/processor.h
linden_release/linden/indra/llcommon/reflective.cpp
linden_release/linden/indra/llcommon/reflective.h
linden_release/linden/indra/llcommon/reflectivet.h
linden_release/linden/indra/llcommon/roles_constants.h
linden_release/linden/indra/llcommon/stdenums.h
linden_release/linden/indra/llcommon/stdtypes.h
linden_release/linden/indra/llcommon/string_table.h
linden_release/linden/indra/llcommon/timer.h
linden_release/linden/indra/llcommon/timing.cpp
linden_release/linden/indra/llcommon/timing.h
linden_release/linden/indra/llcommon/u64.cpp
linden_release/linden/indra/llcommon/u64.h
linden_release/linden/indra/llcrashlogger/
linden_release/linden/indra/llcrashlogger/files.lst
linden_release/linden/indra/llcrashlogger/llcrashlogger.cpp
linden_release/linden/indra/llcrashlogger/llcrashlogger.h
linden_release/linden/indra/llimage/
linden_release/linden/indra/llimage/files.lst
linden_release/linden/indra/llimage/llimage.cpp
linden_release/linden/indra/llimage/llimage.h
linden_release/linden/indra/llimage/llimage.vcproj
linden_release/linden/indra/llimage/llimage.xcodeproj/
linden_release/linden/indra/llimage/llimage_vc8.vcproj
linden_release/linden/indra/llimage/llimage_vc9.vcproj
linden_release/linden/indra/llimage/llimagebmp.cpp
linden_release/linden/indra/llimage/llimagebmp.h
linden_release/linden/indra/llimage/llimagedxt.cpp
linden_release/linden/indra/llimage/llimagedxt.h
linden_release/linden/indra/llimage/llimagej2c.cpp
linden_release/linden/indra/llimage/llimagej2c.h
linden_release/linden/indra/llimage/llimagejpeg.cpp
linden_release/linden/indra/llimage/llimagejpeg.h
linden_release/linden/indra/llimage/llimagepng.cpp
linden_release/linden/indra/llimage/llimagepng.h
linden_release/linden/indra/llimage/llimagetga.cpp
linden_release/linden/indra/llimage/llimagetga.h
linden_release/linden/indra/llimage/llimageworker.cpp
linden_release/linden/indra/llimage/llimageworker.h
linden_release/linden/indra/llimage/llmapimagetype.h
linden_release/linden/indra/llimage/llpngwrapper.cpp
linden_release/linden/indra/llimage/llpngwrapper.h
linden_release/linden/indra/llimagej2coj/
linden_release/linden/indra/llimagej2coj/files.lst
linden_release/linden/indra/llimagej2coj/llimagej2coj.cpp
linden_release/linden/indra/llimagej2coj/llimagej2coj.h
linden_release/linden/indra/llimagej2coj/llimagej2coj.vcproj
linden_release/linden/indra/llinventory/
linden_release/linden/indra/llinventory/files.lst
linden_release/linden/indra/llinventory/llcategory.cpp
linden_release/linden/indra/llinventory/llcategory.h
linden_release/linden/indra/llinventory/lleconomy.cpp
linden_release/linden/indra/llinventory/lleconomy.h
linden_release/linden/indra/llinventory/llinventory.cpp
linden_release/linden/indra/llinventory/llinventory.h
linden_release/linden/indra/llinventory/llinventory.vcproj
linden_release/linden/indra/llinventory/llinventory_vc8.vcproj
linden_release/linden/indra/llinventory/llinventory_vc9.vcproj
linden_release/linden/indra/llinventory/llinventorytype.cpp
linden_release/linden/indra/llinventory/llinventorytype.h
linden_release/linden/indra/llinventory/lllandmark.cpp
linden_release/linden/indra/llinventory/lllandmark.h
linden_release/linden/indra/llinventory/llnotecard.cpp
linden_release/linden/indra/llinventory/llnotecard.h
linden_release/linden/indra/llinventory/llparcel.cpp
linden_release/linden/indra/llinventory/llparcel.h
linden_release/linden/indra/llinventory/llparcelflags.h
linden_release/linden/indra/llinventory/llpermissions.cpp
linden_release/linden/indra/llinventory/llpermissions.h
linden_release/linden/indra/llinventory/llpermissionsflags.h
linden_release/linden/indra/llinventory/llsaleinfo.cpp
linden_release/linden/indra/llinventory/llsaleinfo.h
linden_release/linden/indra/llinventory/lltransactionflags.cpp
linden_release/linden/indra/llinventory/lltransactionflags.h
linden_release/linden/indra/llinventory/lltransactiontypes.h
linden_release/linden/indra/llinventory/lluserrelations.cpp
linden_release/linden/indra/llinventory/lluserrelations.h
linden_release/linden/indra/llmath/
linden_release/linden/indra/llmath/camera.h
linden_release/linden/indra/llmath/coordframe.h
linden_release/linden/indra/llmath/files.lst
linden_release/linden/indra/llmath/llbboxlocal.cpp
linden_release/linden/indra/llmath/llbboxlocal.h
linden_release/linden/indra/llmath/llcamera.cpp
linden_release/linden/indra/llmath/llcamera.h
linden_release/linden/indra/llmath/llcoord.h
linden_release/linden/indra/llmath/llcoordframe.cpp
linden_release/linden/indra/llmath/llcoordframe.h
linden_release/linden/indra/llmath/llcrc.cpp
linden_release/linden/indra/llmath/llcrc.h
linden_release/linden/indra/llmath/llinterp.h
linden_release/linden/indra/llmath/llline.cpp
linden_release/linden/indra/llmath/llline.h
linden_release/linden/indra/llmath/llmath.h
linden_release/linden/indra/llmath/llmath.vcproj
linden_release/linden/indra/llmath/llmath_vc8.vcproj
linden_release/linden/indra/llmath/llmath_vc9.vcproj
linden_release/linden/indra/llmath/llmd5.cpp
linden_release/linden/indra/llmath/llmd5.h
linden_release/linden/indra/llmath/lloctree.h
linden_release/linden/indra/llmath/llperlin.cpp
linden_release/linden/indra/llmath/llperlin.h
linden_release/linden/indra/llmath/llplane.h
linden_release/linden/indra/llmath/llquantize.h
linden_release/linden/indra/llmath/llquaternion.cpp
linden_release/linden/indra/llmath/llquaternion.h
linden_release/linden/indra/llmath/llrand.cpp
linden_release/linden/indra/llmath/llrand.h
linden_release/linden/indra/llmath/llrect.cpp
linden_release/linden/indra/llmath/llrect.h
linden_release/linden/indra/llmath/llsphere.cpp
linden_release/linden/indra/llmath/llsphere.h
linden_release/linden/indra/llmath/lltreenode.h
linden_release/linden/indra/llmath/lluuid.cpp
linden_release/linden/indra/llmath/lluuid.h
linden_release/linden/indra/llmath/llv4math.h
linden_release/linden/indra/llmath/llv4matrix3.h
linden_release/linden/indra/llmath/llv4matrix4.h
linden_release/linden/indra/llmath/llv4vector3.h
linden_release/linden/indra/llmath/llvolume.cpp
linden_release/linden/indra/llmath/llvolume.h
linden_release/linden/indra/llmath/llvolumemgr.cpp
linden_release/linden/indra/llmath/llvolumemgr.h
linden_release/linden/indra/llmath/m3math.cpp
linden_release/linden/indra/llmath/m3math.h
linden_release/linden/indra/llmath/m4math.cpp
linden_release/linden/indra/llmath/m4math.h
linden_release/linden/indra/llmath/raytrace.cpp
linden_release/linden/indra/llmath/raytrace.h
linden_release/linden/indra/llmath/v2math.cpp
linden_release/linden/indra/llmath/v2math.h
linden_release/linden/indra/llmath/v3color.cpp
linden_release/linden/indra/llmath/v3color.h
linden_release/linden/indra/llmath/v3dmath.cpp
linden_release/linden/indra/llmath/v3dmath.h
linden_release/linden/indra/llmath/v3math.cpp
linden_release/linden/indra/llmath/v3math.h
linden_release/linden/indra/llmath/v4color.cpp
linden_release/linden/indra/llmath/v4color.h
linden_release/linden/indra/llmath/v4coloru.cpp
linden_release/linden/indra/llmath/v4coloru.h
linden_release/linden/indra/llmath/v4math.cpp
linden_release/linden/indra/llmath/v4math.h
linden_release/linden/indra/llmath/xform.cpp
linden_release/linden/indra/llmath/xform.h
linden_release/linden/indra/llmedia/
linden_release/linden/indra/llmedia/files.lst
linden_release/linden/indra/llmedia/llmedia.vcproj
linden_release/linden/indra/llmedia/llmedia_vc8.vcproj
linden_release/linden/indra/llmedia/llmedia_vc9.vcproj
linden_release/linden/indra/llmedia/llmediabase.h
linden_release/linden/indra/llmedia/llmediaemitter.h
linden_release/linden/indra/llmedia/llmediaimplcommon.cpp
linden_release/linden/indra/llmedia/llmediaimplcommon.h
linden_release/linden/indra/llmedia/llmediaimplexample1.cpp
linden_release/linden/indra/llmedia/llmediaimplexample1.h
linden_release/linden/indra/llmedia/llmediaimplexample2.cpp
linden_release/linden/indra/llmedia/llmediaimplexample2.h
linden_release/linden/indra/llmedia/llmediaimplfactory.cpp
linden_release/linden/indra/llmedia/llmediaimplfactory.h
linden_release/linden/indra/llmedia/llmediaimplgstreamer.cpp
linden_release/linden/indra/llmedia/llmediaimplgstreamer.h
linden_release/linden/indra/llmedia/llmediaimplgstreamer_syms.cpp
linden_release/linden/indra/llmedia/llmediaimplgstreamer_syms.h
linden_release/linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc
linden_release/linden/indra/llmedia/llmediaimplgstreamer_syms_rawa.inc
linden_release/linden/indra/llmedia/llmediaimplgstreamer_syms_rawv.inc
linden_release/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp
linden_release/linden/indra/llmedia/llmediaimplgstreamervidplug.h
linden_release/linden/indra/llmedia/llmediaimplllmozlib.cpp
linden_release/linden/indra/llmedia/llmediaimplllmozlib.h
linden_release/linden/indra/llmedia/llmediaimplquicktime.cpp
linden_release/linden/indra/llmedia/llmediaimplquicktime.h
linden_release/linden/indra/llmedia/llmediaimplregister.h
linden_release/linden/indra/llmedia/llmediamanager.cpp
linden_release/linden/indra/llmedia/llmediamanager.h
linden_release/linden/indra/llmedia/llmediaobserver.h
linden_release/linden/indra/llmessage/
linden_release/linden/indra/llmessage/files.lst
linden_release/linden/indra/llmessage/llassetstorage.cpp
linden_release/linden/indra/llmessage/llassetstorage.h
linden_release/linden/indra/llmessage/llblowfishcipher.cpp
linden_release/linden/indra/llmessage/llblowfishcipher.h
linden_release/linden/indra/llmessage/llbuffer.cpp
linden_release/linden/indra/llmessage/llbuffer.h
linden_release/linden/indra/llmessage/llbufferstream.cpp
linden_release/linden/indra/llmessage/llbufferstream.h
linden_release/linden/indra/llmessage/llcachename.cpp
linden_release/linden/indra/llmessage/llcachename.h
linden_release/linden/indra/llmessage/llchainio.cpp
linden_release/linden/indra/llmessage/llchainio.h
linden_release/linden/indra/llmessage/llcipher.h
linden_release/linden/indra/llmessage/llcircuit.cpp
linden_release/linden/indra/llmessage/llcircuit.h
linden_release/linden/indra/llmessage/llclassifiedflags.cpp
linden_release/linden/indra/llmessage/llclassifiedflags.h
linden_release/linden/indra/llmessage/llcurl.cpp
linden_release/linden/indra/llmessage/llcurl.h
linden_release/linden/indra/llmessage/lldatapacker.cpp
linden_release/linden/indra/llmessage/lldatapacker.h
linden_release/linden/indra/llmessage/lldbstrings.h
linden_release/linden/indra/llmessage/lldispatcher.cpp
linden_release/linden/indra/llmessage/lldispatcher.h
linden_release/linden/indra/llmessage/lleventflags.h
linden_release/linden/indra/llmessage/llfiltersd2xmlrpc.cpp
linden_release/linden/indra/llmessage/llfiltersd2xmlrpc.h
linden_release/linden/indra/llmessage/llfollowcamparams.h
linden_release/linden/indra/llmessage/llhost.cpp
linden_release/linden/indra/llmessage/llhost.h
linden_release/linden/indra/llmessage/llhttpassetstorage.cpp
linden_release/linden/indra/llmessage/llhttpassetstorage.h
linden_release/linden/indra/llmessage/llhttpclient.cpp
linden_release/linden/indra/llmessage/llhttpclient.h
linden_release/linden/indra/llmessage/llhttpnode.cpp
linden_release/linden/indra/llmessage/llhttpnode.h
linden_release/linden/indra/llmessage/llhttpsender.cpp
linden_release/linden/indra/llmessage/llhttpsender.h
linden_release/linden/indra/llmessage/llinstantmessage.cpp
linden_release/linden/indra/llmessage/llinstantmessage.h
linden_release/linden/indra/llmessage/llinvite.h
linden_release/linden/indra/llmessage/lliobuffer.cpp
linden_release/linden/indra/llmessage/lliobuffer.h
linden_release/linden/indra/llmessage/lliohttpserver.cpp
linden_release/linden/indra/llmessage/lliohttpserver.h
linden_release/linden/indra/llmessage/lliopipe.cpp
linden_release/linden/indra/llmessage/lliopipe.h
linden_release/linden/indra/llmessage/lliosocket.cpp
linden_release/linden/indra/llmessage/lliosocket.h
linden_release/linden/indra/llmessage/llioutil.cpp
linden_release/linden/indra/llmessage/llioutil.h
linden_release/linden/indra/llmessage/llloginflags.h
linden_release/linden/indra/llmessage/llmail.cpp
linden_release/linden/indra/llmessage/llmail.h
linden_release/linden/indra/llmessage/llmessage.vcproj
linden_release/linden/indra/llmessage/llmessage_vc8.vcproj
linden_release/linden/indra/llmessage/llmessage_vc9.vcproj
linden_release/linden/indra/llmessage/llmessagebuilder.cpp
linden_release/linden/indra/llmessage/llmessagebuilder.h
linden_release/linden/indra/llmessage/llmessageconfig.cpp
linden_release/linden/indra/llmessage/llmessageconfig.h
linden_release/linden/indra/llmessage/llmessagereader.cpp
linden_release/linden/indra/llmessage/llmessagereader.h
linden_release/linden/indra/llmessage/llmessagetemplate.cpp
linden_release/linden/indra/llmessage/llmessagetemplate.h
linden_release/linden/indra/llmessage/llmessagetemplateparser.cpp
linden_release/linden/indra/llmessage/llmessagetemplateparser.h
linden_release/linden/indra/llmessage/llmessagethrottle.cpp
linden_release/linden/indra/llmessage/llmessagethrottle.h
linden_release/linden/indra/llmessage/llmime.cpp
linden_release/linden/indra/llmessage/llmime.h
linden_release/linden/indra/llmessage/llmsgvariabletype.h
linden_release/linden/indra/llmessage/llnamevalue.cpp
linden_release/linden/indra/llmessage/llnamevalue.h
linden_release/linden/indra/llmessage/llnullcipher.cpp
linden_release/linden/indra/llmessage/llnullcipher.h
linden_release/linden/indra/llmessage/llpacketack.cpp
linden_release/linden/indra/llmessage/llpacketack.h
linden_release/linden/indra/llmessage/llpacketbuffer.cpp
linden_release/linden/indra/llmessage/llpacketbuffer.h
linden_release/linden/indra/llmessage/llpacketring.cpp
linden_release/linden/indra/llmessage/llpacketring.h
linden_release/linden/indra/llmessage/llpartdata.cpp
linden_release/linden/indra/llmessage/llpartdata.h
linden_release/linden/indra/llmessage/llpumpio.cpp
linden_release/linden/indra/llmessage/llpumpio.h
linden_release/linden/indra/llmessage/llqueryflags.h
linden_release/linden/indra/llmessage/llregionflags.h
linden_release/linden/indra/llmessage/llregionhandle.h
linden_release/linden/indra/llmessage/llsdappservices.cpp
linden_release/linden/indra/llmessage/llsdappservices.h
linden_release/linden/indra/llmessage/llsdhttpserver.cpp
linden_release/linden/indra/llmessage/llsdhttpserver.h
linden_release/linden/indra/llmessage/llsdmessagebuilder.cpp
linden_release/linden/indra/llmessage/llsdmessagebuilder.h
linden_release/linden/indra/llmessage/llsdmessagereader.cpp
linden_release/linden/indra/llmessage/llsdmessagereader.h
linden_release/linden/indra/llmessage/llsdrpcclient.cpp
linden_release/linden/indra/llmessage/llsdrpcclient.h
linden_release/linden/indra/llmessage/llsdrpcserver.cpp
linden_release/linden/indra/llmessage/llsdrpcserver.h
linden_release/linden/indra/llmessage/llservice.cpp
linden_release/linden/indra/llmessage/llservice.h
linden_release/linden/indra/llmessage/llservicebuilder.cpp
linden_release/linden/indra/llmessage/llservicebuilder.h
linden_release/linden/indra/llmessage/lltaskname.h
linden_release/linden/indra/llmessage/llteleportflags.h
linden_release/linden/indra/llmessage/lltemplatemessagebuilder.cpp
linden_release/linden/indra/llmessage/lltemplatemessagebuilder.h
linden_release/linden/indra/llmessage/lltemplatemessagereader.cpp
linden_release/linden/indra/llmessage/lltemplatemessagereader.h
linden_release/linden/indra/llmessage/llthrottle.cpp
linden_release/linden/indra/llmessage/llthrottle.h
linden_release/linden/indra/llmessage/lltransfermanager.cpp
linden_release/linden/indra/llmessage/lltransfermanager.h
linden_release/linden/indra/llmessage/lltransfersourceasset.cpp
linden_release/linden/indra/llmessage/lltransfersourceasset.h
linden_release/linden/indra/llmessage/lltransfersourcefile.cpp
linden_release/linden/indra/llmessage/lltransfersourcefile.h
linden_release/linden/indra/llmessage/lltransfertargetfile.cpp
linden_release/linden/indra/llmessage/lltransfertargetfile.h
linden_release/linden/indra/llmessage/lltransfertargetvfile.cpp
linden_release/linden/indra/llmessage/lltransfertargetvfile.h
linden_release/linden/indra/llmessage/llurlrequest.cpp
linden_release/linden/indra/llmessage/llurlrequest.h
linden_release/linden/indra/llmessage/lluseroperation.cpp
linden_release/linden/indra/llmessage/lluseroperation.h
linden_release/linden/indra/llmessage/llvehicleparams.h
linden_release/linden/indra/llmessage/llxfer.cpp
linden_release/linden/indra/llmessage/llxfer.h
linden_release/linden/indra/llmessage/llxfer_file.cpp
linden_release/linden/indra/llmessage/llxfer_file.h
linden_release/linden/indra/llmessage/llxfer_mem.cpp
linden_release/linden/indra/llmessage/llxfer_mem.h
linden_release/linden/indra/llmessage/llxfer_vfile.cpp
linden_release/linden/indra/llmessage/llxfer_vfile.h
linden_release/linden/indra/llmessage/llxfermanager.cpp
linden_release/linden/indra/llmessage/llxfermanager.h
linden_release/linden/indra/llmessage/llxorcipher.cpp
linden_release/linden/indra/llmessage/llxorcipher.h
linden_release/linden/indra/llmessage/machine.h
linden_release/linden/indra/llmessage/mean_collision_data.h
linden_release/linden/indra/llmessage/message.cpp
linden_release/linden/indra/llmessage/message.h
linden_release/linden/indra/llmessage/message_prehash.cpp
linden_release/linden/indra/llmessage/message_prehash.h
linden_release/linden/indra/llmessage/message_string_table.cpp
linden_release/linden/indra/llmessage/net.cpp
linden_release/linden/indra/llmessage/net.h
linden_release/linden/indra/llmessage/network.cpp
linden_release/linden/indra/llmessage/network.h
linden_release/linden/indra/llmessage/partsyspacket.cpp
linden_release/linden/indra/llmessage/partsyspacket.h
linden_release/linden/indra/llmessage/patch_code.cpp
linden_release/linden/indra/llmessage/patch_code.h
linden_release/linden/indra/llmessage/patch_dct.cpp
linden_release/linden/indra/llmessage/patch_dct.h
linden_release/linden/indra/llmessage/patch_idct.cpp
linden_release/linden/indra/llmessage/sound_ids.h
linden_release/linden/indra/llprimitive/
linden_release/linden/indra/llprimitive/files.lst
linden_release/linden/indra/llprimitive/legacy_object_types.h
linden_release/linden/indra/llprimitive/llmaterialtable.cpp
linden_release/linden/indra/llprimitive/llmaterialtable.h
linden_release/linden/indra/llprimitive/llprimitive.cpp
linden_release/linden/indra/llprimitive/llprimitive.h
linden_release/linden/indra/llprimitive/llprimitive.vcproj
linden_release/linden/indra/llprimitive/llprimitive_vc8.vcproj
linden_release/linden/indra/llprimitive/llprimitive_vc9.vcproj
linden_release/linden/indra/llprimitive/llprimlinkinfo.h
linden_release/linden/indra/llprimitive/lltextureanim.cpp
linden_release/linden/indra/llprimitive/lltextureanim.h
linden_release/linden/indra/llprimitive/lltextureentry.cpp
linden_release/linden/indra/llprimitive/lltextureentry.h
linden_release/linden/indra/llprimitive/lltree_common.h
linden_release/linden/indra/llprimitive/lltreeparams.cpp
linden_release/linden/indra/llprimitive/lltreeparams.h
linden_release/linden/indra/llprimitive/llvolumemessage.cpp
linden_release/linden/indra/llprimitive/llvolumemessage.h
linden_release/linden/indra/llprimitive/llvolumexml.cpp
linden_release/linden/indra/llprimitive/llvolumexml.h
linden_release/linden/indra/llprimitive/material_codes.h
linden_release/linden/indra/llprimitive/object_flags.h
linden_release/linden/indra/llrender/
linden_release/linden/indra/llrender/files.darwin.lst
linden_release/linden/indra/llrender/files.lst
linden_release/linden/indra/llrender/llfont.cpp
linden_release/linden/indra/llrender/llfont.h
linden_release/linden/indra/llrender/llfontgl.cpp
linden_release/linden/indra/llrender/llfontgl.h
linden_release/linden/indra/llrender/llgldbg.cpp
linden_release/linden/indra/llrender/llgldbg.h
linden_release/linden/indra/llrender/llglimmediate.cpp
linden_release/linden/indra/llrender/llglimmediate.h
linden_release/linden/indra/llrender/llimagegl.cpp
linden_release/linden/indra/llrender/llimagegl.h
linden_release/linden/indra/llrender/llrender.cpp
linden_release/linden/indra/llrender/llrender.h
linden_release/linden/indra/llrender/llrender.vcproj
linden_release/linden/indra/llrender/llrender_vc8.vcproj
linden_release/linden/indra/llrender/llrender_vc9.vcproj
linden_release/linden/indra/llrender/llrendertarget.cpp
linden_release/linden/indra/llrender/llrendertarget.h
linden_release/linden/indra/llrender/llvertexbuffer.cpp
linden_release/linden/indra/llrender/llvertexbuffer.h
linden_release/linden/indra/llui/
linden_release/linden/indra/llui/files.lst
linden_release/linden/indra/llui/llalertdialog.cpp
linden_release/linden/indra/llui/llalertdialog.h
linden_release/linden/indra/llui/llbutton.cpp
linden_release/linden/indra/llui/llbutton.h
linden_release/linden/indra/llui/llcallbackmap.h
linden_release/linden/indra/llui/llcheckboxctrl.cpp
linden_release/linden/indra/llui/llcheckboxctrl.h
linden_release/linden/indra/llui/llclipboard.cpp
linden_release/linden/indra/llui/llclipboard.h
linden_release/linden/indra/llui/llcombobox.cpp
linden_release/linden/indra/llui/llcombobox.h
linden_release/linden/indra/llui/llctrlselectioninterface.cpp
linden_release/linden/indra/llui/llctrlselectioninterface.h
linden_release/linden/indra/llui/lldraghandle.cpp
linden_release/linden/indra/llui/lldraghandle.h
linden_release/linden/indra/llui/lleditmenuhandler.cpp
linden_release/linden/indra/llui/lleditmenuhandler.h
linden_release/linden/indra/llui/llfloater.cpp
linden_release/linden/indra/llui/llfloater.h
linden_release/linden/indra/llui/llfocusmgr.cpp
linden_release/linden/indra/llui/llfocusmgr.h
linden_release/linden/indra/llui/llhtmlhelp.h
linden_release/linden/indra/llui/lliconctrl.cpp
linden_release/linden/indra/llui/lliconctrl.h
linden_release/linden/indra/llui/llkeywords.cpp
linden_release/linden/indra/llui/llkeywords.h
linden_release/linden/indra/llui/lllineeditor.cpp
linden_release/linden/indra/llui/lllineeditor.h
linden_release/linden/indra/llui/llmemberlistener.h
linden_release/linden/indra/llui/llmenugl.cpp
linden_release/linden/indra/llui/llmenugl.h
linden_release/linden/indra/llui/llmodaldialog.cpp
linden_release/linden/indra/llui/llmodaldialog.h
linden_release/linden/indra/llui/llmultislider.cpp
linden_release/linden/indra/llui/llmultislider.h
linden_release/linden/indra/llui/llmultisliderctrl.cpp
linden_release/linden/indra/llui/llmultisliderctrl.h
linden_release/linden/indra/llui/llpanel.cpp
linden_release/linden/indra/llui/llpanel.h
linden_release/linden/indra/llui/llradiogroup.cpp
linden_release/linden/indra/llui/llradiogroup.h
linden_release/linden/indra/llui/llresizebar.cpp
linden_release/linden/indra/llui/llresizebar.h
linden_release/linden/indra/llui/llresizehandle.cpp
linden_release/linden/indra/llui/llresizehandle.h
linden_release/linden/indra/llui/llresmgr.cpp
linden_release/linden/indra/llui/llresmgr.h
linden_release/linden/indra/llui/llrootview.cpp
linden_release/linden/indra/llui/llrootview.h
linden_release/linden/indra/llui/llscrollbar.cpp
linden_release/linden/indra/llui/llscrollbar.h
linden_release/linden/indra/llui/llscrollcontainer.cpp
linden_release/linden/indra/llui/llscrollcontainer.h
linden_release/linden/indra/llui/llscrollingpanellist.cpp
linden_release/linden/indra/llui/llscrollingpanellist.h
linden_release/linden/indra/llui/llscrolllistctrl.cpp
linden_release/linden/indra/llui/llscrolllistctrl.h
linden_release/linden/indra/llui/llslider.cpp
linden_release/linden/indra/llui/llslider.h
linden_release/linden/indra/llui/llsliderctrl.cpp
linden_release/linden/indra/llui/llsliderctrl.h
linden_release/linden/indra/llui/llspinctrl.cpp
linden_release/linden/indra/llui/llspinctrl.h
linden_release/linden/indra/llui/llstyle.cpp
linden_release/linden/indra/llui/llstyle.h
linden_release/linden/indra/llui/lltabcontainer.cpp
linden_release/linden/indra/llui/lltabcontainer.h
linden_release/linden/indra/llui/lltabcontainervertical.cpp
linden_release/linden/indra/llui/lltabcontainervertical.h
linden_release/linden/indra/llui/lltextbox.cpp
linden_release/linden/indra/llui/lltextbox.h
linden_release/linden/indra/llui/lltexteditor.cpp
linden_release/linden/indra/llui/lltexteditor.h
linden_release/linden/indra/llui/llui.cpp
linden_release/linden/indra/llui/llui.h
linden_release/linden/indra/llui/llui.vcproj
linden_release/linden/indra/llui/llui_vc8.vcproj
linden_release/linden/indra/llui/llui_vc9.vcproj
linden_release/linden/indra/llui/lluiconstants.h
linden_release/linden/indra/llui/lluictrl.cpp
linden_release/linden/indra/llui/lluictrl.h
linden_release/linden/indra/llui/lluictrlfactory.cpp
linden_release/linden/indra/llui/lluictrlfactory.h
linden_release/linden/indra/llui/lluifwd.h
linden_release/linden/indra/llui/lluistring.cpp
linden_release/linden/indra/llui/lluistring.h
linden_release/linden/indra/llui/lluixmltags.h
linden_release/linden/indra/llui/llundo.cpp
linden_release/linden/indra/llui/llundo.h
linden_release/linden/indra/llui/llview.cpp
linden_release/linden/indra/llui/llview.h
linden_release/linden/indra/llui/llviewborder.cpp
linden_release/linden/indra/llui/llviewborder.h
linden_release/linden/indra/llui/llviewquery.cpp
linden_release/linden/indra/llui/llviewquery.h
linden_release/linden/indra/llvfs/
linden_release/linden/indra/llvfs/files.linux.lst
linden_release/linden/indra/llvfs/files.lst
linden_release/linden/indra/llvfs/files.sunos5.lst
linden_release/linden/indra/llvfs/files.win32.lst
linden_release/linden/indra/llvfs/lldir.cpp
linden_release/linden/indra/llvfs/lldir.h
linden_release/linden/indra/llvfs/lldir_linux.cpp
linden_release/linden/indra/llvfs/lldir_linux.h
linden_release/linden/indra/llvfs/lldir_mac.cpp
linden_release/linden/indra/llvfs/lldir_mac.h
linden_release/linden/indra/llvfs/lldir_solaris.cpp
linden_release/linden/indra/llvfs/lldir_solaris.h
linden_release/linden/indra/llvfs/lldir_win32.cpp
linden_release/linden/indra/llvfs/lldir_win32.h
linden_release/linden/indra/llvfs/lllfsthread.cpp
linden_release/linden/indra/llvfs/lllfsthread.h
linden_release/linden/indra/llvfs/llvfile.cpp
linden_release/linden/indra/llvfs/llvfile.h
linden_release/linden/indra/llvfs/llvfs.cpp
linden_release/linden/indra/llvfs/llvfs.h
linden_release/linden/indra/llvfs/llvfs.vcproj
linden_release/linden/indra/llvfs/llvfs_vc8.vcproj
linden_release/linden/indra/llvfs/llvfs_vc9.vcproj
linden_release/linden/indra/llvfs/llvfsthread.cpp
linden_release/linden/indra/llvfs/llvfsthread.h
linden_release/linden/indra/llwindow/
linden_release/linden/indra/llwindow/files.darwin.lst
linden_release/linden/indra/llwindow/files.linux.lst
linden_release/linden/indra/llwindow/files.lst
linden_release/linden/indra/llwindow/files.sunos5.lst
linden_release/linden/indra/llwindow/files.win32.lst
linden_release/linden/indra/llwindow/lldxhardware.cpp
linden_release/linden/indra/llwindow/lldxhardware.h
linden_release/linden/indra/llwindow/llgl.cpp
linden_release/linden/indra/llwindow/llgl.h
linden_release/linden/indra/llwindow/llglheaders.h
linden_release/linden/indra/llwindow/llglstates.h
linden_release/linden/indra/llwindow/llgltypes.h
linden_release/linden/indra/llwindow/llkeyboard.cpp
linden_release/linden/indra/llwindow/llkeyboard.h
linden_release/linden/indra/llwindow/llkeyboardmacosx.cpp
linden_release/linden/indra/llwindow/llkeyboardmacosx.h
linden_release/linden/indra/llwindow/llkeyboardsdl.cpp
linden_release/linden/indra/llwindow/llkeyboardsdl.h
linden_release/linden/indra/llwindow/llkeyboardwin32.cpp
linden_release/linden/indra/llwindow/llkeyboardwin32.h
linden_release/linden/indra/llwindow/lllogitechlcd.cpp
linden_release/linden/indra/llwindow/lllogitechlcd.h
linden_release/linden/indra/llwindow/llmousehandler.h
linden_release/linden/indra/llwindow/llpreeditor.h
linden_release/linden/indra/llwindow/llwindow.cpp
linden_release/linden/indra/llwindow/llwindow.h
linden_release/linden/indra/llwindow/llwindow.vcproj
linden_release/linden/indra/llwindow/llwindow_vc8.vcproj
linden_release/linden/indra/llwindow/llwindow_vc9.vcproj
linden_release/linden/indra/llwindow/llwindowheadless.cpp
linden_release/linden/indra/llwindow/llwindowheadless.h
linden_release/linden/indra/llwindow/llwindowmacosx-objc.h
linden_release/linden/indra/llwindow/llwindowmacosx-objc.mm
linden_release/linden/indra/llwindow/llwindowmacosx.cpp
linden_release/linden/indra/llwindow/llwindowmacosx.h
linden_release/linden/indra/llwindow/llwindowmesaheadless.cpp
linden_release/linden/indra/llwindow/llwindowmesaheadless.h
linden_release/linden/indra/llwindow/llwindowsdl.cpp
linden_release/linden/indra/llwindow/llwindowsdl.h
linden_release/linden/indra/llwindow/llwindowwin32.cpp
linden_release/linden/indra/llwindow/llwindowwin32.h
linden_release/linden/indra/llxml/
linden_release/linden/indra/llxml/files.lst
linden_release/linden/indra/llxml/llcontrol.cpp
linden_release/linden/indra/llxml/llcontrol.h
linden_release/linden/indra/llxml/llxml.vcproj
linden_release/linden/indra/llxml/llxml_vc8.vcproj
linden_release/linden/indra/llxml/llxml_vc9.vcproj
linden_release/linden/indra/llxml/llxmlnode.cpp
linden_release/linden/indra/llxml/llxmlnode.h
linden_release/linden/indra/llxml/llxmlparser.cpp
linden_release/linden/indra/llxml/llxmlparser.h
linden_release/linden/indra/llxml/llxmltree.cpp
linden_release/linden/indra/llxml/llxmltree.h
linden_release/linden/indra/lscript/
linden_release/linden/indra/lscript/files.lst
linden_release/linden/indra/lscript/lscript_alloc.h
linden_release/linden/indra/lscript/lscript_byteconvert.h
linden_release/linden/indra/lscript/lscript_byteformat.h
linden_release/linden/indra/lscript/lscript_compile/
linden_release/linden/indra/lscript/lscript_compile/indra.l
linden_release/linden/indra/lscript/lscript_compile/indra.y
linden_release/linden/indra/lscript/lscript_compile/lscript_alloc.cpp
linden_release/linden/indra/lscript/lscript_compile/lscript_bytecode.cpp
linden_release/linden/indra/lscript/lscript_compile/lscript_bytecode.h
linden_release/linden/indra/lscript/lscript_compile/lscript_compile.vcproj
linden_release/linden/indra/lscript/lscript_compile/lscript_compile_fb.vcproj
linden_release/linden/indra/lscript/lscript_compile/lscript_compile_fb_vc8.vcproj
linden_release/linden/indra/lscript/lscript_compile/lscript_compile_fb_vc9.vcproj
linden_release/linden/indra/lscript/lscript_compile/lscript_compile_ly.vcproj
linden_release/linden/indra/lscript/lscript_compile/lscript_compile_ly_vc8.vcproj
linden_release/linden/indra/lscript/lscript_compile/lscript_compile_vc8.vcproj
linden_release/linden/indra/lscript/lscript_compile/lscript_compile_vc9.vcproj
linden_release/linden/indra/lscript/lscript_compile/lscript_error.cpp
linden_release/linden/indra/lscript/lscript_compile/lscript_error.h
linden_release/linden/indra/lscript/lscript_compile/lscript_heap.cpp
linden_release/linden/indra/lscript/lscript_compile/lscript_heap.h
linden_release/linden/indra/lscript/lscript_compile/lscript_resource.cpp
linden_release/linden/indra/lscript/lscript_compile/lscript_resource.h
linden_release/linden/indra/lscript/lscript_compile/lscript_scope.cpp
linden_release/linden/indra/lscript/lscript_compile/lscript_scope.h
linden_release/linden/indra/lscript/lscript_compile/lscript_tree.cpp
linden_release/linden/indra/lscript/lscript_compile/lscript_tree.h
linden_release/linden/indra/lscript/lscript_compile/lscript_typecheck.cpp
linden_release/linden/indra/lscript/lscript_compile/lscript_typecheck.h
linden_release/linden/indra/lscript/lscript_execute/
linden_release/linden/indra/lscript/lscript_execute/lscript_execute.cpp
linden_release/linden/indra/lscript/lscript_execute/lscript_execute.vcproj
linden_release/linden/indra/lscript/lscript_execute/lscript_execute_vc8.vcproj
linden_release/linden/indra/lscript/lscript_execute/lscript_execute_vc9.vcproj
linden_release/linden/indra/lscript/lscript_execute/lscript_heapruntime.cpp
linden_release/linden/indra/lscript/lscript_execute/lscript_heapruntime.h
linden_release/linden/indra/lscript/lscript_execute/lscript_readlso.cpp
linden_release/linden/indra/lscript/lscript_execute/lscript_readlso.h
linden_release/linden/indra/lscript/lscript_execute.h
linden_release/linden/indra/lscript/lscript_export.h
linden_release/linden/indra/lscript/lscript_http.h
linden_release/linden/indra/lscript/lscript_library/
linden_release/linden/indra/lscript/lscript_library/lscript_alloc.cpp
linden_release/linden/indra/lscript/lscript_library/lscript_export.cpp
linden_release/linden/indra/lscript/lscript_library/lscript_library.cpp
linden_release/linden/indra/lscript/lscript_library/lscript_library.vcproj
linden_release/linden/indra/lscript/lscript_library/lscript_library_vc8.vcproj
linden_release/linden/indra/lscript/lscript_library/lscript_library_vc9.vcproj
linden_release/linden/indra/lscript/lscript_library.h
linden_release/linden/indra/lscript/lscript_rt_interface.h
linden_release/linden/indra/mac_crash_logger/
linden_release/linden/indra/mac_crash_logger/llcrashloggermac.cpp
linden_release/linden/indra/mac_crash_logger/llcrashloggermac.h
linden_release/linden/indra/mac_crash_logger/mac_crash_logger.cpp
linden_release/linden/indra/mac_updater/
linden_release/linden/indra/mac_updater/AutoUpdater.nib/
linden_release/linden/indra/mac_updater/AutoUpdater.nib/classes.nib
linden_release/linden/indra/mac_updater/AutoUpdater.nib/info.nib
linden_release/linden/indra/mac_updater/AutoUpdater.nib/objects.xib
linden_release/linden/indra/mac_updater/FSCopyObject.c
linden_release/linden/indra/mac_updater/FSCopyObject.h
linden_release/linden/indra/mac_updater/GenLinkedList.c
linden_release/linden/indra/mac_updater/GenLinkedList.h
linden_release/linden/indra/mac_updater/MoreFilesX.c
linden_release/linden/indra/mac_updater/MoreFilesX.h
linden_release/linden/indra/mac_updater/mac_updater.cpp
linden_release/linden/indra/newview/
linden_release/linden/indra/newview/AutoUpdater-Info.plist
linden_release/linden/indra/newview/CrashReporter.nib/
linden_release/linden/indra/newview/CrashReporter.nib/classes.nib
linden_release/linden/indra/newview/CrashReporter.nib/info.nib
linden_release/linden/indra/newview/CrashReporter.nib/objects.xib
linden_release/linden/indra/newview/English.lproj/
linden_release/linden/indra/newview/English.lproj/InfoPlist.strings
linden_release/linden/indra/newview/Info-SecondLife.plist
linden_release/linden/indra/newview/Info-SecondLifeVorbis.plist
linden_release/linden/indra/newview/SecondLife.nib/
linden_release/linden/indra/newview/SecondLife.nib/classes.nib
linden_release/linden/indra/newview/SecondLife.nib/info.nib
linden_release/linden/indra/newview/SecondLife.nib/objects.xib
linden_release/linden/indra/newview/VertexCache.h
linden_release/linden/indra/newview/VorbisFramework.h
linden_release/linden/indra/newview/app_settings/
linden_release/linden/indra/newview/app_settings/CA.pem
linden_release/linden/indra/newview/app_settings/anim.ini
linden_release/linden/indra/newview/app_settings/cmd_line.xml
linden_release/linden/indra/newview/app_settings/grass.xml
linden_release/linden/indra/newview/app_settings/high_graphics.xml
linden_release/linden/indra/newview/app_settings/keys.ini
linden_release/linden/indra/newview/app_settings/keywords.ini
linden_release/linden/indra/newview/app_settings/logcontrol.xml
linden_release/linden/indra/newview/app_settings/low_graphics.xml
linden_release/linden/indra/newview/app_settings/mid_graphics.xml
linden_release/linden/indra/newview/app_settings/settings.xml
linden_release/linden/indra/newview/app_settings/settings_crash_behavior.xml
linden_release/linden/indra/newview/app_settings/settings_files.xml
linden_release/linden/indra/newview/app_settings/settings_per_account.xml
linden_release/linden/indra/newview/app_settings/shaders/
linden_release/linden/indra/newview/app_settings/shaders/class1/
linden_release/linden/indra/newview/app_settings/shaders/class1/avatar/
linden_release/linden/indra/newview/app_settings/shaders/class1/avatar/avatarF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/avatar/avatarSkinV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/avatar/avatarV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/avatar/eyeballF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/avatar/eyeballV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/avatar/pickAvatarF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/avatar/pickAvatarV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/deferred/
linden_release/linden/indra/newview/app_settings/shaders/class1/deferred/diffuseF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/deferred/diffuseV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/effects/
linden_release/linden/indra/newview/app_settings/shaders/class1/effects/glowExtractF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/effects/glowExtractV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/effects/glowF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/effects/glowV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/environment/
linden_release/linden/indra/newview/app_settings/shaders/class1/environment/terrainF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/environment/terrainV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/environment/terrainWaterF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/environment/underWaterF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/environment/waterF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/environment/waterFogF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/environment/waterV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/interface/
linden_release/linden/indra/newview/app_settings/shaders/class1/interface/highlightF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/interface/highlightV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/lightF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/lightFullbrightF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/lightFullbrightShinyF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/lightFullbrightWaterF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/lightFuncSpecularV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/lightFuncV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/lightShinyF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/lightShinyWaterF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/lightSpecularV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/lightV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/lightWaterF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/sumLightsSpecularV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/lighting/sumLightsV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightShinyF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightShinyV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/fullbrightWaterF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/shinyF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/shinyV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/shinyWaterF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/simpleF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/simpleV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/objects/simpleWaterF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/windlight/
linden_release/linden/indra/newview/app_settings/shaders/class1/windlight/atmosphericsF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/windlight/atmosphericsHelpersV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/windlight/atmosphericsV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/windlight/atmosphericsVarsV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/windlight/gammaF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class1/windlight/transportF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class2/
linden_release/linden/indra/newview/app_settings/shaders/class2/avatar/
linden_release/linden/indra/newview/app_settings/shaders/class2/avatar/eyeballV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class2/effects/
linden_release/linden/indra/newview/app_settings/shaders/class2/effects/blurF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class2/effects/blurV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class2/effects/colorFilterF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class2/effects/drawQuadV.glsl
linden_release/linden/indra/newview/app_settings/shaders/class2/effects/extractF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class2/effects/nightVisionF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class2/effects/simpleF.glsl
linden_release/linden/indra/newview/app_settings/shaders/class2/environment/
linden_release/linden/indra/newview/app_settings/shaders/class2/environment/terrainF.glsl
linden_rele...
[truncated message content] |
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-07-30 20:40:49
|
Revision: 3
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=3&view=rev
Author: manaj
Date: 2008-07-30 20:40:56 +0000 (Wed, 30 Jul 2008)
Log Message:
-----------
Minor web server update.
Modified Paths:
--------------
web/htdocs/index.php
web/htdocs/stats.php
Modified: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php 2008-07-30 19:06:38 UTC (rev 2)
+++ web/htdocs/index.php 2008-07-30 20:40:56 UTC (rev 3)
@@ -16,7 +16,7 @@
<b>1.20.15</b>.</p>
<p><b>NOTE:</b> This viewer can connect to the Second Life grid, but
-there most of the new features do not work.</p>
+there the usual limits of Second Life apply.</p>
<h2>Limitations Removed or Extended</h2>
<ul>
@@ -37,7 +37,7 @@
<h2>General</h2>
<ul>
-<li>Supports only the English language.</li>
+<li>Only the English language setting is implemented.</li>
<li>Replace references to Second Life with OpenSim and OSGrid (ongoing).</li>
</ul>
Modified: web/htdocs/stats.php
===================================================================
--- web/htdocs/stats.php 2008-07-30 19:06:38 UTC (rev 2)
+++ web/htdocs/stats.php 2008-07-30 20:40:56 UTC (rev 3)
@@ -5,7 +5,7 @@
<h1>Statistics</h1>
-<p>When the viewer is started, it automatically checks, if a new
+<p>When the viewer is started, it automatically checks if a new
version is available. For that purpose, it transfers the viewer
product name, viewer version number, viewer channel, platform and MAC
address to a web server. No other data is transferred.</p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-07-30 19:06:39
|
Revision: 2
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=2&view=rev
Author: manaj
Date: 2008-07-30 19:06:38 +0000 (Wed, 30 Jul 2008)
Log Message:
-----------
Checking in the web site.
Added Paths:
-----------
web/cgi-bin/
web/htdocs/
web/htdocs/docu.php
web/htdocs/img/
web/htdocs/img/hippo_128_8.png
web/htdocs/index.php
web/htdocs/stats.php
web/php/
web/php/menu.inc
web/php/page.inc
web/php/page_footer.inc
web/php/page_header.inc
web/php/stats.inc
Added: web/htdocs/docu.php
===================================================================
--- web/htdocs/docu.php (rev 0)
+++ web/htdocs/docu.php 2008-07-30 19:06:38 UTC (rev 2)
@@ -0,0 +1,19 @@
+<?php
+$pageName = "Documentation";
+include "../php/page_header.inc";
+?>
+
+<h1>Documentation</h1>
+
+<p>Some documentation is still available at the old</p>
+<p style="margin-left:40px"><a href="http://mjm.game-host.org/opensim:viewer:">Hippo OpenSim Viewer Wiki</a></p>
+<p>More documentation coming soon...</p>
+
+<h2>Other Helpful Links</h2>
+<ul>
+<li><a href="http://osgrid.org/">OSGrid</a></li>
+<li><a href="http://opensimulator.org/">OpenSimulator</a></li>
+<li><a href="http://secondlife.com/">Second Life</a></li>
+</ul>
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Property changes on: web/htdocs/img/hippo_128_8.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: web/htdocs/index.php
===================================================================
--- web/htdocs/index.php (rev 0)
+++ web/htdocs/index.php 2008-07-30 19:06:38 UTC (rev 2)
@@ -0,0 +1,44 @@
+<?php
+$pageName = "Home";
+include "../php/page_header.inc";
+?>
+
+<h1>Features</h1>
+
+<p>The Hippo OpenSim Viewer is a modified <a
+href="http://secondlife.com/" target="_blank">Second Life</a> viewer,
+targeted at <a href="http://opensimulator.org/"
+target="_blank">OpenSim</a> users. It allows building up to a height
+of 10,000 m, scaling prims up to 256x256x256 m and other exciting
+features. More specific OpenSim features are under development.</p>
+
+<p>The current version is based on the official Linden Lab release
+<b>1.20.15</b>.</p>
+
+<p><b>NOTE:</b> This viewer can connect to the Second Life grid, but
+there most of the new features do not work.</p>
+
+<h2>Limitations Removed or Extended</h2>
+<ul>
+<li>Build up to 10,000 m.</li>
+<li>Scale prims up to 256x256x256 m.</li>
+<li>Set transparency up to 100 in the edit window.</li>
+<li>Set the hole size down to 0.01 for prim shapes like torus.</li>
+<li>Set hollow up to 99.</li>
+<li>Join up to 100 groups.</li>
+</ul>
+
+<h2>Changed Default Values</h2>
+<ul>
+<li>Connect to <a href="http://osgrid.org" target="_blank">OSGrid</a>.</li>
+<li>Allow multiple concurrent viewers (always assume "-multiple").</li>
+<li>Increase the default value for MaxSelectDistance from 64 to 300.</li>
+</ul>
+
+<h2>General</h2>
+<ul>
+<li>Supports only the English language.</li>
+<li>Replace references to Second Life with OpenSim and OSGrid (ongoing).</li>
+</ul>
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Added: web/htdocs/stats.php
===================================================================
--- web/htdocs/stats.php (rev 0)
+++ web/htdocs/stats.php 2008-07-30 19:06:38 UTC (rev 2)
@@ -0,0 +1,21 @@
+<?php
+$pageName = "Statistics";
+include "../php/page_header.inc";
+?>
+
+<h1>Statistics</h1>
+
+<p>When the viewer is started, it automatically checks, if a new
+version is available. For that purpose, it transfers the viewer
+product name, viewer version number, viewer channel, platform and MAC
+address to a web server. No other data is transferred.</p>
+
+<p>Each MAC address is regarded as a <i>unique user,</i> which is not
+completely accurate, but should be close enough. The MAC address is
+transferred and stored only to enable the statistics shown on the
+right-hand side of this page.</p>
+
+<p>My plans are to later extend this page with some user-over-time
+graphs.</p>
+
+<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
Added: web/php/menu.inc
===================================================================
--- web/php/menu.inc (rev 0)
+++ web/php/menu.inc 2008-07-30 19:06:38 UTC (rev 2)
@@ -0,0 +1,18 @@
+<?php
+
+function menuItem($name, $link)
+{
+ global $pageName;
+ $active = ($pageName == $name)? " id=\"menuActive\"": "";
+ echo "<a href=\"$link\" class=\"menuItem\"$active>$name</a><br/>";
+}
+
+menuItem("Home", "index.php");
+menuItem("Downloads", "http://sourceforge.net/project/platformdownload.php?group_id=235285");
+menuItem("Support", "http://sourceforge.net/forum/forum.php?forum_id=850697");
+menuItem("Documentation", "docu.php");
+menuItem("Forums", "http://sourceforge.net/forum/?group_id=235285");
+menuItem("Trackers", "http://sourceforge.net/tracker/?group_id=235285");
+menuItem("Statistics", "stats.php");
+
+?>
Added: web/php/page.inc
===================================================================
--- web/php/page.inc (rev 0)
+++ web/php/page.inc 2008-07-30 19:06:38 UTC (rev 2)
@@ -0,0 +1,12 @@
+<?php
+
+$widthMenu = 100;
+$widthStats = 100;
+
+?>
+
+<html>
+
+
+
+
Added: web/php/page_footer.inc
===================================================================
--- web/php/page_footer.inc (rev 0)
+++ web/php/page_footer.inc 2008-07-30 19:06:38 UTC (rev 2)
@@ -0,0 +1,7 @@
+
+</div></td></tr>
+</table>
+</center>
+
+</body>
+</html>
Added: web/php/page_header.inc
===================================================================
--- web/php/page_header.inc (rev 0)
+++ web/php/page_header.inc 2008-07-30 19:06:38 UTC (rev 2)
@@ -0,0 +1,104 @@
+<html>
+
+<head>
+<title>Hippo OpenSim Viewer</title>
+
+<style type="text/css">
+
+body { background-color:#dddddd; font:17px/23px Times,serif; color:#000000; }
+a { text-decoration:none; }
+a:link { color:#334499; }
+a:visited { color:#334499; }
+a:focus { color:#ffcc00; }
+a:hover { color:#ffcc00; }
+a:active { color:#ff0000; }
+h1 { font:bold 22px/22px Arial,sans; margin-top:0px; margin-bottom:0px; color:334499; }
+h2 { font:bold 17/17px Arial,sans; margin-top:10px; margin-bottom:5px; color:334499; }
+ul { margin-top:0px; }
+
+ /* page layout */
+table.page { width:95%; min-width:800px; }
+td.panel { padding:0px; vertical-align:top; }
+div.panel { padding:8px; }
+#titlePanel { height:120px; vertical-align:middle; }
+#menuColumn { width:120px; }
+#contentPanel { padding:20px; }
+#statsColumn { float:right; margin-left:15px; margin-bottom:15px; }
+#statsPanel { margin:5px; }
+
+ /* panel colors */
+table.page { background-color:#5577ff; border:4px solid #334499; }
+#titlePanel,#menuPanel,#statsPanel
+ { background-color:#334499; border:2px solid #ffffff; }
+#contentPanel { background-color:#ffffff; border:4px solid #334499; }
+#statsColumn { background-color:#5577ff; }
+#statsPanel { padding-left:0px; padding-right:0px; }
+
+ /* menu items */
+a.menuItem { font:14px/20px Arial,sans; }
+a.menuItem:link { color:#aaaaaa; }
+a.menuItem:visited { color:#aaaaaa; }
+a.menuItem:focus { color:#ffaaaa; }
+a.menuItem:hover { color:#ffaaaa; }
+a.menuItem:active { color:#ff0000; }
+#menuActive:link { color:#ffffff; }
+#menuActive:visited { color:#ffffff; }
+#menuActive:focus { color:#ffaaaa; }
+#menuActive:hover { color:#ffaaaa; }
+#menuActive:active { color:#ff0000; }
+
+ /* statistics */
+table.stats { width:160; }
+td.statsItem { color:#ffffff; padding-left:8px; padding-right:5px; }
+td.statsValue { color:#ffffff; text-align:right; padding-left:5px; padding-right:8px; }
+tr.statsLine0 { background-color:#334499; }
+tr.statsLine1 { background-color:#5555aa; }
+td.statsItem a { color:#cccccc; }
+
+</style>
+
+</head>
+
+<body>
+
+<center>
+<table class="page" cellspacing="12">
+
+<tr><td colspan="2" id="titlePanel" class="panel">
+
+ <!-- Title -->
+ <table cellspacing="0">
+ <tr>
+ <td rowspan="2" style="padding-left:25px; padding-right:25px;">
+ <img src="img/hippo_128_8.png" width="64" height="64"></td>
+ <td style="font:bold italic 28px/28px Arial,sans; color:#ffffff; vertical-align:top;">
+ Hippo OpenSim Viewer</td>
+ </tr>
+ <tr>
+ <td style="font:16px/20px Arial,sans; color:#ffffff; vertical-align:bottom;">
+ brought to you by MJM Labs</td>
+ </tr>
+ </table>
+
+</td></tr>
+<tr><td id="menuColumn" class="panel"><div id="menuPanel" class="panel">
+
+ <!-- Menu -->
+ <?php include "menu.inc"; ?>
+
+ <!-- SourceForge Logo -->
+ <div style="margin-top:15px;">
+ <font style="font:italic 10px/20px Arial,sans;color:#ffffff;">hosted on</font><br/>
+ <a href="http://sourceforge.net"><img
+ src="http://sflogo.sourceforge.net/sflogo.php?group_id=235285&type=1"
+ width="88" height="31" border="0" alt="SourceForge.net Logo"/></a>
+ </div>
+
+</div></td><td id="contentColumn" class="panel"><div id="contentPanel" class="panel">
+
+<div id="statsColumn"><div id="statsPanel" class="panel">
+
+ <!-- Statistics -->
+ <?php include "stats.inc"; ?>
+
+</div></div>
Added: web/php/stats.inc
===================================================================
--- web/php/stats.inc (rev 0)
+++ web/php/stats.inc 2008-07-30 19:06:38 UTC (rev 2)
@@ -0,0 +1,12 @@
+<table class="stats" cellspacing="0">
+<tr class="statsLine0"><td class="statsItem" colspan="2"
+ align="center"><b>Statistics</b> <a href="stats.php">(?)</a></td></tr>
+<tr class="statsLine1"><td class="statsItem">Total Users:</td><td class="statsValue">0</td></tr>
+<tr class="statsLine0"><td class="statsItem">Last 24 Hours:</td><td class="statsValue">0</td></tr>
+<tr class="statsLine1"><td class="statsItem">Last 30 Days:</td><td class="statsValue">0</td></tr>
+<tr class="statsLine0"><td class="statsItem">Total Windows:</td><td class="statsValue">0</td></tr>
+<tr class="statsLine1"><td class="statsItem">Total Linux:</td><td class="statsValue">0</td></tr>
+<tr class="statsLine0"><td colspan="2" class="statsValue">0000-00-00 00:00</td></tr>
+</table>
+
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-07-30 15:35:27
|
Just a test, no worries! |