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

Changes in proto for Player Tracking design update #1481

Merged

Conversation

markmandel
Copy link
Member

What type of PR is this?
/kind feature

What this PR does / Why we need it:
This includes changes to make PlayerID consistent in casing.

Which issue(s) this PR fixes:
Work on #1033

Special notes for your reviewer:
Code generation will come in the next PR to make things easier to
review.

@markmandel markmandel added kind/feature New features for Agones area/user-experience Pertaining to developers trying to use Agones, e.g. SDK, installation, etc labels Apr 18, 2020
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 66509b1a-78ad-4019-8a63-fececd5710cf

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1481/head:pr_1481 && git checkout pr_1481
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.6.0-e791c21

// Call when a player has connected.
rpc PlayerConnect (PlayerId) returns (Empty) {
// PlayerConnect increases the SDK’s stored player count by one, and appends this playerID to status.players.id.
// status.players.count and status.players.ids is then set to update to the player count and id list a second from now, unless there is already an update pending, in which case the update joins that batch operation.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nit: this comment is extra-long, should be split.

This includes changes to make PlayerID consistent in casing.

Code generation will come in the next PR to make things easier to
review.

Work on googleforgames#1033
@markmandel markmandel force-pushed the feature/proto-player-tracking branch from e791c21 to 2942d09 Compare April 20, 2020 22:19
@markmandel
Copy link
Member Author

Pushed up a stack of updated documentation - mostly around when one should use the SDK commands or not. PTAL.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 0821106b-c430-4b2e-a228-78543ae00edb

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1481/head:pr_1481 && git checkout pr_1481
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.6.0-2942d09

Copy link
Member

@roberthbailey roberthbailey left a comment

Choose a reason for hiding this comment

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

lgtm, but please address @aLekSer's comments before merging.

@markmandel
Copy link
Member Author

lgtm, but please address @aLekSer's comments before merging.

I think that I have. @aLekSer would you mind confirming in case I missed something?

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: f5fbd611-0f57-4363-a98b-c3bb1006ecf6

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1481/head:pr_1481 && git checkout pr_1481
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.6.0-92488aa

Copy link
Collaborator

@aLekSer aLekSer left a comment

Choose a reason for hiding this comment

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

All comments applied, thanks.

@google-oss-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: aLekSer, markmandel, roberthbailey

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [markmandel,roberthbailey]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-robot
Copy link

New changes are detected. LGTM label has been removed.

@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 7971333b-1b16-401e-8d7e-684923476e21

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/1481/head:pr_1481 && git checkout pr_1481
  • helm install ./install/helm/agones --namespace agones-system --name agones --set agones.image.tag=1.6.0-a856c25

@aLekSer aLekSer merged commit 68c635b into googleforgames:master Apr 22, 2020
@markmandel markmandel deleted the feature/proto-player-tracking branch April 22, 2020 17:23
@markmandel markmandel added this to the 1.6.0 milestone May 19, 2020
ilkercelikyilmaz pushed a commit to ilkercelikyilmaz/agones that referenced this pull request Oct 23, 2020
This includes changes to make PlayerID consistent in casing.

Code generation will come in the next PR to make things easier to
review.

Work on googleforgames#1033
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved area/user-experience Pertaining to developers trying to use Agones, e.g. SDK, installation, etc kind/feature New features for Agones size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants