home *** CD-ROM | disk | FTP | other *** search
- From: azhao@cs.arizona.edu (Qiang Alex Zhao)
- Date: 18 Jan 93 19:52:18 GMT
- Newsgroups: alt.sources
- Subject: Generic Tetris Patch 2.1.0 to 2.1.1
-
-
- ---------------------------- CUT HERE ----------------------------
- diff -c tetris.2.1.orig/Imakefile tetris.2.1/Imakefile
- *** tetris.2.1.orig/Imakefile Fri Jan 15 16:02:53 1993
- --- tetris.2.1/Imakefile Mon Jan 18 12:02:06 1993
- ***************
- *** 32,39
-
- /**/##############################################################
-
- ! DEFINES = -DSCOREFILE=\"$(SCOREFILE)\" $(RANDOM)
- ! INCLUDES = -I.
- LOCAL_LIBRARIES = $(XLIB)
- SYS_LIBRARIES = -lm
- SRCS = tetris.c playing.c utils.c
-
- --- 32,38 -----
-
- /**/##############################################################
-
- ! DEFINES = -I. -DSCOREFILE=\"$(SCOREFILE)\" $(RANDOM)
- LOCAL_LIBRARIES = $(XLIB)
- SYS_LIBRARIES = -lm
- SRCS = tetris.c playing.c utils.c
- diff -c tetris.2.1.orig/README tetris.2.1/README
- *** tetris.2.1.orig/README Fri Jan 15 16:02:54 1993
- --- tetris.2.1/README Mon Jan 18 12:02:06 1993
- ***************
- *** 1,5
- GENERIC TETRIS
- ! ============== Yet Another Tetris Game on X, V2.1.0
-
-
- WHY ANOTHER?
-
- --- 1,5 -----
- GENERIC TETRIS
- ! ============== Yet Another Tetris Game on X, V2.1.1
-
-
- WHY ANOTHER?
- ***************
- *** 81,86
-
- Since the days of V1.8, I have got many responses over the net.
- Thanks go to people who helped me in improving the program.
-
- [Jan 15, 93] V2.1.0: Fixed a resource look-up bug found by Kiyotaka
- Sakai <ksakai@mtl.t.u-tokyo.ac.jp>. Added "-u" option.
-
- --- 81,90 -----
-
- Since the days of V1.8, I have got many responses over the net.
- Thanks go to people who helped me in improving the program.
- +
- + [Jan 18, 93] V2.1.1: Fixed a resource look-up bug found by Peter
- + Kabal <kabal@inrs-telecom.uquebec.ca>, and Imakefile
- + problem found by Tong Zhou <tzhou@cse.ogi.edu>.
-
- [Jan 15, 93] V2.1.0: Fixed a resource look-up bug found by Kiyotaka
- Sakai <ksakai@mtl.t.u-tokyo.ac.jp>. Added "-u" option.
- Common subdirectories: tetris.2.1.orig/X11 and tetris.2.1/X11
- Common subdirectories: tetris.2.1.orig/bitmaps and tetris.2.1/bitmaps
- diff -c tetris.2.1.orig/tetris.c tetris.2.1/tetris.c
- *** tetris.2.1.orig/tetris.c Fri Jan 15 16:02:54 1993
- --- tetris.2.1/tetris.c Mon Jan 18 12:02:06 1993
- ***************
- *** 74,80
-
- static int opTableEntries = 16;
- static XrmOptionDescRec opTable[] = {
- ! {"-s", ".scoresOnly", XrmoptionIsArg, (caddr_t) NULL},
- {"-l", "*startLevel", XrmoptionSepArg, (caddr_t) NULL},
- {"-p", "*preFilledLines", XrmoptionSepArg, (caddr_t) NULL},
- {"-showNext", "*showNext", XrmoptionNoArg, (caddr_t) "on"},
-
- --- 74,80 -----
-
- static int opTableEntries = 16;
- static XrmOptionDescRec opTable[] = {
- ! {"-s", "*scoresOnly", XrmoptionNoArg, (caddr_t) "yes"},
- {"-l", "*startLevel", XrmoptionSepArg, (caddr_t) NULL},
- {"-p", "*preFilledLines", XrmoptionSepArg, (caddr_t) NULL},
- {"-showNext", "*showNext", XrmoptionNoArg, (caddr_t) "on"},
- ***************
- *** 105,111
- char *argv[];
- {
- (void) fprintf(stderr,
- ! " GENERIC TETRIS V2.1.0\n");
- (void) fprintf(stderr,
- "Copyright (C) 1992-93 Q. Alex Zhao, azhao@cs.arizona.edu\n");
- (void) fprintf(stderr,
-
- --- 105,111 -----
- char *argv[];
- {
- (void) fprintf(stderr,
- ! " GENERIC TETRIS V2.1.1\n");
- (void) fprintf(stderr,
- "Copyright (C) 1992-93 Q. Alex Zhao, azhao@cs.arizona.edu\n");
- (void) fprintf(stderr,
- diff -c tetris.2.1.orig/tetris.man tetris.2.1/tetris.man
- *** tetris.2.1.orig/tetris.man Fri Jan 15 16:02:54 1993
- --- tetris.2.1/tetris.man Mon Jan 18 12:02:07 1993
- ***************
- *** 1,4
- ! .TH TETRIS 6 "15 Jan 1993, V2.1.0" "Univ of Arizona"
- .SH NAME
- GENERIC TETRIS \- Yet Another Tetris Game on X
- .SH SYNOPSIS
-
- --- 1,4 -----
- ! .TH TETRIS 6 "18 Jan 1993, V2.1.1" "Univ of Arizona"
- .SH NAME
- GENERIC TETRIS \- Yet Another Tetris Game on X
- .SH SYNOPSIS
- --
- = Qiang Alex Zhao ___ . ______
- Computer Science Dept / ) /| ) __// )
- University of Arizona / / /_| / _ // /_ _. ._
- azhao@cs.arizona.edu (__)(_o / (_(_(-'_)( ((____/ (_(_(_(_)
-
-