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