Package: blocks-of-the-undead / 1.0-7
Metadata
Package | Version | Patches format |
---|---|---|
blocks-of-the-undead | 1.0-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 sleep_a_bit.patch | (download) |
TetrisAttack/src/CTetrisGame.cpp |
3 3 0 - 0 ! |
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 ! |
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 ! |
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 ! |
correct variable assignment to fix ftbfs |