1707 Commits

Author SHA1 Message Date
SiboVG
20b3748df6 Close PhotoStudio when parent window closes 2022-12-01 19:21:32 +01:00
SiboVG
f77614fee3 Support multi-comp fin set shape editing 2022-12-01 18:32:53 +01:00
SiboVG
611fa93dbe Reformat bug report dialog 2022-12-01 14:43:03 +01:00
Sibo Van Gool
f66c8305a3
Merge pull request #1862 from SiboVG/issue-1655
[#1655] Use minimum mount bounds for fin set editor origin updating
2022-12-01 01:55:42 +01:00
JoePfeiffer
00301bb866 Code was setting MINIMUM_ZOOM and MAXIMUM_ZOOM but never using them 2022-11-30 17:33:39 -07:00
JoePfeiffer
50e1441008 Remove bounds limit on rocket figure scaling
Note the sanity checks (scale must be greater than 0, etc) are still present

Make epsilon in check of new vs. old scale factor depend on old scale factor
so setting new scale can still work with tiny scales.
2022-11-30 17:30:24 -07:00
SiboVG
f529d3ee8b [#1655] Use minimum mount bounds for origin updating
This fixes issues when fins on a nose cone/transition are used.
2022-12-01 01:25:10 +01:00
SiboVG
8edfc5d591 Rename vars & documentation 2022-12-01 00:15:45 +01:00
SiboVG
7ffaabcda4 [#1679] Render finset even if zero length 2022-11-30 13:12:48 +01:00
SiboVG
faa7e43891 [#1768] Add a welcome dialog at start-up to show the release notes 2022-11-30 00:18:21 +01:00
SiboVG
7ce87f099e Whoops, forgot to add these in translates 2022-11-29 22:38:16 +01:00
Sibo Van Gool
eb8d7615ab
Merge pull request #1855 from SiboVG/issue-1813
[#1813] Update previous selection on sim addition/deletion
2022-11-29 16:40:21 +01:00
Sibo Van Gool
462e264697
Merge pull request #1856 from SiboVG/issue-1851
[#1851] Reset button foreground on focus loss
2022-11-29 00:04:08 +01:00
SiboVG
3d7250934c [#1851] Reset button foreground on focus loss 2022-11-28 23:59:55 +01:00
SiboVG
1fb69f3a1f [#1813] Build in extra safety-check on taking the spotlight 2022-11-28 23:42:38 +01:00
SiboVG
79a2b32d63 [#1813] Update previous selection on sim addition/deletion 2022-11-28 23:42:21 +01:00
H Craig Miller
ec76aa6787 Update Apocalypse with decals.ork
Apocalypse example, changed lunch lugs to rails buttons, and reoriented rotation to -120 to avoid fins.
2022-11-21 23:09:52 -08:00
Sibo Van Gool
29020856cb
Merge branch 'unstable' into issue-1818 2022-11-18 19:13:55 +01:00
Sibo Van Gool
7f4a78ae0f
Merge pull request #1827 from SiboVG/issue-1820
[#1820] Don't switch to simulation plot if "Simulate & Plot" resulted in faulty simulation
2022-11-18 19:11:19 +01:00
Sibo Van Gool
d871e504ee
Merge pull request #1845 from SiboVG/issue-1840
[#1840] Add context menu for fin point deletion
2022-11-18 19:10:35 +01:00
Sibo Van Gool
4c151b2fa0
Merge pull request #1839 from SiboVG/issue-1829
[#1829] Fix tessellation issue on fins with curved root
2022-11-18 19:10:13 +01:00
Sibo Van Gool
deda85c5f0
Merge pull request #1844 from SiboVG/issue-1841
[#1841] Wrap fin shape editor table and figure in split pane
2022-11-18 19:09:42 +01:00
Sibo Van Gool
d8f721a420
Merge pull request #1834 from SiboVG/issue-1831
[#1831] Don't highlight sustainer stage at startup
2022-11-18 19:09:06 +01:00
Sibo Van Gool
796982709d
Merge pull request #1830 from SiboVG/issue-1824
[#1824] Fire document update when simulation is done
2022-11-18 19:08:22 +01:00
SiboVG
6bd2ac05aa Add insert fin point context menu action 2022-11-17 19:17:09 +01:00
SiboVG
6f2cbf31ae [#1840] Add context menu for fin point deletion 2022-11-17 17:47:19 +01:00
SiboVG
39100f76f6 Remove redundant row query 2022-11-17 17:34:59 +01:00
SiboVG
77822ec671 [#1841] Wrap fin shape editor table and figure in split pane 2022-11-17 16:02:35 +01:00
SiboVG
0056c53640 [#1829] Fix tesselation issue on fins with curved root 2022-11-17 00:48:39 +01:00
SiboVG
c79a75f9bb [#1831] Don't highlight sustainer stage at startup 2022-11-15 23:14:47 +01:00
SiboVG
f3b8459f37 Remove unused imports and wildcard imports 2022-11-15 14:36:33 +01:00
SiboVG
451d9ea009 [#1824] Fire document update when simulation is done
This updates the sim table
2022-11-15 14:24:54 +01:00
SiboVG
1a32012aa1 Make sure error message updates at start-up 2022-11-15 11:52:35 +01:00
SiboVG
a0dbb942df [#1818] Update extension menu 'copy extension' after extension change 2022-11-15 04:16:24 +01:00
SiboVG
baed200d27 [#1820] Don't switch to simulation plot if "Simulate & Plot" resulted in faulty simulation 2022-11-14 16:42:06 +01:00
SiboVG
f68189c3e2 Delete unused import 2022-11-14 14:12:58 +01:00
SiboVG
fa27fd0b9a Add warning text if simulation listener not recognized as class 2022-11-14 13:57:56 +01:00
SiboVG
1021bbc8a9 [#1819] Update extensions after configurator instantiation 2022-11-14 13:56:56 +01:00
Joe Pfeiffer
351be90fb7
Merge pull request #1811 from SiboVG/issue-1479
[#1479] Add option to automatically open preset dialog when creating a new component
2022-11-13 19:36:40 -07:00
Joe Pfeiffer
347df84d61
Merge pull request #1798 from SiboVG/issue-1791
[#1791 & ##1631] Return component mass as section mass if subcomponents mass is overridden & add subcomponent overridden icons
2022-11-13 19:35:48 -07:00
Joe Pfeiffer
5ba619c8bc
Merge pull request #1810 from SiboVG/issue-1809
[#1809] Ignore stages with no sim data in plots
2022-11-13 16:09:09 -07:00
Sibo Van Gool
19ee2a83ac
Merge pull request #1805 from SiboVG/issue-1792
[#1792] Don't clamp SymmetricComponent thickness when importing
2022-11-11 19:19:44 +01:00
SiboVG
ba4fd942a3 [#1479] Add option to automatically open preset dialog when creating a new component 2022-11-10 21:56:36 +01:00
SiboVG
0385b30d8b [#1809] Ignore stages with no sim data in plots 2022-11-10 19:45:54 +01:00
SiboVG
4691bb2ae3 Merge branch 'unstable' into issue-1791 2022-11-10 00:40:20 +01:00
SiboVG
d400947e1f Fix max slider value of thickness 2022-11-10 00:25:43 +01:00
SiboVG
a75d3402c3 Fix subcomponents override widgets not disabling when enabled prior to parent overriding subcomponents 2022-11-09 15:14:16 +01:00
SiboVG
4c8aaee8a8 Replace override parent search with overriddenBy object 2022-11-09 13:52:42 +01:00
SiboVG
072616468e Fix component tooltip when subcomponents overridden 2022-11-09 01:55:49 +01:00
Sibo Van Gool
b1777bb36b
Merge pull request #1753 from SiboVG/issue-1621
Write unit tests for flight events
2022-11-08 21:41:10 +01:00