pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata bumper_data.cxx,1.5,1.6


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/worldobjsdata bumper_data.cxx,1.5,1.6 conveyor_belt_data.cxx,1.3,1.4 fake_exit_data.cxx,1.5,1.6 hammer_data.cxx,1.5,1.6 hotspot_data.cxx,1.1,1.2 ice_block_data.cxx,1.3,1.4 info_box_data.cxx,1.5,1.6 laser_exit_data.cxx,1.5,1.6 smasher_data.cxx,1.5,1.6 solid_color_background_data.cxx,1.1,1.2 spike_data.cxx,1.5,1.6 starfield_background_data.cxx,1.1,1.2 surface_background_data.cxx,1.1,1.2 switch_door_data.cxx,1.4,1.5 teleporter_data.cxx,1.4,1.5 thunderstorm_background_data.cxx,1.1,1.2
Date: 25 Sep 2002 17:25:52 -0000

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

Modified Files:
        bumper_data.cxx conveyor_belt_data.cxx fake_exit_data.cxx 
        hammer_data.cxx hotspot_data.cxx ice_block_data.cxx 
        info_box_data.cxx laser_exit_data.cxx smasher_data.cxx 
        solid_color_background_data.cxx spike_data.cxx 
        starfield_background_data.cxx surface_background_data.cxx 
        switch_door_data.cxx teleporter_data.cxx 
        thunderstorm_background_data.cxx 
Log Message:
replaced ostream with iostream for gcc-2.95 backward compatibility - thanks to  
Giuseppe D'Aqui' <address@hidden> for the patch

Index: bumper_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/bumper_data.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bumper_data.cxx     15 Sep 2002 09:54:34 -0000      1.5
+++ bumper_data.cxx     25 Sep 2002 17:25:49 -0000      1.6
@@ -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 <ostream>
+#include <iostream>
 #include "bumper_data.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/bumper_obj.hxx"

Index: conveyor_belt_data.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjsdata/conveyor_belt_data.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- conveyor_belt_data.cxx      15 Sep 2002 11:02:24 -0000      1.3
+++ conveyor_belt_data.cxx      25 Sep 2002 17:25:49 -0000      1.4
@@ -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 <ostream>
+#include <iostream>
 #include "../pingus_resource.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/conveyor_belt_obj.hxx"

Index: fake_exit_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/fake_exit_data.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fake_exit_data.cxx  15 Sep 2002 09:54:34 -0000      1.5
+++ fake_exit_data.cxx  25 Sep 2002 17:25:49 -0000      1.6
@@ -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 <ostream>
+#include <iostream>
 #include "fake_exit_data.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/fake_exit_obj.hxx"

Index: hammer_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/hammer_data.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- hammer_data.cxx     15 Sep 2002 09:54:34 -0000      1.5
+++ hammer_data.cxx     25 Sep 2002 17:25:49 -0000      1.6
@@ -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 <ostream>
+#include <iostream>
 #include "hammer_data.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/hammer_obj.hxx"

Index: hotspot_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/hotspot_data.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- hotspot_data.cxx    24 Sep 2002 09:29:04 -0000      1.1
+++ hotspot_data.cxx    25 Sep 2002 17:25:49 -0000      1.2
@@ -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 <ostream>
+#include <iostream>
 #include "../editorobjs/hotspot_obj.hxx"
 #include "../worldobjs/hotspot.hxx"
 #include "../xml_helper.hxx"

Index: ice_block_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/ice_block_data.cxx,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ice_block_data.cxx  15 Sep 2002 11:02:24 -0000      1.3
+++ ice_block_data.cxx  25 Sep 2002 17:25:49 -0000      1.4
@@ -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 <ostream>
+#include <iostream>
 #include "../pingus_resource.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/ice_block_obj.hxx"

