-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement server-side messages #14
The head ref may contain hidden characters: "\u043D\u0430\u0431/message"
Conversation
Add relevant section of Protocol spec to message mod and variant docs Depend on serde{,_json}. Dev-depend on rand Credit Katt in Cargo.toml
262adba
to
a76d959
Compare
Still not sure what to do with |
Reviewed 4 of 5 files at r1. server/src/message.rs, line 302 [r1] (raw file): server/src/message.rs, line 308 [r1] (raw file): server/src/message.rs, line 710 [r1] (raw file): Comments from the review on Reviewable.io |
They're defined in the spec. |
Review status: 4 of 5 files reviewed at latest revision, 3 unresolved discussions. server/src/message.rs, line 302 [r1] (raw file): server/src/message.rs, line 308 [r1] (raw file): Comments from the review on Reviewable.io |
Review status: 4 of 5 files reviewed at latest revision, 3 unresolved discussions. server/src/message.rs, line 710 [r1] (raw file): Comments from the review on Reviewable.io |
Review status: 4 of 5 files reviewed at latest revision, 2 unresolved discussions. server/src/message.rs, line 302 [r1] (raw file): server/src/message.rs, line 308 [r1] (raw file): Comments from the review on Reviewable.io |
Review status: 4 of 5 files reviewed at latest revision, 1 unresolved discussion. server/src/message.rs, line 308 [r1] (raw file): Comments from the review on Reviewable.io |
Review status: 4 of 5 files reviewed at latest revision, 1 unresolved discussion. server/src/message.rs, line 308 [r1] (raw file): Comments from the review on Reviewable.io |
Review status: 4 of 5 files reviewed at latest revision, 2 unresolved discussions. server/src/message.rs, line 308 [r1] (raw file): server/src/message.rs, line 203 [r2] (raw file): Comments from the review on Reviewable.io |
Reviewed 3 of 4 files at r3. server/src/message/mod.rs, line 210 [r3] (raw file): Comments from the review on Reviewable.io |
Are we going to go for squashing commits down before PR is finished? |
Might fuck up review status so we'll see after it's all reviewed. |
/// - `move_x` (f32) — current movement vector X of the bullet | ||
/// - `move_y` (f32) — current movement direction vector Y of the bullet | ||
/// (movement direction vectors MUST be normalised, i.e. their magnitude MUST be equal to 1) | ||
WorldState, |
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.
What's this here?
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.
TODO
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.
slacker
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.
I'm doing it
6e0b053
to
3382418
Compare
Review status: 4 of 8 files reviewed at latest revision, 4 unresolved discussions, some commit checks failed. server/src/message/mod.rs, line 210 [r3] (raw file): Comments from the review on Reviewable.io |
Not sure why Travis is failing, looks like |
af20160
to
63eabdd
Compare
Seriously don't rebase shit before review is over, or it's hard to tell what was already read and what wasn't. (And impossible to tell what actually changed from iteration to iteration) Okay I can actually get normal diffs, but don't anyway, it can be done afterwards. |
👍 Reviewed 1 of 3 files at r4, 3 of 3 files at r5. Comments from the review on Reviewable.io |
👍 |
2 upboats, merging |
This change is