ChangeLog update
[tetrinet.git] / ChangeLog
blob76fc231bf19b0f3221e0c49b4ed4f1df28007339
1 Mon Dec  6 22:04:02 2004  Petr Baudis <pasky@ucw.cz>:
3         * tty.c:
5         Tell the world if the signal was SIGINT, too.  
7 Mon Dec  6 21:40:04 2004  Gerfried Fuchs <alfie@ist.org>:
9         * TODO, tetris.c:
11         Fixed the clean of the talk window on empty input.  
13 Mon Dec  6 21:39:09 2004  Gerfried Fuchs <alfie@ist.org>:
15         * tty.c:
17         Added some more curs_set 
19 Mon Dec  6 19:48:07 2004  Gerfried Fuchs <alfie@ist.org>:
21         * tetrinet-server.6:
23         added manpage for tetrinet-server 
25 Tue Nov 23 12:41:28 2004  Gerfried Fuchs <alfie@ist.org>:
27         * TODO:
29         Filled the TODO list a little more.  
31 Tue Nov 23 09:00:48 2004  Gerfried Fuchs <alfie@ist.org>:
33         * tetrinet.6:
35         Finally, the manpage for the client.  
37 Wed Dec 24 08:28:16 2003  Gerfried Fuchs <alfie@ist.org>:
39         * tty.c:
41         Add some curs_set calls to show/hide the cursor where appropriate.  
43 Mon Nov 24 16:28:47 2003  Petr Baudis <pasky@ucw.cz>:
45         * Makefile:
47         Added -fno-builtin-log to the default CFLAGS.  
49 Mon Nov 24 16:26:32 2003  Petr Baudis <pasky@ucw.cz>:
51         * Makefile:
53         Reworked Makefile to contain configuration area.  
55 Mon Nov 24 16:16:22 2003  Petr Baudis <pasky@ucw.cz>:
57         * README:
59         Removed notice about xwin. There's no xwin.c ;-).  
61 Mon Nov 24 16:16:00 2003  Petr Baudis <pasky@ucw.cz>:
63         * Makefile:
65         Removed legacy xwin.o stuff.  
67 Mon Nov 24 16:14:03 2003  Petr Baudis <pasky@ucw.cz>:
69         * server.c:
71         Tiny compilation fix.  
73 Mon Nov 24 16:12:20 2003  Petr Baudis <pasky@ucw.cz>:
75         * server.c:
77         Optimized the brute-force decryption. Now it still first tries the
78         correct hash and if doesn't succed it goes for bruteforce.  
80 Mon Nov 24 16:08:41 2003  Petr Baudis <pasky@ucw.cz>:
82         * server.c:
84         The decrypting of messages based on IP moved to decrypt_message().  
86 Mon Nov 24 16:04:37 2003  Petr Baudis <pasky@ucw.cz>:
88         * Makefile, server.c:
90         Brute-force decryption of the tetrisstart message, now it works even
91         for clients behind NATs.  
93 Mon Nov 24 16:03:15 2003  Petr Baudis <pasky@ucw.cz>:
95         * README:
97         See Makefile for various obscure compile-time switches.  
99 Fri Oct 24 10:48:27 2003  Petr Baudis <pasky@ucw.cz>:
101         * tty.c:
103         Removed plenty of useless (and possible confusing and dangerous)
104         signal handlers.  
106 Sun Oct  5 18:39:24 2003  Gerfried Fuchs <alfie@ist.org>:
108         * Makefile, tetrinet.c, xwin.c:
110         Removed xwin.c for now because it doesn't include anything useful
111         currently.  
113 Thu Oct  2 16:59:44 2003  Petr Baudis <pasky@ucw.cz>:
115         * Makefile:
117         Remove *.o in binonly as well.  
119 Thu Oct  2 16:58:10 2003  Petr Baudis <pasky@ucw.cz>:
121         * Makefile:
123         Introduced maintainer target binonly.  
125 Thu Oct  2 16:35:59 2003  Petr Baudis <pasky@ucw.cz>:
127         * Changes, README, version.h:
129         tetrinet-0.11 
131 Thu Sep 11 20:26:53 2003  Gerfried Fuchs <alfie@ist.org>:
133         * tty.c:
135         Add support to display team name in playfield. Required to move
136         player name to the left.  
138 Tue Sep  9 19:15:04 2003  Gerfried Fuchs <alfie@ist.org>:
140         * sockets.c:
142         #include <string.c> to silence memcpy and memset warning.  
144 Sun Sep  7 16:30:02 2003  Petr Baudis <pasky@ucw.cz>:
146         * README, version.h:
148         0.10-pb4 
150 Sun Sep  7 16:29:29 2003  Petr Baudis <pasky@ucw.cz>:
152         * Makefile, server.c, sockets.c, tetrinet.c, tetris.c, tetris.h,
153         tty.c, xwin.c:
155         Added -Wall parameter to the compilation and fixed the tons of
156         warnings. The result is a rather massive cleanup.  
158 Sun Sep  7 16:12:51 2003  Petr Baudis <pasky@ucw.cz>:
160         * README, tetrinet.c, tetrinet.h, tetris.c, tetris.h, tty.c:
162         Added support for pieces casting 'shadow'. This feature is
163         controlled by -shadow/-noshadow options and it is on by default. A
164         little bit more messy than I originally wanted it to :-(.  
166 Fri Sep  5 14:32:37 2003  Petr Baudis <pasky@ucw.cz>:
168         * Makefile, README, tetrinet.c:
170         By default the client does not contain the server code anymore. It
171         can still be enabled manually at the compile time. Idea by alfie.  
173 Fri Sep  5 11:39:39 2003  Petr Baudis <pasky@ucw.cz>:
175         * README, version.h:
177         0.10-pb3 
179 Fri Sep  5 11:37:01 2003  Petr Baudis <pasky@ucw.cz>:
181         * tetrinet.c, version.h:
183         Include the version information in the usage output.  
185 Fri Sep  5 11:33:03 2003  Petr Baudis <pasky@ucw.cz>:
187         * .cvsignore:
189         Ignore compiled binaries.  
191 Fri Sep  5 11:25:26 2003  Petr Baudis <pasky@ucw.cz>:
193         * server.c:
195         _Untested_ server-side tetrifast support.  
197 Fri Sep  5 11:15:54 2003  Petr Baudis <pasky@ucw.cz>:
199         * README, tetrinet.c:
201         Documented the -fast option.  
203 Fri Sep  5 11:09:09 2003  Petr Baudis <pasky@ucw.cz>:
205         * tetrinet.c:
207         Print verbose usage help, also when an unknown option is passed.  
209 Fri Sep  5 10:56:32 2003  Petr Baudis <pasky@ucw.cz>:
211         * Changes:
213         -pb branch changes are in ChangeLog.  
215 Fri Sep  5 10:54:00 2003  Petr Baudis <pasky@ucw.cz>:
217         * AUTHORS:
219         Put together some AUTHORS file.  
221 Fri Sep  5 10:46:45 2003  Petr Baudis <pasky@ucw.cz>:
223         * README:
225         0.10-pb2 (pb1 was done outside of CVS yet) 
227 Fri Sep  5 10:39:20 2003  Petr Baudis <pasky@ucw.cz>:
229         * tetrinet.c, tetrinet.h, tetris.c:
231         Tetrifast support.  
233 Fri Sep  5 10:38:34 2003  Petr Baudis <pasky@ucw.cz>:
235         * README, tetrinet.c:
237         Introduced multichannel support (it was rather just a trivial fix).  
239 Fri Sep  5 10:37:13 2003  Petr Baudis <pasky@ucw.cz>:
241         * tetrinet.c:
243         Still send unknown commands to the server, patch by Gerfried Fuchs
244         <alfie@ist.org> and me.  
246 Fri Sep  5 10:30:53 2003  Petr Baudis <pasky@ucw.cz>:
248         * README:
250         Administrative commit - 0.10-pb0.  
252 Fri Sep  5 10:28:55 2003  Petr Baudis <pasky@ucw.cz>:
254         * Changes, Makefile, README, TODO, io.h, server.c, server.h,
255         sockets.c, sockets.h, tetrinet.c, tetrinet.h, tetrinet.txt,
256         tetris.c, tetris.h, tty.c, xwin.c:
258         Initial revision