1Fri Oct 24 10:48:27 2003  Petr Baudis <pasky@ucw.cz>:
2
3	* tty.c:
4
5	Removed plenty of useless (and possible confusing and dangerous)
6	signal handlers.
7
8Sun Oct  5 18:39:24 2003  Gerfried Fuchs <alfie@ist.org>:
9
10	* Makefile, tetrinet.c, xwin.c:
11
12	Removed xwin.c for now because it doesn't include anything useful
13	currently.
14
15Thu Oct  2 16:59:44 2003  Petr Baudis <pasky@ucw.cz>:
16
17	* Makefile:
18
19	Remove *.o in binonly as well.
20
21Thu Oct  2 16:58:10 2003  Petr Baudis <pasky@ucw.cz>:
22
23	* Makefile:
24
25	Introduced maintainer target binonly.
26
27Thu Oct  2 16:35:59 2003  Petr Baudis <pasky@ucw.cz>:
28
29	* Changes, README, version.h:
30
31	tetrinet-0.11
32
33Thu Sep 11 20:26:53 2003  Gerfried Fuchs <alfie@ist.org>:
34
35	* tty.c:
36
37	Add support to display team name in playfield. Required to move
38	player name to the left.
39
40Tue Sep  9 19:15:04 2003  Gerfried Fuchs <alfie@ist.org>:
41
42	* sockets.c:
43
44	#include <string.c> to silence memcpy and memset warning.
45
46Sun Sep  7 16:30:02 2003  Petr Baudis <pasky@ucw.cz>:
47
48	* README, version.h:
49
50	0.10-pb4
51
52Sun Sep  7 16:29:29 2003  Petr Baudis <pasky@ucw.cz>:
53
54	* Makefile, server.c, sockets.c, tetrinet.c, tetris.c, tetris.h,
55	tty.c, xwin.c:
56
57	Added -Wall parameter to the compilation and fixed the tons of
58	warnings. The result is a rather massive cleanup.
59
60Sun Sep  7 16:12:51 2003  Petr Baudis <pasky@ucw.cz>:
61
62	* README, tetrinet.c, tetrinet.h, tetris.c, tetris.h, tty.c:
63
64	Added support for pieces casting 'shadow'. This feature is
65	controlled by -shadow/-noshadow options and it is on by default. A
66	little bit more messy than I originally wanted it to :-(.
67
68Fri Sep  5 14:32:37 2003  Petr Baudis <pasky@ucw.cz>:
69
70	* Makefile, README, tetrinet.c:
71
72	By default the client does not contain the server code anymore. It
73	can still be enabled manually at the compile time. Idea by alfie.
74
75Fri Sep  5 11:39:39 2003  Petr Baudis <pasky@ucw.cz>:
76
77	* README, version.h:
78
79	0.10-pb3
80
81Fri Sep  5 11:37:01 2003  Petr Baudis <pasky@ucw.cz>:
82
83	* tetrinet.c, version.h:
84
85	Include the version information in the usage output.
86
87Fri Sep  5 11:33:03 2003  Petr Baudis <pasky@ucw.cz>:
88
89	* .cvsignore:
90
91	Ignore compiled binaries.
92
93Fri Sep  5 11:25:26 2003  Petr Baudis <pasky@ucw.cz>:
94
95	* server.c:
96
97	_Untested_ server-side tetrifast support.
98
99Fri Sep  5 11:15:54 2003  Petr Baudis <pasky@ucw.cz>:
100
101	* README, tetrinet.c:
102
103	Documented the -fast option.
104
105Fri Sep  5 11:09:09 2003  Petr Baudis <pasky@ucw.cz>:
106
107	* tetrinet.c:
108
109	Print verbose usage help, also when an unknown option is passed.
110
111Fri Sep  5 10:56:32 2003  Petr Baudis <pasky@ucw.cz>:
112
113	* Changes:
114
115	-pb branch changes are in ChangeLog.
116
117Fri Sep  5 10:54:00 2003  Petr Baudis <pasky@ucw.cz>:
118
119	* AUTHORS:
120
121	Put together some AUTHORS file.
122
123Fri Sep  5 10:46:45 2003  Petr Baudis <pasky@ucw.cz>:
124
125	* README:
126
127	0.10-pb2 (pb1 was done outside of CVS yet)
128
129Fri Sep  5 10:39:20 2003  Petr Baudis <pasky@ucw.cz>:
130
131	* tetrinet.c, tetrinet.h, tetris.c:
132
133	Tetrifast support.
134
135Fri Sep  5 10:38:34 2003  Petr Baudis <pasky@ucw.cz>:
136
137	* README, tetrinet.c:
138
139	Introduced multichannel support (it was rather just a trivial fix).
140
141Fri Sep  5 10:37:13 2003  Petr Baudis <pasky@ucw.cz>:
142
143	* tetrinet.c:
144
145	Still send unknown commands to the server, patch by Gerfried Fuchs
146	<alfie@ist.org> and me.
147
148Fri Sep  5 10:30:53 2003  Petr Baudis <pasky@ucw.cz>:
149
150	* README:
151
152	Administrative commit - 0.10-pb0.
153
154Fri Sep  5 10:28:55 2003  Petr Baudis <pasky@ucw.cz>:
155
156	* Changes, Makefile, README, TODO, io.h, server.c, server.h,
157	sockets.c, sockets.h, tetrinet.c, tetrinet.h, tetrinet.txt,
158	tetris.c, tetris.h, tty.c, xwin.c:
159
160	Initial revision
161
162