pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src delta_manager.hxx,1.5,1.6 screen_mana


From: grumbel
Subject: [Pingus-CVS] CVS: Games/Pingus/src delta_manager.hxx,1.5,1.6 screen_manager.cxx,1.23,1.24 smallmap.cxx,1.26,1.27
Date: 26 Oct 2002 17:31:44 -0000

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

Modified Files:
        delta_manager.hxx screen_manager.cxx smallmap.cxx 
Log Message:
removed transparency from some buttons

Index: delta_manager.hxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/delta_manager.hxx,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- delta_manager.hxx   27 Sep 2002 11:26:43 -0000      1.5
+++ delta_manager.hxx   26 Oct 2002 17:31:42 -0000      1.6
@@ -46,6 +46,7 @@
   
   float get () 
   {
+    assert (CL_System::get_time () >= last_time);
     return (CL_System::get_time () - last_time) / 1000.0f;
   }
   

Index: screen_manager.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/screen_manager.cxx,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- screen_manager.cxx  20 Oct 2002 21:38:54 -0000      1.23
+++ screen_manager.cxx  26 Oct 2002 17:31:42 -0000      1.24
@@ -52,7 +52,7 @@
       
       if (time_delta > 1.0)
        {
-         std::cout << "PingusMenuManager: detected large delta (" << time_delta
+         std::cout << "ScreenManager: detected large delta (" << time_delta
                    << "), ignoring and doing frameskip" << std::endl;
          continue;
        }

Index: smallmap.cxx
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/smallmap.cxx,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- smallmap.cxx        17 Oct 2002 00:10:46 -0000      1.26
+++ smallmap.cxx        26 Oct 2002 17:31:42 -0000      1.27
@@ -101,7 +101,7 @@
   if (fast_mode)
     alpha = 255;
   else
-    alpha = 150;
+    alpha = 255;
 
   int cmap_width  = colmap->get_width();
   int cmap_height = colmap->get_height();





reply via email to

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