Only in mindless-1.6: .cardart.c.swp
Only in mindless-1.6: .playarea.c.swp
Only in mindless-1.6: .viewcard.c.swp
Common subdirectories: tmp/mindless-1.6/ICONS and mindless-1.6/ICONS
Only in mindless-1.6: _images.c
diff -u tmp/mindless-1.6/cardart.c mindless-1.6/cardart.c
--- tmp/mindless-1.6/cardart.c	2005-05-20 22:58:54.000000000 -0400
+++ mindless-1.6/cardart.c	2007-01-31 12:53:56.000000000 -0500
@@ -222,6 +222,7 @@
     if ((art->big_art == NULL) && (art->card_image != NULL)) {
 	full_width = gdk_pixbuf_get_width (art->card_image);
 	full_height = gdk_pixbuf_get_height (art->card_image);
+	/*
 	if ((info->expansion != NULL) && is_old_card (info->expansion)) {
 	    src_x = full_width * 19 / 200;
 	    src_y = full_height * 23 / 284;
@@ -232,7 +233,12 @@
 	    src_y = full_height * 26 / 284;
 	    crop_width = full_width * 182 / 200;
 	    crop_height = full_height * 132 / 284;
-	}
+	}*/
+	src_x = 0;
+	src_y = 0;
+	crop_width = full_width;
+	crop_height = full_height;
+
 	colorspace = gdk_pixbuf_get_colorspace (art->card_image);
 	has_alpha = gdk_pixbuf_get_has_alpha (art->card_image);
 	bits_per_sample = gdk_pixbuf_get_bits_per_sample (art->card_image);
Only in mindless-1.6: cardart.o
Only in mindless-1.6: cardbase.o
Only in mindless-1.6: deck.o
Only in mindless-1.6: dialogs.o
Only in mindless-1.6: encrypt.o
Only in mindless-1.6: expansions.o
Only in mindless-1.6: fgetline.o
Only in mindless-1.6: game.o
Only in mindless-1.6: http_fetcher.o
Only in mindless-1.6: images.o
Only in mindless-1.6: kplayer.o
Only in mindless-1.6: mindless
Only in mindless-1.6: mindless.o
Only in mindless-1.6: newgame.o
Only in mindless-1.6: opponent.o
diff -u tmp/mindless-1.6/playarea.c mindless-1.6/playarea.c
--- tmp/mindless-1.6/playarea.c	2005-07-03 02:28:06.000000000 -0400
+++ mindless-1.6/playarea.c	2007-01-31 13:08:48.000000000 -0500
@@ -27,8 +27,8 @@
 #include "prefs.h"
 #include "cardart.h"
 
-#define CARD_WIDTH	48
-#define CARD_HEIGHT	48
+#define CARD_WIDTH	75
+#define CARD_HEIGHT	105
 #define BORDER_WIDTH	3
 #define GRID_WIDTH	16
 #define GRID_HEIGHT	20
@@ -529,7 +529,7 @@
 {
     int width = rcard_width (zone) - 1 - 2*BORDER_WIDTH;
     *widthp = width;
-    *heightp = (int) ((double) width * 0.725);
+    *heightp = (int) ((double) width * 1.379);
     /* Ensure enough space for three lines of text. */
     if (*heightp < 33) *heightp = 33;
 }
Only in mindless-1.6: playarea.o
Only in mindless-1.6: prefs.o
Only in mindless-1.6: proto-appr.o
Only in mindless-1.6: random.o
Only in mindless-1.6: sealed.o
Only in mindless-1.6: viewcard.o
Only in mindless-1.6: zone.o
