1 Mon Nov 24 16:28:47 2003 Petr Baudis <pasky@ucw.cz>:
5 Added -fno-builtin-log to the default CFLAGS.
7 Mon Nov 24 16:26:32 2003 Petr Baudis <pasky@ucw.cz>:
11 Reworked Makefile to contain configuration area.
13 Mon Nov 24 16:16:22 2003 Petr Baudis <pasky@ucw.cz>:
17 Removed notice about xwin. There's no xwin.c ;-).
19 Mon Nov 24 16:16:00 2003 Petr Baudis <pasky@ucw.cz>:
23 Removed legacy xwin.o stuff.
25 Mon Nov 24 16:14:03 2003 Petr Baudis <pasky@ucw.cz>:
31 Mon Nov 24 16:12:20 2003 Petr Baudis <pasky@ucw.cz>:
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>:
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>:
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>:
55 See Makefile for various obscure compile-time switches.
57 Fri Oct 24 10:48:27 2003 Petr Baudis <pasky@ucw.cz>:
61 Removed plenty of useless (and possible confusing and dangerous)
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
71 Thu Oct 2 16:59:44 2003 Petr Baudis <pasky@ucw.cz>:
75 Remove *.o in binonly as well.
77 Thu Oct 2 16:58:10 2003 Petr Baudis <pasky@ucw.cz>:
81 Introduced maintainer target binonly.
83 Thu Oct 2 16:35:59 2003 Petr Baudis <pasky@ucw.cz>:
85 * Changes, README, version.h:
89 Thu Sep 11 20:26:53 2003 Gerfried Fuchs <alfie@ist.org>:
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>:
100 #include <string.c> to silence memcpy and memset warning.
102 Sun Sep 7 16:30:02 2003 Petr Baudis <pasky@ucw.cz>:
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,
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>:
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>:
147 Ignore compiled binaries.
149 Fri Sep 5 11:25:26 2003 Petr Baudis <pasky@ucw.cz>:
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>:
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>:
171 -pb branch changes are in ChangeLog.
173 Fri Sep 5 10:54:00 2003 Petr Baudis <pasky@ucw.cz>:
177 Put together some AUTHORS file.
179 Fri Sep 5 10:46:45 2003 Petr Baudis <pasky@ucw.cz>:
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:
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>:
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>:
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: