Date: Sunday July 2, 2000 @ 22:03 Author: cameron Update of /home/netrek/cvsroot/Vanilla In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv8878 Modified Files: ChangeLog config.h.in Log Message: ifdef an unpopular change **************************************** Index: Vanilla/ChangeLog diff -u Vanilla/ChangeLog:1.85 Vanilla/ChangeLog:1.86 --- Vanilla/ChangeLog:1.85 Tue Jun 27 18:04:48 2000 +++ Vanilla/ChangeLog Sun Jul 2 22:03:34 2000 @@ -1,3 +1,9 @@ +Mon Jul 3 13:55:06 2000 James Cameron <quozl at us.netrek.org> + + * config.h.in: #undef NO_BEAM_DOWN_OUT_OF_T_MODE + * ntserv/daemonII.c (beam): #ifdef NO_BEAM_DOWN_OUT_OF_T_MODE + Change not found to be universally accepted. + Tue Jun 27 19:39:01 EDT 2000 Dave Ahn <ahn at users.sourceforge.net> * robots/inl*.c: Changed continuous scoring differential to 1.5. @@ -991,4 +997,4 @@ update_sys_defaults in updateMessages to a more appropriate location - updateClient in socket.c. - $Id: ChangeLog,v 1.85 2000/06/27 23:04:48 ahn Exp $ + $Id: ChangeLog,v 1.86 2000/07/03 03:03:34 cameron Exp $ Index: Vanilla/config.h.in diff -u Vanilla/config.h.in:1.23 Vanilla/config.h.in:1.24 --- Vanilla/config.h.in:1.23 Fri Jun 23 04:12:55 2000 +++ Vanilla/config.h.in Sun Jul 2 22:03:34 2000 @@ -447,6 +447,11 @@ */ #undef NO_CHUNG_CREDIT + /* NO_BEAM_DOWN_OUT_OF_T_MODE - Prevent + beaming down from working if t-mode is not + active. */ +#undef NO_BEAM_DOWN_OUT_OF_T_MODE + #endif /* SERVER */