Joe Pfeiffer
14db274d42
Merge pull request #2110 from JoePfeiffer/fix-2058
...
[#2058 ] Create simulation exception for zero-length stages; improve exception reporting
2023-03-10 10:57:27 -07:00
Joe Pfeiffer
46df6b501d
Merge pull request #2091 from SiboVG/issue-2090
...
[#2090 ] Add plugged option to charge delay combobox if it wasn't present yet
2023-03-10 10:55:41 -07:00
Joe Pfeiffer
8d6cb3fdbc
Merge pull request #2082 from JoePfeiffer/fix-2032
...
Tell user about zero-area fins and keep them from crashing simulation with NaN error
2023-03-10 10:54:12 -07:00
JoePfeiffer
68bdd7ff2c
Merge remote-tracking branch 'origin/unstable' into fix-2058
2023-03-09 13:31:54 -07:00
SiboVG
da15c59673
Remove some references to None and replace with Plugged
2023-03-08 19:19:39 +01:00
SiboVG
887e38b637
Refactor to better use export Action
2023-03-06 20:35:47 +01:00
SiboVG
fab076eedf
Move file chooser stuff outside of exporter
2023-03-06 19:46:50 +01:00
JoePfeiffer
9c148b5149
Create icon for simulation exceptions, so they can be seen in plots.
...
For the moment I've just copied the simulation_end icon; it should really be something else
2023-03-05 18:53:18 -07:00
jppetrakis
8ab6aa803c
Commit of several suggested changes.
2023-03-04 21:27:29 -05:00
SiboVG
13c1ebdb66
KISS
2023-03-04 16:54:32 +01:00
jppetrakis
f1400c5c0f
Fixed text representation in save dialog file chooser. More reasonable initial location for save dialog.
2023-03-03 22:19:35 -05:00
jppetrakis
6ed680c55c
fix small text inconsistency
2023-03-03 14:34:06 -05:00
jppetrakis
95e8f8b937
Address some concerns/suggestions.
2023-03-03 12:19:00 -05:00
SiboVG
5c580f70de
Update info text
2023-03-02 23:48:54 +01:00
SiboVG
8fe69028f1
Changed plugged delay text
2023-03-02 00:19:43 +01:00
jppetrakis
b17e60c62b
Added: export from file menu, csv escaping using commons.text library
2023-03-01 09:29:39 -05:00
SiboVG
5c2f35e3a1
Fix plugged option not selecting
2023-03-01 03:48:54 +01:00
JoePfeiffer
4c136441ff
Add check for zero-length active stages
...
Add geometry checks to stage separation
Add branch name to simulation exception dialog
2023-02-28 10:19:23 -07:00
jppetrakis
42818b3564
almost ready draft
2023-02-26 21:20:19 -05:00
Joe Pfeiffer
022a986130
Merge pull request #2075 from SiboVG/issue-2069
...
[#2069 ] Add motor type to motor details
2023-02-26 16:03:59 -07:00
Joe Pfeiffer
7c65d71cfd
Merge pull request #2073 from SiboVG/issue-2072
...
[#2072 ] Apply designation/common name choice to other parts
2023-02-26 16:00:12 -07:00
JoePfeiffer
0ea93a7821
Warn that fins with zero area will not affect aerodynamics
...
Keep fins with zero area from getting NaN errors
2023-02-26 15:42:15 -07:00
JoePfeiffer
a61068e9f0
pushed to the wrong branch, sorry
...
Revert "Don't let fins with zero area cause NaN exceptions."
This reverts commit 1011f2df944dbfe3e82016ea0a3a0f0954c1ca9b.
Revert "Add warning for fin with zero area"
This reverts commit 512ce78b51a2514a5e96f72d9e8946d63b291cd9.
2023-02-26 10:22:02 -07:00
JoePfeiffer
512ce78b51
Add warning for fin with zero area
...
Also, put geometry checks together and add component name to warning where easy.
2023-02-25 21:46:37 -07:00
JoePfeiffer
d2091079b1
Rename "primary figures" to "summary data" in file save chooser
2023-02-25 18:17:25 -07:00
Joe Pfeiffer
1fa82c3fef
Merge branch 'openrocket:unstable' into fix-2024
2023-02-25 17:56:01 -07:00
JoePfeiffer
367c745aaa
Merge branch 'unstable' into fix-2067
2023-02-25 17:48:40 -07:00
SiboVG
22fd01d7fc
[ #2069 ] Add motor type to motor details
2023-02-25 01:02:03 +01:00
SiboVG
5ac1f71922
[ #2072 ] Apply designation/common name choice to other parts
2023-02-24 23:28:58 +01:00
Sibo Van Gool
2c22015ec7
Merge pull request #2057 from SiboVG/issue-2055
...
[#2055 ] Add motor manufacturers substitutor
2023-02-24 22:12:12 +01:00
JoePfeiffer
9a078f0e68
Mark simulations loaded from .ork file with blue sphere (same as data from
...
external sources -- do we actually have a way to load data from external sources?) and appropriate tooltip
2023-02-23 15:37:05 -07:00
SiboVG
2acb1cae55
Update info text
2023-02-23 18:56:22 +01:00
SiboVG
c1c6bac0db
[ #2068 ] Use generalized motor config substitutor
2023-02-23 18:41:22 +01:00
SiboVG
a621bed20a
[ #2068 ] Use generalized motor config substitutor
2023-02-23 16:15:30 +01:00
JoePfeiffer
f3a8cfd764
Remove text strings associated with "save every" option
2023-02-22 10:00:50 -07:00
Sibo Van Gool
d67f7aa94d
Merge pull request #2063 from SiboVG/issue-2062
...
[#2062 ] Change axial method "Tip of the nose cone" to "Tip of the rocket"
2023-02-22 01:04:58 +01:00
SiboVG
a9dbacd981
[ #2062 ] Change axial method "Tip of the nose cone" to "Tip of the rocket"
2023-02-22 01:04:18 +01:00
SiboVG
b15dcd3668
Include icon
2023-02-14 11:26:30 +00:00
SiboVG
5fe03ed9f2
Add information on name tags
2023-02-14 05:26:55 +00:00
SiboVG
ef665b4529
[ #2055 ] Add manufacturers substitutor
2023-02-14 05:00:48 +00:00
SiboVG
cff2cf4f3c
[ #2046 ] Add Wiki button to help menu
2023-02-14 03:51:39 +00:00
SiboVG
fc0d8bc438
[ #2034 ] Encapsulate instances in separate panel
2023-02-12 09:06:08 +00:00
SiboVG
d8df37ffc3
Update Dutch translations
2023-02-03 03:46:52 +00:00
Sibo Van Gool
ae87efe189
Merge pull request #2011 from SiboVG/issue-2009
...
[#2009 ] When canceling a component change, check for an unmodified component earlier on
2023-02-02 02:57:54 +00:00
SiboVG
406601665d
Bump release version to 22.02
2023-02-02 02:02:30 +00:00
SiboVG
545ea12fad
Put show discard changes preferences in pref dialog
2023-02-01 21:23:54 +00:00
SiboVG
b718c5a0e1
[ #1999 ] Add checkbox to show/hide warnings
2023-02-01 15:51:49 +00:00
SiboVG
4191e11af7
[ #2002 ] Restore plugged
2023-01-28 01:27:33 +01:00
SiboVG
7cbbae2a4a
Update thrust curves & parts database
2023-01-26 19:43:58 +01:00
SiboVG
640a9f155e
Merge branch 'unstable' into 22.02_prep
2023-01-25 01:35:22 +01:00