Author: jseidel-guest
Date: 2007-09-09 22:25:41 +0000 (Sun, 09 Sep 2007)
New Revision: 4144

Modified:
   packages/trunk/hex-a-hop/debian/patches/array_subscripts_warning.patch
   packages/trunk/hex-a-hop/debian/patches/compiler_warnings.patch
   packages/trunk/hex-a-hop/debian/patches/gettext_i18n.patch
   packages/trunk/hex-a-hop/debian/patches/i18n_increase_array_sizes.patch
   packages/trunk/hex-a-hop/debian/patches/misc_errors.patch
   packages/trunk/hex-a-hop/debian/patches/mouse_cursor_without_font.patch
   packages/trunk/hex-a-hop/debian/patches/pango_fonts.patch
   packages/trunk/hex-a-hop/debian/patches/patch-hex-a-hop-better-than-par.diff
   packages/trunk/hex-a-hop/debian/patches/reduce_cpu_usage.patch
   packages/trunk/hex-a-hop/debian/patches/remove_old_font_handling.patch
Log:
Refreshed patches

Modified: packages/trunk/hex-a-hop/debian/patches/array_subscripts_warning.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/array_subscripts_warning.patch      
2007-09-09 22:15:29 UTC (rev 4143)
+++ packages/trunk/hex-a-hop/debian/patches/array_subscripts_warning.patch      
2007-09-09 22:25:41 UTC (rev 4144)
@@ -3,9 +3,9 @@
 
 Index: hex-a-hop.svn/hex_puzzzle.cpp
 ===================================================================
---- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-08-26 22:45:59.000000000 +0200
-+++ hex-a-hop.svn/hex_puzzzle.cpp      2007-08-26 22:46:03.000000000 +0200
-@@ -3781,7 +3781,7 @@
+--- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-09-10 00:24:31.000000000 +0200
++++ hex-a-hop.svn/hex_puzzzle.cpp      2007-09-10 00:24:33.000000000 +0200
+@@ -3816,7 +3816,7 @@
  
                if (!isMap && !editMode && undoTime < 0)
                {
@@ -14,7 +14,7 @@
                        {
                                Undo();
                                return;
-@@ -3790,12 +3790,12 @@
+@@ -3825,12 +3825,12 @@
                if (isMap && !editMode)
                {
  
@@ -33,7 +33,7 @@
                        else if ((keyState[SDLK_LEFT]) & 2) keyboardp.x--, 
keyboardp.y+=keyboardp.x&1;
                        else if (((keyState[SDLK_RIGHT]) & 2)) { if 
(keyboardp.x < mapRightBound) keyboardp.y-=keyboardp.x&1, keyboardp.x++; }
                        else if ((keyState[SDLK_RETURN] | keyState[SDLK_KP5] | 
keyState[SDLK_SPACE] | keyState[SDLK_KP_ENTER]) & 2) 
-@@ -3825,12 +3825,12 @@
+@@ -3860,12 +3860,12 @@
                {
                        static int usedDiag = 0;
  
@@ -54,8 +54,8 @@
                        else if (keyState[SDLK_UP] && keyState[SDLK_RIGHT]) 
HandleKey('e', 0), usedDiag=1;
 Index: hex-a-hop.svn/Makefile
 ===================================================================
---- hex-a-hop.svn.orig/Makefile        2007-08-26 22:45:56.000000000 +0200
-+++ hex-a-hop.svn/Makefile     2007-08-26 22:46:03.000000000 +0200
+--- hex-a-hop.svn.orig/Makefile        2007-09-10 00:24:28.000000000 +0200
++++ hex-a-hop.svn/Makefile     2007-09-10 00:24:33.000000000 +0200
 @@ -3,9 +3,7 @@
  VERSION               = 1.0.0
  CC            = gcc
@@ -69,8 +69,8 @@
  #INCLUDES     = 
 Index: hex-a-hop.svn/menus.h
 ===================================================================
---- hex-a-hop.svn.orig/menus.h 2007-08-26 22:45:59.000000000 +0200
-+++ hex-a-hop.svn/menus.h      2007-08-26 22:46:03.000000000 +0200
+--- hex-a-hop.svn.orig/menus.h 2007-09-10 00:24:31.000000000 +0200
++++ hex-a-hop.svn/menus.h      2007-09-10 00:24:33.000000000 +0200
 @@ -901,7 +901,7 @@
                t = td;
                if (keyState[SDLK_LSHIFT]) 

Modified: packages/trunk/hex-a-hop/debian/patches/compiler_warnings.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/compiler_warnings.patch     
2007-09-09 22:15:29 UTC (rev 4143)
+++ packages/trunk/hex-a-hop/debian/patches/compiler_warnings.patch     
2007-09-09 22:25:41 UTC (rev 4144)
@@ -3,8 +3,8 @@
 
 Index: hex-a-hop.svn/menus.h
 ===================================================================
---- hex-a-hop.svn.orig/menus.h 2007-08-26 22:45:22.000000000 +0200
-+++ hex-a-hop.svn/menus.h      2007-08-26 22:45:51.000000000 +0200
+--- hex-a-hop.svn.orig/menus.h 2007-09-10 00:24:23.000000000 +0200
++++ hex-a-hop.svn/menus.h      2007-09-10 00:24:24.000000000 +0200
 @@ -31,7 +31,7 @@
  struct Menu {
        bool renderBG;
@@ -143,8 +143,8 @@
        }
 Index: hex-a-hop.svn/Makefile
 ===================================================================
---- hex-a-hop.svn.orig/Makefile        2007-08-26 22:43:37.000000000 +0200
-+++ hex-a-hop.svn/Makefile     2007-08-26 22:45:51.000000000 +0200
+--- hex-a-hop.svn.orig/Makefile        2007-09-10 00:24:12.000000000 +0200
++++ hex-a-hop.svn/Makefile     2007-09-10 00:24:24.000000000 +0200
 @@ -3,7 +3,9 @@
  VERSION               = 1.0.0
  CC            = gcc
@@ -158,8 +158,8 @@
  #INCLUDES     = 
 Index: hex-a-hop.svn/gfx.cpp
 ===================================================================
---- hex-a-hop.svn.orig/gfx.cpp 2007-08-26 22:43:37.000000000 +0200
-+++ hex-a-hop.svn/gfx.cpp      2007-08-26 22:45:51.000000000 +0200
+--- hex-a-hop.svn.orig/gfx.cpp 2007-09-10 00:24:12.000000000 +0200
++++ hex-a-hop.svn/gfx.cpp      2007-09-10 00:24:24.000000000 +0200
 @@ -92,7 +92,7 @@
                return 0;
        }
@@ -188,8 +188,8 @@
        {
 Index: hex-a-hop.svn/gfx_list.h
 ===================================================================
---- hex-a-hop.svn.orig/gfx_list.h      2007-08-26 22:43:29.000000000 +0200
-+++ hex-a-hop.svn/gfx_list.h   2007-08-26 22:45:51.000000000 +0200
+--- hex-a-hop.svn.orig/gfx_list.h      2007-09-10 00:23:53.000000000 +0200
++++ hex-a-hop.svn/gfx_list.h   2007-09-10 00:24:24.000000000 +0200
 @@ -30,4 +30,5 @@
  //X(uiGraphics,               "ui",                           true)
  
@@ -200,9 +200,9 @@
 +
 Index: hex-a-hop.svn/hex_puzzzle.cpp
 ===================================================================
---- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-08-26 22:44:35.000000000 +0200
-+++ hex-a-hop.svn/hex_puzzzle.cpp      2007-08-26 22:45:51.000000000 +0200
-@@ -535,8 +535,9 @@
+--- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-09-10 00:24:20.000000000 +0200
++++ hex-a-hop.svn/hex_puzzzle.cpp      2007-09-10 00:24:24.000000000 +0200
+@@ -528,8 +528,9 @@
  
  struct RenderStage
  {
@@ -213,7 +213,7 @@
  };
  
  class RenderObject
-@@ -795,7 +796,7 @@
+@@ -788,7 +789,7 @@
  void RenderTile(bool reflect, int t, int x, int y, int cliplift)
  {
        SDL_Rect src = tile[reflect][t];
@@ -222,7 +222,7 @@
        dst.x += tileOffset[reflect][t][0];
        dst.y += tileOffset[reflect][t][1];
        if (reflect)
-@@ -834,7 +835,7 @@
+@@ -827,7 +828,7 @@
        else
                y -= h;
        SDL_Rect src = {sx, sy, 64, 80};
@@ -231,7 +231,7 @@
        SDL_BlitSurface(girlGraphics, &src, screen, &dst);
  }
  
-@@ -898,7 +899,7 @@
+@@ -891,7 +892,7 @@
                isFadeRendering = d;
        }
  
@@ -240,7 +240,7 @@
        {
                if (reflect) return;
                if (time > 0.5)
-@@ -916,7 +917,7 @@
+@@ -909,7 +910,7 @@
        bool done;
        ScrollRender(int a,int b) : x(a), y(b), done(false) {}
  
@@ -249,7 +249,7 @@
        {
                if (done) return;
                scrollX = x, scrollY = y;
-@@ -937,7 +938,7 @@
+@@ -930,7 +931,7 @@
        LevelSelectRender(Pos const & _p, int i2, int adj) : p(_p), item(i2), 
adj(adj)
        {}
  
@@ -258,7 +258,7 @@
        {
                if (item==0)
                        return;
-@@ -975,7 +976,7 @@
+@@ -968,7 +969,7 @@
        ItemCollectRender(int i2, Pos const & p) :  ItemRender(i2, 0, p)
        {}
  
@@ -267,7 +267,7 @@
        {
        }
  };
-@@ -1005,7 +1006,7 @@
+@@ -998,7 +999,7 @@
        Pos p;
        double specialDuration;
        
@@ -276,7 +276,7 @@
        {}
  
        void Render(RenderObject* r, double time, bool reflect)
-@@ -1133,7 +1134,7 @@
+@@ -1126,7 +1127,7 @@
        LaserRender(Pos _p, int dir, int r) : p(_p), d(dir), range(r)
        {}
  
@@ -285,7 +285,7 @@
        {
        }
  };
-@@ -1150,12 +1151,12 @@
+@@ -1143,12 +1144,12 @@
                seed = rand();
        }
  
@@ -300,7 +300,7 @@
        {
                if (type==1 && time > 2.5)
                        type = -1, new WinLoseScreen(false);
-@@ -1226,7 +1227,7 @@
+@@ -1219,7 +1220,7 @@
                seed = rand();
        }
  
@@ -309,7 +309,7 @@
        {
                if (type)
                        RenderTile(reflect, height ? COLLAPSE_DOOR : 
COLLAPSABLE, p.getScreenX(), p.getScreenY());
-@@ -1269,11 +1270,11 @@
+@@ -1262,11 +1263,11 @@
        int height;
        int type;
  
@@ -323,7 +323,7 @@
        {
                if (time >= BUILD_TIME)
                        RenderTile(reflect, height ^ reverse ? (type ? 
COLLAPSE_DOOR2 : COLLAPSE_DOOR) : (type ? COLLAPSABLE2 : COLLAPSABLE), 
p.getScreenX(), p.getScreenY());
-@@ -1349,9 +1350,9 @@
+@@ -1342,9 +1343,9 @@
        double speed;
        bool dead;
        
@@ -335,7 +335,7 @@
        {
                int dist = MAX(ABS(p.x-target.x), ABS(p.y-target.y));
                if (dist > 1)
-@@ -1366,15 +1367,12 @@
+@@ -1359,15 +1360,12 @@
                if (f>1) f=1;
                if (f==1) dead = this->dead;
  
@@ -352,7 +352,7 @@
        {
                bool dead = false;
                double f = speed ? time / speed : 1;
-@@ -1584,7 +1582,7 @@
+@@ -1577,7 +1575,7 @@
                        return &tmp;
                }
  
@@ -361,7 +361,7 @@
                        if (strcmp(f, levelNames[i].file)==0)
                                return &levelNames[i];
                static LevelInfo tmp = {0, "", _("<<NO NAME>>")};
-@@ -2591,7 +2589,6 @@
+@@ -2626,7 +2624,6 @@
                                        src.w = SCREEN_W;
                                        src.h = 1;
  
@@ -369,7 +369,7 @@
                                        if (isRenderMap)
                                        {
                                                src.x += (int)( sin(i*0.9 + 
time*3.7) * sin(i*0.3 + time*0.7)*4 );
-@@ -3165,7 +3162,7 @@
+@@ -3200,7 +3197,7 @@
        {
                static Pos hits[100];
                static Dir hitDir[100];
@@ -378,7 +378,7 @@
                if (!recurse)
                        numHits = 0;
  
-@@ -3177,7 +3174,7 @@
+@@ -3212,7 +3209,7 @@
  
                        Pos p = newpos + fd;
                        int range = 0;
@@ -387,7 +387,7 @@
                        {
                                Tile t = GetTile(p);
                                if (tileSolid[t]!=-1)
-@@ -3185,7 +3182,7 @@
+@@ -3220,7 +3217,7 @@
                                        if (t!=TRAP)
                                                renderer(p).Add(new 
TileRender(tileSolid[t]==1 ? TILE_WHITE_WALL : TILE_WHITE_TILE, p), 
fireTime+0.1);
  
@@ -396,7 +396,7 @@
                                        for (i=0; i<numHits; i++)
                                                if (hits[i]==p)
                                                        break;
-@@ -3235,9 +3232,9 @@
+@@ -3270,9 +3267,9 @@
  
                if (!recurse)
                {
@@ -408,7 +408,7 @@
                        {
                                Pos p = hits[i];
                                Tile t = GetTile(p);
-@@ -3367,8 +3364,6 @@
+@@ -3402,8 +3399,6 @@
                        player_items[1]--;
                }
  
@@ -419,9 +419,9 @@
  
 Index: hex-a-hop.svn/packfile.h
 ===================================================================
---- hex-a-hop.svn.orig/packfile.h      2007-08-26 22:43:35.000000000 +0200
-+++ hex-a-hop.svn/packfile.h   2007-08-26 22:45:51.000000000 +0200
-@@ -50,7 +50,7 @@
+--- hex-a-hop.svn.orig/packfile.h      2007-09-10 00:24:09.000000000 +0200
++++ hex-a-hop.svn/packfile.h   2007-09-10 00:24:24.000000000 +0200
+@@ -60,7 +60,7 @@
        Entry** e;
        void* data;
  
@@ -432,8 +432,8 @@
        Entry* Find(const char* name)
 Index: hex-a-hop.svn/state.h
 ===================================================================
---- hex-a-hop.svn.orig/state.h 2007-08-26 22:43:29.000000000 +0200
-+++ hex-a-hop.svn/state.h      2007-08-26 22:45:51.000000000 +0200
+--- hex-a-hop.svn.orig/state.h 2007-09-10 00:23:53.000000000 +0200
++++ hex-a-hop.svn/state.h      2007-09-10 00:24:24.000000000 +0200
 @@ -81,7 +81,7 @@
        virtual ~State() {}
  

Modified: packages/trunk/hex-a-hop/debian/patches/gettext_i18n.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/gettext_i18n.patch  2007-09-09 
22:15:29 UTC (rev 4143)
+++ packages/trunk/hex-a-hop/debian/patches/gettext_i18n.patch  2007-09-09 
22:25:41 UTC (rev 4144)
@@ -6,7 +6,7 @@
 Index: hex-a-hop.svn/i18n.h
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ hex-a-hop.svn/i18n.h       2007-08-26 22:51:23.000000000 +0200
++++ hex-a-hop.svn/i18n.h       2007-09-10 00:24:12.000000000 +0200
 @@ -0,0 +1,43 @@
 +// (c) 2007 Miriam Ruiz <[EMAIL PROTECTED]>
 +//
@@ -53,8 +53,8 @@
 +#endif
 Index: hex-a-hop.svn/hex_puzzzle.cpp
 ===================================================================
---- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-08-26 22:51:23.000000000 +0200
-+++ hex-a-hop.svn/hex_puzzzle.cpp      2007-08-26 23:22:27.000000000 +0200
+--- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-09-10 00:24:11.000000000 +0200
++++ hex-a-hop.svn/hex_puzzzle.cpp      2007-09-10 00:24:12.000000000 +0200
 @@ -16,6 +16,7 @@
      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
@@ -63,7 +63,7 @@
  
  //////////////////////////////////////////////////////
  // Config
-@@ -1579,14 +1580,14 @@
+@@ -1572,14 +1573,14 @@
  
                        static char tmp1[100];
                        static LevelInfo tmp = {0, "", tmp1};
@@ -80,7 +80,7 @@
                return &tmp;
        }
  
-@@ -2625,33 +2626,37 @@
+@@ -2660,33 +2661,37 @@
                                if (numUndo>1 && time < undo[0].time)
                                        v[0]=v[1]=v[2]=0;
        #ifdef EDIT
@@ -132,7 +132,7 @@
  
                                if (numMastered >= numLevels && 
progress.general.endSequence < 2)
                                {
-@@ -2703,14 +2708,14 @@
+@@ -2738,14 +2743,14 @@
                                                {
                                                        if 
(progress.general.scoringOn)
                                                        {
@@ -151,7 +151,7 @@
                                        }
                                }
                        }
-@@ -2751,7 +2756,7 @@
+@@ -2786,7 +2791,7 @@
                                t=1-t;
                                int y = SCREEN_H/3 - FONT_SPACING + 1;
                                y = SCREEN_H + int((y-SCREEN_H)*t);
@@ -160,7 +160,7 @@
                        }
                }
  
-@@ -2871,7 +2876,7 @@
+@@ -2906,7 +2911,7 @@
                                }
  
  #ifdef EDIT
@@ -169,7 +169,7 @@
                                SDL_WM_SetCaption(tmp, NULL);
  #endif
                        }
-@@ -3016,7 +3021,7 @@
+@@ -3051,7 +3056,7 @@
  
                if (button_pressed==256)
                {
@@ -178,7 +178,7 @@
                        if (fn)
                        {
                                char * l = strstr(fn, "Levels");
-@@ -4071,13 +4076,13 @@
+@@ -4106,13 +4111,13 @@
                        Mouse(mousex, mousey, 0, 0, 1024, 0, mouse_buttons);
  
                else if (key=='s' && (mod & KMOD_CTRL)){
@@ -196,8 +196,8 @@
                }
 Index: hex-a-hop.svn/level_list.h
 ===================================================================
---- hex-a-hop.svn.orig/level_list.h    2007-08-26 22:51:17.000000000 +0200
-+++ hex-a-hop.svn/level_list.h 2007-08-26 23:37:29.000000000 +0200
+--- hex-a-hop.svn.orig/level_list.h    2007-09-10 00:23:54.000000000 +0200
++++ hex-a-hop.svn/level_list.h 2007-09-10 00:24:12.000000000 +0200
 @@ -22,112 +22,117 @@
        const char *file, *name;
  } levelNames[] = {
@@ -424,8 +424,8 @@
  };
 Index: hex-a-hop.svn/gfx.cpp
 ===================================================================
---- hex-a-hop.svn.orig/gfx.cpp 2007-08-26 22:51:23.000000000 +0200
-+++ hex-a-hop.svn/gfx.cpp      2007-08-26 23:22:25.000000000 +0200
+--- hex-a-hop.svn.orig/gfx.cpp 2007-09-10 00:24:11.000000000 +0200
++++ hex-a-hop.svn/gfx.cpp      2007-09-10 00:24:12.000000000 +0200
 @@ -16,6 +16,8 @@
      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
@@ -438,7 +438,7 @@
 Index: hex-a-hop.svn/i18n.cpp
 ===================================================================
 --- /dev/null  1970-01-01 00:00:00.000000000 +0000
-+++ hex-a-hop.svn/i18n.cpp     2007-08-26 22:51:23.000000000 +0200
++++ hex-a-hop.svn/i18n.cpp     2007-09-10 00:24:12.000000000 +0200
 @@ -0,0 +1,49 @@
 +// (c) 2007 Miriam Ruiz <[EMAIL PROTECTED]>
 +//
@@ -491,8 +491,8 @@
 +#endif
 Index: hex-a-hop.svn/menus.h
 ===================================================================
---- hex-a-hop.svn.orig/menus.h 2007-08-26 22:51:18.000000000 +0200
-+++ hex-a-hop.svn/menus.h      2007-08-26 23:22:26.000000000 +0200
+--- hex-a-hop.svn.orig/menus.h 2007-09-10 00:23:54.000000000 +0200
++++ hex-a-hop.svn/menus.h      2007-09-10 00:24:12.000000000 +0200
 @@ -84,61 +84,70 @@
  const char * hint[] = {
        
@@ -799,8 +799,8 @@
                
 Index: hex-a-hop.svn/Makefile
 ===================================================================
---- hex-a-hop.svn.orig/Makefile        2007-08-26 22:51:23.000000000 +0200
-+++ hex-a-hop.svn/Makefile     2007-08-26 23:22:25.000000000 +0200
+--- hex-a-hop.svn.orig/Makefile        2007-09-10 00:24:11.000000000 +0200
++++ hex-a-hop.svn/Makefile     2007-09-10 00:24:12.000000000 +0200
 @@ -5,7 +5,7 @@
  DATA_DIR="."
  CXXFLAGS              += -g

Modified: 
packages/trunk/hex-a-hop/debian/patches/i18n_increase_array_sizes.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/i18n_increase_array_sizes.patch     
2007-09-09 22:15:29 UTC (rev 4143)
+++ packages/trunk/hex-a-hop/debian/patches/i18n_increase_array_sizes.patch     
2007-09-09 22:25:41 UTC (rev 4144)
@@ -3,9 +3,9 @@
 
 Index: hex-a-hop.svn/hex_puzzzle.cpp
 ===================================================================
---- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-08-26 22:46:03.000000000 +0200
-+++ hex-a-hop.svn/hex_puzzzle.cpp      2007-08-26 22:46:05.000000000 +0200
-@@ -1562,7 +1562,7 @@
+--- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-09-10 00:24:33.000000000 +0200
++++ hex-a-hop.svn/hex_puzzzle.cpp      2007-09-10 00:24:37.000000000 +0200
+@@ -1555,7 +1555,7 @@
                        if (t <= numComplete)
                                return 0;
  
@@ -16,8 +16,8 @@
                        return &tmp;
 Index: hex-a-hop.svn/menus.h
 ===================================================================
---- hex-a-hop.svn.orig/menus.h 2007-08-26 22:46:03.000000000 +0200
-+++ hex-a-hop.svn/menus.h      2007-08-26 22:46:05.000000000 +0200
+--- hex-a-hop.svn.orig/menus.h 2007-09-10 00:24:33.000000000 +0200
++++ hex-a-hop.svn/menus.h      2007-09-10 00:24:37.000000000 +0200
 @@ -160,7 +160,7 @@
        SDL_Rect InnerTextWindowRect;
        SDL_Rect OuterTextWindowRect;

Modified: packages/trunk/hex-a-hop/debian/patches/misc_errors.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/misc_errors.patch   2007-09-09 
22:15:29 UTC (rev 4143)
+++ packages/trunk/hex-a-hop/debian/patches/misc_errors.patch   2007-09-09 
22:25:41 UTC (rev 4144)
@@ -1,8 +1,8 @@
-Index: hex-a-hop/hex_puzzzle.cpp
+Index: hex-a-hop.svn/hex_puzzzle.cpp
 ===================================================================
---- hex-a-hop.orig/hex_puzzzle.cpp
-+++ hex-a-hop/hex_puzzzle.cpp
-@@ -617,8 +617,8 @@
+--- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-09-10 00:24:40.000000000 +0200
++++ hex-a-hop.svn/hex_puzzzle.cpp      2007-09-10 00:24:43.000000000 +0200
+@@ -610,8 +610,8 @@
        {
                if (currentStage > 0 && numStages > 0)
                {
@@ -13,7 +13,7 @@
                        numStages -= currentStage;
                        currentStage = 0;
                }
-@@ -1887,7 +1887,8 @@
+@@ -1886,7 +1886,8 @@
                                PackFile1::Entry* e = levelFiles.Find(filename);
                                if (!e) return false;
  

Modified: 
packages/trunk/hex-a-hop/debian/patches/mouse_cursor_without_font.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/mouse_cursor_without_font.patch     
2007-09-09 22:15:29 UTC (rev 4143)
+++ packages/trunk/hex-a-hop/debian/patches/mouse_cursor_without_font.patch     
2007-09-09 22:25:41 UTC (rev 4144)
@@ -1,8 +1,8 @@
 Index: hex-a-hop.svn/hex_puzzzle.cpp
 ===================================================================
---- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-08-26 22:25:42.000000000 +0200
-+++ hex-a-hop.svn/hex_puzzzle.cpp      2007-08-26 22:25:43.000000000 +0200
-@@ -2753,10 +2753,6 @@
+--- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-09-10 00:24:37.000000000 +0200
++++ hex-a-hop.svn/hex_puzzzle.cpp      2007-09-10 00:24:40.000000000 +0200
+@@ -2788,10 +2788,6 @@
                        {
                                RenderTile(false, editTile, mousex+scrollX, 
mousey+scrollY);
                        }
@@ -13,7 +13,7 @@
                }
        }
  
-@@ -4091,7 +4087,7 @@
+@@ -4126,7 +4122,7 @@
        //      };
        //      static SDL_Cursor * c = SDL_CreateCursor(data, mask, 32, 32, 1, 
1);
        //      SDL_SetCursor(c);

Modified: packages/trunk/hex-a-hop/debian/patches/pango_fonts.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/pango_fonts.patch   2007-09-09 
22:15:29 UTC (rev 4143)
+++ packages/trunk/hex-a-hop/debian/patches/pango_fonts.patch   2007-09-09 
22:25:41 UTC (rev 4144)
@@ -3,8 +3,8 @@
 
 Index: hex-a-hop.svn/gfx.cpp
 ===================================================================
---- hex-a-hop.svn.orig/gfx.cpp 2007-09-06 21:00:16.000000000 +0200
-+++ hex-a-hop.svn/gfx.cpp      2007-09-06 21:00:27.000000000 +0200
+--- hex-a-hop.svn.orig/gfx.cpp 2007-09-10 00:24:24.000000000 +0200
++++ hex-a-hop.svn/gfx.cpp      2007-09-10 00:24:28.000000000 +0200
 @@ -19,6 +19,7 @@
  #include "i18n.h"
  
@@ -145,8 +145,8 @@
  }
 Index: hex-a-hop.svn/hex_puzzzle.cpp
 ===================================================================
---- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-09-06 21:00:16.000000000 +0200
-+++ hex-a-hop.svn/hex_puzzzle.cpp      2007-09-06 21:00:17.000000000 +0200
+--- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-09-10 00:24:24.000000000 +0200
++++ hex-a-hop.svn/hex_puzzzle.cpp      2007-09-10 00:24:28.000000000 +0200
 @@ -17,6 +17,11 @@
  */
  
@@ -159,7 +159,7 @@
  
  //////////////////////////////////////////////////////
  // Config
-@@ -406,15 +411,37 @@
+@@ -397,15 +402,37 @@
        }
  }
  
@@ -199,7 +199,7 @@
  
        va_end( marker );              /* Reset variable arguments.      */
  }
-@@ -427,29 +454,42 @@
+@@ -418,29 +445,42 @@
        return w;
  }
  
