Preparing for release 14.05.
This commit is contained in:
parent
024be44106
commit
967b6b3eeb
@ -1,3 +1,6 @@
|
|||||||
|
2013-05-21 Kevin Ruland
|
||||||
|
* Released version 14.05 See Release Notes for changes.
|
||||||
|
|
||||||
2013-11-07 Kevin Ruland
|
2013-11-07 Kevin Ruland
|
||||||
* Released version 13.11
|
* Released version 13.11
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,15 @@
|
|||||||
|
OpenRocket 14.05 (2014-05-21):
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
New Features:
|
||||||
|
* Compute optimimum delay time when simulating
|
||||||
|
* Display cg/mass overrides using icons in the component tree
|
||||||
|
|
||||||
|
Bug Fixes:
|
||||||
|
* Bug fixes in the motor selection dialog
|
||||||
|
* Updated thrustcurves
|
||||||
|
* Updated 3d libraries to 2.1.5
|
||||||
|
|
||||||
OpenRocket 14.03 (2014-03-20):
|
OpenRocket 14.03 (2014-03-20):
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# The OpenRocket build version
|
# The OpenRocket build version
|
||||||
|
|
||||||
build.version=14.03dev
|
build.version=14.05
|
||||||
|
|
||||||
|
|
||||||
# The source of the package. When building a package for a specific
|
# The source of the package. When building a package for a specific
|
||||||
|
|||||||
Binary file not shown.
@ -80,11 +80,20 @@ header("Content-type: text/plain");
|
|||||||
$version = $_GET["version"];
|
$version = $_GET["version"];
|
||||||
$updates = "";
|
$updates = "";
|
||||||
|
|
||||||
$unstable = "14.03";
|
$unstable = "14.05";
|
||||||
$stable = "1.0.0";
|
$stable = "1.0.0";
|
||||||
|
|
||||||
|
|
||||||
if (preg_match("/^13.11.2$/", $version)) {
|
if (preg_match("/^14.03$/", $version)) {
|
||||||
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
|
"10: Simulations will now compute the optimum delay for the sustainer\n" .
|
||||||
|
"10: CG and Mass overrides are now indicated in the component tree\n" .
|
||||||
|
"6: Updated thrustcurves - added Klima and SCR motors and various others\n" .
|
||||||
|
"4: Removed the preset component Estes PNC-80FB since it was never produced\n" .
|
||||||
|
"4: Updated 3D libraries\n" .
|
||||||
|
"4: Bug fixes in motor selection dialog\n".
|
||||||
|
"";
|
||||||
|
} else if (preg_match("/^13.11.2$/", $version)) {
|
||||||
$updates = "Version: " . $unstable . "\n" .
|
$updates = "Version: " . $unstable . "\n" .
|
||||||
"10: Realistic in flight 3D photo construction\n" .
|
"10: Realistic in flight 3D photo construction\n" .
|
||||||
"6: Updated thrustcurves\n".
|
"6: Updated thrustcurves\n".
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
||||||
<link rel="stylesheet" type="text/css" href="layout.css" />
|
<link rel="stylesheet" type="text/css" href="layout.css" />
|
||||||
<meta name="Generator" content="htp 1.17" />
|
<meta name="Generator" content="htp 1.16" />
|
||||||
</head>
|
</head>
|
||||||
<body class="page_contact">
|
<body class="page_contact">
|
||||||
<!--[if lte IE 6]>
|
<!--[if lte IE 6]>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
||||||
<link rel="stylesheet" type="text/css" href="layout.css" />
|
<link rel="stylesheet" type="text/css" href="layout.css" />
|
||||||
<meta name="Generator" content="htp 1.17" />
|
<meta name="Generator" content="htp 1.16" />
|
||||||
</head>
|
</head>
|
||||||
<body class="page_documentation">
|
<body class="page_documentation">
|
||||||
<!--[if lte IE 6]>
|
<!--[if lte IE 6]>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
||||||
<link rel="stylesheet" type="text/css" href="layout.css" />
|
<link rel="stylesheet" type="text/css" href="layout.css" />
|
||||||
<meta name="Generator" content="htp 1.17" />
|
<meta name="Generator" content="htp 1.16" />
|
||||||
</head>
|
</head>
|
||||||
<body class="page_download">
|
<body class="page_download">
|
||||||
<!--[if lte IE 6]>
|
<!--[if lte IE 6]>
|
||||||
@ -48,6 +48,13 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="news">
|
<div class="news">
|
||||||
<h2>Recent news:</h2>
|
<h2>Recent news:</h2>
|
||||||
|
<p><span class="date">21.05.2014:</span> Version 14.05 is
|
||||||
|
<a href="download.html">released</a>! This release contains some minor features,
|
||||||
|
bug fixes and updated thrust curves. New motor vendors Klima and Southern
|
||||||
|
Cross Rocketry are included. The simulation will now compute optimum delay based
|
||||||
|
on actual coast time. Components with CG and mass overrides are decorated with
|
||||||
|
an icon in the component tree.
|
||||||
|
</p>
|
||||||
<p><span class="date">21.03.2014:</span> Version 14.03 is
|
<p><span class="date">21.03.2014:</span> Version 14.03 is
|
||||||
<a href="download.html">released</a>! This release contains the
|
<a href="download.html">released</a>! This release contains the
|
||||||
new photo realistic renderer (in the Tools menu) which allows one to visualize
|
new photo realistic renderer (in the Tools menu) which allows one to visualize
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
||||||
<link rel="stylesheet" type="text/css" href="layout.css" />
|
<link rel="stylesheet" type="text/css" href="layout.css" />
|
||||||
<meta name="Generator" content="htp 1.17" />
|
<meta name="Generator" content="htp 1.16" />
|
||||||
</head>
|
</head>
|
||||||
<body class="page_features">
|
<body class="page_features">
|
||||||
<!--[if lte IE 6]>
|
<!--[if lte IE 6]>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
||||||
<link rel="stylesheet" type="text/css" href="layout.css" />
|
<link rel="stylesheet" type="text/css" href="layout.css" />
|
||||||
<meta name="Generator" content="htp 1.17" />
|
<meta name="Generator" content="htp 1.16" />
|
||||||
</head>
|
</head>
|
||||||
<body class="page_getinvolved">
|
<body class="page_getinvolved">
|
||||||
<!--[if lte IE 6]>
|
<!--[if lte IE 6]>
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
||||||
<link rel="stylesheet" type="text/css" href="layout.css" />
|
<link rel="stylesheet" type="text/css" href="layout.css" />
|
||||||
<meta name="Generator" content="htp 1.17" />
|
<meta name="Generator" content="htp 1.16" />
|
||||||
</head>
|
</head>
|
||||||
<body class="page_index">
|
<body class="page_index">
|
||||||
<!--[if lte IE 6]>
|
<!--[if lte IE 6]>
|
||||||
@ -108,6 +108,13 @@ Profiler</a>.
|
|||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
<div class="news">
|
<div class="news">
|
||||||
<h2>News</h2>
|
<h2>News</h2>
|
||||||
|
<p><span class="date">21.05.2014:</span> Version 14.05 is
|
||||||
|
<a href="download.html">released</a>! This release contains some minor features,
|
||||||
|
bug fixes and updated thrust curves. New motor vendors Klima and Southern
|
||||||
|
Cross Rocketry are included. The simulation will now compute optimum delay based
|
||||||
|
on actual coast time. Components with CG and mass overrides are decorated with
|
||||||
|
an icon in the component tree.
|
||||||
|
</p>
|
||||||
<p><span class="date">21.03.2014:</span> Version 14.03 is
|
<p><span class="date">21.03.2014:</span> Version 14.03 is
|
||||||
<a href="download.html">released</a>! This release contains the
|
<a href="download.html">released</a>! This release contains the
|
||||||
new photo realistic renderer (in the Tools menu) which allows one to visualize
|
new photo realistic renderer (in the Tools menu) which allows one to visualize
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
<meta name="keywords" content="OpenRocket, model rocket, simulator, simulation, rocketry" />
|
||||||
<link rel="stylesheet" type="text/css" href="layout.css" />
|
<link rel="stylesheet" type="text/css" href="layout.css" />
|
||||||
<meta name="Generator" content="htp 1.17" />
|
<meta name="Generator" content="htp 1.16" />
|
||||||
</head>
|
</head>
|
||||||
<body class="page_license">
|
<body class="page_license">
|
||||||
<!--[if lte IE 6]>
|
<!--[if lte IE 6]>
|
||||||
|
|||||||
@ -9,6 +9,14 @@
|
|||||||
|
|
||||||
<!--- Remember to move the position of "onlyrecent" below! --->
|
<!--- Remember to move the position of "onlyrecent" below! --->
|
||||||
|
|
||||||
|
<p><span class="date">21.05.2014:</span> Version 14.05 is
|
||||||
|
<a href="download.html">released</a>! This release contains some minor features,
|
||||||
|
bug fixes and updated thrust curves. New motor vendors Klima and Southern
|
||||||
|
Cross Rocketry are included. The simulation will now compute optimum delay based
|
||||||
|
on actual coast time. Components with CG and mass overrides are decorated with
|
||||||
|
an icon in the component tree.
|
||||||
|
</p>
|
||||||
|
|
||||||
<p><span class="date">21.03.2014:</span> Version 14.03 is
|
<p><span class="date">21.03.2014:</span> Version 14.03 is
|
||||||
<a href="download.html">released</a>! This release contains the
|
<a href="download.html">released</a>! This release contains the
|
||||||
new photo realistic renderer (in the Tools menu) which allows one to visualize
|
new photo realistic renderer (in the Tools menu) which allows one to visualize
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user