Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insertion and out-of-order removal of manœuvres #2661

Merged
merged 4 commits into from
Aug 3, 2020

Conversation

eggrobin
Copy link
Member

@eggrobin eggrobin commented Aug 2, 2020

No description provided.

ksp_plugin/flight_plan.cpp Outdated Show resolved Hide resolved
ksp_plugin/flight_plan.cpp Outdated Show resolved Hide resolved
ksp_plugin/flight_plan.hpp Outdated Show resolved Hide resolved
ksp_plugin/flight_plan.cpp Outdated Show resolved Hide resolved
ksp_plugin_test/flight_plan_test.cpp Outdated Show resolved Hide resolved
ksp_plugin_adapter/flight_planner.cs Show resolved Hide resolved
ksp_plugin/flight_plan.cpp Outdated Show resolved Hide resolved
burn);
if (manœuvre.IsSingular()) {
return Singular();
}
if (!manœuvre.FitsBetween(start_of_last_coast(), desired_final_time_)) {
if (!manœuvre.FitsBetween(start_of_previous_coast(index),
start_of_next_burn(index - 1))) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

start_of_burn

Sorry, something went wrong.

ksp_plugin_adapter/flight_planner.cs Outdated Show resolved Hide resolved
ksp_plugin_adapter/burn_editor.cs Outdated Show resolved Hide resolved
@pleroy pleroy added the LGTM label Aug 3, 2020
@eggrobin eggrobin merged commit f6590f4 into mockingbirdnest:master Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants