1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
Tue Jan 30 21:54:39 1996 Andrew M. Bishop (amb@gedanken)
* README: Ready to be uploaded to sunsite.
Sat Jan 20 21:02:46 1996 Andrew M. Bishop (amb@gedanken)
* Makefile: Added a default CC and CFLAGS.
Thu Nov 16 20:16:39 1995 Andrew Bishop (amb@dan)
* xbomb.c: Used rand() instead of random() to work on Solaris 2.3
* hiscore.c: Made work on Solaris 2.3
Wed Nov 15 19:26:42 1995 Andrew Bishop (amb@dan)
* xwindow.c: Made work on Solaris 2.3
Tue Jul 18 20:58:37 1995 Andrew Bishop (amb@dan)
* xbomb.6: Fixed minor man page bug.
Tue Jul 11 19:17:38 1995 Andrew Bishop (amb@dan)
* Makefile: Changed X386 to X11R6.
Wed May 10 18:55:55 1995 Andrew Bishop (amb@dan)
* xwindow.c: Put a title on the title bar with a copyright message.
Mon Mar 20 18:51:19 1995 Andrew Bishop (amb@dan)
* xwindow.c:
Changed the ratio of width:height from 15:13 to 8:7, to allow finer resizing resolution on hex and tri.
Sat Feb 4 16:48:59 1995 Andrew Bishop (amb@dan)
* xwindow.c: Fixed the Control-Z clock goes funny bug.
Thu Feb 2 19:01:51 1995 Andrew Bishop (amb@dan)
* xbomb.c, xbomb.h, hiscore.c, xwindow.c:
Fixed warning messages that appear when compiling on sun.
Sat Jan 21 14:33:42 1995 Andrew Bishop (amb@dan)
* xwindow.c: Added the missing label for 12 neighbours.
Mon Jan 16 22:03:34 1995 Andrew Bishop (amb@dan)
* Makefile: Added icon.h to the dependency list.
* icon.h: Initial revision - The pixmap for the icon.
* xwindow.c: Added an icon.
* Makefile: Removed -g from the makefile
Mon Jan 16 19:18:49 1995 Andrew Bishop (amb@dan)
* hiscore.c, xwindow.c, xbomb.h, xbomb.c, xbomb.6:
First selection is always safe and minor text input/output improvements.
Sun Jan 15 17:43:44 1995 Andrew Bishop (amb@dan)
* xwindow.c, xbomb.h, xbomb.c, xbomb.6, hiscore.c, README, Makefile:
Version 2 - Triangular and Hexagonal grids added
[This also includes many changes and improvements to the code along the way.]
Wed Jan 11 20:53:59 1995 Andrew Bishop (amb@dan)
* xbomb.ad: Change the UNSEEN colour to make it darker.
* xwindow.c: Added a 'flag' pixmap for THINK_BOMB, use stipple for UNSEEN.
Sun Dec 4 17:20:27 1994 Andrew Bishop (amb@dan)
* Makefile: Added the app-defaults file to the installation.
* xbomb.ad: A sample app-defaults file.
Sun Dec 4 17:14:05 1994 Andrew Bishop (amb@dan)
* xbomb.6: Improved the X-resources section.
Sun Dec 4 16:40:51 1994 Andrew Bishop (amb@dan)
* Makefile: Added a LIB.
* Makefile: Added a strip when installing and removed the all target.
Fri Dec 2 20:46:26 1994 Andrew Bishop (amb@dan)
* Makefile: Install it in man6 not man1
* Makefile: Updated installation location.
Tue Nov 29 21:08:02 1994 Andrew Bishop (amb@dan)
* xbomb.c: Better updating of the screen.
* xwindow.c: Changed print format for window when finished.
* hiscore.c: Print with different formats for the different levels.
* xbomb.c: Don't print time to win in here.
* xwindow.c: Return the value in milliseconds not rounded.
Fri Nov 25 19:48:30 1994 Andrew Bishop (amb@dan)
* xwindow.c: Hi scores now in milli seconds.
* hiscore.c: Hiscore table now stores scores to milli seconds.
* xbomb.c: Can now print the hi scores and exit.
* xbomb.6: Mention the print hiscore and exit option.
Tue Nov 15 19:26:14 1994 Andrew Bishop (amb@dan)
* Makefile: Added a clean option
* Makefile: Added an install option.
Tue Nov 8 20:09:03 1994 Andrew Bishop (amb@dan)
* Makefile, README, hiscore.c, xbomb.6, xbomb.c, xbomb.h, xwindow.c:
Initial revision
|