]> granicus.if.org Git - nethack/commitdiff
update fixes with a few things
authorDerek S. Ray <derekray@gmail.com>
Wed, 6 May 2015 21:48:35 +0000 (17:48 -0400)
committerDerek S. Ray <derekray@gmail.com>
Wed, 6 May 2015 21:55:53 +0000 (17:55 -0400)
doc/fixes35.0

index 6b853e1f18f91d871b4015077abf2b2abaacff02..1bba4373b7016c242ea47618aa4e0244265b8a64 100644 (file)
@@ -907,6 +907,8 @@ when commands (D, A, object identify) mix object class filtering with BUCX
        filtering, take the intersection rather than the union (so ?B picks
        blessed scrolls rather than all scrolls plus blessed everything)
 bmask is stored with the objects on the Plane of Water to prevent segfault
+engraving on drawbridge with wand of digging should produce appropriate
+        message instead of referring to gravel
 
 
 Platform- and/or Interface-Specific Fixes
@@ -1144,6 +1146,9 @@ win32gui: menu option to add/remove windows captions
 win32gui: support for saving/restoring message history
 win32gui: added menu options "Copy ASCII Screenshot To Clipboard" and "Save 
        ASCII Screenshot To File"
+win32gui, win32tty: add support for looking for sysconf in %COMMONPROGRAMFILES%
+        first and for user config file in %USERPROFILE% (improves support for
+        multi-login Windows environments)
 win32tty: support for 'selectsaved' option for menu of existing save files
        to choose from at game startup
 tty: add window port routines for saving/restoring message history