Summary
- Prevent DecelerationBurn from setting the throttle to 0 after PDI (commit: 6aef833) (details)
- Change braking burn end altitude to 200m (commit: a30d52a) (details)
- Deceleration burn warp fixes (commit: 94dbb19) (details)
- Only warp when angular velocity is near zero (commit: 8f6728b) (details)
- Attempt to prevent full engine shutdown during vertical final descent. (commit: ea9a563) (details)
- Make min throttle limiter follow global min throttle limiter (commit: 8d974b4) (details)
- Fix for attitude excursion in vertical descent (commit: d23e55e) (details)
- Attempt to implement new RequestActiveThrottle API. (commit: e227003) (details)
- Small untested fix attempt (commit: 834f8c5) (details)
- That's what I get for not even test compiling. Optional arguments don't work that way in C# (commit: b6e7238) (details)
- Actually fix engine shutoff (commit: 32265bd) (details)
- Changes to final descent guidance and throttle logic to fix attitude excursions. (commit: 6a986a7) (details)