#include <string.c> to silence memcpy and memset warning.
[tetrinet.git] / ChangeLog
blob1ae0892f8cdb5a609c1e77e679cd109de77f5623
1 Sun Sep  7 16:30:02 2003  Petr Baudis <pasky@ucw.cz>:
3         * README, version.h:
5         0.10-pb4 
7 Sun Sep  7 16:29:29 2003  Petr Baudis <pasky@ucw.cz>:
9         * Makefile, server.c, sockets.c, tetrinet.c, tetris.c, tetris.h,
10         tty.c, xwin.c:
12         Added -Wall parameter to the compilation and fixed the tons of
13         warnings. The result is a rather massive cleanup.  
15 Sun Sep  7 16:12:51 2003  Petr Baudis <pasky@ucw.cz>:
17         * README, tetrinet.c, tetrinet.h, tetris.c, tetris.h, tty.c:
19         Added support for pieces casting 'shadow'. This feature is
20         controlled by -shadow/-noshadow options and it is on by default. A
21         little bit more messy than I originally wanted it to :-(.  
23 Fri Sep  5 14:32:37 2003  Petr Baudis <pasky@ucw.cz>:
25         * Makefile, README, tetrinet.c:
27         By default the client does not contain the server code anymore. It
28         can still be enabled manually at the compile time. Idea by alfie.  
30 Fri Sep  5 11:39:39 2003  Petr Baudis <pasky@ucw.cz>:
32         * README, version.h:
34         0.10-pb3 
36 Fri Sep  5 11:37:01 2003  Petr Baudis <pasky@ucw.cz>:
38         * tetrinet.c, version.h:
40         Include the version information in the usage output.  
42 Fri Sep  5 11:33:03 2003  Petr Baudis <pasky@ucw.cz>:
44         * .cvsignore:
46         Ignore compiled binaries.  
48 Fri Sep  5 11:25:26 2003  Petr Baudis <pasky@ucw.cz>:
50         * server.c:
52         _Untested_ server-side tetrifast support.  
54 Fri Sep  5 11:15:54 2003  Petr Baudis <pasky@ucw.cz>:
56         * README, tetrinet.c:
58         Documented the -fast option.  
60 Fri Sep  5 11:09:09 2003  Petr Baudis <pasky@ucw.cz>:
62         * tetrinet.c:
64         Print verbose usage help, also when an unknown option is passed.  
66 Fri Sep  5 10:56:32 2003  Petr Baudis <pasky@ucw.cz>:
68         * Changes:
70         -pb branch changes are in ChangeLog.  
72 Fri Sep  5 10:54:00 2003  Petr Baudis <pasky@ucw.cz>:
74         * AUTHORS:
76         Put together some AUTHORS file.  
78 Fri Sep  5 10:46:45 2003  Petr Baudis <pasky@ucw.cz>:
80         * README:
82         0.10-pb2 (pb1 was done outside of CVS yet) 
84 Fri Sep  5 10:39:20 2003  Petr Baudis <pasky@ucw.cz>:
86         * tetrinet.c, tetrinet.h, tetris.c:
88         Tetrifast support.  
90 Fri Sep  5 10:38:34 2003  Petr Baudis <pasky@ucw.cz>:
92         * README, tetrinet.c:
94         Introduced multichannel support (it was rather just a trivial fix).  
96 Fri Sep  5 10:37:13 2003  Petr Baudis <pasky@ucw.cz>:
98         * tetrinet.c:
100         Still send unknown commands to the server, patch by Gerfried Fuchs
101         <alfie@ist.org> and me.  
103 Fri Sep  5 10:30:53 2003  Petr Baudis <pasky@ucw.cz>:
105         * README:
107         Administrative commit - 0.10-pb0.  
109 Fri Sep  5 10:28:55 2003  Petr Baudis <pasky@ucw.cz>:
111         * Changes, Makefile, README, TODO, io.h, server.c, server.h,
112         sockets.c, sockets.h, tetrinet.c, tetrinet.h, tetrinet.txt,
113         tetris.c, tetris.h, tty.c, xwin.c:
115         Initial revision