SiboVG
29a737f38b
Remove redundant boxing
2022-12-29 23:56:16 +01:00
SiboVG
7b88cb468e
Add option to switch (time) flight event markers to icons
2022-12-29 23:56:16 +01:00
SiboVG
447a025545
Improve tooltip text for flight event icons
2022-12-29 23:56:16 +01:00
Joe Pfeiffer
a271b48db1
Merge branch 'openrocket:unstable' into add-open-airframe-warning
2022-12-28 18:14:30 -07:00
Sibo Van Gool
ffc7daad0a
Merge pull request #1917 from neilweinstock/pod-example
...
Updated Pods Example Rocket
2022-12-29 01:03:10 +01:00
Sibo Van Gool
23b19fd9f0
Merge pull request #1929 from SiboVG/issue-1926
...
[#1926 ] Switch to match fore diameter when nose cone is flipped
2022-12-29 00:05:34 +01:00
JoePfeiffer
7ff06980b2
Use string displaying diameters instead of mathematical comparison of diameters
...
to set discontinuity warning
2022-12-28 11:36:10 -07:00
JoePfeiffer
d0c19efd3d
Add check for open airframe forward end
...
Also, it turned out the discontinuity check didn't correctly check across stages (so it wouldn't notice if the aft end of one state wasn't the same as the forward end of the next). Fixed.
2022-12-28 11:01:54 -07:00
JoePfeiffer
30cedd9215
Instead of just checking continuity, we're doing a few more sanity checks on
...
SymmetricComponent geometry.
2022-12-27 17:59:07 -07:00
Joe Pfeiffer
c8e98cf319
Merge pull request #1930 from SiboVG/darker-warning
...
Darker warning color
2022-12-27 14:31:08 -07:00
SiboVG
f201471f78
Darker warning color
2022-12-27 20:42:50 +01:00
Sibo Van Gool
d417b179cf
Merge pull request #1924 from JoePfeiffer/fix-1898
...
Throw exception at simulation startup if CP can't be calculated.
2022-12-27 20:13:06 +01:00
Sibo Van Gool
e9064dc759
Merge pull request #1927 from JoePfeiffer/display-NaN-as-N/A
...
Display nan as n/a
2022-12-27 12:07:23 +01:00
Sibo Van Gool
5b73925634
Merge pull request #1916 from hcraigmiller/Change-side-view-to-top-view
...
[#1893 ] Add top view option to 2D display
2022-12-26 14:36:42 +01:00
SiboVG
f9bd7e672c
[ #1926 ] Switch to match fore diameter when nose cone is flipped
2022-12-26 14:23:03 +01:00
SiboVG
3306ed0f50
Merge remote-tracking branch 'origin/Change-side-view-to-top-view' into Change-side-view-to-top-view
2022-12-25 10:41:24 +01:00
SiboVG
16ec1ad48f
Set top view above side view
2022-12-25 10:41:01 +01:00
H Craig Miller
ecb7b5da7a
Merge branch 'openrocket:unstable' into Change-side-view-to-top-view
2022-12-24 21:56:44 -08:00
JoePfeiffer
b89a5aa35c
If rocket CP weight is less than or equal to 0, display it as N/A in ComponentAnalysisDialog. This brings it in agreement with the CP display in the RocketPanel, and more clearly expresses a problem with the deisgn.
2022-12-24 20:11:34 -07:00
JoePfeiffer
19aed2a216
Unit.toString() now displays NaN as N/A. This brings it in agreement with
...
Unit.toStringUnit()
2022-12-24 20:10:33 -07:00
Sibo Van Gool
4d65a65a30
Merge pull request #1925 from neilweinstock/stage-icon
...
Stage icon
2022-12-25 00:21:49 +01:00
Neil Weinstock
91dde69f42
Fixed discontinuity error
2022-12-24 17:20:19 -05:00
Neil Weinstock
84c5485f8f
Use a reversed nose cone as the pod tail
2022-12-24 16:56:59 -05:00
Neil Weinstock
22ee62dac0
Clean up large stage icon
2022-12-24 14:29:30 -05:00
Neil Weinstock
ed0f54f8a6
Cleaned up large stage icon
2022-12-24 14:28:57 -05:00
JoePfeiffer
18763d6fdd
Throw exception at simulation startup if CP can't be calculated.
...
Exception says "Can't calculate rocket stability."
2022-12-24 11:36:41 -07:00
Joe Pfeiffer
140fc26284
Merge pull request #1922 from hcraigmiller/Update-Boosted-Dart
...
[Bug] Update Boosted Dart.ork
2022-12-24 11:07:24 -07:00
Joe Pfeiffer
f107a410d5
Merge pull request #1921 from hcraigmiller/Add-Plugged
...
Add "Plugged" to delay options
2022-12-24 11:06:00 -07:00
Joe Pfeiffer
32583eb9d0
Merge pull request #1920 from SiboVG/issue-1919
...
Generalize error-catching of motor file loading
2022-12-24 11:02:14 -07:00
Joe Pfeiffer
bf8ddca6ff
Merge pull request #1918 from SiboVG/unstable
...
Uniform bug report info section + add user-defined thrust curves location
2022-12-24 10:56:23 -07:00
Joe Pfeiffer
a761ec5656
Merge pull request #1911 from SiboVG/issue-1889
...
[#1889 ] Add support for tail cones
2022-12-24 10:53:09 -07:00
Joe Pfeiffer
f4b57a9cac
Merge pull request #1909 from JoePfeiffer/require-designation-match
...
Require designation match
2022-12-24 10:52:19 -07:00
H Craig Miller
ea4f52cb77
Update Boosted Dart.ork
...
In current unstable, the Boosted Dart example is throwing an invalid parameter error. This PR updates that file so that no error is thrown.
2022-12-24 06:11:07 -08:00
H Craig Miller
d8fa2f2d04
Add "PLugged" to delay options
...
Changed delay option "None" to "Plugged (none)". This will provide a interim point that preserves "none" for translation purposes while adding the correct term "plugged" for motors that neither pass the combustion gases through not have an ejection charge.
2022-12-24 05:11:33 -08:00
SiboVG
1fafe0b181
Generalize error-catching of motor file loading
2022-12-24 04:30:46 +01:00
SiboVG
19ba08a20e
Display user-defined thrust curves location in bug report
2022-12-24 03:35:33 +01:00
SiboVG
17d7df8511
Uniform formatting between bug report and exception dialog info
2022-12-24 03:28:25 +01:00
SiboVG
31e7c532d9
[ #1894 ] Add inline pods warning
2022-12-24 03:24:52 +01:00
Sibo Van Gool
1da7141707
Merge pull request #1913 from SiboVG/issue-1895
...
[#1895 ] Maintain tree cell font after override icon
2022-12-23 14:39:35 +01:00
Sibo Van Gool
a0ea15a094
Merge pull request #1908 from hcraigmiller/Update-A-simple-model-rocket-example
...
Update A simple model rocket.ork
2022-12-22 23:01:53 +01:00
Neil Weinstock
4779a4967d
Updated Pods Example Rocket
2022-12-22 16:34:33 -05:00
SiboVG
a944298624
Add horizontal separator in view type combobox between 2D and 3D viewtypes
2022-12-22 22:30:24 +01:00
Billy Olsen
ff61e67b76
Merge pull request #1887 from JoePfeiffer/rework-766
...
This is a rework of the railbutton aerodynamics part of PR 766.
2022-12-21 21:05:05 -07:00
Billy Olsen
ba2a0965dd
Merge pull request #1914 from JoePfeiffer/save-data-on-exception
...
Attach flight data to simulation exceptions so it can be preserved to help user track down the problem
2022-12-21 20:55:05 -07:00
SiboVG
0b52d585cc
Merge remote-tracking branch 'origin/Change-side-view-to-top-view' into Change-side-view-to-top-view
2022-12-22 00:25:41 +01:00
SiboVG
41260d7ee9
Increase flight event time margin
2022-12-22 00:25:33 +01:00
H Craig Miller
84278786b2
Merge branch 'openrocket:unstable' into Change-side-view-to-top-view
2022-12-21 15:22:02 -08:00
Sibo Van Gool
461c0bf15e
Merge pull request #1912 from SiboVG/issue-1896
...
[#1896 ] Increase freeform fin set table width
2022-12-22 00:16:00 +01:00
SiboVG
98cc674d5a
Add translation for top view
2022-12-22 00:14:23 +01:00
SiboVG
a2b6c63f0b
[ #1893 ] Add rocket top view
2022-12-22 00:09:00 +01:00