From ed693edd009e360a5a4898876ffc781f93b2e2d4 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Sat, 16 Mar 2013 18:27:11 -0500 Subject: [PATCH] Updated some documentation on file format. --- core/ChangeLog | 7 +++++-- core/fileformat.txt | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/core/ChangeLog b/core/ChangeLog index fd7a57495..e27dd33ba 100644 --- a/core/ChangeLog +++ b/core/ChangeLog @@ -1,4 +1,8 @@ +2013-03-01 Kevin Ruland + * Added simulation of tumble recovery based on experimentation done by Sampo Niskane. This is particularly useful + for low power staged flights. + 2012-10-01 Kevin Ruland * Extended "motor configuration" concept to cover more properties. The concept was renamed "Flight Configuration" and allows the user to override stage separation, recovery deployment, and motor ignition per flight configuration. @@ -7,7 +11,7 @@ usable. The user selects the configuration in a drop down with buttons for "add", "delete" and "rename". After selecting the configuration, the tabbed area below allows the user to change the configuration for this simulation. -2012-10-01 Kevin Rualnd +2012-10-01 Kevin Ruland * Allow simulation of stages without a motor. Users in the past have attempted to simulate separate recovery of payload and booster by tricking OpenRocket using a dummy motor with trivial thrust curve. Now the user does not need to do this. There is an example of this provided in TARC Payloader.ork and Boosted Dart.ork @@ -21,7 +25,6 @@ * Modified the zoom and pan controls in the simulation plot. Added zoom in, out, and reset buttons. Added scroll with mouse wheel. If the alt key is used with either of these, only the domain is zoomed. Richard contributed a more logical mouse controlled zoom - right click and drag will zoom (either domain, range or both). - 2012-09-28 Sampo Niskane * Released version 12.09.1 diff --git a/core/fileformat.txt b/core/fileformat.txt index 616b540dd..2d082bdf1 100644 --- a/core/fileformat.txt +++ b/core/fileformat.txt @@ -43,3 +43,7 @@ The following file format versions exist: Added lowerstageseparation as recovery device deployment event. Added section for supporting datatypes other than internal ones. Currently only supports datatypes from custom expressions. + +1.6: Introduced with OpenRocket 13.03. Added component Appearances (decals & paint) + Added configurable parameters to recovery devices, motor ignition and separation. +