Joe Pfeiffer
b5f63818a2
Merge pull request #1877 from SiboVG/issue-1868
...
[#1868 ] Set apogee flight event at the correct simulation time
2022-12-12 09:06:38 -07:00
Joe Pfeiffer
4260b89f21
Merge pull request #1866 from SiboVG/multi-shape-edit
...
Support multi-comp fin set shape editing
2022-12-12 08:44:46 -07:00
Sibo Van Gool
cb4fda112d
Merge pull request #1858 from SiboVG/issue-1768
...
[#1768 ] Add welcome dialog
2022-12-12 15:10:18 +01:00
Sibo Van Gool
ee9708fcfd
Merge pull request #1876 from SiboVG/issue-1567
...
[#1567 ] Implement rail button screw
2022-12-12 00:36:23 +01:00
SiboVG
7b714d129c
[ #1868 ] Set apogee time step at apogee instead of one sample after
...
Currently, the apogee event is added at one simulation time step AFTER the actual apogee, instead of the apogee time step itself
2022-12-11 23:43:58 +01:00
SiboVG
58bd18dc84
[ #1567 ] Implement rail button screw
2022-12-11 13:54:47 +01:00
SiboVG
8c150299bc
Improve height sliders of Rail Button config
...
Make it linear + dynamic changing of max/min value
2022-12-10 19:57:45 +01:00
JoePfeiffer
84025c8b45
Move extension examples from package .../impl to .../example
2022-12-08 15:58:11 -07:00
H Craig Miller
ec153f9d18
Corrects polished value and adds 4 additional surfaces
...
Corrects polished value and adds 4 additional surfaces
2022-12-07 19:53:58 -08:00
JoePfeiffer
76e32f716a
Rename JavaScript menu entry
2022-12-07 16:21:08 -07:00
JoePfeiffer
dbcc0ffb5e
Clarify Java code provider menu entry
2022-12-07 15:36:42 -07:00
JoePfeiffer
9027b21a12
Convert Roll control example listener to simulation extension
2022-12-07 15:29:16 -07:00
JoePfeiffer
f427cad09f
convert PrintSimulation listener to extension
2022-12-07 15:22:28 -07:00
JoePfeiffer
17a4f1ffdb
Convert DampingMoment listener to simulation extension
2022-12-07 15:17:17 -07:00
JoePfeiffer
c3d2d5fc16
Move CSV listener example to extension
2022-12-07 15:10:54 -07:00
JoePfeiffer
ba630ab37e
move AirStart extension files from .../impl/ to .../example
...
add getDescription() to AirStart extension
2022-12-07 14:58:58 -07:00
SiboVG
0956b9e956
[ #1021 ] Add extra root point if fin is outside parent's bounds
2022-12-07 16:05:39 +01:00
SiboVG
082187512b
Some code refactoring
2022-12-06 21:18:27 +01:00
Sibo Van Gool
9a51bda56d
Merge pull request #1860 from JoePfeiffer/fix-1611
...
Disallow stage separation at launch
2022-12-05 19:49:06 +01:00
Sibo Van Gool
bc547694ba
Merge pull request #1859 from SiboVG/issue-1679
...
[#1679 ] Render fin set even if zero length
2022-12-04 23:58:18 +01:00
SiboVG
f77614fee3
Support multi-comp fin set shape editing
2022-12-01 18:32:53 +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
SiboVG
8edfc5d591
Rename vars & documentation
2022-12-01 00:15:45 +01:00
JoePfeiffer
1c32ec3912
Disallow stage separation at launch
2022-11-30 15:48:44 -07:00
Joe Pfeiffer
6d1b32cff4
Merge pull request #1854 from SiboVG/issue-1848
...
[#1848 ] Allow only booster stage to be active
2022-11-30 15:34:54 -07:00
SiboVG
458a5a0605
Catch bug of negative fin area weight
2022-11-30 15:15:04 +01:00
SiboVG
bc2a39c2e0
Add unit tests for welcome info
2022-11-30 01:41:33 +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
6bc74f6b91
[ #1848 ] Parse all stages (including boosters) for top stage
2022-11-24 20:19:15 +01:00
SiboVG
ca007d7e93
[ #1849 ] Only apply component context transforms once
2022-11-24 16:55:35 +01:00
SiboVG
1fe7055b99
Less ambiguous error text
2022-11-23 18:15:28 +01:00
SiboVG
005202cbc5
Refactor GitHub API functions
2022-11-23 18:15:28 +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
38b66be2a4
Merge pull request #1832 from JoePfeiffer/fix-1611
...
When a simulation fails badly enough to be aborted, don't turn the exception into a warning
2022-11-18 19:09:31 +01:00
Sibo Van Gool
ab50573f71
Merge pull request #1843 from SiboVG/issue-1842
...
[#1842 ] More general string conversion to double for fin editor table
2022-11-18 19:08:46 +01:00
SiboVG
568437f2b8
Rename var
2022-11-17 20:09:18 +01:00
SiboVG
91332baafa
[ #1842 ] More general string conversion to double for fin editor table
2022-11-17 12:43:24 +01:00
SiboVG
0056c53640
[ #1829 ] Fix tesselation issue on fins with curved root
2022-11-17 00:48:39 +01:00
JoePfeiffer
a04fc455e9
Update unit tests for modified continuity check
...
Also, make testIsContinuous public in AerodynamicCalcutor, primarily for the benefit of unit tests.
2022-11-16 09:57:17 -07:00
JoePfeiffer
7c57c272fb
Tell user where discontinuity exists in body tube
2022-11-16 09:36:48 -07:00
Sibo Van Gool
9595c2b8a7
Merge pull request #1822 from JoePfeiffer/empty-branch-warning
...
Provide user with warning when a simulation branch contains no data
2022-11-16 08:35:46 +01:00
JoePfeiffer
21987ce411
Make sanity check code at start of simulation clearer
...
On SimulationException, record the abort in the flight data but then rethrow the exception
2022-11-15 10:43:00 -07:00
JoePfeiffer
9d24cecbef
Move recovery device check to simulation startup. It doesn't need to be checked on every iteration.
2022-11-15 09:46:05 -07:00
Sibo Van Gool
b42acb5416
Merge pull request #1825 from SiboVG/issue-1819
...
[#1819 ] Update simulation extensions after new extension creation
2022-11-15 14:10:33 +01:00
Sibo Van Gool
3618daa2a2
Merge pull request #1816 from SiboVG/issue-1815
...
[#1815 ] Don't let preset loading override component name on file import
2022-11-15 11:55:07 +01:00
Sibo Van Gool
a5b99d8f36
Merge pull request #1823 from SiboVG/issue-1817
...
[#1817 ] Create zero-argument constructor for StopSimulationListener
2022-11-15 11:47:00 +01:00
SiboVG
c5b0271db7
[ #1817 ] Add extra error information on simulation listener instantiation
2022-11-14 13:50:18 +01:00
Joe Pfeiffer
8dd2d00ca5
Merge pull request #1812 from SiboVG/issue-1780
...
[#1780 ] Use concurrent hashmap for stagemap
2022-11-13 19:37:19 -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
JoePfeiffer
df675f5366
Provide user with warning when a simulation branch contains no data
...
Also, add a method to WarningSet making it easy to add a "discriminator" to warnings, informing the user what in a design or simulation is causing the warning.
2022-11-13 15:57:33 -07:00