pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/editor editor.cxx, 1.59, 1.60 object_


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor editor.cxx, 1.59, 1.60 object_selector.cxx, 1.44, 1.45 string_reader.cxx, 1.11, 1.12
Date: Fri, 02 Apr 2004 20:13:02 +0200

Update of /var/lib/cvs/Games/Pingus/src/editor
In directory dark:/tmp/cvs-serv30289/editor

Modified Files:
        editor.cxx object_selector.cxx string_reader.cxx 
Log Message:
- stuff

Index: editor.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/editor.cxx,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- editor.cxx  13 Dec 2003 23:41:11 -0000      1.59
+++ editor.cxx  2 Apr 2004 18:12:59 -0000       1.60
@@ -271,6 +271,7 @@
   {
     CL_InputEvent event;
     CL_InputBuffer* keys = new CL_InputBuffer;
+    keys->add_device(CL_Keyboard::get_device());
     bool  finished = false;
 
     while (!finished)

Index: object_selector.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/object_selector.cxx,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- object_selector.cxx 19 Oct 2003 12:25:47 -0000      1.44
+++ object_selector.cxx 2 Apr 2004 18:12:59 -0000       1.45
@@ -617,7 +617,7 @@
 
   data.pos = pos;
 
-  std::list<std::string> liste = res->get_resources_of_type("surface");
+  std::list<std::string> liste = res->get_resources_of_type("sprite");
   surface_obj sur_obj;
   std::vector<surface_obj> sur_list;
   int j = 0;
@@ -646,6 +646,7 @@
 ObjectSelector::read_key ()
 {
   CL_InputBuffer keys;
+  keys.add_device(CL_Keyboard::get_device());
   CL_InputEvent  event;
 
   keys.clear();

Index: string_reader.cxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/editor/string_reader.cxx,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- string_reader.cxx   19 Oct 2003 12:25:47 -0000      1.11
+++ string_reader.cxx   2 Apr 2004 18:13:00 -0000       1.12
@@ -54,6 +54,7 @@
 {
   finished = false;
   CL_InputBuffer keys;
+  keys.add_device(CL_Keyboard::get_device());
   CL_InputEvent  event;
 
   CL_System::keep_alive();





reply via email to

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