pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldmap level_dot.cxx,1.7,1.8 manage


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap level_dot.cxx,1.7,1.8 manager.cxx,1.22,1.23 manager.hxx,1.16,1.17 path_drawable.cxx,1.5,1.6 pingus.cxx,1.25,1.26 sprite_drawable.cxx,1.2,1.3 surface_drawable.cxx,1.1,1.2 worldmap.hxx,1.20,1.21
Date: 19 Feb 2003 09:50:39 -0000

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

Modified Files:
        level_dot.cxx manager.cxx manager.hxx path_drawable.cxx 
        pingus.cxx sprite_drawable.cxx surface_drawable.cxx 
        worldmap.hxx 
Log Message:
moved a whole bunch of files around


Index: level_dot.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/level_dot.cxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- level_dot.cxx       18 Feb 2003 11:28:41 -0000      1.7
+++ level_dot.cxx       19 Feb 2003 09:50:36 -0000      1.8
@@ -18,12 +18,12 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
+#include "../gui/graphic_context.hxx"
+#include "../gui/screen_manager.hxx"
 #include "../xml_helper.hxx"
 #include "../pingus_resource.hxx"
-#include "../graphic_context.hxx"
 #include "../plf.hxx"
 #include "../path_manager.hxx"
-#include "../screen_manager.hxx"
 #include "../game_session.hxx"
 #include "level_dot.hxx"
 

Index: manager.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/manager.cxx,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- manager.cxx 25 Jan 2003 18:34:36 -0000      1.22
+++ manager.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 <iostream>
-#include "../screen_manager.hxx"
+#include "../gui/screen_manager.hxx"
 #include "../path_manager.hxx"
 #include "worldmap.hxx"
 #include "manager.hxx"

Index: manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/manager.hxx,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- manager.hxx 25 Jan 2003 18:34:36 -0000      1.16
+++ manager.hxx 19 Feb 2003 09:50:36 -0000      1.17
@@ -23,7 +23,7 @@
 #include <string>
 #include <ClanLib/Signals/slot.h>
 #include "../gui/gui_manager.hxx"
-#include "../gui_screen.hxx"
+#include "../gui/gui_screen.hxx"
 
 class CL_InputDevice;
 class CL_Key;

Index: path_drawable.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/path_drawable.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- path_drawable.cxx   3 Nov 2002 23:31:35 -0000       1.5
+++ path_drawable.cxx   19 Feb 2003 09:50:36 -0000      1.6
@@ -18,7 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "path_drawable.hxx"
 
 namespace WorldMapNS {

Index: pingus.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/pingus.cxx,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- pingus.cxx  25 Jan 2003 18:34:36 -0000      1.25
+++ pingus.cxx  19 Feb 2003 09:50:36 -0000      1.26
@@ -19,7 +19,7 @@
 
 #include <iostream>
 #include <math.h>
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "dot.hxx"
 #include "../math.hxx"
 #include "pingus.hxx"

Index: sprite_drawable.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/sprite_drawable.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sprite_drawable.cxx 20 Oct 2002 18:28:49 -0000      1.2
+++ sprite_drawable.cxx 19 Feb 2003 09:50:36 -0000      1.3
@@ -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 "sprite_drawable.hxx"
 
 namespace WorldMapNS {

Index: surface_drawable.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/surface_drawable.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- surface_drawable.cxx        12 Oct 2002 23:37:23 -0000      1.1
+++ surface_drawable.cxx        19 Feb 2003 09:50:36 -0000      1.2
@@ -21,7 +21,7 @@
 
 #include "../xml_helper.hxx"
 #include "../pingus_resource.hxx"
-#include "../graphic_context.hxx"
+#include "../gui/graphic_context.hxx"
 #include "surface_drawable.hxx"
 
 namespace WorldMapNS {

Index: worldmap.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldmap/worldmap.hxx,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- worldmap.hxx        27 Nov 2002 20:05:42 -0000      1.20
+++ worldmap.hxx        19 Feb 2003 09:50:36 -0000      1.21
@@ -23,7 +23,7 @@
 #include <vector>
 #include "../libxmlfwd.hxx"
 #include "stat.hxx"
-#include "../display_graphic_context.hxx"
+#include "../gui/display_graphic_context.hxx"
 
 class GraphicContext;
 class CL_Key;





reply via email to

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