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