1 Mon Nov 24 16:14:03 2003 Petr Baudis <pasky@ucw.cz>:
7 Mon Nov 24 16:12:20 2003 Petr Baudis <pasky@ucw.cz>:
11 Optimized the brute-force decryption. Now it still first tries the
12 correct hash and if doesn't succed it goes for bruteforce.
14 Mon Nov 24 16:08:41 2003 Petr Baudis <pasky@ucw.cz>:
18 The decrypting of messages based on IP moved to decrypt_message().
20 Mon Nov 24 16:04:37 2003 Petr Baudis <pasky@ucw.cz>:
24 Brute-force decryption of the tetrisstart message, now it works even
25 for clients behind NATs.
27 Mon Nov 24 16:03:15 2003 Petr Baudis <pasky@ucw.cz>:
31 See Makefile for various obscure compile-time switches.
33 Fri Oct 24 10:48:27 2003 Petr Baudis <pasky@ucw.cz>:
37 Removed plenty of useless (and possible confusing and dangerous)
40 Sun Oct 5 18:39:24 2003 Gerfried Fuchs <alfie@ist.org>:
42 * Makefile, tetrinet.c, xwin.c:
44 Removed xwin.c for now because it doesn't include anything useful
47 Thu Oct 2 16:59:44 2003 Petr Baudis <pasky@ucw.cz>:
51 Remove *.o in binonly as well.
53 Thu Oct 2 16:58:10 2003 Petr Baudis <pasky@ucw.cz>:
57 Introduced maintainer target binonly.
59 Thu Oct 2 16:35:59 2003 Petr Baudis <pasky@ucw.cz>:
61 * Changes, README, version.h:
65 Thu Sep 11 20:26:53 2003 Gerfried Fuchs <alfie@ist.org>:
69 Add support to display team name in playfield. Required to move
70 player name to the left.
72 Tue Sep 9 19:15:04 2003 Gerfried Fuchs <alfie@ist.org>:
76 #include <string.c> to silence memcpy and memset warning.
78 Sun Sep 7 16:30:02 2003 Petr Baudis <pasky@ucw.cz>:
84 Sun Sep 7 16:29:29 2003 Petr Baudis <pasky@ucw.cz>:
86 * Makefile, server.c, sockets.c, tetrinet.c, tetris.c, tetris.h,
89 Added -Wall parameter to the compilation and fixed the tons of
90 warnings. The result is a rather massive cleanup.
92 Sun Sep 7 16:12:51 2003 Petr Baudis <pasky@ucw.cz>:
94 * README, tetrinet.c, tetrinet.h, tetris.c, tetris.h, tty.c:
96 Added support for pieces casting 'shadow'. This feature is
97 controlled by -shadow/-noshadow options and it is on by default. A
98 little bit more messy than I originally wanted it to :-(.
100 Fri Sep 5 14:32:37 2003 Petr Baudis <pasky@ucw.cz>:
102 * Makefile, README, tetrinet.c:
104 By default the client does not contain the server code anymore. It
105 can still be enabled manually at the compile time. Idea by alfie.
107 Fri Sep 5 11:39:39 2003 Petr Baudis <pasky@ucw.cz>:
113 Fri Sep 5 11:37:01 2003 Petr Baudis <pasky@ucw.cz>:
115 * tetrinet.c, version.h:
117 Include the version information in the usage output.
119 Fri Sep 5 11:33:03 2003 Petr Baudis <pasky@ucw.cz>:
123 Ignore compiled binaries.
125 Fri Sep 5 11:25:26 2003 Petr Baudis <pasky@ucw.cz>:
129 _Untested_ server-side tetrifast support.
131 Fri Sep 5 11:15:54 2003 Petr Baudis <pasky@ucw.cz>:
133 * README, tetrinet.c:
135 Documented the -fast option.
137 Fri Sep 5 11:09:09 2003 Petr Baudis <pasky@ucw.cz>:
141 Print verbose usage help, also when an unknown option is passed.
143 Fri Sep 5 10:56:32 2003 Petr Baudis <pasky@ucw.cz>:
147 -pb branch changes are in ChangeLog.
149 Fri Sep 5 10:54:00 2003 Petr Baudis <pasky@ucw.cz>:
153 Put together some AUTHORS file.
155 Fri Sep 5 10:46:45 2003 Petr Baudis <pasky@ucw.cz>:
159 0.10-pb2 (pb1 was done outside of CVS yet)
161 Fri Sep 5 10:39:20 2003 Petr Baudis <pasky@ucw.cz>:
163 * tetrinet.c, tetrinet.h, tetris.c:
167 Fri Sep 5 10:38:34 2003 Petr Baudis <pasky@ucw.cz>:
169 * README, tetrinet.c:
171 Introduced multichannel support (it was rather just a trivial fix).
173 Fri Sep 5 10:37:13 2003 Petr Baudis <pasky@ucw.cz>:
177 Still send unknown commands to the server, patch by Gerfried Fuchs
178 <alfie@ist.org> and me.
180 Fri Sep 5 10:30:53 2003 Petr Baudis <pasky@ucw.cz>:
184 Administrative commit - 0.10-pb0.
186 Fri Sep 5 10:28:55 2003 Petr Baudis <pasky@ucw.cz>:
188 * Changes, Makefile, README, TODO, io.h, server.c, server.h,
189 sockets.c, sockets.h, tetrinet.c, tetrinet.h, tetrinet.txt,
190 tetris.c, tetris.h, tty.c, xwin.c: