Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01-misspelling-loose.patch | Fix misspelling: "YOU LOOSE" should be "YOU LOSE". | Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net> | no | debian | ||
01-uint8-char.patch | Use (char *) instead of (uint8 *) to avoid "pointer targets [...] differ in signedness" warnings when passing a string. | Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net> | no | http://www.coreboot.org/pipermail/coreboot/2009-April/046558.html | ||
02-build-flags.patch | 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. |
Thomas Lane <thomas_lane@icloud.com> | no | debian | https://github.com/allbombson/grub-invaders/commit/172aea74fe55eab36937631c37837c6cd8bca2fd | |
02-static-inline.patch | Replace "extern inline" with "static inline" in io.h to allow for non-optimized builds. | Fabian Greffrath <fabian+debian@greffrath.com> | no | |||
03-reboot-on-esc.patch | Reboot the machine when the ESC key is pressed, reboot() taken from memtest86_3.5-2. | Fabian Greffrath <fabian+debian@greffrath.com> | no | |||
04-change-colors.patch | Use PgUp and PgDown to toggle through the color palette and use a secret key to toggle "psychedelic mode". ;) | Fabian Greffrath <fabian+debian@greffrath.com> | no | |||
05-pause.patch | Use "P" to pause and resume. | Fabian Greffrath <fabian+debian@greffrath.com> | no | |||
06-speed-up.patch | Speed up alien ships up to about factor 2 when all are destroyed. | Fabian Greffrath <fabian@debian.org> | no | https://github.com/driechers/grub-invaders/commit/1526f68a531fc3ca55f3ef819bbcb5596ad6423e |