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 src/pathfinder/splitter_z...


From: address@hidden
Subject: [Stratagus-CVS] stratagus src/ai/ai.c src/pathfinder/splitter_z...
Date: 2 Feb 2004 06:00:26 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/02/02 06:00:25

Modified files:
        src/ai         : ai.c 
        src/pathfinder : splitter_zoneset.c 
Added files:
        doc/script     : missiletypes.html 

Log message:
        More docs. Fix some stdout junk.

Patches:
Index: stratagus/src/ai/ai.c
diff -u stratagus/src/ai/ai.c:1.113 stratagus/src/ai/ai.c:1.114
--- stratagus/src/ai/ai.c:1.113 Sat Jan 31 01:02:47 2004
+++ stratagus/src/ai/ai.c       Mon Feb  2 06:00:24 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: ai.c,v 1.113 2004/01/30 14:02:47 nobody_ Exp $
+//      $Id: ai.c,v 1.114 2004/02/01 19:00:24 nobody_ Exp $
 
 
 //@{
@@ -820,7 +820,7 @@
 {
        CLprintf(file, "\n--- -----------------------------------------\n");
        CLprintf(file,
-               "--- MODULE: AI $Id: ai.c,v 1.113 2004/01/30 14:02:47 nobody_ 
Exp $\n\n");
+               "--- MODULE: AI $Id: ai.c,v 1.114 2004/02/01 19:00:24 nobody_ 
Exp $\n\n");
 #if 0
        SaveAiTypesWcName(file);
        SaveAiHelper(file);
@@ -1724,7 +1724,7 @@
        }
 
        if (!ZoneSetFindPath(&UnitZones, &DestZones, zonepath, &zonepathlen)) {
-               DebugLevel2Fn("no way over there.\n");
+               DebugLevel3Fn("no way over there.\n");
                return;
        }
 
Index: stratagus/src/pathfinder/splitter_zoneset.c
diff -u stratagus/src/pathfinder/splitter_zoneset.c:1.3 
stratagus/src/pathfinder/splitter_zoneset.c:1.4
--- stratagus/src/pathfinder/splitter_zoneset.c:1.3     Sat Dec 20 16:33:37 2003
+++ stratagus/src/pathfinder/splitter_zoneset.c Mon Feb  2 06:00:25 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: splitter_zoneset.c,v 1.3 2003/12/20 05:33:37 jsalmon3 Exp $
+//     $Id: splitter_zoneset.c,v 1.4 2004/02/01 19:00:25 nobody_ Exp $
 
 //@{
 
@@ -398,7 +398,7 @@
                }
                curdst++;
                if (!shouldcontinue) {
-                       DebugLevel2Fn("No path between zones.\n");
+                       DebugLevel3Fn("No path between zones.\n");
                        return 0;
                }
        }




reply via email to

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