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