1302 Commits

Author SHA1 Message Date
Robert Sammelson
e914b78052
Use correct zero point for CoG calculation
When center of gravity position is overrided, the zero point is the
front of component, not the old center of gravity or the front of the
parent.
2021-11-03 19:52:17 -04:00
Neil Weinstock
17ba70987a
Merge pull request #1047 from JoePfeiffer/fix-1004
Keep correct motor mass when switching to tumble stepper, landing stepper, and ground stepper
2021-10-29 08:01:38 -04:00
Joe Pfeiffer
a194fa033f
Merge pull request #1013 from SiboVG/issue-899
[fixes #899] Use only filename in save/export filename input
2021-10-26 16:18:36 -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
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
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
JoePfeiffer
9c30fda402 Keep correct motor mass when switching to tumble stepper, landing stepper, and ground hit stepper 2021-10-13 16:50:45 -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
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
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
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
08dc009412 [code_cleanup-1] Clean up using IntelliJ's 'Silent Code Cleanup' 2021-09-10 00:36:29 +02:00
Sibo Van Gool
8d196d8672 [fixes #899] Show file extension in save text input 2021-09-09 01:09:10 +02:00
Sibo Van Gool
b8c9bd94d6 [fixes #899] Use only filename in save/export filename input 2021-09-06 23:55:47 +02:00
Sibo Van Gool
2e95f7e768 [fixes #877] Fix deprecated 'position upwind' 2021-09-05 04:47:09 +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
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
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
Sibo Van Gool
3a5861f988 [fixes #871] Remember manual setting after saving with auto on 2021-08-22 00:21:33 +02:00
JoePfeiffer
88f5d19185 Replace designation with common name in ThrustCurveMotorColumns
Get rid of simplified designation in ThrustCurveMotorSet, using common name instead
2021-08-20 14:18:26 -06:00
JoePfeiffer
08f76683e9 ThrustCurveMotor now includes both common name and designation
If both are not available (which is the case when loading from a file
rather than from thrustcurve.org) use motor code for designation,
and simplified designation for common name
2021-08-20 13:35:20 -06:00
Sibo Van Gool
9035284f89 [fixes #871] Don't allow multiple auto's for the same reference components 2021-08-19 15:02:13 +02:00
Sibo Van Gool
85213cdd89 [fixes #697] Added Photo Studio settings saving 2021-08-14 20:41:45 -07:00
Sibo Van Gool
074b7a842a Moved PhotoSettings back to Swing 2021-08-14 20:41:36 -07:00
Sibo Van Gool
1a575c2a12 [fixes #697] Added photo studio settings saving 2021-08-14 20:41:09 -07:00
Sibo Van Gool
30bb320d67 [fixes #897] Permanently enable stage button 2021-08-11 20:26:10 +02:00
Sibo Van Gool
7b1fcf0f60 [fixes #969] Use edgesSameAsInside default false 2021-08-09 19:47:19 +02:00
Sibo Van Gool
6b67aac739 [fixes #969] Use comboBox for edges 2021-08-04 21:14:35 +02:00
Sibo Van Gool
3a5983e0fc [fixes #969] Change linguistics + uncheck edges 2021-07-26 21:10:47 +02:00
Sibo Van Gool
34ddba4e2f [fixes #969] Updated custom FinSet appearance with unstable 2021-07-26 21:10:00 +02:00
Sibo Van Gool
354c05fa60 [fixes #969] Added custom left and right side appearance fins 2021-07-26 21:10:00 +02:00
Billy Olsen
9eea6edfe4
Merge pull request #961 from SiboVG/issue-816 2021-07-17 11:36:45 -07:00
Sibo Van Gool
5427edb3aa [fixes #816] Fix select rail button side view 2021-07-17 14:15:11 +02:00
Sibo Van Gool
2c0870fa4d [fixes #976] Updated display order v1.1 2021-07-13 20:58:02 +02:00
Sibo Van Gool
6d7e25b0a8 [fixes #976] Updated display order v1.0 2021-07-13 20:47:22 +02:00
Sibo Van Gool
c21127f4e3 [fixes #976] Added different display order for side view and back view 2021-07-13 20:47:22 +02:00
Sibo Van Gool
9ac2d2f844 [fixes #976] Sometimes can't select components when behind body tube 2021-07-13 20:47:21 +02:00
Billy Olsen
53e1454173
Merge pull request #967 from jlassahn/fix-954
More improvements for Bug #954
2021-07-11 19:19:48 -07:00
SiboVG
78eb9bbcda
Merge branch 'unstable' into issue-905 2021-07-06 21:24:52 +02:00
Sibo Van Gool
744dbeb9c7 [fixes #905] use of InsideColorComponentHandler 2021-07-06 21:04:51 +02:00
Raketenolli
58c721d1cb Allow rocket info to show stability margin as percentage of length
* create a new class PercentageOfLengthUnit
* add new unit to stability units
2021-07-04 20:00:02 -07:00