Bug#443194: hex-a-hop: mouse wheel support

2007-09-19 Thread Piotr Engelking
Package: hex-a-hop Version: 0.0.20070315-5 Severity: wishlist Tags: patch The attached patch adds mouse wheel support for the help system. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (x86_64) Kernel: Linux 2.6.22

Bug#443193: hex-a-hop: untranslated string in menus.h

2007-09-19 Thread Piotr Engelking
Package: hex-a-hop Version: 0.0.20070315-5 Severity: minor Tags: patch l10n The Info: string in menus.h, used as a default hint title the first time a hint is displayed, is not gettextized. The attached patch fixes this problem. -- System Information: Debian Release: lenny/sid APT prefers

Bug#439820: hex-a-hop: [INTL:pl] Polish localization

2007-09-10 Thread Piotr Engelking
I have fixed two typos in the Polish localization and made a few punctuation and whitespace corrections. Please apply the attached patch. l10n-pl-fixes.patch.gz Description: GNU Zip compressed data ___ Pkg-games-devel mailing list

Bug#439819: hex-a-hop: [INTL:pl] Polish localization

2007-08-27 Thread Piotr Engelking
Package: hex-a-hop Version: 0.0.20070315-3 Severity: wishlist Tags: patch l10n A Polish localization of hex-a-hop is included. Comments: * In one place it was necessary to replace gettext() with ngettext(). Patch attached, with all the other translations fixed, as well. The Russian

Bug#439289: hex-a-hop: superfluous \n in level name

2007-08-24 Thread Piotr Engelking
Jens Seidel [EMAIL PROTECTED] wrote: PS: Please note that the files are in DOS mode. That's why you have to sedn patches in binary mode (e.g. base64 encoding). Otherwise they cannot be applied. Hmm... I have just downloaded the attachments from the BTS and they seem to contain dos

Bug#439289: hex-a-hop: superfluous \n in level name

2007-08-23 Thread Piotr Engelking
Package: hex-a-hop Version: 0.0.20070315-3 Severity: minor Tags: patch One of the level names is displayed as Toughened\n\nTiles, with superfluous end of line. The attached patch fixes this problem. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500,

Bug#439290: hex-a-hop: the new font is not particularly readable

2007-08-23 Thread Piotr Engelking
Package: hex-a-hop Version: 0.0.20070315-3 Severity: normal The font introduced in 0.0.20070315-3 is somewhat less readable compared to earlier versions. I'd suggest using the same typeface that upstream uses. If there is some particular reason not to do so, bold variant of the current font would

Bug#439291: hex-a-hop: end credits are not displayed

2007-08-23 Thread Piotr Engelking
Package: hex-a-hop Version: 0.0.20070315-3 Severity: normal Tags: patch debian/patches/compiler_warnings.patch, introduced in 0.0.20070315-3, has changed an assignment of global variable into an assignment of local variable, and, as a result, broken credits displayed when you complete all levels.

Bug#439289: hex-a-hop: superfluous \n in level name

2007-08-23 Thread Piotr Engelking
Jens Seidel [EMAIL PROTECTED] wrote: PS: Please note that the files are in DOS mode. That's why you have to sedn patches in binary mode (e.g. base64 encoding). Otherwise they cannot be applied. Hmm... I have just downloaded the attachments from the BTS and they seem to contain dos line

Bug#436008: hex-a-hop: Strange access to CD ROM

2007-08-08 Thread Piotr Engelking
tag 436008 patch thanks The bug is caused by hex-a-hop unnecessarily initializing the SDL cdrom subsystem. The attached patch fixes this problem. diff -ur hex-a-hop-0.0.20070315/gfx.cpp hex-a-hop/gfx.cpp --- hex-a-hop-0.0.20070315/gfx.cpp 2007-07-06 16:18:54.0 +0200 +++ hex-a-hop/gfx.cpp