Date:	Wednesday January 7, 2004 @ 20:42
Author:	unbelver

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

Modified Files:
	defs.h 
Log Message:

Added in Psychosis' hockey code running on puck.psychosis.net.
Disabled by default, but useful to keep in the main tree.  3
differences.  

PUCK_FIRST:  Puck process runs first on each update.  Mainly for shots
on edge of shot range.  Puck isn't pressored out before puck notices
that it is shot.

FO_BIAS:  non-scoring team, or team that's more than 5 goals behind
get faceoff advantage.  Advantage settable with FACEOFF_HELP.

SITOUT_HURTS:  Normally a sitout puts you within 5 points of exploding
to avoid cheating.  Undefine this and sitout won't hurt.

--Carlos V.




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

Index: Vanilla/include/defs.h
diff -u Vanilla/include/defs.h:1.2 Vanilla/include/defs.h:1.3
--- Vanilla/include/defs.h:1.2	Mon Jul  7 17:19:55 2003
+++ Vanilla/include/defs.h	Wed Jan  7 20:42:20 2004
@@ -1,4 +1,4 @@
-/* $Id: defs.h,v 1.2 2003/07/07 22:19:55 ahn Exp $
+/* $Id: defs.h,v 1.3 2004/01/08 02:42:20 unbelver Exp $
  */
 
 #ifndef _h_defs
@@ -473,5 +473,7 @@
 #define SVALID   253 /* Mark server messages as valid to send over SP_S_MESSAGE */
 #define SINVALID 254    /* Mark server Message as invalid to send over SP_S_MESSAGE */
 #define DINVALID 255    /* Mark daemon ( GOD) Message as invalid to send over SP_S_WARNING */
+
+/* #undef PUCK_FIRST  99 */  /* make sure puck runs before players do */
 
 #endif /* _h_defs */

_______________________________________________
vanilla-devel mailing list
vanilla-devel at us.netrek.org
https://mailman.real-time.com/mailman/listinfo/vanilla-devel