Module darkplaces: Change committed

tomaz at icculus.org tomaz at icculus.org
Tue Aug 24 14:09:13 EDT 2004


Commiter   : tomaz
CVSROOT    : /cvs/cvsroot/twilight
Module     : darkplaces
Commit time: 2004-08-24 18:09:13 UTC

Log message:

Added GAME_PRYDON.

Modified files:
     common.c common.h darkplaces.txt

------=MIME.ee02e6ad4b5f750af31867f4aa33932f
Content-Type: text/plain; name="darkplaces.20040824.180913.tomaz.diff"
Content-Disposition: attachment; filename="darkplaces.20040824.180913.tomaz.diff"
Content-Transfer-Encoding: 8bit

Index: darkplaces/common.c
diff -u darkplaces/common.c:1.98 darkplaces/common.c:1.99
--- darkplaces/common.c:1.98	Mon Aug  2 10:18:46 2004
+++ darkplaces/common.c	Tue Aug 24 14:09:03 2004
@@ -757,7 +757,8 @@
 { "neoteric",		"-neoteric",	"Neoteric",				"neobase",	"neo" },
 // GAME_OPENQUARTZ
 { "openquartz",		"-openquartz",	"OpenQuartz",			"id1",		"openquartz"},
-
+// GAME_PRYDON
+{ "prydon",			"-prydon",		"PrydonGate",			"prydon",	"prydon"},
 };
 
 void COM_InitGameType (void)
Index: darkplaces/common.h
diff -u darkplaces/common.h:1.62 darkplaces/common.h:1.63
--- darkplaces/common.h:1.62	Mon Aug  2 10:18:46 2004
+++ darkplaces/common.h	Tue Aug 24 14:09:03 2004
@@ -186,6 +186,7 @@
 #define GAME_TENEBRAE 13 // full of evil hackery
 #define GAME_NEOTERIC 14
 #define GAME_OPENQUARTZ 15 //this game sucks
+#define GAME_PRYDON 16
 
 extern int gamemode;
 extern const char *gamename;
Index: darkplaces/darkplaces.txt
diff -u darkplaces/darkplaces.txt:1.10 darkplaces/darkplaces.txt:1.11
--- darkplaces/darkplaces.txt:1.10	Fri Aug 20 16:49:18 2004
+++ darkplaces/darkplaces.txt	Tue Aug 24 14:09:03 2004
@@ -60,6 +60,7 @@
 Nehahra : -nehahra or nehahra in executable name or path, gamedirs: nehahra, id1
 GoodVsBad2 : -goodvsbad2 or gvb2 in executable name or path, gamedirs: rts
 BattleMech : -battlemech or battlemech in executable name or path, gamedirs: base
+PrydonGate : -prydon or prydon in executable name or path, gamedirs: prydon
 These games are considered officially supported, if any problems are seen,
 please make sure you are running the latest version of the game and engine,
 if you are, please report the problem.


More information about the twilight-commits mailing list