Package: blocks-of-the-undead / 1.0-6

Metadata

Package Version Patches format
blocks-of-the-undead 1.0-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 sleep_a_bit.patch | (download)

TetrisAttack/src/CTetrisGame.cpp | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 sleep between handling events
 These can't accour that often and without a sleep we use way too much CPU.
02_accept_mousepress_as_anykey.patch | (download)

TetrisAttack/src/CTetrisGame.cpp | 95 58 + 37 - 0 !
TetrisAttack/src/CTetrisGame.h | 1 1 + 0 - 0 !
2 files changed, 59 insertions(+), 37 deletions(-)

 a mousepress is also an anykey
 When the use is asked to "press any key", accept a mousepress to,
 so the user does not have touse the keyboard in a mouse-driven game.
03_dont_fail_if_no_sound_available.patch | (download)

Oodle/src/CSound.cpp | 11 7 + 4 - 0 !
Oodle/src/CSoundSystem.cpp | 18 11 + 7 - 0 !
Oodle/src/CSoundSystem.h | 2 1 + 1 - 0 !
3 files changed, 19 insertions(+), 12 deletions(-)

 don't fail if there is no sound available
 This can happen when the user does not have enough rights to use the
 soundcard or there is no soundcard at all in the machine.
Bug-Debian: http://bugs.debian.org/603440

04_configure_vars.patch | (download)

configure | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct variable assignment to fix ftbfs