Date:	Wednesday June 19, 2002 @ 1:50
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.real-time.com:/var/tmp/cvs-serv27196

Modified Files:
	PROJECTS ChangeLog 
Log Message:
add midflight wobble suppression

****************************************

Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.93 Vanilla/PROJECTS:1.94
--- Vanilla/PROJECTS:1.93	Thu Apr  4 20:08:51 2002
+++ Vanilla/PROJECTS	Wed Jun 19 01:50:57 2002
@@ -1,7 +1,20 @@
 
-$Id: PROJECTS,v 1.93 2002/04/05 02:08:51 cameron Exp $	
+$Id: PROJECTS,v 1.94 2002/06/19 06:50:57 cameron Exp $	
 
 List of things to do in the future
+
+	- tail waggle effect, necessary?
+	  [work done to fix, by quozl ... in test on continuum]
+
+	- transwarp to base at one update per second ... calculation
+	  of navigational lock is made at update rate not internal rate.
+	  note: Tom Holub would prefer that this fix not affect the
+	  known feature of maxwarp-with-no-fuel = cruising speed + .5
+	  - etemp.
+
+	- docs/tools.doc and tools/README say that trimscores argument
+          is a niceness value, but it is actually a harshness value.
+	  usage() in trimscores.c also doesn't match.
 
 	- end_tourney.pl, replace the final score indicator with more
           meaningful information.  For example, the final planet count
Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.129 Vanilla/ChangeLog:1.130
--- Vanilla/ChangeLog:1.129	Wed May 29 17:35:26 2002
+++ Vanilla/ChangeLog	Wed Jun 19 01:50:57 2002
@@ -1,3 +1,11 @@
+Wed Jun 19 15:03:56 2002  James Cameron  <quozl at us.netrek.org>
+
+	* ntserv/ntscmds.c (do_nowobble): add nowobble command to enable
+	prototype code.
+
+	* ntserv/redraw.c (auto_features): add prototype option to
+	suppress midflight wobble while locked on a planet.
+
 Thu May 30 08:32:50 2002  James Cameron  <quozl at us.netrek.org>
 
 	* tools/Makefile.in: add blotpassword.c
@@ -1346,4 +1354,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.129 2002/05/29 22:35:26 cameron Exp $
+	$Id: ChangeLog,v 1.130 2002/06/19 06:50:57 cameron Exp $