Tell the world if the signal was SIGINT, too.
[tetrinet.git] / ChangeLog
blob4e53c16432e773601ace37c3c2dbe2cebb4bbc51
1 Tue Nov 23 12:41:28 2004  Gerfried Fuchs <alfie@ist.org>:
3         * TODO:
5         Filled the TODO list a little more.  
7 Tue Nov 23 09:00:48 2004  Gerfried Fuchs <alfie@ist.org>:
9         * tetrinet.6:
11         Finally, the manpage for the client.  
13 Wed Dec 24 08:28:16 2003  Gerfried Fuchs <alfie@ist.org>:
15         * tty.c:
17         Add some curs_set calls to show/hide the cursor where appropriate.  
19 Mon Nov 24 16:28:47 2003  Petr Baudis <pasky@ucw.cz>:
21         * Makefile:
23         Added -fno-builtin-log to the default CFLAGS.  
25 Mon Nov 24 16:26:32 2003  Petr Baudis <pasky@ucw.cz>:
27         * Makefile:
29         Reworked Makefile to contain configuration area.  
31 Mon Nov 24 16:16:22 2003  Petr Baudis <pasky@ucw.cz>:
33         * README:
35         Removed notice about xwin. There's no xwin.c ;-).  
37 Mon Nov 24 16:16:00 2003  Petr Baudis <pasky@ucw.cz>:
39         * Makefile:
41         Removed legacy xwin.o stuff.  
43 Mon Nov 24 16:14:03 2003  Petr Baudis <pasky@ucw.cz>:
45         * server.c:
47         Tiny compilation fix.  
49 Mon Nov 24 16:12:20 2003  Petr Baudis <pasky@ucw.cz>:
51         * server.c:
53         Optimized the brute-force decryption. Now it still first tries the
54         correct hash and if doesn't succed it goes for bruteforce.  
56 Mon Nov 24 16:08:41 2003  Petr Baudis <pasky@ucw.cz>:
58         * server.c:
60         The decrypting of messages based on IP moved to decrypt_message().  
62 Mon Nov 24 16:04:37 2003  Petr Baudis <pasky@ucw.cz>:
64         * Makefile, server.c:
66         Brute-force decryption of the tetrisstart message, now it works even
67         for clients behind NATs.  
69 Mon Nov 24 16:03:15 2003  Petr Baudis <pasky@ucw.cz>:
71         * README:
73         See Makefile for various obscure compile-time switches.  
75 Fri Oct 24 10:48:27 2003  Petr Baudis <pasky@ucw.cz>:
77         * tty.c:
79         Removed plenty of useless (and possible confusing and dangerous)
80         signal handlers.  
82 Sun Oct  5 18:39:24 2003  Gerfried Fuchs <alfie@ist.org>:
84         * Makefile, tetrinet.c, xwin.c:
86         Removed xwin.c for now because it doesn't include anything useful
87         currently.  
89 Thu Oct  2 16:59:44 2003  Petr Baudis <pasky@ucw.cz>:
91         * Makefile:
93         Remove *.o in binonly as well.  
95 Thu Oct  2 16:58:10 2003  Petr Baudis <pasky@ucw.cz>:
97         * Makefile:
99         Introduced maintainer target binonly.  
101 Thu Oct  2 16:35:59 2003  Petr Baudis <pasky@ucw.cz>:
103         * Changes, README, version.h:
105         tetrinet-0.11 
107 Thu Sep 11 20:26:53 2003  Gerfried Fuchs <alfie@ist.org>:
109         * tty.c:
111         Add support to display team name in playfield. Required to move
112         player name to the left.  
114 Tue Sep  9 19:15:04 2003  Gerfried Fuchs <alfie@ist.org>:
116         * sockets.c:
118         #include <string.c> to silence memcpy and memset warning.  
120 Sun Sep  7 16:30:02 2003  Petr Baudis <pasky@ucw.cz>:
122         * README, version.h:
124         0.10-pb4 
126 Sun Sep  7 16:29:29 2003  Petr Baudis <pasky@ucw.cz>:
128         * Makefile, server.c, sockets.c, tetrinet.c, tetris.c, tetris.h,
129         tty.c, xwin.c:
131         Added -Wall parameter to the compilation and fixed the tons of
132         warnings. The result is a rather massive cleanup.  
134 Sun Sep  7 16:12:51 2003  Petr Baudis <pasky@ucw.cz>:
136         * README, tetrinet.c, tetrinet.h, tetris.c, tetris.h, tty.c:
138         Added support for pieces casting 'shadow'. This feature is
139         controlled by -shadow/-noshadow options and it is on by default. A
140         little bit more messy than I originally wanted it to :-(.  
142 Fri Sep  5 14:32:37 2003  Petr Baudis <pasky@ucw.cz>:
144         * Makefile, README, tetrinet.c:
146         By default the client does not contain the server code anymore. It
147         can still be enabled manually at the compile time. Idea by alfie.  
149 Fri Sep  5 11:39:39 2003  Petr Baudis <pasky@ucw.cz>:
151         * README, version.h:
153         0.10-pb3 
155 Fri Sep  5 11:37:01 2003  Petr Baudis <pasky@ucw.cz>:
157         * tetrinet.c, version.h:
159         Include the version information in the usage output.  
161 Fri Sep  5 11:33:03 2003  Petr Baudis <pasky@ucw.cz>:
163         * .cvsignore:
165         Ignore compiled binaries.  
167 Fri Sep  5 11:25:26 2003  Petr Baudis <pasky@ucw.cz>:
169         * server.c:
171         _Untested_ server-side tetrifast support.  
173 Fri Sep  5 11:15:54 2003  Petr Baudis <pasky@ucw.cz>:
175         * README, tetrinet.c:
177         Documented the -fast option.  
179 Fri Sep  5 11:09:09 2003  Petr Baudis <pasky@ucw.cz>:
181         * tetrinet.c:
183         Print verbose usage help, also when an unknown option is passed.  
185 Fri Sep  5 10:56:32 2003  Petr Baudis <pasky@ucw.cz>:
187         * Changes:
189         -pb branch changes are in ChangeLog.  
191 Fri Sep  5 10:54:00 2003  Petr Baudis <pasky@ucw.cz>:
193         * AUTHORS:
195         Put together some AUTHORS file.  
197 Fri Sep  5 10:46:45 2003  Petr Baudis <pasky@ucw.cz>:
199         * README:
201         0.10-pb2 (pb1 was done outside of CVS yet) 
203 Fri Sep  5 10:39:20 2003  Petr Baudis <pasky@ucw.cz>:
205         * tetrinet.c, tetrinet.h, tetris.c:
207         Tetrifast support.  
209 Fri Sep  5 10:38:34 2003  Petr Baudis <pasky@ucw.cz>:
211         * README, tetrinet.c:
213         Introduced multichannel support (it was rather just a trivial fix).  
215 Fri Sep  5 10:37:13 2003  Petr Baudis <pasky@ucw.cz>:
217         * tetrinet.c:
219         Still send unknown commands to the server, patch by Gerfried Fuchs
220         <alfie@ist.org> and me.  
222 Fri Sep  5 10:30:53 2003  Petr Baudis <pasky@ucw.cz>:
224         * README:
226         Administrative commit - 0.10-pb0.  
228 Fri Sep  5 10:28:55 2003  Petr Baudis <pasky@ucw.cz>:
230         * Changes, Makefile, README, TODO, io.h, server.c, server.h,
231         sockets.c, sockets.h, tetrinet.c, tetrinet.h, tetrinet.txt,
232         tetris.c, tetris.h, tty.c, xwin.c:
234         Initial revision