2949 Commits

Author SHA1 Message Date
JoePfeiffer
daf96d9a04 rebuild thrustcurves.ser to get rid of null pointer exception (issue 1051) 2021-10-27 10:00:54 -06:00
JoePfeiffer
734a0ffc1f Merge branch 'issue-887' into unstable
Select thrustcurves from issue-887 branch
2021-10-26 16:05:02 -06:00
Joe Pfeiffer
ff523003c0
Merge pull request #1017 from SiboVG/issue-987
[fixes #987] Use warning dialog for thrust curve import issues
2021-10-21 15:33:55 -06:00
JoePfeiffer
19b07f6c73 Set rocket file loading dialog modality to DOCUMENT_MODAL so it won't interfere with closing the bad thrustcurve message. 2021-10-21 14:44:58 -06:00
Joe Pfeiffer
185ce54ed0
Merge pull request #1015 from SiboVG/code_cleanup-1
[code_cleanup-1] Clean up using IntelliJ's 'Silent Code Cleanup'
2021-10-16 15:30:07 -06:00
Joe Pfeiffer
8a305b4778
Merge pull request #1011 from SiboVG/issue-877
[fixes #877] Fix deprecated 'position upwind' FlightDataEvent
2021-10-15 11:16:06 -06:00
Joe Pfeiffer
f750a8c1cb
Merge pull request #1010 from SiboVG/issue-1009
[fixes #1009] Added more advanced DecimalFormat for plot hover
2021-10-15 11:06:40 -06:00
Joe Pfeiffer
a2987cf8ba
Merge pull request #1008 from SiboVG/issue-1001
[fixes #1001 + others] Change default tab + separation event when adding new stage
2021-10-15 08:55:21 -06:00
Joe Pfeiffer
2c9877b68b
Merge branch 'unstable' into issue-1001 2021-10-15 08:50:36 -06:00
Neil Weinstock
ff53498cb5
Merge pull request #1032 from JoePfeiffer/full-motor-designations
Full motor designations
2021-10-15 08:14:42 -04:00
Joe Pfeiffer
b94abc81e1
Merge pull request #1006 from SiboVG/issue-1002
[fixes #1002] Fix offset distances scaling on single component scaling
2021-10-13 08:45:34 -06:00
Joe Pfeiffer
c8f985ea32
Merge pull request #998 from SiboVG/issue-871
[fixes #871] Automatic base/outer diameter unexpected results/warnings
2021-10-05 19:05:39 -06:00
Neil Weinstock
a0e9923c3f
Merge pull request #1023 from SiboVG/issue-1020
[fixes #1020] Fix minor issues FileChooser 'Export CSV' FinSet
2021-09-28 19:50:24 -04:00
Sibo Van Gool
8f793eb1b9 Fix FileHelper.forceExtension only checking for end of filename for file extension 2021-09-28 23:31:03 +02:00
Sibo Van Gool
548c3b7aae Use FileHelper.forceExtension instead of FileHelper.ensureExtension to avoid faulty saved file extensions 2021-09-28 23:16:17 +02:00
Sibo Van Gool
d67947bc2a Rename translation keys FileHelper 2021-09-28 23:16:17 +02:00
Sibo Van Gool
329d66d83f Add translation key for 'Export CSV' button 2021-09-28 23:16:16 +02:00
Sibo Van Gool
a34a6f9bd2 [fixes #1020] Fix small issues Export CSV FileChooser FinSet 2021-09-28 23:16:16 +02:00
Joe Pfeiffer
a513c676de
Merge pull request #952 from SiboVG/issue-927
[fixes #927 & #771] Fix auto-run simulation NA values
2021-09-28 14:40:13 -06:00
JoePfeiffer
3d0396bc00 update unit tests to match new motor code (also fixed a couple bugs the
unittests turned up!)
2021-09-25 14:20:06 -06:00
Sibo Van Gool
ec53bfba54 [fixes #887] Updated thrustcurves with availability included 2021-09-19 15:06:11 +02:00
Sibo Van Gool
e3c8e61adf [fixes #887] Include updated-on element in motor XML parsing 2021-09-18 18:17:17 +02:00
Sibo Van Gool
5c3db0f59c [fixes #887] Add 'availability' to TCMotor String representation 2021-09-18 18:15:44 +02:00
JoePfeiffer
a17f6d9b1a updated translation files by copying old TCurveMotorCol.DESIGNATION entries to TCMotorSelPan.lbl.Designation 2021-09-15 11:37:13 -06:00
JoePfeiffer
a85de1d053 updated translation files to use TCurveMotorCol.COMMON_NAME instead of
TCurveMotorCol.DESIGNATION.  Used other entries in the files to make a reasonable guess as to the "name" instead of the "designation", for entries using Latin alphabet.  Left the old entries in, but commented out, for ease in comparison later.
2021-09-15 11:16:14 -06:00
JoePfeiffer
1c768629ea Search for motors by designation or common name, for backward compatibility with 15.03 2021-09-15 10:55:12 -06:00
Sibo Van Gool
5c6ca75e51 [fixes #987] Cleaner popup dialog message formatting 2021-09-14 11:55:12 +02:00
Sibo Van Gool
e38907122b [fixes #987] Use warning dialog for thrust curve import issues 2021-09-12 21:13:31 +02:00
Sibo Van Gool
08dc009412 [code_cleanup-1] Clean up using IntelliJ's 'Silent Code Cleanup' 2021-09-10 00:36:29 +02:00
Sibo Van Gool
2e95f7e768 [fixes #877] Fix deprecated 'position upwind' 2021-09-05 04:47:09 +02:00
Sibo Van Gool
ae352d318c [fixes #1009] Added more advanced DecimalFormat for plot hover 2021-09-05 01:08:17 +02:00
Sibo Van Gool
f4e02aa6e3 Fire motor config table change upon name change of a body/inner tube 2021-09-03 23:05:41 +02:00
Sibo Van Gool
6e86c79302 Fire stage table change upon name change of stage 2021-09-03 22:57:31 +02:00
Sibo Van Gool
c33aa04dd9 Update stage number upon stage order change in the component tree 2021-09-03 22:34:25 +02:00
Sibo Van Gool
b857da940a [fixes #1001] Set 'Separation' tab as first tab + use 'ignition of next stage' as default separation event 2021-09-03 00:12:53 +02:00
Sibo Van Gool
9bf0679c62 [fixes #1002] Fix offset distances scaling on single component scaling 2021-09-01 20:28:00 +02:00
Sibo Van Gool
714184fd39 [fixes 771] Fix sims not updating after ejection charge delay change 2021-08-30 12:20:36 +02:00
Sibo Van Gool
e9bda5c13a [fixes #771] Fix reset ignition not resetting the values 2021-08-30 11:50:52 +02:00
Sibo Van Gool
9700c9fc86 [fixes #771] Auto update simulations upon motor/recovery/stage configuration change 2021-08-30 11:50:52 +02:00
Sibo Van Gool
894ac89733 [fixes #927] Q&D fix for NullPointerException upon no motors sim run 2021-08-30 11:50:52 +02:00
Sibo Van Gool
09ac23a54c [fixes #927] Update flight data text upon Run simulations action 2021-08-30 11:50:52 +02:00
Sibo Van Gool
3646a8858e [fixes #927] Only update flight data info for current flight config 2021-08-30 11:50:52 +02:00
Sibo Van Gool
ee536d3631 [fixes #927] Don't simulate sims with no motors 2021-08-30 11:50:52 +02:00
Sibo Van Gool
115f679cdc [fixes #927] Fix run up-to-date sims on flight configuration change 2021-08-30 11:50:52 +02:00
Sibo Van Gool
a57d6a9b53 [fixes #927] Only update all sims when in simulation tab 2021-08-30 11:50:52 +02:00
Sibo Van Gool
d74df08e04 [fixes #927] Fixed only current configuration updating instead of all the sims 2021-08-30 11:50:52 +02:00
Sibo Van Gool
2c2a7a2d3b Fix run sim after config change + fix sim table not updating 2021-08-30 11:50:51 +02:00
Sibo Van Gool
b7dc313ee8 Fix auto-run simulation NA values 2021-08-30 11:50:51 +02:00
Neil Weinstock
46b974cae7
Merge pull request #994 from SiboVG/issue-897
[fixes #897] Permanently enable add stage button
2021-08-25 16:38:42 -04:00
JoePfeiffer
d6482a5be5 Use motor common name instead of designation in MotorConfigurationPanel 2021-08-24 14:49:19 -06:00