version 1.1.7
authorplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 12 Aug 2011 20:54:11 +0000 (20:54 +0000)
committerplaa <plaa@180e2498-e6e9-4542-8430-84ac67f01cd8>
Fri, 12 Aug 2011 20:54:11 +0000 (20:54 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@152 180e2498-e6e9-4542-8430-84ac67f01cd8

web/html/actions/updates.php
web/html/download.html
web/html/features.html
web/html/index.html
web/htp/features.htp
web/htp/htp.def
web/htp/index.htp
web/htp/news.htp

index 43f50ffa4004ed88957c84beb759c8186b6f5918..28b7e64663f6147c448601665c796092f36390b1 100644 (file)
@@ -80,23 +80,30 @@ header("Content-type: text/plain");
 $version = $_GET["version"];
 $updates = "";
 
-$unstable = "1.1.6";
+$unstable = "1.1.7";
 $stable = "1.0.0";
 
-if (preg_match("/^1\.1\.5/", $version)) {
+if (preg_match("/^1\.1\.6/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
+    "8: Automatic rocket design optimization\n" .
+    "";
+} else if (preg_match("/^1\.1\.5/", $version)) {
+  $updates = "Version: " . $unstable . "\n" .
+    "8: Automatic rocket design optimization\n" .
     "6: Initial localization support\n" .
     "5: Scaling support\n" .
     "4: Bug fixes\n" .
     "";
 } else if (preg_match("/^1\.1\.4/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
+    "8: Automatic rocket design optimization\n" .
     "6: Initial localization support\n" .
     "5: Fixes to printing system\n" .
     "5: Scaling support\n" .
     "";
 } else if (preg_match("/^1\.1\.3/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
+    "8: Automatic rocket design optimization\n" .
     "7: Initial printing support\n" .
     "6: Initial localization support\n" .
     "5: Scaling support\n" .
@@ -104,6 +111,7 @@ if (preg_match("/^1\.1\.5/", $version)) {
     "";
 } else if (preg_match("/^1\.1\.[12]/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
+    "8: Automatic rocket design optimization\n" .
     "6: Initial printing support\n" .
     "5: Initial drag-and-drop support\n" .
     "5: Initial localization support\n" .
@@ -112,6 +120,7 @@ if (preg_match("/^1\.1\.5/", $version)) {
     "";
 } else if (preg_match("/^1\.1\.0/", $version)) {
   $updates = "Version: " . $unstable . "\n" .
+    "8: Automatic rocket design optimization\n" .
     "6: Initial printing support\n" .
     "6: Initial localization support\n" .
     "6: Enhanced motor selection\n" .
index ece7c9758e02bd9b999fac937309f6969f117748..1a4d8e14935ae6bddc04a2013ac163222fd409a9 100644 (file)
   <div class="content">
 <div class="news">
       <h2>Recent news:</h2>
+  <p><span class="date">22.7.2011:</span> Version 1.1.7 is
+    <a href="download.html">released</a>!</p>
+  <p>This release includes automatic rocket design optimization
+    support (<em>Analyze</em> &rarr; <em>Rocket optimization</em>).
+    You can optimize any amount of rocket parameters for apogee
+    altitude, maximum velocity or a number of different values.</p>
+  <p>While the automatic optimization is a powerful tool, it is very
+    easy to optimize against particulars of the simulation methods,
+    instead of true physical phenomena.  Always keep common sense at
+    hand and take the results with a grain of salt.</p>
   <p><span class="date">22.7.2011:</span> Version 1.1.6 is
     <a href="download.html">released</a>!</p>
   <p>This release includes initial localization support and
     <a href="download.html">released</a>!</p>
   <p>This release includes updates to the printing system which fixes
   printing on Windows.</p>
-  <p><span class="date">5.3.2011:</span> Version 1.1.4 is
-    <a href="download.html">released</a>!</p>
-  <p>This release includes initial printing support, thanks to Doug
-    Pedrick.  Printing still has a few issues on some platforms.
-    Various bugs have also been fixed.</p>
 </div>
     <div class="contentholder">
       <h2>Ready packages</h2>
         <a href="http://sourceforge.net/donate/index.php?group_id=260357"><img src="project-support.jpg" width="88" height="32" alt="Support This Project" /></a>
       </div>
         <div class="downloadbox">
-    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/OpenRocket-1.1.6.jar/download">
+    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/OpenRocket-1.1.7.jar/download">
       <strong>Download now!</strong>
-      <span>OpenRocket-1.1.6.jar</span>
+      <span>OpenRocket-1.1.7.jar</span>
     </a>
     <span class="alternative">
-      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/ReleaseNotes/view">Release notes</a> |
-            <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/OpenRocket-1.1.6-src.zip/download">Source code</a>
+      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/ReleaseNotes/view">Release notes</a> |
+            <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/OpenRocket-1.1.7-src.zip/download">Source code</a>
     </span>
   </div>
       <h3>Stable release</h3>
        Windows) by double-clicking the package icon.  No installation is
        required.</p>
       <p>From the command line OpenRocket can be started by
-      <span class="command">java -jar OpenRocket-1.1.6.jar</span></p>
+      <span class="command">java -jar OpenRocket-1.1.7.jar</span></p>
        
     </div>
     <div class="clear"></div>
index 103e7d077784f01f53c399fb2f004c233ac08128..f8d4227f5a50015ea1b50801114109835002636f 100644 (file)
       <li>Full <strong>six degree of freedom</strong> simulation</li>
       <li>Rocket stability computed using <strong>extended Barrowman
           method</strong></li>
+      <li><strong>Automatic design optimization</strong> &mdash; you
+        can optimize any number of rocket parameters for flight
+        altitude, maximum velocity or a number of other values</li>
       <li>Realistic wind modeling</li>
       <li>Analysis of the <strong>effect of separate
          components</strong> on the stability, drag and roll
index db45ec388fd3cab90b9b4899ed0842981464c281..3aae0c83e973706fa8668bfa47232e35bfe59ae7 100644 (file)
     <h2>Introduction</h2>
     <div class="rightpane">
         <div class="downloadbox">
-    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/OpenRocket-1.1.6.jar/download">
+    <a class="main" href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/OpenRocket-1.1.7.jar/download">
       <strong>Download now!</strong>
-      <span>OpenRocket-1.1.6.jar</span>
+      <span>OpenRocket-1.1.7.jar</span>
     </a>
     <span class="alternative">
-      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.6/ReleaseNotes/view">Release notes</a> |
+      <a href="https://sourceforge.net/projects/openrocket/files/openrocket/1.1.7/ReleaseNotes/view">Release notes</a> |
             <a href="download.html">Other versions</a>
     </span>
   </div>
@@ -70,9 +70,9 @@
       rockets before actually building and flying them.</p>
     <p>OpenRocket features a full six-degree-of-freedom simulation,
       realistic wind modeling, a multitude of different components
-      including free-form fins and canted fins, clustering and
-      staging.  Read more about its <a href="features.html">features
-      and see screenshots</a>.
+      including free-form fins and canted fins, automatic design
+      optimization, clustering and staging.  Read more about its <a
+      href="features.html">features and see screenshots</a>.
     </p>
     <p>OpenRocket is an Open Source project licensed under the
       <a href="license.html">GNU GPL</a>.  This means that the
     <div class="clear"></div>
 <div class="news">
       <h2>News</h2>
+  <p><span class="date">22.7.2011:</span> Version 1.1.7 is
+    <a href="download.html">released</a>!</p>
+  <p>This release includes automatic rocket design optimization
+    support (<em>Analyze</em> &rarr; <em>Rocket optimization</em>).
+    You can optimize any amount of rocket parameters for apogee
+    altitude, maximum velocity or a number of different values.</p>
+  <p>While the automatic optimization is a powerful tool, it is very
+    easy to optimize against particulars of the simulation methods,
+    instead of true physical phenomena.  Always keep common sense at
+    hand and take the results with a grain of salt.</p>
   <p><span class="date">22.7.2011:</span> Version 1.1.6 is
     <a href="download.html">released</a>!</p>
   <p>This release includes initial localization support and
index 1263d5c3e736ec8c09f7c169fb7599347e43ffe3..9fc341e40f6bb70ab0e42eddf6a05f3d17153d59 100644 (file)
@@ -87,6 +87,9 @@
       <li>Full <strong>six degree of freedom</strong> simulation</li>
       <li>Rocket stability computed using <strong>extended Barrowman
           method</strong></li>
+      <li><strong>Automatic design optimization</strong> &mdash; you
+        can optimize any number of rocket parameters for flight
+        altitude, maximum velocity or a number of other values</li>
       <li>Realistic wind modeling</li>
       <li>Analysis of the <strong>effect of separate
          components</strong> on the stability, drag and roll
index c03c51bbc808a14217049e8a4cfabea854d62b6f..9887c4d809e1f355bf251e24127f083e17467779 100644 (file)
@@ -1,5 +1,5 @@
 <set stableversion="1.0.0">
-<set developmentversion="1.1.6">
+<set developmentversion="1.1.7">
 <set version="${developmentversion}">
 
 <def name="downloadbox">
index 51e97bc6637ce824ab1900abbbe6dd50fb35b12f..76f4a3e8207385316a501f1c6adea26ea3c95e37 100644 (file)
@@ -32,9 +32,9 @@
 
     <p>OpenRocket features a full six-degree-of-freedom simulation,
       realistic wind modeling, a multitude of different components
-      including free-form fins and canted fins, clustering and
-      staging.  Read more about its <a href="features.html">features
-      and see screenshots</a>.
+      including free-form fins and canted fins, automatic design
+      optimization, clustering and staging.  Read more about its <a
+      href="features.html">features and see screenshots</a>.
     </p>
     <p>OpenRocket is an Open Source project licensed under the 
       <a href="license.html">GNU GPL</a>.  This means that the
index e8c73ad13ec29059a535d43a829c0bb1bec02f7f..176f2438792f93d37274666c35b17eed469cfa5c 100644 (file)
@@ -9,6 +9,19 @@
 
   <!--- Remember to move the position of "onlyrecent" below! --->
 
+  <p><span class="date">22.7.2011:</span> Version 1.1.7 is 
+    <a href="download.html">released</a>!</p>
+
+  <p>This release includes automatic rocket design optimization
+    support (<em>Analyze</em> &rarr; <em>Rocket optimization</em>).
+    You can optimize any amount of rocket parameters for apogee
+    altitude, maximum velocity or a number of different values.</p>
+
+  <p>While the automatic optimization is a powerful tool, it is very
+    easy to optimize against particulars of the simulation methods,
+    instead of true physical phenomena.  Always keep common sense at
+    hand and take the results with a grain of salt.</p>
+
   <p><span class="date">22.7.2011:</span> Version 1.1.6 is 
     <a href="download.html">released</a>!</p>
 
   <p>This release includes updates to the printing system which fixes
   printing on Windows.</p>
 
+
+  <if not onlyrecent><!--- Older items not shown on download page:  --->
+
+
   <p><span class="date">5.3.2011:</span> Version 1.1.4 is 
     <a href="download.html">released</a>!</p>
 
     Pedrick.  Printing still has a few issues on some platforms.
     Various bugs have also been fixed.</p>
 
-
-  <if not onlyrecent><!--- Older items not shown on download page:  --->
-
-
   <p><span class="date">6.10.2010:</span> Version 1.1.3 is 
     <a href="download.html">released</a>!</p>