@@ -248,7 +248,7 @@
        {
                char * end = split ? strstr(scan,"  ") : 0;
                if (!end)
-@@ -465,10 +505,30 @@
+@@ -456,10 +496,30 @@
                        y += FONT_SPACING;
                }
        }
@@ -281,8 +281,8 @@
  #include "menus.h"
 Index: hex-a-hop.svn/Makefile
 ===================================================================
---- hex-a-hop.svn.orig/Makefile        2007-09-06 21:00:16.000000000 +0200
-+++ hex-a-hop.svn/Makefile     2007-09-06 21:00:17.000000000 +0200
+--- hex-a-hop.svn.orig/Makefile        2007-09-10 00:24:24.000000000 +0200
++++ hex-a-hop.svn/Makefile     2007-09-10 00:24:28.000000000 +0200
 @@ -19,7 +19,7 @@
        $(GCC) $(CXXFLAGS) -D_VERSION=\"$(VERSION)\" -DDATA_DIR=\"$(DATA_DIR)\" 
`sdl-config --cflags`  -c -o $@ $<
        
@@ -294,8 +294,8 @@
  clean :
 Index: hex-a-hop.svn/menus.h
 ===================================================================
---- hex-a-hop.svn.orig/menus.h 2007-09-06 21:00:16.000000000 +0200
-+++ hex-a-hop.svn/menus.h      2007-09-06 21:00:17.000000000 +0200
+--- hex-a-hop.svn.orig/menus.h 2007-09-10 00:24:24.000000000 +0200
++++ hex-a-hop.svn/menus.h      2007-09-10 00:24:28.000000000 +0200
 @@ -16,11 +16,14 @@
      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */

