| patch |
summary |
view |
raw |
| 0001-Make-sure-the-user-calling-recover-owns-the-file.patch |
util/recover.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 46 insertions(+), 2 deletions(-)
|
view
|
download
|
| 0002-Change-paths-in-the-default-manpage-to-what-is-used-.patch |
doc/nethack.6 | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
|
view
|
download
|
| 0003-Define-_GNU_SOURCE-for-RTLD_NEXT.patch |
sys/unix/unixres.c | 1 +
1 file changed, 1 insertion(+)
|
view
|
download
|
| 0004-Add-LISP-based-windowing-system.patch |
include/winlisp.h | 70 +
src/windows.c | 7
win/lisp/ChangeLog | 326 ++++++++
win/lisp/winlisp.c | 1937 +++++++++++++++++++++++++++++++++++++++++++++++++++++
win/tty/termcap.c | 5
5 files changed, 2345 insertions(+)
|
view
|
download
|
| 0005-Simple-mail.patch |
include/decl.h | 4 ++
include/flag.h | 3 +
include/unixconf.h | 1
src/mail.c | 96 ++++++++++++++++++++++++++++++++++++++++++++--------
sys/unix/unixmain.c | 10 ++++-
5 files changed, 99 insertions(+), 15 deletions(-)
|
view
|
download
|
| 0006-Common-config.h-for-all-binary-packages.patch |
include/config.h | 36 +++++++++++++++++++-----------------
1 file changed, 19 insertions(+), 17 deletions(-)
|
view
|
download
|
| 0007-Be-a-little-bit-more-useful-with-recover-s-error-mes.patch |
util/recover.c | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
|
view
|
download
|
| 0008-Use-usr-share-pixmaps-nethack-for-pretty-pictures.patch |
win/X11/winX.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
view
|
download
|
| 0009-Better-way-to-do-it.patch |
src/windows.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
|
view
|
download
|
| 0010-Enables-color-HP-monitor-for-textmode-NetHack.patch |
dat/opthelp | 3 +++
doc/Guidebook.mn | 4 ++++
doc/Guidebook.tex | 5 +++++
doc/Guidebook.txt | 5 +++++
include/config.h | 3 +++
include/flag.h | 5 +++++
src/botl.c | 46 ++++++++++++++++++++++++++++++++++++++++++++++
src/options.c | 3 +++
8 files changed, 74 insertions(+)
|
view
|
download
|
| 0011-Pasi-Kallinen-s-patch-to-add-colors-to-inventory-ite.patch |
README.menucolor | 96 ++++++++++++++++++++++++++++++++++++++
dat/opthelp | 18 +++++++
include/color.h | 18 +++++++
include/config.h | 11 ++++
include/extern.h | 3 +
include/flag.h | 3 +
src/decl.c | 4 +
src/files.c | 4 +
src/options.c | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/save.c | 26 ++++++++++
util/makedefs.c | 7 ++
win/tty/wintty.c | 43 +++++++++++++++++
12 files changed, 369 insertions(+)
|
view
|
download
|
| 0012-Paranoid-hit-asks-you-to-confirm-yes-instead-of-y-wh.patch |
dat/opthelp | 3 +++
doc/Guidebook.mn | 3 +++
doc/Guidebook.tex | 4 ++++
doc/Guidebook.txt | 4 ++++
include/flag.h | 3 +++
src/options.c | 3 +++
src/uhitm.c | 18 ++++++++++++++++++
7 files changed, 38 insertions(+)
|
view
|
download
|
| 0013-93_enh_dump.dpatch-by-Tom-Friedetzky-Jukka-Lahtinen-.patch |
dat/opthelp | 3
doc/Guidebook.mn | 6
doc/Guidebook.tex | 7
doc/Guidebook.txt | 7
include/config.h | 2
include/decl.h | 3
include/extern.h | 21 ++
src/botl.c | 30 ++++
src/cmd.c | 387 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/decl.c | 9 +
src/display.c | 100 +++++++++++++
src/end.c | 230 ++++++++++++++++++++++++++++++--
src/invent.c | 73 +++++++++-
src/options.c | 25 +++
src/spell.c | 29 ++++
src/topten.c | 47 ++++++
src/weapon.c | 68 +++++++++
win/tty/wintty.c | 4
18 files changed, 1031 insertions(+), 20 deletions(-)
|
view
|
download
|
| 0014-94_enh_sortloot.dpatch-by-Jeroen-Demeyer-and-Jukka-L.patch |
dat/opthelp | 5 ++++
doc/Guidebook.mn | 12 ++++++++++
doc/Guidebook.tex | 15 ++++++++++++
doc/Guidebook.txt | 12 ++++++++++
include/config.h | 1
include/extern.h | 3 ++
include/flag.h | 3 ++
src/end.c | 44 +++++++++++++++++++++++++++++++++++++
src/invent.c | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/objnam.c | 25 +++++++++++++++++++++
src/options.c | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
src/pickup.c | 41 ++++++++++++++++++++++++++++++++++
12 files changed, 288 insertions(+), 1 deletion(-)
|
view
|
download
|
| 0015-95_enh_engulf_prayers.dpatch-by-Joshua-Kwan.patch |
src/pray.c | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)
|
view
|
download
|
| 0016-fix-non-constant-format-strings.patch |
include/extern.h | 1
src/apply.c | 58 +++++++++++++++++++++++++++----------------------------
src/artifact.c | 2 -
src/botl.c | 4 +--
src/cmd.c | 8 +++----
src/detect.c | 4 +--
src/dig.c | 2 -
src/do.c | 10 ++++-----
src/dothrow.c | 2 -
src/dungeon.c | 2 -
src/eat.c | 6 ++---
src/engrave.c | 8 +++----
src/hack.c | 6 ++---
src/invent.c | 12 +++++------
src/lock.c | 2 -
src/mail.c | 2 -
src/makemon.c | 2 -
src/mcastu.c | 2 -
src/mhitu.c | 8 +++----
src/mon.c | 2 -
src/mthrowu.c | 2 -
src/muse.c | 4 +--
src/pline.c | 6 +++++
src/polyself.c | 4 +--
src/potion.c | 6 ++---
src/pray.c | 2 -
src/priest.c | 6 ++---
src/questpgr.c | 2 -
src/read.c | 18 ++++++++---------
src/region.c | 4 +--
src/restore.c | 2 -
src/rumors.c | 4 +--
src/shk.c | 6 ++---
src/sounds.c | 18 ++++++++---------
src/spell.c | 2 -
src/steed.c | 2 -
src/teleport.c | 12 +++++------
src/timeout.c | 8 +++----
src/trap.c | 4 +--
src/uhitm.c | 2 -
src/zap.c | 24 +++++++++++-----------
41 files changed, 144 insertions(+), 137 deletions(-)
|
view
|
download
|
| 0017-Debian-and-Linux-specifics-defined-in-unixconf.h.patch |
include/unixconf.h | 22 +++++++++++++---------
src/mail.c | 5 +++--
util/makedefs.c | 16 ++++++++--------
3 files changed, 24 insertions(+), 19 deletions(-)
|
view
|
download
|
| 0018-lisp-support-in-src-Makefile.patch |
sys/unix/Makefile.src | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
|
view
|
download
|
| 0019-stay-in-array-bounds.patch |
src/mhitu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
view
|
download
|
| 0020-fix-64-bit-issues-in-lisp-code.patch |
win/lisp/winlisp.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
|
view
|
download
|
| 0021-fix-kfreebsd-ftbfs.patch |
src/hacklib.c | 4 ++++
util/makedefs.c | 4 ++++
win/tty/termcap.c | 4 ----
3 files changed, 8 insertions(+), 4 deletions(-)
|
view
|
download
|