138 Commits

Author SHA1 Message Date
SiboVG
7cbbae2a4a Update thrust curves & parts database 2023-01-26 19:43:58 +01:00
luz paz
74567708a8 Fix various typos
Found via `codespell -q 3 -S ./swing,./**/l10n,*.eps -L bu,cant,cna,fo,gool,iif,reencode,wallthickness`
2022-10-15 14:32:21 -04:00
SiboVG
53b30c6b4a Update thrust curves 2022-08-27 21:30:49 +02:00
SiboVG
a7b503c6ad Update thrust curves 2022-06-16 20:52:43 +02:00
SiboVG
6ac5ee4298
Merge pull request #1433 from hcraigmiller/Tour-Update-Introduction
Tour-Update Introduction
2022-06-12 21:10:30 +02:00
SiboVG
f195b3f6a2 Fix image references 2022-06-12 21:07:02 +02:00
SiboVG
76fb50542f Fix image references 2022-06-12 21:00:13 +02:00
SiboVG
aad97f028e Update image references 2022-06-12 20:47:13 +02:00
SiboVG
bdcc507cc1 Update image references 2022-06-12 20:46:32 +02:00
hcraigmiller
8c323807bf Added language splash screen updates
Added language splash screen updates... there was never an Italian splash screen so I just duplicated the English splash screen with the "_it" ending (it previously used the English splash screen too).
2022-06-12 11:40:35 -07:00
H Craig Miller
3241ae8d71
Corrected errors
Corrected errors in line 14.
2022-06-12 11:30:20 -07:00
SiboVG
0a66e2f76b Translations for guided tours 2022-06-12 20:25:08 +02:00
hcraigmiller
20b08c3542 Merge branch 'Tour-Update-Introduction' of https://github.com/hcraigmiller/openrocket into Tour-Update-Introduction 2022-06-12 11:19:34 -07:00
hcraigmiller
25e111fdb6 Update shaded screenshots
Changed shaded screen shots from blue tint to gray tint.
2022-06-12 11:17:24 -07:00
H Craig Miller
fd3ae9e627
Moved plot button text.
Moved "To plot or export simulation results, open the <b>Plot / Export simulation</b> dialog by double-clicking the <b>Simulate & Plot</b> button in the lower right-hand corner of the <b>Edit simulation</b> dialog (next to the <em> Close</em> button)." to prior screen so as to not over-run the dialog window... it seemed like that's where it belonged anyway.
2022-06-12 11:13:58 -07:00
SiboVG
5a9b989271 Translations for guided tours 2022-06-12 20:07:04 +02:00
hcraigmiller
002868819f Tour-Simple model rocket
Updates A simple model rocket tour... needs translator to review and complete the non-English tours (2 screen grabs were added to English version).
2022-06-12 00:19:00 -07:00
hcraigmiller
30c6b607d0 Tour-Update Introduction
This PR updates the "English" version of the introduction. Regrettably, I am not much of a translator.
2022-06-11 19:26:59 -07:00
SiboVG
96d7a519a5 Update thrust curves 2022-06-08 12:04:57 +02:00
SiboVG
25a6ec95d2 Update thrustcurves 2022-05-10 03:24:06 +02:00
SiboVG
f595b4f1c6 Update motors 2022-03-24 12:45:05 +01:00
JoePfeiffer
95b14abeef update motor database to 2022-02-22 2022-02-22 15:02:04 -07:00
JoePfeiffer
daf96d9a04 rebuild thrustcurves.ser to get rid of null pointer exception (issue 1051) 2021-10-27 10:00:54 -06:00
Sibo Van Gool
ec53bfba54 [fixes #887] Updated thrustcurves with availability included 2021-09-19 15:06:11 +02:00
Billy Olsen
1d0a2c8cf8 Update thrustcurves from latest Thrustcurve.org data
Update the thrustcurves from the latest Thrustcurve.org data. This
corrects some of the case information.

Fixes #888

Signed-off-by: Billy Olsen <billy.olsen@gmail.com>
2021-02-22 20:03:11 -07:00
JoePfeiffer
d231cb320f Get rid of a bit of duplicate code
Handle case with no data in specified format for motor
2020-11-05 10:41:15 -07:00
JoePfeiffer
834fb73617 Some thrust curves had two data points at the end of the curve, one with a thrust of 0. We can delete the 0-thrust point and accept the curve.
One (KBA K1750) had a duplicate (time and thrust both equal) data point.  Delete the duplicate and accpept
2020-05-01 10:21:33 -06:00
JoePfeiffer
6c535bff94 Modified thrustcurve serialization to be more robust in the case of
some common (but generally not important) errors in thrustcurves, and
not enter thrustcurves that will cause simulation failures into the
database.

(1) Permits thrustcurves to start at time 0 with a nonzero thrust.
Previous code inserted a datapoint with time 0 and thrust 0; this
caused thrust interpolation code to fail while running a simulation.
If the first datapoint is at a time greater than 0 it does enter a
(0, 0) datapoint, as this is the correct documented behavior for RASP
files.

(2) Permits thrustcurves to end with a nonzero thrust.  Similarly to
the previous case, the old code entered a new datapoint at the same
time as the previous end of thrust with thrust 0, which would break
thrust interpolation.

(3) Thrustcurves that have a zero-thrust datapoint and a non-zero
thrust datapoint at time 0 have the first datapoint removed.

(4) Thrustcurves with more serious errors -- mainly multiple thrusts
at a single time -- aren't entered into the database, as they will
break thrust interpolation and there is no obvious way to guess which
of the datapoints is correct, or to see how to average them.
2019-02-09 18:00:30 -07:00
Kevin Ruland
6532743c3f Revising previous commit to include the missing files. 2016-10-10 19:50:17 -05: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
a9ba6172a9 Update documentation for 14.11 release. 2014-11-02 12:11:49 -06: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
967b6b3eeb Preparing for release 14.05. 2014-05-20 13:04:30 -05:00
kruland2607
49ddd78cbc Updated thrustcurves. 2014-05-20 10:43:58 -05:00
Sampo Niskanen
da8910a0ba Add Klima motor files 2014-05-18 12:41:34 +03:00
kruland2607
ae36404431 Changes for 14.03 Release. 2014-03-19 15:54:22 -05:00
CarVac
708323af73 Fixed an OpenGL error; just a stopgap it seems. 2014-03-18 19:17:03 -04:00
kruland2607
81739c340f Updated AT F44, G74, J170 and GR O2700 thrustcurves. 2014-03-18 13:59:09 -05:00
kruland2607
5a549495b7 Updated thrustcurve serialized file. 2014-02-27 20:42:24 -06:00
kruland2607
87d515971b Updated release information for 13.11. 2013-11-07 20:59:08 -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
bba83fc795 Regenerate thrustcurve.ser again. 2013-09-24 11:12:19 -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
Sampo Niskanen
f59c8012fb Release 13.09 2013-09-08 22:22:03 +03:00
kruland2607
faf238e61d Fix deployment event for dart's recovery. 2013-09-04 21:27:52 -05:00
kruland2607
54871ec674 Updated thrustcurves. 2013-09-03 14:41:34 -05:00