Index: info_box_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/info_box_data.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- info_box_data.cxx   17 Sep 2002 21:45:56 -0000      1.5
+++ info_box_data.cxx   25 Sep 2002 17:25:49 -0000      1.6
@@ -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 <ostream>
+#include <iostream>
 #include "../pingus_resource.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/info_box_obj.hxx"

Index: laser_exit_data.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjsdata/laser_exit_data.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- laser_exit_data.cxx 15 Sep 2002 09:54:34 -0000      1.5
+++ laser_exit_data.cxx 25 Sep 2002 17:25:49 -0000      1.6
@@ -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 <ostream>
+#include <iostream>
 #include "laser_exit_data.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/laser_exit_obj.hxx"

Index: smasher_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/smasher_data.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- smasher_data.cxx    15 Sep 2002 09:54:34 -0000      1.5
+++ smasher_data.cxx    25 Sep 2002 17:25:49 -0000      1.6
@@ -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 <ostream>
+#include <iostream>
 #include "smasher_data.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/smasher_obj.hxx"

Index: solid_color_background_data.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjsdata/solid_color_background_data.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- solid_color_background_data.cxx     15 Sep 2002 09:54:34 -0000      1.1
+++ solid_color_background_data.cxx     25 Sep 2002 17:25:49 -0000      1.2
@@ -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 <ostream>
+#include <iostream>
 #include "../xml_helper.hxx"
 #include "../editorobjs/solid_color_background_obj.hxx"
 #include "../worldobjs/solid_color_background.hxx"

Index: spike_data.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/worldobjsdata/spike_data.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- spike_data.cxx      15 Sep 2002 09:54:34 -0000      1.5
+++ spike_data.cxx      25 Sep 2002 17:25:49 -0000      1.6
@@ -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 <ostream>
+#include <iostream>
 #include "spike_data.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/spike_obj.hxx"

Index: starfield_background_data.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjsdata/starfield_background_data.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- starfield_background_data.cxx       16 Sep 2002 20:52:22 -0000      1.1
+++ starfield_background_data.cxx       25 Sep 2002 17:25:49 -0000      1.2
@@ -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 <ostream>
+#include <iostream>
 #include "../string_converter.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/starfield_background_obj.hxx"

Index: surface_background_data.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjsdata/surface_background_data.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- surface_background_data.cxx 16 Sep 2002 20:52:22 -0000      1.1
+++ surface_background_data.cxx 25 Sep 2002 17:25:49 -0000      1.2
@@ -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 <ostream>
+#include <iostream>
 #include "../xml_helper.hxx"
 #include "../editorobjs/surface_background_obj.hxx"
 #include "../worldobjs/surface_background.hxx"

Index: switch_door_data.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjsdata/switch_door_data.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- switch_door_data.cxx        15 Sep 2002 11:02:24 -0000      1.4
+++ switch_door_data.cxx        25 Sep 2002 17:25:49 -0000      1.5
@@ -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 <ostream>
+#include <iostream>
 #include "../pingus_resource.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/switch_door_obj.hxx"

Index: teleporter_data.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjsdata/teleporter_data.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- teleporter_data.cxx 15 Sep 2002 09:54:34 -0000      1.4
+++ teleporter_data.cxx 25 Sep 2002 17:25:49 -0000      1.5
@@ -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 <ostream>
+#include <iostream>
 #include "teleporter_data.hxx"
 #include "../xml_helper.hxx"
 #include "../editorobjs/teleporter_obj.hxx"

Index: thunderstorm_background_data.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/worldobjsdata/thunderstorm_background_data.cxx,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- thunderstorm_background_data.cxx    18 Sep 2002 15:00:37 -0000      1.1
+++ thunderstorm_background_data.cxx    25 Sep 2002 17:25:49 -0000      1.2
@@ -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 <ostream>
+#include <iostream>
 #include "../xml_helper.hxx"
 #include "../editorobjs/thunderstorm_background_obj.hxx"
 #include "../worldobjs/thunderstorm_background.hxx"





reply via email to

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