Author: evgeni
Date: 2012-05-01 18:16:40 +0000 (Tue, 01 May 2012)
New Revision: 13530

Modified:
   packages/trunk/blocks-of-the-undead/debian/changelog
   
packages/trunk/blocks-of-the-undead/debian/patches/02_accept_mousepress_as_anykey.patch
Log:
Update 02_accept_mousepress_as_anykey.patch to accept a mousepress also in the 
"Loading" screen between the stages.



Modified: packages/trunk/blocks-of-the-undead/debian/changelog
===================================================================
--- packages/trunk/blocks-of-the-undead/debian/changelog        2012-05-01 
18:00:26 UTC (rev 13529)
+++ packages/trunk/blocks-of-the-undead/debian/changelog        2012-05-01 
18:16:40 UTC (rev 13530)
@@ -9,8 +9,10 @@
   * Use dh tiny.rules.
   * Update debian/copyright.
   * Standards-Version: 3.9.3
+  * Update 02_accept_mousepress_as_anykey.patch to accept a mousepress
+    also in the "Loading" screen between the stages.
 
- -- Evgeni Golov <[email protected]>  Tue, 01 May 2012 20:00:15 +0200
+ -- Evgeni Golov <[email protected]>  Tue, 01 May 2012 20:15:41 +0200
 
 blocks-of-the-undead (1.0-4) unstable; urgency=low
 

Modified: 
packages/trunk/blocks-of-the-undead/debian/patches/02_accept_mousepress_as_anykey.patch
===================================================================
--- 
packages/trunk/blocks-of-the-undead/debian/patches/02_accept_mousepress_as_anykey.patch
     2012-05-01 18:00:26 UTC (rev 13529)
+++ 
packages/trunk/blocks-of-the-undead/debian/patches/02_accept_mousepress_as_anykey.patch
     2012-05-01 18:16:40 UTC (rev 13530)
@@ -7,8 +7,8 @@
 
 Index: blocks-of-the-undead-1.0/TetrisAttack/src/CTetrisGame.cpp
 ===================================================================
---- blocks-of-the-undead-1.0.orig/TetrisAttack/src/CTetrisGame.cpp     
2008-10-26 08:33:57.000000000 +0100
-+++ blocks-of-the-undead-1.0/TetrisAttack/src/CTetrisGame.cpp  2008-10-26 
08:33:58.000000000 +0100
+--- blocks-of-the-undead-1.0.orig/TetrisAttack/src/CTetrisGame.cpp     
2012-05-01 20:07:45.031465309 +0200
++++ blocks-of-the-undead-1.0/TetrisAttack/src/CTetrisGame.cpp  2012-05-01 
20:10:13.488559555 +0200
 @@ -362,42 +362,7 @@
                
                case Splash:
@@ -53,7 +53,7 @@
                }break;
  
                default:
-@@ -439,12 +404,63 @@
+@@ -439,12 +404,68 @@
                case SinglePlayerPuzzle:
                case SinglePlayer:
                {
@@ -72,6 +72,11 @@
 -              }
 +              } break;
 +
++              case Loading:
++              {
++                      state = SinglePlayerPuzzle;
++              } break;
++
 +              case Splash:
 +              {
 +                      startGame();
@@ -120,8 +125,8 @@
 +}
 Index: blocks-of-the-undead-1.0/TetrisAttack/src/CTetrisGame.h
 ===================================================================
---- blocks-of-the-undead-1.0.orig/TetrisAttack/src/CTetrisGame.h       
2008-10-26 08:34:05.000000000 +0100
-+++ blocks-of-the-undead-1.0/TetrisAttack/src/CTetrisGame.h    2008-10-26 
08:34:13.000000000 +0100
+--- blocks-of-the-undead-1.0.orig/TetrisAttack/src/CTetrisGame.h       
2005-01-17 05:49:02.000000000 +0100
++++ blocks-of-the-undead-1.0/TetrisAttack/src/CTetrisGame.h    2012-05-01 
20:07:45.039465363 +0200
 @@ -37,6 +37,7 @@
        void handleKeypress(const SDL_KeyboardEvent &e);
        void handleMouseMotion(const SDL_MouseMotionEvent &e);


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to