From 1fa70ef982f5425594468a1efbcf80b8dac58e8b Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 12 Oct 2005 09:20:53 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 297 -------------------------------------------------------------- 1 file changed, 297 deletions(-) rewrite ChangeLog (100%) diff --git a/ChangeLog b/ChangeLog dissimilarity index 100% index dcea627..e69de29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,297 +0,0 @@ -Wed Mar 2 23:14:17 2005 Petr Baudis : - - * TODO: - - The Blocktrix protocol, X11 and TODO rewrite. - -Wed Mar 2 23:08:16 2005 Petr Baudis : - - * TODO, tetrinet.c: - - Automagically switch from/to the playfield on game end/start. - -Wed Mar 2 22:55:51 2005 Petr Baudis : - - * TODO, io.h, tetrinet.c, tty.c: - - Support for server text attributes in messages. No more ugly control - codes. Mixed with a portability fix, use pstring() instead of - strstring() - still nothing shiny, but much better than before. - -Wed Mar 2 21:25:47 2005 Petr Baudis : - - * .vimrc: - - A fairie. - -Wed Mar 2 21:25:26 2005 Petr Baudis : - - * AUTHORS: - - Random small changes. - -Thu Dec 23 08:02:20 2004 Gerfried Fuchs : - - * tetrinet-server.6: - - Small corrections. - -Mon Dec 6 22:04:02 2004 Petr Baudis : - - * tty.c: - - Tell the world if the signal was SIGINT, too. - -Mon Dec 6 21:40:04 2004 Gerfried Fuchs : - - * TODO, tetris.c: - - Fixed the clean of the talk window on empty input. - -Mon Dec 6 21:39:09 2004 Gerfried Fuchs : - - * tty.c: - - Added some more curs_set - -Mon Dec 6 19:48:07 2004 Gerfried Fuchs : - - * tetrinet-server.6: - - added manpage for tetrinet-server - -Tue Nov 23 12:41:28 2004 Gerfried Fuchs : - - * TODO: - - Filled the TODO list a little more. - -Tue Nov 23 09:00:48 2004 Gerfried Fuchs : - - * tetrinet.6: - - Finally, the manpage for the client. - -Wed Dec 24 08:28:16 2003 Gerfried Fuchs : - - * tty.c: - - Add some curs_set calls to show/hide the cursor where appropriate. - -Mon Nov 24 16:28:47 2003 Petr Baudis : - - * Makefile: - - Added -fno-builtin-log to the default CFLAGS. - -Mon Nov 24 16:26:32 2003 Petr Baudis : - - * Makefile: - - Reworked Makefile to contain configuration area. - -Mon Nov 24 16:16:22 2003 Petr Baudis : - - * README: - - Removed notice about xwin. There's no xwin.c ;-). - -Mon Nov 24 16:16:00 2003 Petr Baudis : - - * Makefile: - - Removed legacy xwin.o stuff. - -Mon Nov 24 16:14:03 2003 Petr Baudis : - - * server.c: - - Tiny compilation fix. - -Mon Nov 24 16:12:20 2003 Petr Baudis : - - * server.c: - - Optimized the brute-force decryption. Now it still first tries the - correct hash and if doesn't succed it goes for bruteforce. - -Mon Nov 24 16:08:41 2003 Petr Baudis : - - * server.c: - - The decrypting of messages based on IP moved to decrypt_message(). - -Mon Nov 24 16:04:37 2003 Petr Baudis : - - * Makefile, server.c: - - Brute-force decryption of the tetrisstart message, now it works even - for clients behind NATs. - -Mon Nov 24 16:03:15 2003 Petr Baudis : - - * README: - - See Makefile for various obscure compile-time switches. - -Fri Oct 24 10:48:27 2003 Petr Baudis : - - * tty.c: - - Removed plenty of useless (and possible confusing and dangerous) - signal handlers. - -Sun Oct 5 18:39:24 2003 Gerfried Fuchs : - - * Makefile, tetrinet.c, xwin.c: - - Removed xwin.c for now because it doesn't include anything useful - currently. - -Thu Oct 2 16:59:44 2003 Petr Baudis : - - * Makefile: - - Remove *.o in binonly as well. - -Thu Oct 2 16:58:10 2003 Petr Baudis : - - * Makefile: - - Introduced maintainer target binonly. - -Thu Oct 2 16:35:59 2003 Petr Baudis : - - * Changes, README, version.h: - - tetrinet-0.11 - -Thu Sep 11 20:26:53 2003 Gerfried Fuchs : - - * 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 : - - * sockets.c: - - #include to silence memcpy and memset warning. - -Sun Sep 7 16:30:02 2003 Petr Baudis : - - * README, version.h: - - 0.10-pb4 - -Sun Sep 7 16:29:29 2003 Petr Baudis : - - * 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 : - - * 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 : - - * 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 : - - * README, version.h: - - 0.10-pb3 - -Fri Sep 5 11:37:01 2003 Petr Baudis : - - * tetrinet.c, version.h: - - Include the version information in the usage output. - -Fri Sep 5 11:33:03 2003 Petr Baudis : - - * .cvsignore: - - Ignore compiled binaries. - -Fri Sep 5 11:25:26 2003 Petr Baudis : - - * server.c: - - _Untested_ server-side tetrifast support. - -Fri Sep 5 11:15:54 2003 Petr Baudis : - - * README, tetrinet.c: - - Documented the -fast option. - -Fri Sep 5 11:09:09 2003 Petr Baudis : - - * tetrinet.c: - - Print verbose usage help, also when an unknown option is passed. - -Fri Sep 5 10:56:32 2003 Petr Baudis : - - * Changes: - - -pb branch changes are in ChangeLog. - -Fri Sep 5 10:54:00 2003 Petr Baudis : - - * AUTHORS: - - Put together some AUTHORS file. - -Fri Sep 5 10:46:45 2003 Petr Baudis : - - * README: - - 0.10-pb2 (pb1 was done outside of CVS yet) - -Fri Sep 5 10:39:20 2003 Petr Baudis : - - * tetrinet.c, tetrinet.h, tetris.c: - - Tetrifast support. - -Fri Sep 5 10:38:34 2003 Petr Baudis : - - * README, tetrinet.c: - - Introduced multichannel support (it was rather just a trivial fix). - -Fri Sep 5 10:37:13 2003 Petr Baudis : - - * tetrinet.c: - - Still send unknown commands to the server, patch by Gerfried Fuchs - and me. - -Fri Sep 5 10:30:53 2003 Petr Baudis : - - * README: - - Administrative commit - 0.10-pb0. - -Fri Sep 5 10:28:55 2003 Petr Baudis : - - * 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 - -- 2.11.4.GIT