[hippo-commits] SF.net SVN: opensim-viewer:[15] web/htdocs
Status: Beta
Brought to you by:
manaj
|
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.
|