stratagus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Stratagus-CVS] stratagus/src ai/ai.c ai/script_ai.c network/co...


From: address@hidden
Subject: [Stratagus-CVS] stratagus/src ai/ai.c ai/script_ai.c network/co...
Date: 17 Jan 2004 05:06:27 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/17 05:06:26

Modified files:
        src/ai         : ai.c script_ai.c 
        src/network    : commands.c 

Log message:
        Removed script_helpers.h

Patches:
Index: stratagus/src/ai/ai.c
diff -u stratagus/src/ai/ai.c:1.110 stratagus/src/ai/ai.c:1.111
--- stratagus/src/ai/ai.c:1.110 Sat Jan 17 02:17:21 2004
+++ stratagus/src/ai/ai.c       Sat Jan 17 05:06:22 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: ai.c,v 1.110 2004/01/16 15:17:21 wizzard Exp $
+//      $Id: ai.c,v 1.111 2004/01/16 18:06:22 jsalmon3 Exp $
 
 
 //@{
@@ -148,7 +148,6 @@
 #include "player.h"
 #include "unit.h"
 #include "script.h"
-#include "script_helpers.h"
 #include "actions.h"
 #include "map.h"
 
@@ -821,7 +820,7 @@
 {
        CLprintf(file, "\n--- -----------------------------------------\n");
        CLprintf(file,
-               "--- MODULE: AI $Id: ai.c,v 1.110 2004/01/16 15:17:21 wizzard 
Exp $\n\n");
+               "--- MODULE: AI $Id: ai.c,v 1.111 2004/01/16 18:06:22 jsalmon3 
Exp $\n\n");
 #if 0
        SaveAiTypesWcName(file);
        SaveAiHelper(file);
Index: stratagus/src/ai/script_ai.c
diff -u stratagus/src/ai/script_ai.c:1.98 stratagus/src/ai/script_ai.c:1.99
--- stratagus/src/ai/script_ai.c:1.98   Sat Jan 17 02:17:21 2004
+++ stratagus/src/ai/script_ai.c        Sat Jan 17 05:06:23 2004
@@ -27,7 +27,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: script_ai.c,v 1.98 2004/01/16 15:17:21 wizzard Exp $
+//      $Id: script_ai.c,v 1.99 2004/01/16 18:06:23 jsalmon3 Exp $
 
 //@{
 
@@ -45,7 +45,6 @@
 #include "ai.h"
 #include "pathfinder.h"
 #include "ai_local.h"
-#include "script_helpers.h"
 
 
 /**
Index: stratagus/src/network/commands.c
diff -u stratagus/src/network/commands.c:1.90 
stratagus/src/network/commands.c:1.91
--- stratagus/src/network/commands.c:1.90       Sat Jan 17 02:17:27 2004
+++ stratagus/src/network/commands.c    Sat Jan 17 05:06:25 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: commands.c,v 1.90 2004/01/16 15:17:27 wizzard Exp $
+//     $Id: commands.c,v 1.91 2004/01/16 18:06:25 jsalmon3 Exp $
 
 //@{
 
@@ -48,7 +48,6 @@
 #include "netconnect.h"
 #include "campaign.h"                                          // for 
CurrentMapPath
 #include "script.h"
-#include "script_helpers.h"
 #include "commands.h"
 #include "interface.h"
 #include "iocompat.h"
@@ -174,7 +173,7 @@
 
        replay->Comment1 = strdup("Generated by Stratagus Version " VERSION "");
        replay->Comment2 = strdup("Visit http://Stratagus.Org for more 
information");
-       replay->Comment3 = strdup("$Id: commands.c,v 1.90 2004/01/16 15:17:27 
wizzard Exp $");
+       replay->Comment3 = strdup("$Id: commands.c,v 1.91 2004/01/16 18:06:25 
jsalmon3 Exp $");
 
        if (GameSettings.NetGameType == SettingsSinglePlayerGame) {
                replay->Type = ReplaySinglePlayer;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]