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