pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/actions angel.cxx,1.15,1.16 basher.cx


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/actions angel.cxx,1.15,1.16 basher.cxx,1.25,1.26 blocker.cxx,1.15,1.16 boarder.cxx,1.13,1.14 bomber.cxx,1.28,1.29 bridger.cxx,1.27,1.28 climber.cxx,1.20,1.21 digger.cxx,1.20,1.21 drown.cxx,1.12,1.13 exiter.cxx,1.14,1.15 faller.cxx,1.35,1.36 floater.cxx,1.22,1.23 jumper.cxx,1.17,1.18 laser_kill.cxx,1.13,1.14 miner.cxx,1.19,1.20 rocket_launcher.cxx,1.13,1.14 slider.cxx,1.16,1.17 smashed.cxx,1.12,1.13 splashed.cxx,1.12,1.13 superman.cxx,1.10,1.11 teleported.cxx,1.11,1.12 waiter.cxx,1.12,1.13 walker.cxx,1.30,1.31
Date: 19 Feb 2003 09:50:39 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/actions
In directory dark:/tmp/cvs-serv22817/actions

Modified Files:
        angel.cxx basher.cxx blocker.cxx boarder.cxx bomber.cxx 
        bridger.cxx climber.cxx digger.cxx drown.cxx exiter.cxx 
        faller.cxx floater.cxx jumper.cxx laser_kill.cxx miner.cxx 
        rocket_launcher.cxx slider.cxx smashed.cxx splashed.cxx 
        superman.cxx teleported.cxx waiter.cxx walker.cxx 
Log Message:
moved a whole bunch of files around


Index: angel.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/angel.cxx,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- angel.cxx   13 Oct 2002 20:25:00 -0000      1.15
+++ angel.cxx   19 Feb 2003 09:50:36 -0000      1.16
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <math.h>
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "../pingus_resource.hxx"
 #include "../string_converter.hxx"

Index: basher.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/basher.cxx,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- basher.cxx  29 Dec 2002 23:29:01 -0000      1.25
+++ basher.cxx  19 Feb 2003 09:50:36 -0000      1.26
@@ -19,7 +19,7 @@
 #include "../col_map.hxx"
 #include "../debug.hxx"
 #include "../globals.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu_map.hxx"
 #include "../pingus_resource.hxx"
 #include "../pingu.hxx"

Index: blocker.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/blocker.cxx,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- blocker.cxx 13 Oct 2002 20:25:00 -0000      1.15
+++ blocker.cxx 19 Feb 2003 09:50:36 -0000      1.16
@@ -19,7 +19,7 @@
 
 #include <iostream>
 #include "../col_map.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "../pingus_resource.hxx"
 #include "../string_converter.hxx"

Index: boarder.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/boarder.cxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- boarder.cxx 13 Oct 2002 20:25:00 -0000      1.13
+++ boarder.cxx 19 Feb 2003 09:50:36 -0000      1.14
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../vector.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "../pingus_resource.hxx"
 #include "../string_converter.hxx"

Index: bomber.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/bomber.cxx,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- bomber.cxx  17 Feb 2003 18:00:28 -0000      1.28
+++ bomber.cxx  19 Feb 2003 09:50:36 -0000      1.29
@@ -22,7 +22,7 @@
 #include "../debug.hxx"
 #include "../globals.hxx"
 #include "../col_map.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "../pingu_map.hxx"
 #include "../pingus_resource.hxx"

Index: bridger.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/bridger.cxx,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- bridger.cxx 18 Feb 2003 15:04:47 -0000      1.27
+++ bridger.cxx 19 Feb 2003 09:50:36 -0000      1.28
@@ -19,7 +19,7 @@
 
 #include <cassert>
 #include "../col_map.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "../pingu_map.hxx"
 #include "../pingus_resource.hxx"

Index: climber.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/climber.cxx,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- climber.cxx 27 Oct 2002 17:29:24 -0000      1.20
+++ climber.cxx 19 Feb 2003 09:50:36 -0000      1.21
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../col_map.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "climber.hxx"
 

Index: digger.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/digger.cxx,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- digger.cxx  18 Feb 2003 15:04:47 -0000      1.20
+++ digger.cxx  19 Feb 2003 09:50:36 -0000      1.21
@@ -19,7 +19,7 @@
 
 #include <cstdio>
 #include "../col_map.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu_map.hxx"
 #include "../world.hxx"
 #include "../pingus_resource.hxx"

Index: drown.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/drown.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- drown.cxx   13 Oct 2002 20:25:00 -0000      1.12
+++ drown.cxx   19 Feb 2003 09:50:36 -0000      1.13
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../vector.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "drown.hxx"
 

