36 Commits

Author SHA1 Message Date
JoePfeiffer
deeed0f7e0 Move DataStore from RK4SimulationStepper to AbstractSimulationStepper and make it protected (instead of private).
Move sim working variables for Euler steppers into DataStore.
Have DataStore store its own variables to FlightDataBranch instead of relying on code form outside
2024-07-03 14:27:36 -06:00
JoePfeiffer
92edd7b40f No longer used for CSV export 2024-06-01 17:24:27 -06:00
SiboVG
34fac46e1a Move database components from swing to core 2024-03-21 22:20:30 +00:00
Kevin Ruland
b415238a02 Changed Motor to support additional fields case info, prop info, and
availability flag provided by Thrustcurve.org.  Change serialization
process to pull current files from Thrustcurve.org using the xml api,
use the corrected data for diameter and length, and use a consistent
motor designation.  Added fields to the Motor chooser - case info is a
column in the listing (replacing MotorType), the other info is in the
motor details tab.  Added toggle to hide motors which are OOP.
2015-12-07 22:27:05 -06:00
kruland2607
13dc5289ff Updated thrustcurves. 2015-03-23 07:02:10 -05:00
kruland2607
f8037614a4 Update thrustcurves. 2014-10-29 19:11:07 -05:00
kruland2607
414cd82374 Update thrustcurves. 2014-06-25 15:21:30 -05:00
kruland2607
49ddd78cbc Updated thrustcurves. 2014-05-20 10:43:58 -05:00
Sampo Niskanen
8c97f13c56 Update README.txt for Klima_*.eng 2014-05-18 12:51:45 +03:00
Sampo Niskanen
4a0960e4f6 Clean up spurious decimals from Klima thrust curve files 2014-05-18 12:46:14 +03:00
Sampo Niskanen
da8910a0ba Add Klima motor files 2014-05-18 12:41:34 +03:00
kruland2607
81739c340f Updated AT F44, G74, J170 and GR O2700 thrustcurves. 2014-03-18 13:59:09 -05:00
kruland2607
3993bc481d Updated thrustcurves from thrustcurve.org. 2014-02-26 21:34:27 -06:00
kruland2607
9f20889688 Merge pull request #156 from openrocket/13.09dev
Make 13.09dev master
2013-10-11 12:14:08 -07:00
kruland2607
24a011b1e8 Manual edits to the new AeroTech C3 and D2 eng files to correct mass and
delays.
2013-10-03 12:27:15 -05:00
kruland2607
26fb295554 Rework source structure to separate swing gui code from core code.
Separate swing application code from core code.  Moved a bunch of sources
and libraries around.  Created new eclipse project.

Further refinements to make it build.

Update gitignore.
2013-09-27 11:34:46 -05:00
kruland2607
cece53c476 Added preliminary thrustcurves for AT C3 and D2. Removed the
Loki_J175.rse provided by thrustcurve.org because it lists the wrong
type.
2013-09-24 10:57:30 -05:00
kruland2607
54871ec674 Updated thrustcurves. 2013-09-03 14:41:34 -05:00
kruland2607
b5a191eb8d Added presets for LocPrecision contributed by Doug. 2013-06-07 06:38:24 -05:00
kruland2607
3d17930bc8 Updated motor thrust curve files from thrustcurve.org. 2013-03-13 23:30:16 -05:00
Sampo Niskanen
49858f589f Update thrust curve files 2012-12-10 23:30:56 +02:00
Sampo Niskanen
ff22040df0 Refactor motor serialization/loading code 2012-12-10 22:44:06 +02:00
kruland2607
bd66cc9338 Use Serializable representation of system supplied motors in jar file.
this greatly improves startup performance.
2012-10-28 11:26:40 -05:00
kruland2607
7f6c542e5d Try to use Java Serializable to improve loading of included
ComponentPresets.
2012-10-09 09:07:18 -05:00
Kevin Ruland
89a83d54fc Updated motor files from thrustcurve download. Added correction files for Quest D5 and Micro_Maxx_II. 2012-09-12 01:53:50 +00:00
Kevin Ruland
2c4c45f727 Added Estes and Quest components from Bill Carpenter's rocksim csv files. 2012-07-13 04:38:38 +00:00
Doug Pedrick
e3f173d83e Fix to streamer loading of materials; missing material in Giant Leaps file. 2012-05-21 04:36:20 +00:00
Doug Pedrick
ed629bd227 Constrain preset editor on existing files to only use populated Materials; minor other cleanup. 2012-05-16 02:13:18 +00:00
Kevin Ruland
fea3e6e61a Fix giantleaprocketry's TCData.csv, added it to the build.xml and committed the generated orc file. 2012-04-29 02:43:55 +00:00
Kevin Ruland
727e388482 Removed performance rocketry rocksim component files since they no longer sell retail. 2012-04-26 01:57:04 +00:00
Doug Pedrick
619e17b40f Fix to invalid file. 2012-04-25 02:40:31 +00:00
Doug Pedrick
f300023ead Removed redundant tube coupler rows from the body tube file (they were already in the tube coupler file). 2012-04-22 21:17:42 +00:00
Doug Pedrick
f75b03184a Initial Rocksim CSV parsing support for materials and components. 2012-04-22 03:11:13 +00:00
Kevin Ruland
a64c9e70a6 Added rocksim component csv files pulled from various vendor websites and YORF. 2012-04-11 18:30:14 +00:00
Sampo Niskanen
e3b27743b6 Guided tour updates 2012-03-17 20:18:49 +00:00
Sampo Niskanen
47b5d86268 Move resource sources 2012-03-17 16:05:58 +00:00