netpanzer-cvs
[Top][All Lists]
Advanced

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

[netPanzer-CVS] netpanzer/src/NetPanzer Classes/Weapons/BulletW...


From: Matthias Braun
Subject: [netPanzer-CVS] netpanzer/src/NetPanzer Classes/Weapons/BulletW...
Date: Wed, 10 Sep 2003 08:46:56 -0400

CVSROOT:        /cvsroot/netpanzer
Module name:    netpanzer
Branch:         
Changes by:     Matthias Braun <address@hidden> 03/09/10 08:46:56

Modified files:
        src/NetPanzer/Classes/Weapons: BulletWeapon.cpp MissleWeapon.cpp 
                                       ShellWeapon.cpp Weapon.cpp 
        src/NetPanzer/Interfaces: GameManager.cpp 
Removed files:
        src/NetPanzer/Interfaces: StaticsInterface.cpp 
                                  StaticsInterface.hpp 

Log message:
        removed another unused file

Patches:
Index: netpanzer/src/NetPanzer/Classes/Weapons/BulletWeapon.cpp
diff -u netpanzer/src/NetPanzer/Classes/Weapons/BulletWeapon.cpp:1.5 
netpanzer/src/NetPanzer/Classes/Weapons/BulletWeapon.cpp:1.6
--- netpanzer/src/NetPanzer/Classes/Weapons/BulletWeapon.cpp:1.5        Wed Sep 
10 08:32:54 2003
+++ netpanzer/src/NetPanzer/Classes/Weapons/BulletWeapon.cpp    Wed Sep 10 
08:46:55 2003
@@ -16,17 +16,16 @@
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 #include <config.h>
+
 #include "BulletWeapon.hpp"
 #include "UnitMessageTypes.hpp"
 #include "UnitInterface.hpp"
 #include "NetworkState.hpp"
-#include "StaticsInterface.hpp"
 #include "WorldViewInterface.hpp"
 #include "DDHardSurface.hpp"
 #include "Sound.hpp"
 #include "ParticleInterface.hpp"
 #include "WeaponGlobals.hpp"
-
 
 float BulletWeapon::velocity = gBulletVelocity;
 
Index: netpanzer/src/NetPanzer/Classes/Weapons/MissleWeapon.cpp
diff -u netpanzer/src/NetPanzer/Classes/Weapons/MissleWeapon.cpp:1.5 
netpanzer/src/NetPanzer/Classes/Weapons/MissleWeapon.cpp:1.6
--- netpanzer/src/NetPanzer/Classes/Weapons/MissleWeapon.cpp:1.5        Wed Sep 
10 08:32:54 2003
+++ netpanzer/src/NetPanzer/Classes/Weapons/MissleWeapon.cpp    Wed Sep 10 
08:46:55 2003
@@ -16,11 +16,11 @@
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 #include <config.h>
+
 #include "MissleWeapon.hpp"
 #include "UnitMessageTypes.hpp"
 #include "UnitInterface.hpp"
 #include "NetworkState.hpp"
-#include "StaticsInterface.hpp"
 #include "WorldViewInterface.hpp"
 #include "DDHardSurface.hpp"
 #include "Sound.hpp"
Index: netpanzer/src/NetPanzer/Classes/Weapons/ShellWeapon.cpp
diff -u netpanzer/src/NetPanzer/Classes/Weapons/ShellWeapon.cpp:1.5 
netpanzer/src/NetPanzer/Classes/Weapons/ShellWeapon.cpp:1.6
--- netpanzer/src/NetPanzer/Classes/Weapons/ShellWeapon.cpp:1.5 Wed Sep 10 
08:32:54 2003
+++ netpanzer/src/NetPanzer/Classes/Weapons/ShellWeapon.cpp     Wed Sep 10 
08:46:55 2003
@@ -16,11 +16,11 @@
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 #include <config.h>
+
 #include "ShellWeapon.hpp"
 #include "UnitMessageTypes.hpp"
 #include "UnitInterface.hpp"
 #include "NetworkState.hpp"
-#include "StaticsInterface.hpp"
 #include "WorldViewInterface.hpp"
 #include "DDHardSurface.hpp"
 #include "Sound.hpp"
Index: netpanzer/src/NetPanzer/Classes/Weapons/Weapon.cpp
diff -u netpanzer/src/NetPanzer/Classes/Weapons/Weapon.cpp:1.7 
netpanzer/src/NetPanzer/Classes/Weapons/Weapon.cpp:1.8
--- netpanzer/src/NetPanzer/Classes/Weapons/Weapon.cpp:1.7      Wed Sep 10 
08:32:54 2003
+++ netpanzer/src/NetPanzer/Classes/Weapons/Weapon.cpp  Wed Sep 10 08:46:55 2003
@@ -24,7 +24,6 @@
 #include "NetworkState.hpp"
 
 // NOTE: Temp until new sprites put in
-#include "StaticsInterface.hpp"
 #include "WorldViewInterface.hpp"
 #include "DDHardSurface.hpp"
 
Index: netpanzer/src/NetPanzer/Interfaces/GameManager.cpp
diff -u netpanzer/src/NetPanzer/Interfaces/GameManager.cpp:1.32 
netpanzer/src/NetPanzer/Interfaces/GameManager.cpp:1.33
--- netpanzer/src/NetPanzer/Interfaces/GameManager.cpp:1.32     Wed Sep 10 
08:32:54 2003
+++ netpanzer/src/NetPanzer/Interfaces/GameManager.cpp  Wed Sep 10 08:46:56 2003
@@ -74,12 +74,10 @@
 #include "TileEngine.hpp"
 #include "MapInterface.hpp"
 #include "MiniMapInterface.hpp"
-#include "StaticsInterface.hpp"
 #include "PlayerInterface.hpp"
 #include "UnitInterface.hpp"
 #include "UnitBlackBoard.hpp"
 #include "ProjectileInterface.hpp"
-#include "StaticsInterface.hpp"
 #include "PathScheduler.hpp"
 #include "WorldViewInterface.hpp"
 #include "WorldInputCmdProcessor.hpp"




reply via email to

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