Package: invaders / 1.0.0-12
Metadata
Package | Version | Patches format |
---|---|---|
invaders | 1.0.0-12 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 misspelling loose.patch | (download) |
game.c |
2 1 + 1 - 0 ! |
fix misspelling: "you loose" should be "you lose". Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=478928 |
01 uint8 char.patch | (download) |
video.c |
2 1 + 1 - 0 ! |
use (char *) instead of (uint8 *) to avoid |
02 build flags.patch | (download) |
compile.sh |
6 3 + 3 - 0 ! |
support for building on amd64 and others, move -nostdlib to CFLAGS, as it's a compiler flag, use CFLAGS for linking as well (since gcc is used), replace -fno-builtin with -ffreestanding, replace -Werror with -W, and fix an incompatibility with newer gcc and binutils. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422364 |
02 static inline.patch | (download) |
io.h |
4 2 + 2 - 0 ! |
replace "extern inline" with "static inline" in io.h to allow for non-optimized builds. |
03 reboot on esc.patch | (download) |
game.c |
13 13 + 0 - 0 ! |
reboot the machine when the esc key is pressed, reboot() taken from memtest86_3.5-2. |
04 change colors.patch | (download) |
game.c |
41 38 + 3 - 0 ! |
use pgup and pgdown to toggle through the color palette and use a secret key to toggle "psychedelic mode". ;) |
05 pause.patch | (download) |
game.c |
20 20 + 0 - 0 ! |
use "p" to pause and resume. |