OSDN Git Service

add translation
[jnethack/source.git] / doc / fixes36.4
1 $NHDT-Branch: Nethack-3.6 $:$NHDT-Revision: 1.14 $ $NHDT-Date: 1576976556 2019/12/22 01:02:36 $
2
3 fixes36.4 contains a terse summary of changes made to 3.6.3 in order to
4 produce 3.6.4 as well as any post-release fixes in binaries.
5  
6
7 General Fixes and Modified Features
8 -----------------------------------
9 GDBPATH and GREPPATH from sysconf or -D... on compilation command line were
10         being processed even if PANICTRACE was disabled but only being freed
11         at end of game when that was enabled
12 fix the article used in the message when your steed encounters a polymorph trap
13 allow teleporting onto the vibrating square
14 message "your knapsack can't accomodate any more items" when picking stuff up
15         or removing such from container was inaccurate if there was some gold
16         pending; vary the message rather than add more convoluted pickup code
17 dozen-ish assorted spelling/typo fixes in messages and source comments
18 fix potential buffer overflow when parsing run-time configuration file
19 wizard mode wishing for terrain would leave it unmapped if done while blind
20 wizard mode terrain wish could leave hero in water (severe vision limits) or
21         in lava (trapped, sinking) which wasn't there any more
22 flying hero can go down (via '>') holes or trap doors instead of escaping trap
23 polymorphed hero hiding on the ceiling can now use '>' to unhide instead of
24         being told "you can't go down here"
25
26
27 Platform- and/or Interface-Specific Fixes or Features
28 -----------------------------------------------------
29 fix compilation on platforms that split the ncurses and tinfo libraries
30 Windows: allow all game files to be on a portable device via the sysconf
31         option 'portable_device_paths'
32
33
34 General New Features
35 --------------------
36 none
37