tetrinet/ChangeLog

136 lines
3.0 KiB
Plaintext

Thu Oct 2 16:35:59 2003 Petr Baudis <pasky@ucw.cz>:
* Changes, README, version.h:
tetrinet-0.11
Thu Sep 11 20:26:53 2003 Gerfried Fuchs <alfie@ist.org>:
* tty.c:
Add support to display team name in playfield. Required to move
player name to the left.
Tue Sep 9 19:15:04 2003 Gerfried Fuchs <alfie@ist.org>:
* sockets.c:
#include <string.c> to silence memcpy and memset warning.
Sun Sep 7 16:30:02 2003 Petr Baudis <pasky@ucw.cz>:
* README, version.h:
0.10-pb4
Sun Sep 7 16:29:29 2003 Petr Baudis <pasky@ucw.cz>:
* Makefile, server.c, sockets.c, tetrinet.c, tetris.c, tetris.h,
tty.c, xwin.c:
Added -Wall parameter to the compilation and fixed the tons of
warnings. The result is a rather massive cleanup.
Sun Sep 7 16:12:51 2003 Petr Baudis <pasky@ucw.cz>:
* README, tetrinet.c, tetrinet.h, tetris.c, tetris.h, tty.c:
Added support for pieces casting 'shadow'. This feature is
controlled by -shadow/-noshadow options and it is on by default. A
little bit more messy than I originally wanted it to :-(.
Fri Sep 5 14:32:37 2003 Petr Baudis <pasky@ucw.cz>:
* Makefile, README, tetrinet.c:
By default the client does not contain the server code anymore. It
can still be enabled manually at the compile time. Idea by alfie.
Fri Sep 5 11:39:39 2003 Petr Baudis <pasky@ucw.cz>:
* README, version.h:
0.10-pb3
Fri Sep 5 11:37:01 2003 Petr Baudis <pasky@ucw.cz>:
* tetrinet.c, version.h:
Include the version information in the usage output.
Fri Sep 5 11:33:03 2003 Petr Baudis <pasky@ucw.cz>:
* .cvsignore:
Ignore compiled binaries.
Fri Sep 5 11:25:26 2003 Petr Baudis <pasky@ucw.cz>:
* server.c:
_Untested_ server-side tetrifast support.
Fri Sep 5 11:15:54 2003 Petr Baudis <pasky@ucw.cz>:
* README, tetrinet.c:
Documented the -fast option.
Fri Sep 5 11:09:09 2003 Petr Baudis <pasky@ucw.cz>:
* tetrinet.c:
Print verbose usage help, also when an unknown option is passed.
Fri Sep 5 10:56:32 2003 Petr Baudis <pasky@ucw.cz>:
* Changes:
-pb branch changes are in ChangeLog.
Fri Sep 5 10:54:00 2003 Petr Baudis <pasky@ucw.cz>:
* AUTHORS:
Put together some AUTHORS file.
Fri Sep 5 10:46:45 2003 Petr Baudis <pasky@ucw.cz>:
* README:
0.10-pb2 (pb1 was done outside of CVS yet)
Fri Sep 5 10:39:20 2003 Petr Baudis <pasky@ucw.cz>:
* tetrinet.c, tetrinet.h, tetris.c:
Tetrifast support.
Fri Sep 5 10:38:34 2003 Petr Baudis <pasky@ucw.cz>:
* README, tetrinet.c:
Introduced multichannel support (it was rather just a trivial fix).
Fri Sep 5 10:37:13 2003 Petr Baudis <pasky@ucw.cz>:
* tetrinet.c:
Still send unknown commands to the server, patch by Gerfried Fuchs
<alfie@ist.org> and me.
Fri Sep 5 10:30:53 2003 Petr Baudis <pasky@ucw.cz>:
* README:
Administrative commit - 0.10-pb0.
Fri Sep 5 10:28:55 2003 Petr Baudis <pasky@ucw.cz>:
* Changes, Makefile, README, TODO, io.h, server.c, server.h,
sockets.c, sockets.h, tetrinet.c, tetrinet.h, tetrinet.txt,
tetris.c, tetris.h, tty.c, xwin.c:
Initial revision