2459 Commits

Author SHA1 Message Date
SiboVG
8babcb59de Rename clear preferences button 2022-10-13 15:32:56 +02:00
SiboVG
158aa58517 Create method to reset units to default 2022-10-13 15:27:47 +02:00
SiboVG
7557b67dbb [#1715] Add button in preferences for clearing cached preferences 2022-10-12 19:16:18 +02:00
SiboVG
52b582db69 Add motor designation to motor selection table 2022-10-12 17:29:38 +02:00
Joe Pfeiffer
5f8f2ccdf7
Merge branch 'openrocket:unstable' into fix-1712 2022-10-10 15:38:40 -06:00
JoePfeiffer
314464abe8 Copy WarningSet from old SimulationStatus to new when switching to BasicTumblerStepper
All prior warnings were getting lost when the simulation switched to the tumble stepper.  This fixes that.
2022-10-10 15:35:18 -06:00
Sibo Van Gool
e8f6074b86
Merge pull request #1726 from SiboVG/issue-1723
[#1723] Import MassObject length with NoAuto
2022-10-10 01:01:04 +02:00
Sibo Van Gool
3816f63663
Merge pull request #1727 from SiboVG/issue-1725
Add unit tests for MassObject auto radius
2022-10-09 20:19:53 +02:00
SiboVG
46c7deacb1 Add unit tests for mass object auto radius 2022-10-09 20:16:49 +02:00
SiboVG
4290ff298b Rename parachute naming leftover 2022-10-09 20:09:40 +02:00
SiboVG
84ade88cf2 [#1723] Import MassObject length with NoAuto 2022-10-09 17:11:39 +02:00
SiboVG
1579ec0f73 Use auto length/radius for component bounds 2022-10-09 17:00:29 +02:00
UncleRus
e05e77dede l10n: sync russian translation 2022-10-09 12:20:25 +05:00
Sibo Van Gool
2e96683509
Merge pull request #1705 from SiboVG/updated_updater
Updated software updater layout
2022-10-04 20:28:01 +02:00
SiboVG
9edc8eaea0 Don't explicitly save smokeAlpha in photostudio .ork 2022-10-04 08:52:48 +02:00
Sibo Van Gool
a0c7851ffb
Merge pull request #1717 from raynichc/fixes/PhotoStudioSave
Fixed photo studio save indents
2022-10-04 01:58:26 +02:00
JoePfeiffer
5c37a405f8 Merge branch 'unstable' into fix-1712 2022-10-03 12:41:48 -06:00
JoePfeiffer
756ae90f9d Add a warning to the WarningSet when stage separation order is unreasonable 2022-10-03 12:39:15 -06:00
JoePfeiffer
0f3fffb21d Allow out of order stage separation 2022-10-03 11:53:36 -06:00
Ray Clark
158d0944f8 Fixed trapezoidal fins on transitions not being imported from Rocksim 2022-10-03 12:45:41 +11:00
Ray Clark
cb9be5715e Fixed photo studio save indents 2022-10-03 11:56:47 +11:00
Ray Clark
c86569bd1b Forward simulation warning set 2022-10-03 11:06:33 +11:00
Ray Clark
0b3c4ec7b1 Added blank WarningSet to fix error 2022-10-02 19:40:01 +11:00
SiboVG
68dd2af95d Update software updater
Updated layout + changed "Cancel" button to "Remind me later" & added a "Skip this version" button
2022-09-30 03:36:40 +02:00
SiboVG
7be9dc238a Add unit tests for flight events 2022-09-28 13:12:57 +02:00
SiboVG
df9ffd1550 Merge branch 'unstable' into issue-1621 2022-09-28 12:42:55 +02:00
SiboVG
b5e7515f63 Remove unnecessary simulation listener 2022-09-28 12:36:19 +02:00
Sibo Van Gool
502ddb2529
Merge pull request #1623 from SiboVG/beta5
Prep for beta 05
2022-09-27 12:08:25 +02:00
Sibo Van Gool
4cf85fe6f2
Merge branch 'unstable' into issue-1680 2022-09-27 10:52:11 +02:00
Sibo Van Gool
4a949394c9
Merge pull request #1684 from SiboVG/issue-1617
[#1617] Mark empty stages as inactive
2022-09-27 10:44:12 +02:00
SiboVG
3a1bc46cb3 Refactor sim status checking to separate method 2022-09-26 22:01:04 +02:00
SiboVG
d9af73582e Add unit tests for axial stage disabling 2022-09-24 21:22:43 +02:00
SiboVG
bbbf0be15b Fix cheating unit test ;)
Booster D should have stage number 4, not 3 as it was previously
2022-09-24 20:50:25 +02:00
SiboVG
b96087e488 Fix issue in stage updating for sub-stages
updateStageNumbers would only update direct child stages of the rocket, instead of also ParallelStages
2022-09-24 20:49:23 +02:00
SiboVG
3751b9cd8c Use built-in component ID instead of extra stageID (whoops) 2022-09-24 18:07:14 +02:00
SiboVG
cf7238c128 Add empty stage unit tests for mass calc 2022-09-23 19:51:53 +02:00
SiboVG
9d8ca907bb Add unit tests for simulating empty stages 2022-09-23 02:43:02 +02:00
SiboVG
8c7fb6b67f [#1680] Update flight config stages based on stage ID 2022-09-22 22:55:17 +02:00
SiboVG
9cb57ae9c8 Add unique identifier for stages 2022-09-22 22:54:47 +02:00
SiboVG
71aa1b14f0 Fix typo 2022-09-20 23:23:59 +02:00
SiboVG
08116c3d32 Replace stage active flag checks with isStageActive
This is more reliable as it takes other factors into account (e.g. if the stage has no children)
2022-09-20 17:48:17 +02:00
SiboVG
26414da9f7 Disable stage selector if stage has no children + ttips 2022-09-19 14:32:46 +02:00
SiboVG
6585e07140 [#1617] Set stage with no children as inactive 2022-09-19 09:24:38 +02:00
SiboVG
ac5ee7537a Remove unused imports 2022-09-16 15:05:28 +02:00
SiboVG
55aaea94a3 [#1676] Treat zero-length SymmetricComponent as tube/disk 2022-09-16 00:50:51 +02:00
SiboVG
7602756dee Reset integration results for zero-length components 2022-09-15 23:18:19 +02:00
SiboVG
ac120e8fc1 Return aft radius if x == length 2022-09-15 22:29:18 +02:00
SiboVG
170e73325a Remove debug print 2022-09-15 21:15:52 +02:00
SiboVG
9b2780d378
Merge pull request #1674 from SiboVG/issue-1662
[#1662] Fix scaling of pod axial offset + fix ThicknessRingComponent scaling down
2022-09-13 15:15:10 +02:00
SiboVG
948d655cf2 Increase error margin for DisableStageTest 2022-09-13 10:43:43 +02:00