6287 Commits

Author SHA1 Message Date
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
SiboVG
3d583eda51 Apply cell value when focus is lost 2024-09-21 06:58:16 +01:00
SiboVG
db08a4ffc2 Fix cloning and equality of wind models 2024-09-21 06:53:43 +01:00
SiboVG
4a3b9efe76 Properly fire changes after wind model change 2024-09-21 06:33:06 +01:00
SiboVG
b9d2ebd16b Get wind direction from velocity 2024-09-21 05:24:17 +01:00
SiboVG
e8b2fdb448 Don't use deviation 2024-09-21 05:18:04 +01:00
SiboVG
7d5db58eec Use IconButton for multi-level wind buttons 2024-09-21 05:16:25 +01:00
SiboVG
ea210bac8d Also use pink noise for multi-level wind 2024-09-21 05:12:33 +01:00
SiboVG
19f8e3c8f3 Add coordinate interpolation method + improve unit tests 2024-09-21 04:39:47 +01:00
SiboVG
50af3d10cc Use selectable component tree for CA plot/export components selection 2024-09-19 00:35:25 +01:00
SiboVG
c3614330b9 Actually, scrap that, allow 0-speed wind 2024-09-14 02:48:16 +01:00
SiboVG
ff638366a2 Clamp min wind speed to 0.1 2024-09-14 02:43:38 +01:00
SiboVG
1506696c11 Document .ork file change 2024-09-13 06:54:46 +01:00
SiboVG
93bf3df742 Store which wind model type to use 2024-09-13 02:29:32 +01:00
SiboVG
f645f580ec [#2060, #2558] Implement multi-level wind input 2024-09-13 02:09:32 +01:00
JoePfeiffer
67f6aa191a Plot SIM_WARN flight events 2024-09-12 11:06:24 -06:00
JoePfeiffer
0ffe0e03c0 Merge branch 'unstable' into flight-warning-event 2024-09-12 08:55:24 -06:00
Sibo Van Gool
6b88a998d4
Merge pull request #2557 from SiboVG/issue-2019
[#2019] Highlight selected component in CA dialog in rocket panel  & Add per-instance CD column to component analysis dialog
2024-09-10 23:30:45 +02:00
Sibo Van Gool
fd735d85cc
Merge pull request #2554 from SiboVG/issue-1081
[#1081] Add ability to choose user-defined component presets location
2024-09-10 23:30:05 +02:00
JoePfeiffer
12f8802cd3 Load and store SIM_WARN flight events
This requires substantial changes to Warnings in .ork files. Instead of Warnings consisting of a text string with id and priority as attributes, it is now a mixed content element with id, priority, description, and possibly sources as subelements and the original text string still present to provide backward compatibility.

If a .ork file with a warning is saved with this PR and then loaded also with this PR, the warning is reconstructed from the subelements and is available if there is a SIM_WARN flight event. If at some point we want to highlight the components referenced in a Warning, we now have references to them.

If a .ork file with a warning is saved with 23.09 and then loaded with this PR, none of the subelements are present, so the Warning is reconstructed from the text.  It won't have actual references to the components mentioned in the Warning, and there won't be a SIM_WARN event needing reference the Warning.

If a .ork file with a warning is saved with this PR and then loaded in 23.09, there will be .ork loading warnings for all the elements defined in this PR, and then the Warning will be constructed from the text content just as for a .ork saved in 23.09.
2024-09-09 08:51:51 -06:00
Sibo Van Gool
67faa7173d
Merge pull request #2555 from SiboVG/issue-1579
[#1579] Add command-line argument to bypass preset and motor loading at startup
2024-09-09 01:36:59 +02:00
SiboVG
9caaf4be59 Fix row selection color for drag table 2024-09-07 13:29:59 +02:00
SiboVG
7a51055315 Properly sort groupable items in combobox 2024-09-07 11:25:06 +02:00
SiboVG
86aec4e22e [#2019] Add per-instance CD column to component analysis dialog 2024-09-07 11:06:24 +02:00
SiboVG
4f7b3bb452 [#2019] Highlight selected component in CA dialog in rocket panel 2024-09-06 18:01:52 +02:00
SiboVG
58d091998f [#1579] Add command-line argument to bypass preset and motor loading at startup 2024-09-06 11:31:16 +02:00
SiboVG
4dd3bce26d [#1081] Add ability to choose user-defined component presets location 2024-09-06 01:25:09 +02:00
Sibo Van Gool
3e60597ade
Merge pull request #2552 from SiboVG/issue-2532
[#2532] Fire outdated sim on stage rename
2024-09-05 23:40:44 +02:00
SiboVG
ffed01fb07 [#2532] Fire outdated sim on stage rename 2024-09-01 22:51:23 +02:00
JoePfeiffer
fad20af879 Refer to Warning UUID as ID for consistency with other code 2024-08-30 20:26:19 -06:00
Sibo Van Gool
0c0ae11fbc
Merge pull request #2551 from SiboVG/issue-2550
[#2550] Fix mass object radial rotation in 3D view
2024-08-30 21:09:49 +02:00
SiboVG
a7ec54d80b [#2550] Fix mass object radial rotation in 3D view 2024-08-30 21:04:25 +02:00
SiboVG
2cb8297326 Add destination location 2024-08-30 00:08:42 +02:00
Sibo Van Gool
e286eea144
Merge pull request #2545 from SiboVG/issue-2224
[#2224] Add hex color input field in appearance panel
2024-08-29 23:33:00 +02:00
SiboVG
b6b8e79d46 Merge remote-tracking branch 'origin/unstable' into unstable 2024-08-29 23:25:59 +02:00
SiboVG
e8974fa0e7 Add Crowdin config file 2024-08-29 23:25:48 +02:00
Joe Pfeiffer
b1a7812b70
Merge pull request #2544 from SiboVG/issue-2525
[#2525] Add option to plot and export component analysis parameter sweeps
2024-08-29 15:24:30 -06:00
SiboVG
4e2d378acc Allow PlotExportPanel to grow 2024-08-29 09:27:54 +02:00
SiboVG
657ce23083 Also update hex color input on focus lost 2024-08-28 12:37:49 +02:00
SiboVG
0153c89ddc [#2224] Add hex color input field in appearance panel 2024-08-28 12:11:49 +02:00
SiboVG
7343807c58 Don't do combobox filtering with HTML tags 2024-08-27 01:58:05 +02:00
SiboVG
a52f16bd7c Fix component selection resetting after updating plots 2024-08-27 01:35:23 +02:00
SiboVG
f392760c0e Update domain type on configuration change 2024-08-27 00:33:59 +02:00
SiboVG
b53f4e4f5a Better defaults for CA domain parameter ranges 2024-08-27 00:14:40 +02:00
SiboVG
afdc6e0359 Remake #2521 for refactored code
The implementation from PR #2530 had to be remade from scratch because of the refactoring. This implementation is also a bit more flexible and efficient
2024-08-27 00:08:24 +02:00
SiboVG
6ebf1ed6e4 Store separation time in data branch 2024-08-27 00:06:29 +02:00