Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Thursday January 6, 19100 @ 14:45
Author:	unbelver

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

Modified Files:
	ChangeLog 
Log Message:

2 Things:

God Observer queue now exists.  God Observer comes in as player z
(i.e. MAXPLAYER-1).  God Observer is indi.

Indi behavior changed.  Indi forced to be peaceful to all.  Indi can
see all players and planets as well.  COW on the other hand, and maybe
other clients, refuses to show planet info.  The client gets the
planet info packets, but shows all planets as UNKNOWN.

--Carlos V.




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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.60 Vanilla/ChangeLog:1.61
--- Vanilla/ChangeLog:1.60	Thu Jan  6 03:15:59 2000
+++ Vanilla/ChangeLog	Thu Jan  6 14:45:25 2000
@@ -1,3 +1,15 @@
+Thu Jan  6 12:13:55 2000  Carlos Y. Villalpando  <unbelver@us.netrek.org>
+
+	* ntserv/genspkt.c (updateShips): Indi players see all ships always
+	(updatePlanets): Indi players see all planets always
+
+	* ntserv/enter.c (enter): Forced indi to be peaceful to all
+	* ntserv/interface.c (declare_war): Indi can't be hostile
+	* ntserv/defs.h (MAXQUEUE): Added 1 more queue
+	* ntserv/queue.c (queues_init): Added definition for God Obs Q
+	* ntserv/struct.h (QU_GOD_OBS): Added definition for God Obs Q
+	* docs/sample_ports: Added god obs port to .ports file
+
 Thu Jan  6 01:13:35 2000  Carlos Y. Villalpando  <unbelver@us.netrek.org>
 
 	* ntserv/defs.h (PV_TOTAL): Force PV_TOTAL to track MAXPLAYERS,
@@ -778,4 +790,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.60 2000/01/06 09:15:59 unbelver Exp $
+	$Id: ChangeLog,v 1.61 2000/01/06 20:45:25 unbelver Exp $