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