pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editorobjs groundpiece_obj.cxx,1.8,1.


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editorobjs groundpiece_obj.cxx,1.8,1.9 solid_color_background_obj.cxx,1.5,1.6 starfield_background_obj.cxx,1.4,1.5
Date: 30 Nov 2002 17:11:57 -0000

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

Modified Files:
        groundpiece_obj.cxx solid_color_background_obj.cxx 
        starfield_background_obj.cxx 
Log Message:
fixed levelproperty dialog, should now be fully working


Index: groundpiece_obj.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editorobjs/groundpiece_obj.cxx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- groundpiece_obj.cxx 30 Nov 2002 15:06:32 -0000      1.8
+++ groundpiece_obj.cxx 30 Nov 2002 17:11:55 -0000      1.9
@@ -169,9 +169,9 @@
   propframe->add_enum_value("Bridge",      Groundtype::GP_BRIDGE);
   propframe->end_add_enum_box();
   
-  propframe->add_button_box("Rotate 90",       GroundpieceObjRotate(this));
-  propframe->add_button_box("Flip Vertical",   
GroundpieceObjFlipVertical(this));
-  propframe->add_button_box("Flip Horizontal", 
GroundpieceObjFlipHorizontal(this));
+  propframe->add_button_box("Rotate 90 (r)",       GroundpieceObjRotate(this));
+  propframe->add_button_box("Flip Vertical (v)",   
GroundpieceObjFlipVertical(this));
+  propframe->add_button_box("Flip Horizontal (h)", 
GroundpieceObjFlipHorizontal(this));
   
   return propframe;
 }

Index: solid_color_background_obj.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/editorobjs/solid_color_background_obj.cxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- solid_color_background_obj.cxx      29 Nov 2002 22:54:23 -0000      1.5
+++ solid_color_background_obj.cxx      30 Nov 2002 17:11:55 -0000      1.6
@@ -93,7 +93,7 @@
         + to_string(data->pos.z);
 }
 
-PropertyFrame* 
+EditorNS::PropertyFrame* 
 SolidColorBackgroundObj::get_gui_dialog(Editor* editor)
 {
   GenericPropertyFrame* propframe 

Index: starfield_background_obj.cxx
===================================================================
RCS file: 
/usr/local/cvsroot/Games/Pingus/src/editorobjs/starfield_background_obj.cxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- starfield_background_obj.cxx        29 Nov 2002 22:54:23 -0000      1.4
+++ starfield_background_obj.cxx        30 Nov 2002 17:11:55 -0000      1.5
@@ -63,7 +63,7 @@
 }
 
 
-PropertyFrame* 
+EditorNS::PropertyFrame* 
 StarfieldBackgroundObj::get_gui_dialog(Editor* editor)
 {
   GenericPropertyFrame* propframe 





reply via email to

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