Date: Friday February 2, 2001 @ 2:40 Author: cameron Update of /home/netrek/cvsroot/Vanilla In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv7460 Modified Files: ChangeLog README.releasing Log Message: * ntserv/orbit.c (dock): was returning TRUE for failure to dock, so if a base was in the game orbiting failed to be considered. Moved many of the new checks with messages after the check for proximity. Adjusted code indent. * README.releasing: minor adjustments to procedure. **************************************** Index: Vanilla/ChangeLog diff -u Vanilla/ChangeLog:1.103 Vanilla/ChangeLog:1.104 --- Vanilla/ChangeLog:1.103 Fri Feb 2 02:11:06 2001 +++ Vanilla/ChangeLog Fri Feb 2 02:40:42 2001 @@ -1,3 +1,10 @@ +Fri Feb 2 19:31:36 2001 James Cameron <quozl at us.netrek.org> + + * ntserv/orbit.c (dock): was returning TRUE for failure to dock, + so if a base was in the game orbiting failed to be considered. + Moved many of the new checks with messages after the check for + proximity. Adjusted code indent. + Fri Jan 26 18:29:30 EST 2001 Dave Ahn <ahn at genocide.netrek.org> * robots/*: Added momentum scoring support. See README.scores @@ -1109,4 +1116,4 @@ update_sys_defaults in updateMessages to a more appropriate location - updateClient in socket.c. - $Id: ChangeLog,v 1.103 2001/02/02 08:11:06 cameron Exp $ + $Id: ChangeLog,v 1.104 2001/02/02 08:40:42 cameron Exp $ Index: Vanilla/README.releasing diff -u Vanilla/README.releasing:1.2 Vanilla/README.releasing:1.3 --- Vanilla/README.releasing:1.2 Fri Feb 2 02:11:06 2001 +++ Vanilla/README.releasing Fri Feb 2 02:40:42 2001 @@ -1,5 +1,5 @@ -$Id: README.releasing,v 1.2 2001/02/02 08:11:06 cameron Exp $ +$Id: README.releasing,v 1.3 2001/02/02 08:40:42 cameron Exp $ Release Procedure @@ -7,7 +7,7 @@ # be in your local copy of the CVS repository cd Vanilla - # set variables to ease the rest of this ... + # set variables to ease the rest of this ... (csh or tcsh) set VS=2.9pl7 set VL=v_2_9_7 @@ -26,12 +26,11 @@ cd .. setenv CVSROOT :pserver:cameron at cvs.us.netrek.org:/home/netrek/cvsroot cvs -z9 export -d Vanilla-$VS -r $VL Vanilla - # package res-rsa with .tar.gz as per dave ahn 28th june 2000 + # package res-rsa with .tar.gz as per Dave Ahn 28th June 2000 cd Vanilla-$VS - tar xf ../Vanilla/res-rsa-2.9.2.tar.gz + tar xzf ../Vanilla/res-rsa-2.9.2.tar.gz mv res-rsa-2.9.2/* res-rsa/ rmdir res-rsa-2.9.2 - # code above unverified cd .. tar cf Vanilla-$VS.tar Vanilla-$VS gzip -9 Vanilla-$VS.tar @@ -41,9 +40,8 @@ # test build kit cd Vanilla-$VS - - mkdir /tmp/$VS ./configure --prefix=/tmp/$VS + make # test install kit make install