6282 Commits

Author SHA1 Message Date
stoopipoopy
9e05a3d45c [#2576] Fix Sorting Problem With Sides and Line Count on parachute 2024-10-17 00:03:16 -07:00
Sibo Van Gool
039759079b
Merge pull request #2571 from neilweinstock/freeform-edit
Angle constraints in fin editor
2024-10-14 17:02:52 +02:00
SiboVG
9288b93383 Disable snapping for root points 2024-10-13 11:23:17 +02:00
SiboVG
aeeddcd921 Improve documentation 2024-10-13 11:23:07 +02:00
SiboVG
3ac5953b94 Code cleanup 2024-10-12 16:32:32 +02:00
SiboVG
1ee09f2850 Use proper snap highlight colors for different themes 2024-10-12 16:22:15 +02:00
SiboVG
f4b4e3ccc0 Allow table editing with single click + fix tab traversal in table 2024-10-12 16:17:43 +02:00
Joe Pfeiffer
6076d9ae09
Merge pull request #2570 from SiboVG/improve-beta
Clamp beta factor (compressibility correction) in transonic region + apply it in supersonic region
2024-10-12 06:30:57 -06:00
SiboVG
64d7c4bb80 Update unit tests for more beta testing 2024-10-12 01:06:25 +02:00
SiboVG
7c53e6017b Clamp beta to minimal value to avoid singularity 2024-10-12 01:01:59 +02:00
SiboVG
a5eae08456 Clamp Mach to avoid beta singularity 2024-10-09 22:56:55 +02:00
SiboVG
56aee518e7 Whoops, don't use compressibility correction at supersonic flow 2024-10-09 22:56:22 +02:00
neil.weinstock@gmail.com
4cb542b4d9 Merge remote-tracking branch 'origin/freeform-edit' into freeform-edit 2024-10-08 21:55:11 -04:00
neil.weinstock@gmail.com
efc043d2b4 Small fix 2024-10-08 21:54:56 -04:00
Neil Weinstock
d04400d140
Merge branch 'openrocket:unstable' into freeform-edit 2024-10-08 21:51:13 -04:00
neil.weinstock@gmail.com
65ebf9de72 Implement angle constraints in fin editor 2024-10-08 20:57:49 -04:00
SiboVG
b56aa173ec Merge remote-tracking branch 'origin/unstable' into unstable 2024-10-08 23:42:26 +02:00
SiboVG
c7540868a3 Fix some bugs in the documentation 2024-10-08 23:42:17 +02:00
SiboVG
ecc203b621 Add unit tests for FlightConditions 2024-10-08 23:15:29 +02:00
SiboVG
8b3b763cc8 Also apply Prandtl correction at supersonic speed 2024-10-08 19:06:17 +02:00
SiboVG
ab5fa61d3e Remove debug prints 2024-10-08 19:05:18 +02:00
SiboVG
e51790e69d Clamp beta factor in transonic region 2024-10-08 19:03:06 +02:00
Joe Pfeiffer
4f80d28bec
Merge pull request #2567 from JoePfeiffer/fix-2543
Remove Prandtl-Glauert correction factor
2024-10-02 16:16:22 -06:00
JoePfeiffer
a1d46a881e Remove Prandtl-Glauert correction factor 2024-10-02 15:39:36 -06:00
Sibo Van Gool
9e83cbe696
Merge pull request #2562 from JoePfeiffer/flight-warning-event
Flight warning event
2024-10-02 22:41:56 +02:00
Sibo Van Gool
ee672c77b8
Merge pull request #2566 from SiboVG/issue-2565
[#2565] Check if icon is imageicon for icon disabling
2024-10-02 18:56:29 +02:00
SiboVG
f7cea2dca3 [#2565] Check if icon is imageicon for icon disabling 2024-10-02 18:55:44 +02:00
JoePfeiffer
f5c0ee5b17 Make sure lower branch numbered icons are on top of higher numbered, so tooltips show correct title 2024-09-28 13:00:01 -06:00
JoePfeiffer
c462122a45 update axis min and max to reflect all branches, not just first branch 2024-09-28 06:26:07 -06:00
JoePfeiffer
ac8d182b9a update fileformat.txt 2024-09-27 13:55:12 -06:00
JoePfeiffer
0471cdf87d Merge branch 'unstable' into flight-warning-event 2024-09-27 13:48:24 -06:00
JoePfeiffer
bc8c0b48be Merge formatSampleTooltip and formatEventTooltip into a single formatTooltip to ensure consistency in formatting 2024-09-27 13:40:42 -06:00
JoePfeiffer
4b2d4ca837 Add time to sample tooltip when available 2024-09-27 11:00:43 -06:00
JoePfeiffer
37c1bcb590 Put data names in sample tooltips instead of x and y 2024-09-27 10:19:38 -06:00
Sibo Van Gool
c01af87528
Merge pull request #2563 from SiboVG/issue-2463
[#2463] Fix shoulder radius scaling issue when smaller than 1 + fin tab length/offset scaling
2024-09-26 17:21:16 +02:00
SiboVG
fdf130b982 Fix fin set tab length/offset scaling 2024-09-26 17:12:50 +02:00
Sibo Van Gool
7a4833f99c
Merge pull request #2559 from SiboVG/issue-2060
[#2060, #2558] Implement multi-level wind input
2024-09-25 22:48:47 +02:00
JoePfeiffer
a1eb7fa0c4 Remove sample index number from tooltips 2024-09-25 06:05:50 -06:00
JoePfeiffer
8922dd945b Include warning text in SIM_WARN comments in CSV export 2024-09-24 17:49:44 -06:00
JoePfeiffer
c5fc251c02 don't try to add event icons if x or y is NaN
noticed a bug that's been around since 23.09 -- if trying to plot using an x axis that includes NaN's when there is a flight event, we get an exception trying to position the icon. This checks for NaN's and doesn't plot in that case.
2024-09-24 12:08:21 -06:00
JoePfeiffer
67efd148e5 Always show time; if there's another domain display it too 2024-09-24 11:39:49 -06:00
SiboVG
31fd57131e [#2463] Fix shoulder radius scaling issue when smaller than 1 2024-09-23 20:23:28 +02:00
JoePfeiffer
7dcd631735 Merge branch 'unstable' into flight-warning-event 2024-09-23 09:37:20 -06:00
JoePfeiffer
43bfc2c3fc update tests for SIM_WARN events 2024-09-23 06:55:52 -06:00
JoePfeiffer
38a3772eb0 Add SIM_WARN events to plots.
Note that this required a lot of rewrite to the code adding event icons
2024-09-23 06:53:22 -06:00
Sibo Van Gool
803935fc06
Merge pull request #2561 from SiboVG/better-ca-comp-select
Use selectable component tree for CA plot/export components selection
2024-09-22 08:45:19 +02:00
SiboVG
ba657940c7 Use deterministic wind for testing 2024-09-22 07:30:07 +01:00
SiboVG
2bddbf84d2 Fix selectall cell after selecting another cell 2024-09-22 07:26:02 +01:00
SiboVG
78e68ecf20 Also copy the wind model type 2024-09-22 07:18:38 +01:00
SiboVG
f7455bd385 Fix level delete action 2024-09-22 07:13:18 +01:00