<freeStyleBuild _class='hudson.model.FreeStyleBuild'><action _class='hudson.model.CauseAction'><cause _class='com.cloudbees.jenkins.GitHubPushCause'><shortDescription>Started by GitHub push by lamont-granquist</shortDescription></cause></action><action></action><action></action><action></action><action _class='hudson.plugins.git.util.BuildData'><buildsByBranchName><refsremotesorigindev _class='hudson.plugins.git.util.Build'><buildNumber>1492</buildNumber><marked><SHA1>2e177d50fe14aad36bd19c2b4e964176434d40ec</SHA1><branch><SHA1>2e177d50fe14aad36bd19c2b4e964176434d40ec</SHA1><name>refs/remotes/origin/dev</name></branch></marked><revision><SHA1>2e177d50fe14aad36bd19c2b4e964176434d40ec</SHA1><branch><SHA1>2e177d50fe14aad36bd19c2b4e964176434d40ec</SHA1><name>refs/remotes/origin/dev</name></branch></revision></refsremotesorigindev></buildsByBranchName><lastBuiltRevision><SHA1>2e177d50fe14aad36bd19c2b4e964176434d40ec</SHA1><branch><SHA1>2e177d50fe14aad36bd19c2b4e964176434d40ec</SHA1><name>refs/remotes/origin/dev</name></branch></lastBuiltRevision><remoteUrl>https://github.com/MuMech/MechJeb2.git</remoteUrl><scmName></scmName></action><action></action><action></action><action></action><action></action><action _class='org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction'></action><artifact><displayPath>MechJeb2-2.15.1.0-1492.zip</displayPath><fileName>MechJeb2-2.15.1.0-1492.zip</fileName><relativePath>MechJeb2-2.15.1.0-1492.zip</relativePath></artifact><building>false</building><displayName>#1492</displayName><duration>21058</duration><estimatedDuration>21549</estimatedDuration><fullDisplayName>MechJeb2-Dev #1492</fullDisplayName><id>1492</id><inProgress>false</inProgress><keepLog>false</keepLog><number>1492</number><queueId>2301</queueId><result>SUCCESS</result><timestamp>1766112424511</timestamp><url>https://ksp.sarbian.com/jenkins/user/mail/my-views/view/all/job/MechJeb2-Dev/1492/</url><builtOn></builtOn><changeSet _class='hudson.plugins.git.GitChangeSetList'><item _class='hudson.plugins.git.GitChangeSet'><affectedPath>MechJeb2/MechJebModuleAscentBaseAutopilot.cs</affectedPath><commitId>836cda71b82692b52e785ee770e5aa54ae095969</commitId><timestamp>1766069250000</timestamp><author><absoluteUrl>https://ksp.sarbian.com/jenkins/user/mrev1995</absoluteUrl><fullName>mrev1995</fullName></author><authorEmail>mrev1995@gmail.com</authorEmail><comment>Fix Classic Ascent with sliders fully left

It sometimes takes a few ticks before the base game updates the vessel's
situation. This means that `VerticalHeadingTo` will disable the
actuation controls during this time.

If the vessel switches from `VERTICAL_ASCENT` to `GRAVITY_TURN` before
the situation changes, the actuation controls never get re-enabled
(`VerticalHeadingTo` never gets called while, according to the game, the
vessel has lifted off). This can happen if the pitch start velocity is
very small, for example if the auto-turn velocity slider is all the way
to the left.

This change makes sure that the actuation controls also get enabled
properly while in the `GRAVITY_TURN` phase of flight, by enabling the
actuation controls at the same time as the axis controls in the
`AttitudeTo` method.

Fixes the root cause of the problem in #2025.
</comment><date>2025-12-18 15:47:30 +0100</date><id>836cda71b82692b52e785ee770e5aa54ae095969</id><msg>Fix Classic Ascent with sliders fully left</msg><path><editType>edit</editType><file>MechJeb2/MechJebModuleAscentBaseAutopilot.cs</file></path></item><kind>git</kind></changeSet><culprit><absoluteUrl>https://ksp.sarbian.com/jenkins/user/mrev1995</absoluteUrl><fullName>mrev1995</fullName></culprit></freeStyleBuild>