r9671 - in packages/trunk/alex4/debian: . patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Tue May 5 00:08:05 UTC 2009


Author: pdewacht-guest
Date: 2009-05-05 00:08:05 +0000 (Tue, 05 May 2009)
New Revision: 9671

Added:
   packages/trunk/alex4/debian/patches/level-select-bug.patch
Modified:
   packages/trunk/alex4/debian/changelog
   packages/trunk/alex4/debian/patches/series
Log:
alex4: fixed a bug in the level selection screen.


Modified: packages/trunk/alex4/debian/changelog
===================================================================
--- packages/trunk/alex4/debian/changelog	2009-05-04 20:05:07 UTC (rev 9670)
+++ packages/trunk/alex4/debian/changelog	2009-05-05 00:08:05 UTC (rev 9671)
@@ -1,9 +1,14 @@
 alex4 (1.1-3) UNRELEASED; urgency=low
 
+  [ Paul Wise ]
   * Add a watch file explaining the upstream status
 
- -- Paul Wise <pabs at debian.org>  Sat, 31 Jan 2009 18:05:49 +0900
+  [ Peter De Wachter ]
+  * Fixed a bug that the made level selection screen unresponsive on
+    some systems.
 
+ -- Peter De Wachter <pdewacht at gmail.com>  Tue, 05 May 2009 02:07:13 +0200
+
 alex4 (1.1-2) unstable; urgency=low
 
   * Build-Depend on liballegro4.2-dev >= 4.2.2-2

Added: packages/trunk/alex4/debian/patches/level-select-bug.patch
===================================================================
--- packages/trunk/alex4/debian/patches/level-select-bug.patch	                        (rev 0)
+++ packages/trunk/alex4/debian/patches/level-select-bug.patch	2009-05-05 00:08:05 UTC (rev 9671)
@@ -0,0 +1,12 @@
+--- a/src/main.c
++++ b/src/main.c
+@@ -1533,6 +1533,9 @@
+ 			cycle_count --;
+ 		}
+ 
++		// let other processes play
++		rest(0);
++
+ 		// draw stuff
+ 		if (start_level >= 0) {
+ 			draw_select_starting_level(swap_screen, start_level, 1, options.max_levels + 1);

Modified: packages/trunk/alex4/debian/patches/series
===================================================================
--- packages/trunk/alex4/debian/patches/series	2009-05-04 20:05:07 UTC (rev 9670)
+++ packages/trunk/alex4/debian/patches/series	2009-05-05 00:08:05 UTC (rev 9671)
@@ -2,3 +2,4 @@
 dot-files-endian-clean.patch
 allegro-4.2.patch
 fsf-address.patch
+level-select-bug.patch




More information about the Pkg-games-commits mailing list