Remove *.o in binonly as well.
[tetrinet.git] / ChangeLog
bloba4bbab73ef70ddada0eb01b18eeb7b3daeabb2a0
1 Thu Oct  2 16:35:59 2003  Petr Baudis <pasky@ucw.cz>:
3         * Changes, README, version.h:
5         tetrinet-0.11 
7 Thu Sep 11 20:26:53 2003  Gerfried Fuchs <alfie@ist.org>:
9         * tty.c:
11         Add support to display team name in playfield. Required to move
12         player name to the left.  
14 Tue Sep  9 19:15:04 2003  Gerfried Fuchs <alfie@ist.org>:
16         * sockets.c:
18         #include <string.c> to silence memcpy and memset warning.  
20 Sun Sep  7 16:30:02 2003  Petr Baudis <pasky@ucw.cz>:
22         * README, version.h:
24         0.10-pb4 
26 Sun Sep  7 16:29:29 2003  Petr Baudis <pasky@ucw.cz>:
28         * Makefile, server.c, sockets.c, tetrinet.c, tetris.c, tetris.h,
29         tty.c, xwin.c:
31         Added -Wall parameter to the compilation and fixed the tons of
32         warnings. The result is a rather massive cleanup.  
34 Sun Sep  7 16:12:51 2003  Petr Baudis <pasky@ucw.cz>:
36         * README, tetrinet.c, tetrinet.h, tetris.c, tetris.h, tty.c:
38         Added support for pieces casting 'shadow'. This feature is
39         controlled by -shadow/-noshadow options and it is on by default. A
40         little bit more messy than I originally wanted it to :-(.  
42 Fri Sep  5 14:32:37 2003  Petr Baudis <pasky@ucw.cz>:
44         * Makefile, README, tetrinet.c:
46         By default the client does not contain the server code anymore. It
47         can still be enabled manually at the compile time. Idea by alfie.  
49 Fri Sep  5 11:39:39 2003  Petr Baudis <pasky@ucw.cz>:
51         * README, version.h:
53         0.10-pb3 
55 Fri Sep  5 11:37:01 2003  Petr Baudis <pasky@ucw.cz>:
57         * tetrinet.c, version.h:
59         Include the version information in the usage output.  
61 Fri Sep  5 11:33:03 2003  Petr Baudis <pasky@ucw.cz>:
63         * .cvsignore:
65         Ignore compiled binaries.  
67 Fri Sep  5 11:25:26 2003  Petr Baudis <pasky@ucw.cz>:
69         * server.c:
71         _Untested_ server-side tetrifast support.  
73 Fri Sep  5 11:15:54 2003  Petr Baudis <pasky@ucw.cz>:
75         * README, tetrinet.c:
77         Documented the -fast option.  
79 Fri Sep  5 11:09:09 2003  Petr Baudis <pasky@ucw.cz>:
81         * tetrinet.c:
83         Print verbose usage help, also when an unknown option is passed.  
85 Fri Sep  5 10:56:32 2003  Petr Baudis <pasky@ucw.cz>:
87         * Changes:
89         -pb branch changes are in ChangeLog.  
91 Fri Sep  5 10:54:00 2003  Petr Baudis <pasky@ucw.cz>:
93         * AUTHORS:
95         Put together some AUTHORS file.  
97 Fri Sep  5 10:46:45 2003  Petr Baudis <pasky@ucw.cz>:
99         * README:
101         0.10-pb2 (pb1 was done outside of CVS yet) 
103 Fri Sep  5 10:39:20 2003  Petr Baudis <pasky@ucw.cz>:
105         * tetrinet.c, tetrinet.h, tetris.c:
107         Tetrifast support.  
109 Fri Sep  5 10:38:34 2003  Petr Baudis <pasky@ucw.cz>:
111         * README, tetrinet.c:
113         Introduced multichannel support (it was rather just a trivial fix).  
115 Fri Sep  5 10:37:13 2003  Petr Baudis <pasky@ucw.cz>:
117         * tetrinet.c:
119         Still send unknown commands to the server, patch by Gerfried Fuchs
120         <alfie@ist.org> and me.  
122 Fri Sep  5 10:30:53 2003  Petr Baudis <pasky@ucw.cz>:
124         * README:
126         Administrative commit - 0.10-pb0.  
128 Fri Sep  5 10:28:55 2003  Petr Baudis <pasky@ucw.cz>:
130         * Changes, Makefile, README, TODO, io.h, server.c, server.h,
131         sockets.c, sockets.h, tetrinet.c, tetrinet.h, tetrinet.txt,
132         tetris.c, tetris.h, tty.c, xwin.c:
134         Initial revision