r4083 - packages/trunk/gunroar/debian/patches

Miriam Ruiz baby-guest at alioth.debian.org
Wed Sep 5 17:40:26 UTC 2007


Author: baby-guest
Date: 2007-09-05 17:40:26 +0000 (Wed, 05 Sep 2007)
New Revision: 4083

Modified:
   packages/trunk/gunroar/debian/patches/gunroar-hot-iron.patch
   packages/trunk/gunroar/debian/patches/series
Log:
Fixed "hot iron" patch



Modified: packages/trunk/gunroar/debian/patches/gunroar-hot-iron.patch
===================================================================
--- packages/trunk/gunroar/debian/patches/gunroar-hot-iron.patch	2007-09-05 17:20:43 UTC (rev 4082)
+++ packages/trunk/gunroar/debian/patches/gunroar-hot-iron.patch	2007-09-05 17:40:26 UTC (rev 4083)
@@ -48,9 +48,10 @@
 # @E–{ŒöŠJ
 # (otoyan)
 
-diff -ruN gr/src/abagames/gr/enemy.d gr_hi/src/abagames/gr/enemy.d
---- gr/src/abagames/gr/enemy.d	2005-07-17 13:02:45.000000000 +0200
-+++ gr_hi/src/abagames/gr/enemy.d	2006-04-16 10:52:08.000000000 +0200
+Index: gunroar-0.15.dfsg1.hi/src/abagames/gr/enemy.d
+===================================================================
+--- gunroar-0.15.dfsg1.hi.orig/src/abagames/gr/enemy.d	2007-09-05 17:37:03.000000000 +0000
++++ gunroar-0.15.dfsg1.hi/src/abagames/gr/enemy.d	2007-09-05 17:37:04.000000000 +0000
 @@ -86,6 +86,12 @@
      _state.addScore(s);
    }
@@ -231,9 +232,10 @@
      return true;
    }
  
-diff -ruN gr/src/abagames/gr/gamemanager.d gr_hi/src/abagames/gr/gamemanager.d
---- gr/src/abagames/gr/gamemanager.d	2005-09-11 02:47:40.000000000 +0200
-+++ gr_hi/src/abagames/gr/gamemanager.d	2006-04-11 18:16:00.000000000 +0200
+Index: gunroar-0.15.dfsg1.hi/src/abagames/gr/gamemanager.d
+===================================================================
+--- gunroar-0.15.dfsg1.hi.orig/src/abagames/gr/gamemanager.d	2007-09-05 17:37:03.000000000 +0000
++++ gunroar-0.15.dfsg1.hi/src/abagames/gr/gamemanager.d	2007-09-05 17:37:04.000000000 +0000
 @@ -139,7 +139,7 @@
      ship.setShots(shots);
      ship.setEnemies(enemies);
@@ -264,9 +266,10 @@
      NumIndicator.initTargetY();
    }
  
-diff -ruN gr/src/abagames/gr/letter.d gr_hi/src/abagames/gr/letter.d
---- gr/src/abagames/gr/letter.d	2005-06-18 02:46:00.000000000 +0200
-+++ gr_hi/src/abagames/gr/letter.d	2006-04-09 15:13:45.000000000 +0200
+Index: gunroar-0.15.dfsg1.hi/src/abagames/gr/letter.d
+===================================================================
+--- gunroar-0.15.dfsg1.hi.orig/src/abagames/gr/letter.d	2007-09-05 17:37:03.000000000 +0000
++++ gunroar-0.15.dfsg1.hi/src/abagames/gr/letter.d	2007-09-05 17:37:04.000000000 +0000
 @@ -21,6 +21,7 @@
    static const int LINE_COLOR = 2;
    static const int POLY_COLOR = 3;
@@ -391,9 +394,10 @@
  
    private static void setBox(float x, float y, float width, float height, float deg,
                               float r, float g, float b) {
-diff -ruN gr/src/abagames/gr/reel.d gr_hi/src/abagames/gr/reel.d
---- gr/src/abagames/gr/reel.d	2005-06-18 02:46:00.000000000 +0200
-+++ gr_hi/src/abagames/gr/reel.d	2006-04-11 17:06:44.000000000 +0200
+Index: gunroar-0.15.dfsg1.hi/src/abagames/gr/reel.d
+===================================================================
+--- gunroar-0.15.dfsg1.hi.orig/src/abagames/gr/reel.d	2007-09-05 17:37:03.000000000 +0000
++++ gunroar-0.15.dfsg1.hi/src/abagames/gr/reel.d	2007-09-05 17:37:04.000000000 +0000
 @@ -37,7 +37,7 @@
      digit = 1;
    }
@@ -403,21 +407,10 @@
      score = targetScore = _actualScore = 0;
      this.digit = digit;
      for (int i = 0; i < digit; i++)
