ChangeLog update
[tetrinet.git] / ChangeLog
blob60d939f2877a0a3626737972319b3057d59ec5a6
1 Sun Oct  5 18:39:24 2003  Gerfried Fuchs <alfie@ist.org>:
3         * Makefile, tetrinet.c, xwin.c:
5         Removed xwin.c for now because it doesn't include anything useful
6         currently.  
8 Thu Oct  2 16:59:44 2003  Petr Baudis <pasky@ucw.cz>:
10         * Makefile:
12         Remove *.o in binonly as well.  
14 Thu Oct  2 16:58:10 2003  Petr Baudis <pasky@ucw.cz>:
16         * Makefile:
18         Introduced maintainer target binonly.  
20 Thu Oct  2 16:35:59 2003  Petr Baudis <pasky@ucw.cz>:
22         * Changes, README, version.h:
24         tetrinet-0.11 
26 Thu Sep 11 20:26:53 2003  Gerfried Fuchs <alfie@ist.org>:
28         * tty.c:
30         Add support to display team name in playfield. Required to move
31         player name to the left.  
33 Tue Sep  9 19:15:04 2003  Gerfried Fuchs <alfie@ist.org>:
35         * sockets.c:
37         #include <string.c> to silence memcpy and memset warning.  
39 Sun Sep  7 16:30:02 2003  Petr Baudis <pasky@ucw.cz>:
41         * README, version.h:
43         0.10-pb4 
45 Sun Sep  7 16:29:29 2003  Petr Baudis <pasky@ucw.cz>:
47         * Makefile, server.c, sockets.c, tetrinet.c, tetris.c, tetris.h,
48         tty.c, xwin.c:
50         Added -Wall parameter to the compilation and fixed the tons of
51         warnings. The result is a rather massive cleanup.  
53 Sun Sep  7 16:12:51 2003  Petr Baudis <pasky@ucw.cz>:
55         * README, tetrinet.c, tetrinet.h, tetris.c, tetris.h, tty.c:
57         Added support for pieces casting 'shadow'. This feature is
58         controlled by -shadow/-noshadow options and it is on by default. A
59         little bit more messy than I originally wanted it to :-(.  
61 Fri Sep  5 14:32:37 2003  Petr Baudis <pasky@ucw.cz>:
63         * Makefile, README, tetrinet.c:
65         By default the client does not contain the server code anymore. It
66         can still be enabled manually at the compile time. Idea by alfie.  
68 Fri Sep  5 11:39:39 2003  Petr Baudis <pasky@ucw.cz>:
70         * README, version.h:
72         0.10-pb3 
74 Fri Sep  5 11:37:01 2003  Petr Baudis <pasky@ucw.cz>:
76         * tetrinet.c, version.h:
78         Include the version information in the usage output.  
80 Fri Sep  5 11:33:03 2003  Petr Baudis <pasky@ucw.cz>:
82         * .cvsignore:
84         Ignore compiled binaries.  
86 Fri Sep  5 11:25:26 2003  Petr Baudis <pasky@ucw.cz>:
88         * server.c:
90         _Untested_ server-side tetrifast support.  
92 Fri Sep  5 11:15:54 2003  Petr Baudis <pasky@ucw.cz>:
94         * README, tetrinet.c:
96         Documented the -fast option.  
98 Fri Sep  5 11:09:09 2003  Petr Baudis <pasky@ucw.cz>:
100         * tetrinet.c:
102         Print verbose usage help, also when an unknown option is passed.  
104 Fri Sep  5 10:56:32 2003  Petr Baudis <pasky@ucw.cz>:
106         * Changes:
108         -pb branch changes are in ChangeLog.  
110 Fri Sep  5 10:54:00 2003  Petr Baudis <pasky@ucw.cz>:
112         * AUTHORS:
114         Put together some AUTHORS file.  
116 Fri Sep  5 10:46:45 2003  Petr Baudis <pasky@ucw.cz>:
118         * README:
120         0.10-pb2 (pb1 was done outside of CVS yet) 
122 Fri Sep  5 10:39:20 2003  Petr Baudis <pasky@ucw.cz>:
124         * tetrinet.c, tetrinet.h, tetris.c:
126         Tetrifast support.  
128 Fri Sep  5 10:38:34 2003  Petr Baudis <pasky@ucw.cz>:
130         * README, tetrinet.c:
132         Introduced multichannel support (it was rather just a trivial fix).  
134 Fri Sep  5 10:37:13 2003  Petr Baudis <pasky@ucw.cz>:
136         * tetrinet.c:
138         Still send unknown commands to the server, patch by Gerfried Fuchs
139         <alfie@ist.org> and me.  
141 Fri Sep  5 10:30:53 2003  Petr Baudis <pasky@ucw.cz>:
143         * README:
145         Administrative commit - 0.10-pb0.  
147 Fri Sep  5 10:28:55 2003  Petr Baudis <pasky@ucw.cz>:
149         * Changes, Makefile, README, TODO, io.h, server.c, server.h,
150         sockets.c, sockets.h, tetrinet.c, tetrinet.h, tetrinet.txt,
151         tetris.c, tetris.h, tty.c, xwin.c:
153         Initial revision