Modified: 
packages/trunk/hex-a-hop/debian/patches/patch-hex-a-hop-better-than-par.diff
===================================================================
--- 
packages/trunk/hex-a-hop/debian/patches/patch-hex-a-hop-better-than-par.diff    
    2007-09-09 22:15:29 UTC (rev 4143)
+++ 
packages/trunk/hex-a-hop/debian/patches/patch-hex-a-hop-better-than-par.diff    
    2007-09-09 22:25:41 UTC (rev 4144)
@@ -3,9 +3,9 @@
 
 Index: hex-a-hop.svn/hex_puzzzle.cpp
 ===================================================================
---- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-08-26 22:43:37.000000000 +0200
-+++ hex-a-hop.svn/hex_puzzzle.cpp      2007-08-26 22:44:35.000000000 +0200
-@@ -2191,7 +2191,7 @@
+--- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-09-10 00:24:12.000000000 +0200
++++ hex-a-hop.svn/hex_puzzzle.cpp      2007-09-10 00:24:20.000000000 +0200
+@@ -2221,7 +2221,7 @@
  
                        int par = GetPar(x);
                        if (progress.general.scoringOn && l->PassesPar( par ))
@@ -16,9 +16,9 @@
                        return t;
 Index: hex-a-hop.svn/savestate.h
 ===================================================================
