Update of /cvsroot/netrek/server/Vanilla In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15404 Modified Files: BUGS ChangeLog NEWS Log Message: fix INL confine for orbiting ships Index: NEWS =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/NEWS,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- NEWS 6 May 2006 12:23:30 -0000 1.20 +++ NEWS 6 May 2006 12:28:20 -0000 1.21 @@ -1,3 +1,4 @@ +- fix INL confine to knock ships out of orbit [Cameron] - describe a local unnamed server as "server on this computer" [Cameron] - fix cambot regression [Cameron] - convert voting, ejecting and banning to site policy in sysdef [Cameron] Index: BUGS =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/BUGS,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- BUGS 6 May 2006 12:17:29 -0000 1.5 +++ BUGS 6 May 2006 12:28:20 -0000 1.6 @@ -32,13 +32,6 @@ running make causes configure to be re-run but without the appropriate --prefix, thus building for the wrong place. - - inl confine doesn't knock ships out of orbit, ships may - remain outside their confined zone. - - - configure script, add recognition of --with-inl, and thus - define all the appropriate defines that INSTALL.INL says we - have to do, change PKEY too. - - configure to set CONFIRM=1 if it finds res-rsa, and Makefile to recommend the execution of updated at least once. Index: ChangeLog =================================================================== RCS file: /cvsroot/netrek/server/Vanilla/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- ChangeLog 6 May 2006 12:23:29 -0000 1.38 +++ ChangeLog 6 May 2006 12:28:20 -0000 1.39 @@ -9,6 +9,11 @@ information is on localhost, return a default "server on this computer". Such a default is more descriptive. +Fri Apr 28 20:28:37 2006 James Cameron <quozl at us.netrek.org> + + * robots/inl.c (inl_confine_deorbit): fix INL confine to knock + ships out of orbit if they are outside the confinement boundary. + Thu Apr 27 09:32:33 2006 James Cameron <quozl at us.netrek.org> * include/genspkt.h: add separate prototypes for genspkt.c since