home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / games / volume13 / x4war2 / patch1 < prev    next >
Encoding:
Internet Message Format  |  1992-08-02  |  3.3 KB

  1. Path: uunet!zephyr.ens.tek.com!master!saab!billr
  2. From: billr@saab.CNA.TEK.COM (Bill Randle)
  3. Newsgroups: comp.sources.games
  4. Subject: v13i086:  x4war2 - An X11 version of Chinese four-state war game (Ver. 1.1), Patch1
  5. Message-ID: <2892@master.CNA.TEK.COM>
  6. Date: 14 May 92 00:50:16 GMT
  7. Sender: news@master.CNA.TEK.COM
  8. Lines: 97
  9. Approved: billr@saab.CNA.TEK.COM
  10.  
  11. Submitted-by: Xiaobing Chen <xiaobing@cs.sfu.ca>
  12. Posting-number: Volume 13, Issue 86
  13. Archive-name: x4war2/Patch1
  14. Patch-To: x4war2: Volume 13, Issue 82-85
  15. Environment: X11, Xlib, Xt
  16.  
  17.  
  18.  
  19. #! /bin/sh
  20. # This is a shell archive.  Remove anything before this line, then unpack
  21. # it by saving it into a file and typing "sh file".  To overwrite existing
  22. # files, type "sh file -c".  You can also feed this as standard input via
  23. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  24. # will see the following message at the end:
  25. #        "End of shell archive."
  26. # Contents:  patches01
  27. # Wrapped by billr@saab on Wed May 13 17:48:14 1992
  28. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  29. if test -f 'patches01' -a "${1}" != "-c" ; then 
  30.   echo shar: Will not clobber existing file \"'patches01'\"
  31. else
  32. echo shar: Extracting \"'patches01'\" \(1837 characters\)
  33. sed "s/^X//" >'patches01' <<'END_OF_FILE'
  34. X*** x4war.c    Sat May  2 15:26:39 1992
  35. X--- x4war.c.new    Mon May  4 11:56:41 1992
  36. X***************
  37. X*** 1,3 ****
  38. X--- 1,5 ----
  39. X+ #include "Patchlevel"
  40. X+ 
  41. X  #include <X11/Xlib.h>
  42. X  #include <X11/Xutil.h>
  43. X  #include <X11/X.h>
  44. X***************
  45. X*** 1293,1299 ****
  46. X          putnode(k, COLOURS, b, c);
  47. X          }
  48. X      }
  49. X!     if ((--p[i].num_movable)==0)  return(True);
  50. X      return(False);
  51. X  }
  52. X  
  53. X--- 1295,1301 ----
  54. X          putnode(k, COLOURS, b, c);
  55. X          }
  56. X      }
  57. X!     if (v != MINE  &&  (--p[i].num_movable)==0)  return(True);
  58. X      return(False);
  59. X  }
  60. X  
  61. X*** Patchlevel    Mon May  4 11:50:26 1992
  62. X--- Patchlevel.new    Mon May  4 11:50:26 1992
  63. X***************
  64. X*** 1,31 ****
  65. X! Patchleve 1.1
  66. X! (April 12, 1992)
  67. X! (Note: for those got x4war1.0, that one is not publically released to
  68. X!        'comp.sources.games'. It should be substituted by this 1.1 version )
  69. X! 
  70. X! In this version of x4war, some minor changes are made to the original one.
  71. X! 
  72. X! 1). another set of bitmaps is provided as an alternative bitmap set for the
  73. X!     faces of pieces. Now two set of bitmaps for the faces of pieces are
  74. X!     available. One is in Chinese characters, under
  75. X!     ./bitmaps/chinese_piece
  76. X! 
  77. X!     the other is a set of drawings to represent pieces with images, under
  78. X!     ./bitmaps/image_piece
  79. X! 
  80. X! 2). A real two players version is implemented.
  81. X! 
  82. X! 3). Makefile.simple changed to provide compilation selections of bitmap set.
  83. X! 
  84. X! 4). x4war.c, war.c, and war.h modified.
  85. X! 
  86. X! 5). bgbitmap.c changed for some modification to the background of the board.
  87. X! 
  88. X! 6). README changed to explain how to modify Makefile.simple or x4war.c for
  89. X!     selecting a bitmap set.
  90. X! 
  91. X! 7). x4war.man changed, rule of the game is explained in more detail.
  92. X! 
  93. X! 8). this file (Patchlevel) is added.
  94. X! 
  95. X  
  96. X--- 1,2 ----
  97. X! char ident[] = "@(#)x4war: Version 1.1, patchlevel 1.2, May 4, 1992";
  98. X
  99. END_OF_FILE
  100. if test 1837 -ne `wc -c <'patches01'`; then
  101.     echo shar: \"'patches01'\" unpacked with wrong size!
  102. fi
  103. # end of 'patches01'
  104. fi
  105. echo shar: End of shell archive.
  106. exit 0
  107.