---- hex-a-hop.svn.orig/savestate.h     2007-08-26 22:43:30.000000000 +0200
-+++ hex-a-hop.svn/savestate.h  2007-08-26 22:44:35.000000000 +0200
-@@ -88,6 +88,12 @@
+--- hex-a-hop.svn.orig/savestate.h     2007-09-10 00:24:09.000000000 +0200
++++ hex-a-hop.svn/savestate.h  2007-09-10 00:24:20.000000000 +0200
+@@ -105,6 +105,12 @@
  
                return score <= bestScore;
        }

Modified: packages/trunk/hex-a-hop/debian/patches/reduce_cpu_usage.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/reduce_cpu_usage.patch      
2007-09-09 22:15:29 UTC (rev 4143)
+++ packages/trunk/hex-a-hop/debian/patches/reduce_cpu_usage.patch      
2007-09-09 22:25:41 UTC (rev 4144)
@@ -4,9 +4,9 @@
 
 Index: hex-a-hop.svn/gfx.cpp
 ===================================================================
---- hex-a-hop.svn.orig/gfx.cpp 2007-09-02 23:19:13.000000000 +0200
-+++ hex-a-hop.svn/gfx.cpp      2007-09-02 23:20:24.000000000 +0200
-@@ -404,6 +404,8 @@
+--- hex-a-hop.svn.orig/gfx.cpp 2007-09-10 00:24:28.000000000 +0200
++++ hex-a-hop.svn/gfx.cpp      2007-09-10 00:24:45.000000000 +0200
+@@ -403,6 +403,8 @@
                                videoExposed = 0;
                        }
  

