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

New create game flow backend | Final steps #3385

Merged
merged 2 commits into from Jun 8, 2018

Conversation

TheFlash98
Copy link
Member

@TheFlash98 TheFlash98 commented Jun 8, 2018

Contains

Nothing new to review in this PR compared to #3383 I've only addressed the review by vampcat. Will be pushing the last few things needed for the create game flow here.

Outstanding before merging

  • HeightMap causes a crash
  • Better way to update preview when zoom slider value changes

Could use some help in the above-mentioned issues. :)

@TheFlash98
Copy link
Member Author

theflash98 & multi-world

@TheFlash98 TheFlash98 changed the title Address changes requested by vampcat New create game flow backend | Final steps Jun 8, 2018
@GooeyHub
Copy link
Member

GooeyHub commented Jun 8, 2018

Hooray Jenkins reported success with all tests good!

Copy link
Member

@Cervator Cervator left a comment

Choose a reason for hiding this comment

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

One tiny comment about a variable that can be addressed in the future if valid (pinging @vampcat)

In a future PR we might want to disable or hide some elements until they're implemented, like world shape and the time progression slider :-)

Maybe the popup on clicking reroll could be removed as well. May be smoother UX just going without.

Reminder also to move the "Accept" button on world setup down next to the "Back" button (and maybe rename that one "Cancel" ?)

Anyway nothing in the way of merging this right now so we can update the board and start on cool new stuff as well :-) Nice work!

@@ -85,7 +86,7 @@ public void initialise() {

SimpleUri uri = world.getWorldGeneratorInfo().getUri();
// This is multiplied by the number of seconds in a day (86400000) to determine the exact millisecond at which the game will start.
float timeOffset = 0.50f;
final float timeOffset = 0.50f;
Copy link
Member

Choose a reason for hiding this comment

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

Unsure if @vampcat meant to make this a constant rather than just final. If so it would be all caps and so on as a class level variable :-)

@GooeyHub
Copy link
Member

GooeyHub commented Jun 8, 2018

Hooray Jenkins reported success with all tests good!

@Cervator Cervator merged commit 9a859e4 into MovingBlocks:create-game-v2 Jun 8, 2018
@Cervator Cervator added this to the v3.0.0 milestone Jun 8, 2018
@Cervator Cervator modified the milestones: v3.0.0, v2.1.0 Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants