4850 Commits

Author SHA1 Message Date
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
590e550511 update unit tests 2023-02-25 18:56:09 -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
Joe Pfeiffer
91038c32e7
Merge pull request #2070 from JoePfeiffer/fix-2067
Properly load simulation data from saved simulations
2023-02-25 17:55:33 -07:00
JoePfeiffer
367c745aaa Merge branch 'unstable' into fix-2067 2023-02-25 17:48:40 -07: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
Joe Pfeiffer
8829e1abf4
Merge pull request #2071 from SiboVG/issue-2048
[#2048] Support inline, flush assemblies in prev/next sym comp
2023-02-24 09:14:02 -07:00
SiboVG
5ba08cf8a4 Remove unused imports 2023-02-23 23:40:22 +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
9557287bc1 Merge branch 'unstable' into issue-2048 2023-02-23 23:21:37 +01:00
JoePfeiffer
f0621e5790 Change simulation file loader so it always marks a simulation as LOADED if it has data, and NOT_SIMULATED if it doesn't. This is more reliable than the status attributed, as that gets saved as notsimulated when only summary data is saved.
Also clean up logic in Simulation constructor a bit,
2023-02-23 15:15:54 -07:00
JoePfeiffer
297ab11fe2 Don't bail on importing sim data when there is no <databranch> tag; we can
still have summary data
2023-02-23 14:23:31 -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
JoePfeiffer
ffcbc7cf60 Eliminate option of saving a subset of simulation data. Choices are to save all or nothing 2023-02-22 09:48:21 -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
5be3e381e7 Update geometry check for new next/prev comp behavior 2023-02-22 00:56:06 +01:00
Sibo Van Gool
9618fdb400
Merge pull request #2053 from SiboVG/issue-2040
[#2040] Fix CM of launch lug & rail button instances
2023-02-21 23:32:39 +01:00
Sibo Van Gool
98dccd868a
Merge pull request #2049 from SiboVG/issue-2047
[#2047] Fix pod set & booster markers
2023-02-21 23:32:18 +01:00
SiboVG
074fee3663 [#2048] Support inline, flush assemblies in prev/next sym comp 2023-02-21 03:15:47 +01:00
SiboVG
09918a3d22 Add clarifying comments 2023-02-21 03:13:27 +01:00
Sibo Van Gool
ab0fb6aedb
Merge pull request #2056 from SiboVG/issue-2046
[#2046] Add Wiki button to help menu
2023-02-16 15:37:17 +01:00
Sibo Van Gool
f63acc25fe
Merge pull request #2054 from SiboVG/issue-2051
[#2051] Sanitize some XML content
2023-02-16 05:12:30 +01:00
Sibo Van Gool
993f193a20
Merge pull request #2052 from SiboVG/issue-2050
[#2050] Fix carets rotation in top view
2023-02-16 05:12:08 +01:00
Sibo Van Gool
45604e22cf
Merge pull request #2042 from SiboVG/issue-2003
[#2003] Increase resolution of launch temp and pressure to 2 decimals
2023-02-16 05:11:35 +01:00
SiboVG
5b921eebaf Fix non-ASCII characters 2023-02-14 19:23:54 +01:00
SiboVG
fb3a22d210 Add unit tests for config name 2023-02-14 16:43:21 +00:00
SiboVG
813f0d5fc6 Only search active stages in substitutor 2023-02-14 16:32:59 +00: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
f38c8a48c9 Use proper substitutor for flight config name 2023-02-14 04:59:44 +00:00
SiboVG
cff2cf4f3c [#2046] Add Wiki button to help menu 2023-02-14 03:51:39 +00:00
SiboVG
c35a15a8cd Refactor URL opening in dedicated method 2023-02-14 03:40:40 +00:00
SiboVG
17199f0160 Remove unused imports 2023-02-14 03:35:58 +00:00
SiboVG
3e6d327e1c Refactor help menu 2023-02-14 03:26:32 +00:00
SiboVG
b158ca0ff6 Merge branch 'unstable' into issue-2040 2023-02-14 03:06:07 +00:00
Sibo Van Gool
65903bd88c
Merge pull request #2041 from SiboVG/issue-2035
[#2035] Add instances setting in launch lug config
2023-02-14 03:05:13 +00:00
SiboVG
1809f93f8b [#2051] Sanitize some XML content 2023-02-14 02:59:59 +00:00
SiboVG
8a691759b7 [#2050] Fix carets rotation in top view 2023-02-14 01:06:00 +00:00
SiboVG
6449883ddd [#2040] Fix CM of launch lug & rail button instances 2023-02-13 23:56:08 +00:00
SiboVG
1b3a9b7c87 [#2047] Fix pod set & booster markers 2023-02-13 14:23:23 +00:00
Sibo Van Gool
4113f023f8
Merge pull request #2039 from SiboVG/issue-2034
[#2034] Encapsulate instances in separate panel
2023-02-12 18:35:21 +00:00
SiboVG
bb9475859e Merge remote-tracking branch 'origin/issue-2034' into issue-2034 2023-02-12 18:34:23 +00:00
SiboVG
b2f559e3db Re-implement #2038 2023-02-12 18:34:13 +00:00
Sibo Van Gool
1343fd9a57
Merge branch 'unstable' into issue-2034 2023-02-12 18:34:02 +00:00