version 1.1.7
This commit is contained in:
parent
20603d8be6
commit
c0b08d8813
@ -80,23 +80,30 @@ header("Content-type: text/plain");
|
|||||||
$version = $_GET["version"];
|
$version = $_GET["version"];
|
||||||
$updates = "";
|
$updates = "";
|
||||||
|
|
||||||
$unstable = "1.1.6";
|
$unstable = "1.1.7";
|
||||||
$stable = "1.0.0";
|
$stable = "1.0.0";
|
||||||
|
|
||||||
if (preg_match("/^1\.1\.5/", $version)) {
|
if (preg_match("/^1\.1\.6/", $version)) {
|
||||||
$updates = "Version: " . $unstable . "\n" .
|
$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" .
|
"6: Initial localization support\n" .
|
||||||
"5: Scaling support\n" .
|
"5: Scaling support\n" .
|
||||||
"4: Bug fixes\n" .
|
"4: Bug fixes\n" .
|
||||||
"";
|
"";
|
||||||
} else if (preg_match("/^1\.1\.4/", $version)) {
|
} else if (preg_match("/^1\.1\.4/", $version)) {
|
||||||
$updates = "Version: " . $unstable . "\n" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
|
"8: Automatic rocket design optimization\n" .
|
||||||
"6: Initial localization support\n" .
|
"6: Initial localization support\n" .
|
||||||
"5: Fixes to printing system\n" .
|
"5: Fixes to printing system\n" .
|
||||||
"5: Scaling support\n" .
|
"5: Scaling support\n" .
|
||||||
"";
|
"";
|
||||||
} else if (preg_match("/^1\.1\.3/", $version)) {
|
} else if (preg_match("/^1\.1\.3/", $version)) {
|
||||||
$updates = "Version: " . $unstable . "\n" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
|
"8: Automatic rocket design optimization\n" .
|
||||||
"7: Initial printing support\n" .
|
"7: Initial printing support\n" .
|
||||||
"6: Initial localization support\n" .
|
"6: Initial localization support\n" .
|
||||||
"5: Scaling 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)) {
|
} else if (preg_match("/^1\.1\.[12]/", $version)) {
|
||||||
$updates = "Version: " . $unstable . "\n" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
|
"8: Automatic rocket design optimization\n" .
|
||||||
"6: Initial printing support\n" .
|
"6: Initial printing support\n" .
|
||||||
"5: Initial drag-and-drop support\n" .
|
"5: Initial drag-and-drop support\n" .
|
||||||
"5: Initial localization 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)) {
|
} else if (preg_match("/^1\.1\.0/", $version)) {
|
||||||
$updates = "Version: " . $unstable . "\n" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
|
"8: Automatic rocket design optimization\n" .
|
||||||
"6: Initial printing support\n" .
|
"6: Initial printing support\n" .
|
||||||
"6: Initial localization support\n" .
|
"6: Initial localization support\n" .
|
||||||
"6: Enhanced motor selection\n" .
|
"6: Enhanced motor selection\n" .
|
||||||
|
@ -45,6 +45,16 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="news">
|
<div class="news">
|
||||||
<h2>Recent news:</h2>
|
<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> → <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
|
<p><span class="date">22.7.2011:</span> Version 1.1.6 is
|
||||||
<a href="download.html">released</a>!</p>
|
<a href="download.html">released</a>!</p>
|
||||||
<p>This release includes initial localization support and
|
<p>This release includes initial localization support and
|
||||||
@ -59,11 +69,6 @@
|
|||||||
<a href="download.html">released</a>!</p>
|
<a href="download.html">released</a>!</p>
|
||||||
<p>This release includes updates to the printing system which fixes
|
<p>This release includes updates to the printing system which fixes
|
||||||
printing on Windows.</p>
|
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>
|
||||||
<div class="contentholder">
|
<div class="contentholder">
|
||||||
<h2>Ready packages</h2>
|
<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>
|
<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>
|
||||||
<div class="downloadbox">
|
<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>
|
<strong>Download now!</strong>
|
||||||
<span>OpenRocket-1.1.6.jar</span>
|
<span>OpenRocket-1.1.7.jar</span>
|
||||||
</a>
|
</a>
|
||||||
<span class="alternative">
|
<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="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/OpenRocket-1.1.7-src.zip/download">Source code</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<h3>Stable release</h3>
|
<h3>Stable release</h3>
|
||||||
@ -105,7 +110,7 @@
|
|||||||
Windows) by double-clicking the package icon. No installation is
|
Windows) by double-clicking the package icon. No installation is
|
||||||
required.</p>
|
required.</p>
|
||||||
<p>From the command line OpenRocket can be started by
|
<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>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
|
@ -114,6 +114,9 @@
|
|||||||
<li>Full <strong>six degree of freedom</strong> simulation</li>
|
<li>Full <strong>six degree of freedom</strong> simulation</li>
|
||||||
<li>Rocket stability computed using <strong>extended Barrowman
|
<li>Rocket stability computed using <strong>extended Barrowman
|
||||||
method</strong></li>
|
method</strong></li>
|
||||||
|
<li><strong>Automatic design optimization</strong> — 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>Realistic wind modeling</li>
|
||||||
<li>Analysis of the <strong>effect of separate
|
<li>Analysis of the <strong>effect of separate
|
||||||
components</strong> on the stability, drag and roll
|
components</strong> on the stability, drag and roll
|
||||||
|
@ -46,12 +46,12 @@
|
|||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
<div class="rightpane">
|
<div class="rightpane">
|
||||||
<div class="downloadbox">
|
<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>
|
<strong>Download now!</strong>
|
||||||
<span>OpenRocket-1.1.6.jar</span>
|
<span>OpenRocket-1.1.7.jar</span>
|
||||||
</a>
|
</a>
|
||||||
<span class="alternative">
|
<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>
|
<a href="download.html">Other versions</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@ -70,9 +70,9 @@
|
|||||||
rockets before actually building and flying them.</p>
|
rockets before actually building and flying them.</p>
|
||||||
<p>OpenRocket features a full six-degree-of-freedom simulation,
|
<p>OpenRocket features a full six-degree-of-freedom simulation,
|
||||||
realistic wind modeling, a multitude of different components
|
realistic wind modeling, a multitude of different components
|
||||||
including free-form fins and canted fins, clustering and
|
including free-form fins and canted fins, automatic design
|
||||||
staging. Read more about its <a href="features.html">features
|
optimization, clustering and staging. Read more about its <a
|
||||||
and see screenshots</a>.
|
href="features.html">features and see screenshots</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>OpenRocket is an Open Source project licensed under the
|
<p>OpenRocket is an Open Source project licensed under the
|
||||||
<a href="license.html">GNU GPL</a>. This means that the
|
<a href="license.html">GNU GPL</a>. This means that the
|
||||||
@ -88,6 +88,16 @@
|
|||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<div class="news">
|
<div class="news">
|
||||||
<h2>News</h2>
|
<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> → <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
|
<p><span class="date">22.7.2011:</span> Version 1.1.6 is
|
||||||
<a href="download.html">released</a>!</p>
|
<a href="download.html">released</a>!</p>
|
||||||
<p>This release includes initial localization support and
|
<p>This release includes initial localization support and
|
||||||
|
@ -87,6 +87,9 @@
|
|||||||
<li>Full <strong>six degree of freedom</strong> simulation</li>
|
<li>Full <strong>six degree of freedom</strong> simulation</li>
|
||||||
<li>Rocket stability computed using <strong>extended Barrowman
|
<li>Rocket stability computed using <strong>extended Barrowman
|
||||||
method</strong></li>
|
method</strong></li>
|
||||||
|
<li><strong>Automatic design optimization</strong> — 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>Realistic wind modeling</li>
|
||||||
<li>Analysis of the <strong>effect of separate
|
<li>Analysis of the <strong>effect of separate
|
||||||
components</strong> on the stability, drag and roll
|
components</strong> on the stability, drag and roll
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<set stableversion="1.0.0">
|
<set stableversion="1.0.0">
|
||||||
<set developmentversion="1.1.6">
|
<set developmentversion="1.1.7">
|
||||||
<set version="${developmentversion}">
|
<set version="${developmentversion}">
|
||||||
|
|
||||||
<def name="downloadbox">
|
<def name="downloadbox">
|
||||||
|
@ -32,9 +32,9 @@
|
|||||||
|
|
||||||
<p>OpenRocket features a full six-degree-of-freedom simulation,
|
<p>OpenRocket features a full six-degree-of-freedom simulation,
|
||||||
realistic wind modeling, a multitude of different components
|
realistic wind modeling, a multitude of different components
|
||||||
including free-form fins and canted fins, clustering and
|
including free-form fins and canted fins, automatic design
|
||||||
staging. Read more about its <a href="features.html">features
|
optimization, clustering and staging. Read more about its <a
|
||||||
and see screenshots</a>.
|
href="features.html">features and see screenshots</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>OpenRocket is an Open Source project licensed under the
|
<p>OpenRocket is an Open Source project licensed under the
|
||||||
<a href="license.html">GNU GPL</a>. This means that the
|
<a href="license.html">GNU GPL</a>. This means that the
|
||||||
|
@ -9,6 +9,19 @@
|
|||||||
|
|
||||||
<!--- Remember to move the position of "onlyrecent" below! --->
|
<!--- 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> → <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
|
<p><span class="date">22.7.2011:</span> Version 1.1.6 is
|
||||||
<a href="download.html">released</a>!</p>
|
<a href="download.html">released</a>!</p>
|
||||||
|
|
||||||
@ -28,6 +41,10 @@
|
|||||||
<p>This release includes updates to the printing system which fixes
|
<p>This release includes updates to the printing system which fixes
|
||||||
printing on Windows.</p>
|
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
|
<p><span class="date">5.3.2011:</span> Version 1.1.4 is
|
||||||
<a href="download.html">released</a>!</p>
|
<a href="download.html">released</a>!</p>
|
||||||
|
|
||||||
@ -35,10 +52,6 @@
|
|||||||
Pedrick. Printing still has a few issues on some platforms.
|
Pedrick. Printing still has a few issues on some platforms.
|
||||||
Various bugs have also been fixed.</p>
|
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
|
<p><span class="date">6.10.2010:</span> Version 1.1.3 is
|
||||||
<a href="download.html">released</a>!</p>
|
<a href="download.html">released</a>!</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user