Skip to content

Releases: openrocket/openrocket

OpenRocket 14.05 (2014-05-21)

03 Nov 22:44
Compare
Choose a tag to compare

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)

03 Nov 22:45
Compare
Choose a tag to compare

New Features

  • Photo Realistic 3d rocket renderer

Bug Fixes

  • Fixes to the flight configuration tab and motor selection dialog
  • Updated thrustcurves

OpenRocket 13.11.2 (2014-01-01)

03 Nov 22:46
Compare
Choose a tag to compare

Bug Fixes

  • Numerous bug fixes and usability improvements in the new
    flight configuration tab.
  • Fix couple of layout issues
  • Updated Spanish, French and Chinese translations

OpenRocket 13.11.1 (2013-11-15)

03 Nov 22:46
Compare
Choose a tag to compare

Bug Fixes

  • Added back the TubeConfiguration Configuration dialog
  • Seems the jogl update didn't happen in the 13.11 build.
  • Made the motor filter remember previous settings
  • Fixed various exceptions in flight configuration tables due to column reordering
  • Fixed NPE when deleting a configuration

Latest Android Release - based on OpenRocket 13.11 (2013-11-08)

15 Nov 19:46
Compare
Choose a tag to compare
release-android-13.11

Make release 13.11

OpenRocket 13.11 (2013-11-08)

03 Nov 22:47
Compare
Choose a tag to compare

New Features

  • Chinese translations
  • Replaced flight configuration dialog with more efficient configuration tab
  • Improved filtering in motor chooser dialog

Bug Fixes

  • Updated jogl to correct 3d problems on various platforms
  • Fixed NPE introduced by changes in Java 1.7.0_45-b18

OpenRocket 13.09.1 (2013-10-05)

03 Nov 22:47
Compare
Choose a tag to compare

This release contains a number of bug fixes, updated 3D JOGL
libraries. Added preliminary thrustcurves for Aerotech C3 and D2 18mm
reloads.

OpenRocket 13.09 (2013-09-08)

03 Nov 22:49
Compare
Choose a tag to compare

This release contains a number of bug fixes, updated 3D JOGL
libraries, and separates simulation edit and plot dialogs.

OpenRocket Technical Documentation

OpenRocket_technical_documentation-v13.05

Update technical documentation

OpenRocket 13.05 (2013-05-04)

03 Nov 22:49
Compare
Choose a tag to compare

New Features

  • Added support for decals on rockets. Added two new 3d views - 3d finished and 3d unfinshed. Added support to export and
    apply decals (images) to rocket components. Added ability to launch external graphics editor to edit decals and monitor
    file for writes to update the rocket view.
  • Added simulation of tumble recovery based on experimentation done by Sampo Niskanen. This is particularly useful
    for low power staged flights.
  • 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.
    These configurations are stored in the ork file with each component. If no override is specified then the user specified
    default is used (set in the component edit dialog). The flight configuration dialog was reworked to make it more
    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.
  • 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
  • Simulate recovery of boosters. The simulation engine will create new FlightDataBranches for each stage after
    separation. The data for the boosters begins at t=separation. The simulation plot allows the user to select
    which stage's data to show (or all).
  • 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).