Index: exiter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/exiter.cxx,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- exiter.cxx  18 Feb 2003 15:04:47 -0000      1.14
+++ exiter.cxx  19 Feb 2003 09:50:36 -0000      1.15
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../vector.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "../sound/sound.hxx"
 #include "exiter.hxx"

Index: faller.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/faller.cxx,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- faller.cxx  12 Feb 2003 22:40:47 -0000      1.35
+++ faller.cxx  19 Feb 2003 09:50:36 -0000      1.36
@@ -21,7 +21,7 @@
 #include "../col_map.hxx"
 #include "../debug.hxx"
 #include "../globals.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "../string_converter.hxx"
 #include "faller.hxx"

Index: floater.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/floater.cxx,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- floater.cxx 12 Feb 2003 22:40:47 -0000      1.22
+++ floater.cxx 19 Feb 2003 09:50:36 -0000      1.23
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../pingu.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../groundtype.hxx"
 #include "floater.hxx"
 

Index: jumper.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/jumper.cxx,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- jumper.cxx  13 Oct 2002 20:25:00 -0000      1.17
+++ jumper.cxx  19 Feb 2003 09:50:36 -0000      1.18
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../vector.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "../string_converter.hxx"
 #include "jumper.hxx"

Index: laser_kill.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/laser_kill.cxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- laser_kill.cxx      13 Oct 2002 20:25:00 -0000      1.13
+++ laser_kill.cxx      19 Feb 2003 09:50:36 -0000      1.14
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../vector.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "laser_kill.hxx"
 

Index: miner.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/miner.cxx,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- miner.cxx   18 Feb 2003 15:04:47 -0000      1.19
+++ miner.cxx   19 Feb 2003 09:50:36 -0000      1.20
@@ -19,7 +19,7 @@
 
 #include "../pingu_map.hxx"
 #include "../col_map.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../world.hxx"
 #include "../pingus_resource.hxx"
 #include "../sound/sound.hxx"

Index: rocket_launcher.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/rocket_launcher.cxx,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- rocket_launcher.cxx 28 Dec 2002 16:10:18 -0000      1.13
+++ rocket_launcher.cxx 19 Feb 2003 09:50:36 -0000      1.14
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 //#include "../particles/particle_holder.hxx"
 //#include "../particles/explosive_particle.hxx"
 #include "../world.hxx"

Index: slider.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/slider.cxx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- slider.cxx  13 Oct 2002 20:25:00 -0000      1.16
+++ slider.cxx  19 Feb 2003 09:50:36 -0000      1.17
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../col_map.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../string_converter.hxx"
 #include "../pingu.hxx"
 #include "slider.hxx"

Index: smashed.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/smashed.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- smashed.cxx 13 Oct 2002 20:25:00 -0000      1.12
+++ smashed.cxx 19 Feb 2003 09:50:36 -0000      1.13
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../vector.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "smashed.hxx"
 

Index: splashed.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/splashed.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- splashed.cxx        13 Oct 2002 20:25:00 -0000      1.12
+++ splashed.cxx        19 Feb 2003 09:50:36 -0000      1.13
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../vector.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../world.hxx"
 #include "../pingu.hxx"
 #include "../worldobj.hxx"

Index: superman.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/superman.cxx,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- superman.cxx        13 Oct 2002 20:25:00 -0000      1.10
+++ superman.cxx        19 Feb 2003 09:50:36 -0000      1.11
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "../pingus_resource.hxx"
 #include "../string_converter.hxx"

Index: teleported.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/teleported.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- teleported.cxx      13 Oct 2002 20:25:00 -0000      1.11
+++ teleported.cxx      19 Feb 2003 09:50:36 -0000      1.12
@@ -17,7 +17,7 @@
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "teleported.hxx"
 

Index: waiter.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/waiter.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- waiter.cxx  13 Oct 2002 20:25:00 -0000      1.12
+++ waiter.cxx  19 Feb 2003 09:50:36 -0000      1.13
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include "../vector.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../pingu.hxx"
 #include "../pingus_resource.hxx"
 #include "waiter.hxx"

Index: walker.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/actions/walker.cxx,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- walker.cxx  18 Feb 2003 01:23:52 -0000      1.30
+++ walker.cxx  19 Feb 2003 09:50:36 -0000      1.31
@@ -19,7 +19,7 @@
 
 #include "../col_map.hxx"
 #include "../globals.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "../string_converter.hxx"
 #include "../pingu.hxx"
 #include "../debug.hxx"





reply via email to

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