From 22b71c63d53368290b9e9531b5c1810adad5f735 Mon Sep 17 00:00:00 2001 From: forteri76 Date: Wed, 14 May 2014 00:09:27 +0000 Subject: [PATCH] Updated the player status message to add a game won/lost flag to synchronize new game start. A new game will not be started until both players report they have won or lost, which prevents 2 issues: 1) Action messages no longer being sent. 2) Action messages being processed at the start of the next game from the previous game. Fixed the bug where the level song in multiplayer was based on the game difficulty instead of being selected at random. --- AndroidManifest.xml | 4 +- .../frozenbubble/NetworkGameManager.java | 56 +++++++++++++++++-- src/org/jfedor/frozenbubble/FrozenBubble.java | 13 +++-- src/org/jfedor/frozenbubble/GameView.java | 35 +++++++++--- 4 files changed, 88 insertions(+), 20 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 52ee362..ed28cb2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="27" + android:versionName="2.3">