-diff -ruN gr/src/abagames/gr/replay.d gr_hi/src/abagames/gr/replay.d
---- gr/src/abagames/gr/replay.d	2005-09-11 02:47:40.000000000 +0200
-+++ gr_hi/src/abagames/gr/replay.d	2006-04-06 11:02:54.000000000 +0200
-@@ -19,7 +19,7 @@
- public class ReplayData {
-  public:
-   static const char[] dir = "replay";
--  static const int VERSION_NUM = 11;
-+  static const int VERSION_NUM = -11; //otoyan change
-   InputRecord!(PadState) padInputRecord;
-   InputRecord!(TwinStickState) twinStickInputRecord;
-   InputRecord!(MouseAndPadState) mouseAndPadInputRecord;
-diff -ruN gr/src/abagames/gr/shot.d gr_hi/src/abagames/gr/shot.d
---- gr/src/abagames/gr/shot.d	2005-07-03 09:05:22.000000000 +0200
-+++ gr_hi/src/abagames/gr/shot.d	2006-04-09 12:55:41.000000000 +0200
+Index: gunroar-0.15.dfsg1.hi/src/abagames/gr/shot.d
+===================================================================
+--- gunroar-0.15.dfsg1.hi.orig/src/abagames/gr/shot.d	2007-09-05 17:37:03.000000000 +0000
++++ gunroar-0.15.dfsg1.hi/src/abagames/gr/shot.d	2007-09-05 17:37:04.000000000 +0000
 @@ -236,6 +236,12 @@
      else
        return false;
@@ -431,9 +424,10 @@
  }
  
  public class ShotPool: ActorPool!(Shot) {
-diff -ruN gr/src/abagames/gr/stagemanager.d gr_hi/src/abagames/gr/stagemanager.d
---- gr/src/abagames/gr/stagemanager.d	2005-07-03 09:05:22.000000000 +0200
-+++ gr_hi/src/abagames/gr/stagemanager.d	2006-04-16 10:52:02.000000000 +0200
+Index: gunroar-0.15.dfsg1.hi/src/abagames/gr/stagemanager.d
+===================================================================
+--- gunroar-0.15.dfsg1.hi.orig/src/abagames/gr/stagemanager.d	2007-09-05 17:37:03.000000000 +0000
++++ gunroar-0.15.dfsg1.hi/src/abagames/gr/stagemanager.d	2007-09-05 17:37:04.000000000 +0000
 @@ -17,13 +17,17 @@
  private import abagames.gr.letter;
  private import abagames.gr.particle;
@@ -739,9 +733,10 @@
  
    public bool bossMode() {
      return _bossMode;
-diff -ruN gr/src/abagames/gr/title.d gr_hi/src/abagames/gr/title.d
---- gr/src/abagames/gr/title.d	2005-09-11 02:47:40.000000000 +0200
-+++ gr_hi/src/abagames/gr/title.d	2006-04-12 15:26:51.000000000 +0200
+Index: gunroar-0.15.dfsg1.hi/src/abagames/gr/title.d
+===================================================================
+--- gunroar-0.15.dfsg1.hi.orig/src/abagames/gr/title.d	2007-09-05 17:37:03.000000000 +0000
++++ gunroar-0.15.dfsg1.hi/src/abagames/gr/title.d	2007-09-05 17:37:04.000000000 +0000
 @@ -170,14 +170,14 @@
      glPopMatrix();
      if (cnt > 150) {
@@ -759,9 +754,10 @@
      }
      Letter.drawString(InGameState.gameModeText[gameMode], 3, 400, 5);
    }
-diff -ruN gr/src/abagames/gr/turret.d gr_hi/src/abagames/gr/turret.d
---- gr/src/abagames/gr/turret.d	2005-07-17 13:02:46.000000000 +0200
-+++ gr_hi/src/abagames/gr/turret.d	2006-04-16 10:09:44.000000000 +0200
+Index: gunroar-0.15.dfsg1.hi/src/abagames/gr/turret.d
+===================================================================
+--- gunroar-0.15.dfsg1.hi.orig/src/abagames/gr/turret.d	2007-09-05 17:37:03.000000000 +0000
++++ gunroar-0.15.dfsg1.hi/src/abagames/gr/turret.d	2007-09-05 17:37:04.000000000 +0000
 @@ -290,11 +290,13 @@
      case TurretSpec.TurretType.MAIN:
        parent.increaseMultiplier(2);
@@ -776,3 +772,16 @@
        break;
      }
    }
+Index: gunroar-0.15.dfsg1.hi/src/abagames/gr/replay.d
+===================================================================
+--- gunroar-0.15.dfsg1.hi.orig/src/abagames/gr/replay.d	2007-09-05 17:37:14.000000000 +0000
++++ gunroar-0.15.dfsg1.hi/src/abagames/gr/replay.d	2007-09-05 17:38:02.000000000 +0000
+@@ -19,7 +19,7 @@
+  */
+ public class ReplayData {
+  public:
+-  static const int VERSION_NUM = 11;
++  static const int VERSION_NUM = -11; //otoyan change
+   InputRecord!(PadState) padInputRecord;
+   InputRecord!(TwinStickState) twinStickInputRecord;
+   InputRecord!(MouseAndPadState) mouseAndPadInputRecord;

Modified: packages/trunk/gunroar/debian/patches/series
===================================================================
--- packages/trunk/gunroar/debian/patches/series	2007-09-05 17:20:43 UTC (rev 4082)
+++ packages/trunk/gunroar/debian/patches/series	2007-09-05 17:40:26 UTC (rev 4083)
@@ -7,3 +7,4 @@
 makefile.patch
 gdc-0.24-semantics-for-version.patch
 window-resizing.patch
+#gunroar-hot-iron.patch




More information about the Pkg-games-commits mailing list