pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3230 - trunk/pingus


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3230 - trunk/pingus
Date: Sat, 22 Sep 2007 14:19:37 +0200

Author: grumbel
Date: 2007-09-22 14:19:37 +0200 (Sat, 22 Sep 2007)
New Revision: 3230

Modified:
   trunk/pingus/TODO
Log:
- readded main menu issue, since its not fully solved

Modified: trunk/pingus/TODO
===================================================================
--- trunk/pingus/TODO   2007-09-22 04:52:19 UTC (rev 3229)
+++ trunk/pingus/TODO   2007-09-22 12:19:37 UTC (rev 3230)
@@ -95,6 +95,18 @@
 
 - "core/misc/404sprite" should be returned for missing graphics
 
+- main menu crashes when you click a little wildely:
+
+  decide whether to ignore cached_action != CA_NONE in
+  ScreenManager::pop_screen. This causes the game to crash if [ESC] is
+  quickly pressed repeatedly
+
+  currently worked around by:
+  assert (cached_action == CA_NONE || cached_action == CA_POP);
+
+  but the menu still acts funky if one clicks heavily (i.e. two
+  screens get added instead of one or stuff like that)
+
 - disable fade-over when fast-mode is active
 
 - rewrite Config file support, make game automatically write a default





reply via email to

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