home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / games / volume15 / gtetris3 / patch2 / patches02
Text File  |  1993-01-27  |  4KB  |  117 lines

  1. diff -c tetris.2.1.orig/Imakefile tetris.2.1/Imakefile
  2. *** tetris.2.1.orig/Imakefile    Fri Jan 15 16:02:53 1993
  3. --- tetris.2.1/Imakefile    Mon Jan 18 12:02:06 1993
  4. ***************
  5. *** 32,39
  6.   
  7.   /**/##############################################################
  8.   
  9. !         DEFINES = -DSCOREFILE=\"$(SCOREFILE)\" $(RANDOM)
  10. !        INCLUDES = -I.
  11.   LOCAL_LIBRARIES = $(XLIB)
  12.     SYS_LIBRARIES = -lm
  13.              SRCS = tetris.c playing.c utils.c
  14.  
  15. --- 32,38 -----
  16.   
  17.   /**/##############################################################
  18.   
  19. !         DEFINES = -I. -DSCOREFILE=\"$(SCOREFILE)\" $(RANDOM)
  20.   LOCAL_LIBRARIES = $(XLIB)
  21.     SYS_LIBRARIES = -lm
  22.              SRCS = tetris.c playing.c utils.c
  23. diff -c tetris.2.1.orig/README tetris.2.1/README
  24. *** tetris.2.1.orig/README    Fri Jan 15 16:02:54 1993
  25. --- tetris.2.1/README    Mon Jan 18 12:02:06 1993
  26. ***************
  27. *** 1,5
  28.       GENERIC TETRIS
  29. !     ==============    Yet Another Tetris Game on X, V2.1.0
  30.   
  31.   
  32.   WHY ANOTHER?
  33.  
  34. --- 1,5 -----
  35.       GENERIC TETRIS
  36. !     ==============    Yet Another Tetris Game on X, V2.1.1
  37.   
  38.   
  39.   WHY ANOTHER?
  40. ***************
  41. *** 81,86
  42.   
  43.       Since the days of V1.8, I have got many responses over the net.
  44.       Thanks go to people who helped me in improving the program.
  45.   
  46.     [Jan 15, 93]  V2.1.0: Fixed a resource look-up bug found by Kiyotaka
  47.           Sakai <ksakai@mtl.t.u-tokyo.ac.jp>. Added "-u" option.
  48.  
  49. --- 81,90 -----
  50.   
  51.       Since the days of V1.8, I have got many responses over the net.
  52.       Thanks go to people who helped me in improving the program.
  53. +   [Jan 18, 93]  V2.1.1: Fixed a resource look-up bug found by Peter
  54. +         Kabal <kabal@inrs-telecom.uquebec.ca>, and Imakefile
  55. +         problem found by Tong Zhou <tzhou@cse.ogi.edu>.
  56.   
  57.     [Jan 15, 93]  V2.1.0: Fixed a resource look-up bug found by Kiyotaka
  58.           Sakai <ksakai@mtl.t.u-tokyo.ac.jp>. Added "-u" option.
  59. Common subdirectories: tetris.2.1.orig/X11 and tetris.2.1/X11
  60. Common subdirectories: tetris.2.1.orig/bitmaps and tetris.2.1/bitmaps
  61. diff -c tetris.2.1.orig/tetris.c tetris.2.1/tetris.c
  62. *** tetris.2.1.orig/tetris.c    Fri Jan 15 16:02:54 1993
  63. --- tetris.2.1/tetris.c    Mon Jan 18 12:02:06 1993
  64. ***************
  65. *** 74,80
  66.   
  67.   static int      opTableEntries = 16;
  68.   static XrmOptionDescRec opTable[] = {
  69. !     {"-s", ".scoresOnly", XrmoptionIsArg, (caddr_t) NULL},
  70.       {"-l", "*startLevel", XrmoptionSepArg, (caddr_t) NULL},
  71.       {"-p", "*preFilledLines", XrmoptionSepArg, (caddr_t) NULL},
  72.       {"-showNext", "*showNext", XrmoptionNoArg, (caddr_t) "on"},
  73.  
  74. --- 74,80 -----
  75.   
  76.   static int      opTableEntries = 16;
  77.   static XrmOptionDescRec opTable[] = {
  78. !     {"-s", "*scoresOnly", XrmoptionNoArg, (caddr_t) "yes"},
  79.       {"-l", "*startLevel", XrmoptionSepArg, (caddr_t) NULL},
  80.       {"-p", "*preFilledLines", XrmoptionSepArg, (caddr_t) NULL},
  81.       {"-showNext", "*showNext", XrmoptionNoArg, (caddr_t) "on"},
  82. ***************
  83. *** 105,111
  84.       char           *argv[];
  85.   {
  86.       (void) fprintf(stderr,
  87. !            "                 GENERIC TETRIS V2.1.0\n");
  88.       (void) fprintf(stderr,
  89.        "Copyright (C) 1992-93      Q. Alex Zhao, azhao@cs.arizona.edu\n");
  90.       (void) fprintf(stderr,
  91.  
  92. --- 105,111 -----
  93.       char           *argv[];
  94.   {
  95.       (void) fprintf(stderr,
  96. !            "                 GENERIC TETRIS V2.1.1\n");
  97.       (void) fprintf(stderr,
  98.        "Copyright (C) 1992-93      Q. Alex Zhao, azhao@cs.arizona.edu\n");
  99.       (void) fprintf(stderr,
  100. diff -c tetris.2.1.orig/tetris.man tetris.2.1/tetris.man
  101. *** tetris.2.1.orig/tetris.man    Fri Jan 15 16:02:54 1993
  102. --- tetris.2.1/tetris.man    Mon Jan 18 12:02:07 1993
  103. ***************
  104. *** 1,4
  105. ! .TH TETRIS 6 "15 Jan 1993, V2.1.0" "Univ of Arizona"
  106.   .SH NAME
  107.   GENERIC TETRIS \- Yet Another Tetris Game on X
  108.   .SH SYNOPSIS
  109.  
  110. --- 1,4 -----
  111. ! .TH TETRIS 6 "18 Jan 1993, V2.1.1" "Univ of Arizona"
  112.   .SH NAME
  113.   GENERIC TETRIS \- Yet Another Tetris Game on X
  114.   .SH SYNOPSIS
  115.  
  116.