Modified: packages/trunk/hex-a-hop/debian/patches/remove_old_font_handling.patch
===================================================================
--- packages/trunk/hex-a-hop/debian/patches/remove_old_font_handling.patch      
2007-09-09 22:15:29 UTC (rev 4143)
+++ packages/trunk/hex-a-hop/debian/patches/remove_old_font_handling.patch      
2007-09-09 22:25:41 UTC (rev 4144)
@@ -3,9 +3,9 @@
 
 Index: hex-a-hop.svn/hex_puzzzle.cpp
 ===================================================================
---- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-08-26 22:45:56.000000000 +0200
-+++ hex-a-hop.svn/hex_puzzzle.cpp      2007-08-26 22:45:59.000000000 +0200
-@@ -312,7 +312,6 @@
+--- hex-a-hop.svn.orig/hex_puzzzle.cpp 2007-09-10 00:24:28.000000000 +0200
++++ hex-a-hop.svn/hex_puzzzle.cpp      2007-09-10 00:24:31.000000000 +0200
+@@ -303,7 +303,6 @@
  
  #define MAX_DIR 6
  
@@ -13,7 +13,7 @@
  SDL_Rect tile[2][70];
  short tileOffset[2][70][2];
  int Peek(SDL_Surface* i, int x, int y)
-@@ -343,45 +342,7 @@
+@@ -334,45 +333,7 @@
                                return false;
        return true;
  }
