version 1.1.7

This commit is contained in:
Sampo Niskanen 2011-08-12 20:54:11 +00:00
parent 20603d8be6
commit c0b08d8813
8 changed files with 69 additions and 26 deletions

View 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" .

View File

@ -45,6 +45,16 @@
<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
@ -59,11 +69,6 @@
<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>
@ -82,13 +87,13 @@
<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>
@ -105,7 +110,7 @@
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>

View File

@ -114,6 +114,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

View File

@ -46,12 +46,12 @@
<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
@ -88,6 +88,16 @@
<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

View 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

View 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">

View 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

View 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>
@ -28,6 +41,10 @@
<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>
@ -35,10 +52,6 @@
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>