4095 Commits

Author SHA1 Message Date
Joe Pfeiffer
ab3ad01b03
Merge branch 'unstable' into fix-1171 2022-09-01 10:12:11 -06:00
Joe Pfeiffer
970cc55656
Merge pull request #1635 from UncleRus/unstable
l10n: sync russian translation
2022-09-01 09:32:17 -06:00
UncleRus
9bec0fd565 l10n: sync russian translation 2022-09-01 16:21:50 +05:00
Joe Pfeiffer
104293945e
Merge branch 'unstable' into fix-1171 2022-08-30 21:23:49 -06:00
SiboVG
989301e734
Merge pull request #1587 from SiboVG/issue-1532
[#1532] Custom focus travel policy for component config dialogs
2022-08-30 21:42:23 +02:00
JoePfeiffer
94bc305ccb Allow user to turn off CD override for subcomponents 2022-08-30 11:31:55 -06:00
JoePfeiffer
d076c54c9a Add component CD override logic to aerodynamic calculations.
Add unit test for CD override
2022-08-30 09:57:39 -06:00
JoePfeiffer
1a1e5b2e62 Changed name of "OverrideSubcomponents" to "SubcomponentsOverridden" to improve method name generated by BooleanModel. isSubcomponentsOverridden() is like fingernails on a blackboard, but it's not as bad as isOverrideSubcomponents().
Added CD override logic to RocketComponent.java
2022-08-30 09:57:39 -06:00
JoePfeiffer
9656d8cb5a Send AERODYNAMIC_CHANGE, not MASS_CHANGE, when CD override changes 2022-08-30 09:57:39 -06:00
JoePfeiffer
900c460641 Little bit of comment cleanup 2022-08-30 09:57:39 -06:00
JoePfeiffer
a00105a70e UI Changes:
Eliminate title
Rephrase "Set coefficient of drag" to "Override coefficient of drag"
Rephrase "Override mass and CG of all subcomponents" to "Override mass, CG, and CD if akk subcomponents"
Reordered so CD override is before subcomponent override

Rephrases are only in English
2022-08-30 09:57:38 -06:00
Joe Pfeiffer
5e20c5c3fd
Merge pull request #1604 from SiboVG/issue-1315
[#1315] Update auto length in MassObject
2022-08-28 17:39:31 -06:00
Billy Olsen
09456ad157
Merge pull request #1615 from SiboVG/issue-236
[#236] Limit simulation time step to 0.01 s
2022-08-28 13:37:33 -07:00
SiboVG
f1905e71ff Apply row traversal policy to component preset table 2022-08-28 15:08:29 +02:00
SiboVG
099ab09bcc Fix some bugs in the custom focus traversal policy
Sorry, I don't want to split this all up in atomic commits...
2022-08-28 15:00:02 +02:00
SiboVG
c217479a3c Put focus on tabbed pane after selection change
This effects to the user not having to tab through the first GUI widgets (component name, preset etc.), but instead a single tab key press will cycle directly to the first widget of that tab.
2022-08-28 14:56:31 +02:00
Billy Olsen
6d8ae32ae4
Merge pull request #1620 from SiboVG/issue-1618 2022-08-27 18:54:43 -07:00
SiboVG
abeba2fa46 Add fin shape table focus 2022-08-27 20:05:12 +02:00
SiboVG
72b9deddb7 Include 'Parts library' button in order 2022-08-27 20:00:08 +02:00
SiboVG
5480b96652 Use MathUtil.clamp for DoubleModel set clamping 2022-08-27 12:48:16 +02:00
SiboVG
9aa83c1698 Use MathUtil.EPSILON for FinSet point correction 2022-08-27 12:42:55 +02:00
SiboVG
406b18be64 Fix fin polygon path if no tab 2022-08-27 02:10:25 +02:00
SiboVG
589d84b2af Change moveTo for normal fin shape 2022-08-27 02:07:39 +02:00
SiboVG
4446d07902 Remove unneeded method 2022-08-27 02:03:48 +02:00
SiboVG
fe67e82247 [#1597] Fix 3D issues for fins with tabs 2022-08-27 02:01:44 +02:00
SiboVG
5f3cb5a494 Fix fin set template print for curved parent 2022-08-27 01:34:44 +02:00
SiboVG
a4f925000d
Merge pull request #1605 from SiboVG/improved-hover
Improve hover info texts
2022-08-27 01:03:58 +02:00
SiboVG
f907ff186b [#1618] Fix fin tab root points 2022-08-26 23:22:42 +02:00
SiboVG
71045c6675 Refactor 2022-08-26 23:22:42 +02:00
SiboVG
a13ab56808
Merge pull request #1614 from SiboVG/issue-1613
[#1613] Fix bugs in fin tabs auto calc
2022-08-26 16:17:23 +02:00
SiboVG
75b10e9f76
Merge pull request #1616 from SiboVG/fix-icons-click
Fix pressed icon size of IconButton
2022-08-26 16:17:12 +02:00
SiboVG
aa0c119a58 IconButton add pressed icon override 2022-08-25 22:24:17 +02:00
SiboVG
ea2173b92c Limit double model set value to max and min 2022-08-25 22:04:48 +02:00
SiboVG
e9eec0454b [#236] Limit timestep setting to 0.01 s 2022-08-25 22:04:29 +02:00
SiboVG
c41ed866cd Only use direct children for auto tab calc 2022-08-25 21:36:43 +02:00
SiboVG
467b1dee1d Delete outdated comment 2022-08-25 21:33:34 +02:00
SiboVG
6e9fdc6330 Fix auto tab height for transitions 2022-08-25 21:26:21 +02:00
SiboVG
0416328097 [#1613] Fix auto-calc not working for unequally sized rings 2022-08-25 21:23:52 +02:00
JoePfeiffer
39eb2bf5bf Only set timestep to 0 if we both have no events in the queue and we're sitting on the ground. Otherwise we end up with a timestep of .001 throughout the coast phase of the flight (as .001 is a hard "minimum step size") 2022-08-25 13:02:21 -06:00
JoePfeiffer
948b6ebe9d catch up component databases 2022-08-25 12:54:41 -06:00
SiboVG
22281b3f09
Merge pull request #1612 from SiboVG/issue-1603
[#1603] Fix fin set tab height validation + dynamic max slider value
2022-08-25 16:37:06 +02:00
SiboVG
e8c597142c Dynamically set tab height slider max value 2022-08-25 10:00:26 +02:00
SiboVG
fad1390cc3 [#1603] Fix tab height validation 2022-08-25 09:25:14 +02:00
SiboVG
9bbbed4567
Merge branch 'unstable' into issue-1532 2022-08-24 13:39:41 +02:00
SiboVG
1c38aa4dd4
Merge pull request #1590 from SiboVG/issue-1555
[#1555] Don't open config dialog for duplicate config
2022-08-23 22:16:31 +02:00
SiboVG
737bf03815 Merge branch 'unstable' into issue-1555 2022-08-23 22:14:26 +02:00
SiboVG
59a1c09e9c
Merge pull request #1601 from SiboVG/issue-1600
[#1600] Calculate auto tab for all inner tubes
2022-08-23 22:13:14 +02:00
SiboVG
3f72a8ec50
Merge pull request #1588 from SiboVG/issue-1523
[#1523] Fix copy order
2022-08-23 22:12:19 +02:00
SiboVG
b18a0ad4a3
Merge pull request #1598 from SiboVG/issue-1227
[#1227] Fix fin root edge display in 3D view and fin template
2022-08-23 22:12:09 +02:00
SiboVG
20cf016667
Merge pull request #1610 from SiboVG/unstable
Improve DisableStageTest error margin
2022-08-23 21:30:11 +02:00