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