pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldobjs conveyor_belt.cxx,1.11,1.12


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjs conveyor_belt.cxx,1.11,1.12 conveyor_belt.hxx,1.8,1.9 switch_door.cxx,1.12,1.13 switch_door.hxx,1.9,1.10
Date: 11 Sep 2002 12:46:01 -0000

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

Modified Files:
        conveyor_belt.cxx conveyor_belt.hxx switch_door.cxx 
        switch_door.hxx 
Log Message:
- removed Pingus namespace mostly
- paked most Editor stuff into EditorNS
- added namespace for ResourceModifier


Index: conveyor_belt.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/conveyor_belt.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- conveyor_belt.cxx   10 Sep 2002 21:03:33 -0000      1.11
+++ conveyor_belt.cxx   11 Sep 2002 12:45:59 -0000      1.12
@@ -206,7 +206,7 @@
 }
 
 void
-EditorConveyorBeltObj::draw (EditorView * view)
+EditorConveyorBeltObj::draw (EditorNS::EditorView * view)
 {
   view->draw (left_sur, pos, int(counter));
   for (int i=0; i < ConveyorBeltData::width; ++i)

Index: conveyor_belt.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/conveyor_belt.hxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- conveyor_belt.hxx   10 Sep 2002 19:24:19 -0000      1.8
+++ conveyor_belt.hxx   11 Sep 2002 12:45:59 -0000      1.9
@@ -96,7 +96,7 @@
   EditorConveyorBeltObj (const ConveyorBeltData&);
 
   EditorObj* duplicate();
-  void draw (EditorView * view);
+  void draw (EditorNS::EditorView * view);
   void draw_scroll_map(int x_pos, int y_pos, int arg_width, int arg_height);
 
   int get_width ();

Index: switch_door.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/switch_door.cxx,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- switch_door.cxx     10 Sep 2002 21:03:33 -0000      1.12
+++ switch_door.cxx     11 Sep 2002 12:45:59 -0000      1.13
@@ -305,7 +305,7 @@
 }
 
 void
-EditorSwitchDoorObj::draw (EditorView * view)
+EditorSwitchDoorObj::draw (EditorNS::EditorView * view)
 {
   view->draw_line (door_pos, switch_pos, 1.0, 0.0, 0.0);
 

Index: switch_door.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjs/switch_door.hxx,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- switch_door.hxx     10 Sep 2002 19:24:19 -0000      1.9
+++ switch_door.hxx     11 Sep 2002 12:45:59 -0000      1.10
@@ -151,7 +151,7 @@
 
   void set_position_offset(const CL_Vector &);
 
-  void draw (EditorView * view);
+  void draw (EditorNS::EditorView * view);
   void save_xml (std::ostream& xml);
   std::string status_line();
   





reply via email to

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