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 dot.cxx, 1.6, 1.7 dot.hxx, 1


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldmap dot.cxx, 1.6, 1.7 dot.hxx, 1.7, 1.8 drawable.hxx, 1.8, 1.9 path.hxx, 1.4, 1.5 surface_drawable.hxx, 1.5, 1.6 worldmap.cxx, 1.50, 1.51
Date: Sun, 19 Oct 2003 14:25:50 +0200

Update of /var/lib/cvs/Games/Pingus/src/worldmap
In directory dark:/tmp/cvs-serv19578/worldmap

Modified Files:
        dot.cxx dot.hxx drawable.hxx path.hxx surface_drawable.hxx 
        worldmap.cxx 
Log Message:
- some more stuff, still not much useable

Index: dot.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/dot.cxx,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- dot.cxx     18 Apr 2003 12:48:50 -0000      1.6
+++ dot.cxx     19 Oct 2003 12:25:47 -0000      1.7
@@ -22,6 +22,7 @@
 #include "../xml_file_reader.hxx"
 #include "dot.hxx"
 
+namespace Pingus {
 namespace WorldMapNS {
 
 Dot::Dot(xmlDocPtr doc, xmlNodePtr cur)
@@ -41,5 +42,6 @@
 }
 
 } // namespace WorldMapNS
+} // namespace Pingus
 
 /* EOF */

Index: dot.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/dot.hxx,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- dot.hxx     19 Apr 2003 10:23:19 -0000      1.7
+++ dot.hxx     19 Oct 2003 12:25:47 -0000      1.8
@@ -25,6 +25,7 @@
 #include "../vector.hxx"
 #include "drawable.hxx"
 
+namespace Pingus {
 namespace WorldMapNS {
 
 /** A Dot is a node between all the pathes on the worldmap, there are
@@ -55,6 +56,7 @@
 };
 
 } // namespace WorldMapNS
+} // namespace Pingus
 
 #endif
 

Index: drawable.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/drawable.hxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- drawable.hxx        19 Apr 2003 10:23:19 -0000      1.8
+++ drawable.hxx        19 Oct 2003 12:25:47 -0000      1.9
@@ -23,6 +23,8 @@
 #include "../pingus_error.hxx"
 #include "../xml_helper.hxx"
 
+namespace Pingus {
+
 class GraphicContext;
 
 namespace WorldMapNS {
@@ -76,6 +78,7 @@
 };
 
 } // namespace WorldMapNS
+} // namespace Pingus
 
 #endif
 

Index: path.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/path.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- path.hxx    19 Apr 2003 10:23:19 -0000      1.4
+++ path.hxx    19 Oct 2003 12:25:47 -0000      1.5
@@ -24,6 +24,7 @@
 #include <vector>
 #include "../vector.hxx"
 
+namespace Pingus {
 namespace WorldMapNS {
 
 /** a wrapper class around std::vector<Vector>, which can calculate
@@ -86,6 +87,7 @@
 };
 
 } // namespace WorldMapNS
+} // namespace Pingus
 
 #endif
 

Index: surface_drawable.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/surface_drawable.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- surface_drawable.hxx        19 Apr 2003 10:23:19 -0000      1.5
+++ surface_drawable.hxx        19 Oct 2003 12:25:47 -0000      1.6
@@ -24,6 +24,7 @@
 #include "../vector.hxx"
 #include "drawable.hxx"
 
+namespace Pingus {
 namespace WorldMapNS {
 
 /** */
@@ -49,6 +50,7 @@
 };
 
 } // namespace WorldMapNS
+} // namespace Pingus
 
 #endif
 

Index: worldmap.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/worldmap/worldmap.cxx,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- worldmap.cxx        21 Aug 2003 20:52:23 -0000      1.50
+++ worldmap.cxx        19 Oct 2003 12:25:47 -0000      1.51
@@ -50,6 +50,7 @@
 #include "../story_screen.hxx"
 #include "../gui/screen_manager.hxx"
 
+namespace Pingus {
 namespace WorldMapNS {
 
 struct z_pos_sorter
@@ -451,5 +452,6 @@
 }
 
 } // namespace WorldMapNS
+} // namespace Pingus
 
 /* EOF */





reply via email to

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