Package: pacman4console / 1.3-1

Metadata

Package Version Patches format
pacman4console 1.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
pacman.c | (download)

pacman.c | 142 105 + 37 - 0 !
1 file changed, 105 insertions(+), 37 deletions(-)

 fix some problems and add features.

- Problems fixed:
  * Changed screen/window resolution error message.
  * Bugfix for possible buffer overflow when choosing a
    level. (Closes #641652)
  * Bugfix for possible index out of bound when going through
    a border while playing. (Closes #641657)
- Feature to allow create a menu icon for X (Closes: #737997):
  * Game Over screen which allows to exit or to restart.
- Another features:
  * Added a help option (documents before undocumented level
    choosing option).
  * Changed option syntax for level choosing.

levels | (download)

pacman.h | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 change levels location in pacman.h.
Makefile | (download)

Makefile | 39 18 + 21 - 0 !
1 file changed, 18 insertions(+), 21 deletions(-)

 makes makefile compliant with debian and adds gcc hardening.