netpanzer-cvs
[Top][All Lists]
Advanced

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

[netPanzer-CVS] netpanzer/src NetPanzer/Classes/SelectionList.h...


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src NetPanzer/Classes/SelectionList.h...
Date: Mon, 24 Nov 2003 07:43:37 -0500

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/11/24 07:43:37

Modified files:
        src/NetPanzer/Classes: SelectionList.hpp 
        src/NetPanzer/Interfaces: Stats.hpp UnitInterface.hpp 
Removed files:
        src/Lib/ArrayUtil: PArray.cpp PArray.hpp 

Log message:
        removed old PArray class and fixed problems in my last commit

Patches:
Index: netpanzer/src/NetPanzer/Classes/SelectionList.hpp
diff -u netpanzer/src/NetPanzer/Classes/SelectionList.hpp:1.7 
netpanzer/src/NetPanzer/Classes/SelectionList.hpp:1.8
--- netpanzer/src/NetPanzer/Classes/SelectionList.hpp:1.7       Mon Nov 24 
05:18:43 2003
+++ netpanzer/src/NetPanzer/Classes/SelectionList.hpp   Mon Nov 24 07:43:37 2003
@@ -20,7 +20,6 @@
 
 #include "UnitState.hpp"
 #include "UnitInterface.hpp"
-#include "UnitIDList.hpp"
 
 class SelectionList
 {
Index: netpanzer/src/NetPanzer/Interfaces/Stats.hpp
diff -u netpanzer/src/NetPanzer/Interfaces/Stats.hpp:1.5 
netpanzer/src/NetPanzer/Interfaces/Stats.hpp:1.6
--- netpanzer/src/NetPanzer/Interfaces/Stats.hpp:1.5    Sat Nov 22 10:43:38 2003
+++ netpanzer/src/NetPanzer/Interfaces/Stats.hpp        Mon Nov 24 07:43:37 2003
@@ -20,7 +20,6 @@
 
 #include <vector>
 
-#include "ArrayUtil/PArray.hpp"
 #include "PlayerInterface.hpp"
 
 //the way this works: menu system makes call to Initialize, then it
Index: netpanzer/src/NetPanzer/Interfaces/UnitInterface.hpp
diff -u netpanzer/src/NetPanzer/Interfaces/UnitInterface.hpp:1.8 
netpanzer/src/NetPanzer/Interfaces/UnitInterface.hpp:1.9
--- netpanzer/src/NetPanzer/Interfaces/UnitInterface.hpp:1.8    Mon Nov 24 
05:18:44 2003
+++ netpanzer/src/NetPanzer/Interfaces/UnitInterface.hpp        Mon Nov 24 
07:43:37 2003
@@ -24,8 +24,6 @@
 #include "PlayerState.hpp"
 #include "ArrayUtil/Timer.hpp"
 #include "PlacementMatrix.hpp"
-#include "UnitIDList.hpp"
-
 
 #include "UnitNetMessage.hpp"
 #include "UnitOpcodeEncoder.hpp"




reply via email to

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