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 string_reader.cxx,1.2,1.3


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src/editor string_reader.cxx,1.2,1.3
Date: 26 Jun 2002 16:49:35 -0000

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

Modified Files:
        string_reader.cxx 
Log Message:
- some fixes for the console (its still buggy)
- some non-fixes for bomber-floater interaction, a floater doesn't turn into a 
floater even if the action looks correctly activated

Index: string_reader.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/editor/string_reader.cxx,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- string_reader.cxx   13 Jun 2002 14:25:13 -0000      1.2
+++ string_reader.cxx   26 Jun 2002 16:49:33 -0000      1.3
@@ -115,14 +115,12 @@
 
   completions.clear();
     
-  std::cout << "\nCompletions:\n" 
-       <<   "~~~~~~~~~~~~" << std::endl;
+  console << "\nCompletions:\n" <<   "~~~~~~~~~~~~" << std::endl;
 
   for(std::list<std::string>::iterator i = strings->begin(); i != 
strings->end(); i++)
     {
       if (i->find(current_string) == 0)
        {
-         std::cout << *i << std::endl;
          console << *i << std::endl;
          completions_counter++;
          completion = &(*i);




reply via email to

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