@@ -59,7 +59,7 @@
  void MakeTileInfo()
  {
        for (int i=0; i<140; i++)
-@@ -401,16 +362,6 @@
+@@ -392,16 +353,6 @@
        }
  }
  
@@ -76,7 +76,7 @@
  void ConvertToUTF8(const std::string &text_locally_encoded, char *text_utf8, 
size_t text_utf8_length)
  {
        // Is this portable?
-@@ -446,14 +397,6 @@
+@@ -437,14 +388,6 @@
        va_end( marker );              /* Reset variable arguments.      */
  }
  
@@ -91,7 +91,7 @@
  /// Prints a string right aligned so that it ends at (x,y)
  // TODO: Check that the maximal text width is already set
  void PrintR(int x, int y, const char * string, ...)
-@@ -489,23 +432,6 @@
+@@ -480,23 +423,6 @@
                msg.replace(msg.find("  "), 2, "\n");
  
        PrintC_Pango(x, y, width, msg);
@@ -115,7 +115,7 @@
  
        va_end( marker );              /* Reset variable arguments.      */
  }
-@@ -4157,7 +4083,6 @@
+@@ -4192,7 +4118,6 @@
                if (first)
                {
                        first = false;
@@ -125,8 +125,8 @@
  
 Index: hex-a-hop.svn/menus.h
 ===================================================================
---- hex-a-hop.svn.orig/menus.h 2007-08-26 22:45:56.000000000 +0200
-+++ hex-a-hop.svn/menus.h      2007-08-26 22:45:59.000000000 +0200
+--- hex-a-hop.svn.orig/menus.h 2007-09-10 00:24:28.000000000 +0200
++++ hex-a-hop.svn/menus.h      2007-09-10 00:24:31.000000000 +0200
 @@ -469,8 +469,8 @@
                int y = r2.y + FONT_SPACING/2 + int(FONT_SPACING * 1.5) * o;
                if (left_align)
@@ -149,8 +149,8 @@
        }
 Index: hex-a-hop.svn/gfx_list.h
 ===================================================================
---- hex-a-hop.svn.orig/gfx_list.h      2007-08-26 22:45:51.000000000 +0200
-+++ hex-a-hop.svn/gfx_list.h   2007-08-26 22:45:59.000000000 +0200
+--- hex-a-hop.svn.orig/gfx_list.h      2007-09-10 00:24:24.000000000 +0200
++++ hex-a-hop.svn/gfx_list.h   2007-09-10 00:24:31.000000000 +0200
 @@ -17,7 +17,7 @@
  */
  


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

Reply via email to