5306 Commits

Author SHA1 Message Date
SiboVG
09a75af526 [#2279] Change transition 3D fine-rendering based on aft/fore 2023-08-01 01:58:00 +02:00
Sibo Van Gool
596380203e
Merge pull request #2275 from SiboVG/apply-copy-sim
Big cleanup of simulation table actions
2023-07-31 15:47:50 +02:00
Sibo Van Gool
454980cbfe
Merge pull request #2277 from SiboVG/issue-2276
[#2276] Don't check for inline if grandparent is this component
2023-07-31 15:34:25 +02:00
SiboVG
35a91b4654 Only check if radius is automatic 2023-07-30 00:02:56 +02:00
SiboVG
9183bde51e [#2276] Don't check for inline if grandparent is this component
This was a sneaky bug... Basically, if getAutoRadius was called on e.g. a body tube, which eventually ended in the `inline` call, and candidate.parent.parent was this component, then the getRadius method would cause an infinite loop (stackoverflow), because it calls getAutoRadius
2023-07-29 23:13:07 +02:00
SiboVG
af5bd3f7a1 Big cleanup of simulation actions 2023-07-28 00:43:35 +02:00
Sibo Van Gool
5bb71e8dde
Merge pull request #2271 from JoePfeiffer/fix-2239
If stage separation occurs before clearing launch rail, warn the user
2023-07-27 16:58:13 +02:00
Sibo Van Gool
b184c6bd3e
Merge pull request #2269 from SiboVG/issue-1970
[#1970] Add absolute inner tube separation option
2023-07-27 16:56:45 +02:00
Sibo Van Gool
ced2fb086e
Merge pull request #2272 from SiboVG/issue-2270
[#2270] Only check axial stages for upper stage, not boosters
2023-07-27 16:56:18 +02:00
SiboVG
bb3c72e210 Also copy sim data to clipboard on rocket action 2023-07-26 12:14:07 +02:00
SiboVG
e3a9786551 Allow for discontinuous row selection
No idea why this was once implemented
2023-07-26 12:13:49 +02:00
Sibo Van Gool
bb97ce6987
Merge pull request #2266 from SiboVG/simulation-copy-val
Include simulation headers in clipboard copy + add to context menu
2023-07-24 15:20:05 +02:00
SiboVG
a7673fd293 [#2270] Only check axial stages for upper stage, not boosters 2023-07-24 11:05:43 +02:00
JoePfeiffer
e7f92bf349 If stage separation occurs before clearing launch rail, warn the user 2023-07-23 19:41:55 -06:00
Joe Pfeiffer
d2bb552807
Merge pull request #2236 from SiboVG/issue-2225
[#2225] Copy simulation data from sustainer to other stages for CSV exporting
2023-07-23 08:51:49 -06:00
SiboVG
438adb14ef [#1970] Add absolute inner tube separation option
Co-authored-by: jura0207 <jv51207@fer.hr>
2023-07-23 15:52:18 +02:00
Sibo Van Gool
9c0466d543
Whoops, remove rocket dump 2023-07-23 15:37:15 +02:00
SiboVG
84ff186d39 Update unit tests 2023-07-23 02:53:26 +02:00
SiboVG
b6235a1630 Don't copy flight events of child boosters 2023-07-23 02:53:19 +02:00
SiboVG
e9146a35d4 Move flight data secondary data copying to constructor 2023-07-23 02:18:33 +02:00
Sibo Van Gool
b62629b9c1
Merge pull request #2268 from SiboVG/fix-packed-length
[#2267] Check for nose cone base radius for massObject auto radius
2023-07-22 02:17:25 +02:00
SiboVG
b6a79dfb18 Check for nose cone base radius for massObject auto radius 2023-07-22 02:14:03 +02:00
SiboVG
3120b2d968 Include simulation headers in clipboard copy + add to context menu 2023-07-22 01:46:07 +02:00
SiboVG
70e678e990 Merge branch 'unstable' into issue-2225 2023-07-18 02:35:05 +02:00
Joe Pfeiffer
81ea69d489
Merge pull request #2257 from SiboVG/ask-metadata
Open dialog to save design information when saving the file
2023-07-17 18:29:29 -06:00
Joe Pfeiffer
8a43f8d482
Merge pull request #2260 from JoePfeiffer/new-two-stage
New two-stage rocket example
2023-07-17 18:26:46 -06:00
Joe Pfeiffer
f691066145
Merge pull request #2253 from JoePfeiffer/fix-2196
Check for 0 mass when running simulation
2023-07-17 18:26:10 -06:00
Joe Pfeiffer
4e982f7cd7
Merge pull request #2248 from JoePfeiffer/fix-2247
Use MassObject API to set parachute length, radius from preset
2023-07-17 18:25:42 -06:00
Sibo Van Gool
875a2b775a
Merge pull request #2250 from SiboVG/issue-2244
[#2244 & #2249] Copy default sep config instead of creating new one
2023-07-18 00:49:30 +02:00
Sibo Van Gool
0b87241f03
Merge pull request #2262 from SiboVG/fix-stab-info-text
Separate stability info text from rest
2023-07-17 16:04:45 +02:00
SiboVG
696e0f0c62 Separate stability info text from rest 2023-07-17 16:02:19 +02:00
JoePfeiffer
8449d903b4 Improved sustainer fin section/interstage design to allow for through-the-wall fin mount for entire fin chord 2023-07-15 17:49:35 -06:00
JoePfeiffer
151b81ab90 New two-stage rocket example 2023-07-13 16:04:13 -06:00
Sibo Van Gool
b73bdcf17b
Merge pull request #2259 from SiboVG/issue-2256
[#2256] Use fixed width for warnings panel
2023-07-11 20:58:10 +02:00
SiboVG
602d9436e2 [#2256] Use fixed width for warnings panel 2023-07-11 20:56:59 +02:00
SiboVG
407fa8162c Open dialog to save design information when saving the file 2023-07-11 15:46:35 +02:00
JoePfeiffer
8c722fbc27 Check for 0 mass when running simulation 2023-07-07 14:36:15 -06:00
JoePfeiffer
7dde3c2009 remove debug code (oops) 2023-07-05 15:52:37 -06:00
JoePfeiffer
ea70d28ca8 Only set automatic radius flag if parachute packed dimensions came from preset 2023-07-05 15:46:09 -06:00
Joe Pfeiffer
eeae3d2c31
Merge pull request #2243 from SiboVG/issue-2231
[#2231 & #2242] Account for fin cant in root points
2023-07-05 13:54:34 -06:00
Joe Pfeiffer
60e44e9b16
Merge pull request #2237 from SiboVG/issue-1629
[#1629] Show calculated mass, CG & CD in override tab if not overridden
2023-07-05 13:41:17 -06:00
SiboVG
ba0867ee8e Use selected config as init ID
This fixes a bug where multi-editing different flight configurations in the same stage (e.g. of the last booster stage of 'Three-stage rocket') would not always correctly work
2023-07-04 23:45:39 +02:00
SiboVG
69f651d670 [#2244] Copy default sep config instead of creating new one 2023-07-04 23:43:26 +02:00
JoePfeiffer
773ac72e7c Use MassObject API to set parachute length, radius from preset 2023-07-03 18:37:03 -06:00
Sibo Van Gool
efc76ddd56
Merge pull request #2246 from JoePfeiffer/fix-2245
update legacy component preset databases setting all units to SI, instead of the various mixes of g, kg, cm, and m that previously existed.
2023-07-03 22:41:26 +02:00
JoePfeiffer
1b2d7656c4 update legacy component preset databases setting all units to SI, instead of the various mixes of g, kg, cm, and m that previously existed.
*Only* updates the unit specifiers, not values.  The values appear to have all been in MKS units, while the unit specifiers were in error.
2023-07-03 14:01:29 -06:00
Joe Pfeiffer
d2c20bd90f
Merge pull request #2066 from JoePfeiffer/fix-tubefins
Fix interstices area calculation and update pressure drag calculation for tube fins
2023-07-02 16:51:13 -06:00
Joe Pfeiffer
dd1cd29586
Merge branch 'openrocket:unstable' into fix-tubefins 2023-07-02 16:44:31 -06:00
SiboVG
fb80671a60 Add unit tests for canted fins 2023-07-02 00:52:38 +02:00
SiboVG
d728a27ee9 [#2231] Account for fin cant in root points 2023-07-01 23:13:34 +02:00