From 8f1b1288cb12d08eea7e5a919f03d028037b82c2 Mon Sep 17 00:00:00 2001 From: PatR Date: Fri, 3 Nov 2023 11:03:57 -0700 Subject: [PATCH] pull request #1114 - NetHack.ad remarks about XPM Pull request from bernhardreiter: NetHack.ad has a comment about needing to use an external tool such as XV or PBMplus rather than the NetHack.double_tile_size resource if nethack is built with the USE_XPM configuration. Add some more detail since using 'hints' when setting up the Makefiles can define that behind the builder's back. The extra detail won't be useful to players who obtain prebuilt binaries that incorporate the X11 interface. The comment in config.h (see preceding pull request) won't be either, and maybe should be moved to NetHack.ad where such users will be able to see it. Fixes #1114. --- doc/fixes3-7-0.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index da7705be1..41b44e880 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1722,6 +1722,11 @@ experimental #saveoptions wasn't saving the set of cond_xyz options correctly; if player viewed the 'm O' submenu for status conditions, they would get saved even if not changed; otherwise, ones that came in from the old RC file wouldn't be included in the new one +knockback or recoil while levitating could hurtle the hero through a wall of + water to the spot beyond unless it happened on the Plane of Water +if recoil from throwing an item while levitating sent hero into a wall of + water, the thrown item got placed in that water rather than at its + intended destination Fixes to 3.7.0-x Platform and/or Interface Problems Exposed Via git Repository