-
Notifications
You must be signed in to change notification settings - Fork 70
Advance parts #1260
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
Advance parts #1260
Conversation
@@ -585,9 +585,7 @@ void Plugin::SetPartApparentDegreesOfFreedom( | |||
part, world_to_apparent_bubble(degrees_of_freedom)); | |||
} | |||
|
|||
void Plugin::AdvanceTime(Instant const& t, Angle const& planetarium_rotation) { | |||
VLOG(1) << __FUNCTION__ << '\n' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be keep the VLOG for the time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We never actually use the VLOGs, we either journal or add ad hoc traces.
serialization/journal.proto
Outdated
} | ||
optional In in = 1; | ||
} | ||
|
||
message PrepareToReportCollisions { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This message doesn't seem to be in alphabetical order.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Another attempt at putting those calls in the right order.