Cherry-pick 3.7.0's 565e020573. Again,
conflict because the fixes entry goes into a different file.
When picking up from floor or removing from container fails because
there aren't any inventory slots available, pickup/take-out stops.
But the message
|Your knapsack can't accomodate any more items.
is inaccurate if there is gold beyond the stopping point. Actually
continuing in order to pickup/take-out gold would require substantial
changes, but varying the message to be
|Your knapsack can't accomodate any more items (except gold).
when stopping is a one line fix. The parenthesized remark is only
added if there is actually some gold after the current object and is
given regardless of whether autopickup happens to be targetting it.
Fixes #246
40 lines
1.4 KiB
Groff
40 lines
1.4 KiB
Groff
$NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.3 $ $NHDT-Date: 1576282492 2019/12/14 00:14:52 $
|
|
|
|
This fixes36.4 file is here to capture information about updates in the 3.6.x
|
|
lineage following the release of 3.6.3 in December 2019. Hypothetical version
|
|
3.6.4 may not be released, in which case these fixes will appear in 3.7.0.
|
|
|
|
General Fixes and Modified Features
|
|
-----------------------------------
|
|
GDBPATH and GREPPATH from sysconf or -D... on compilation command line were
|
|
being processed even if PANICTRACE was disabled but only being freed
|
|
at end of game when that was enabled
|
|
fix the article used in the message when your steed encounters a polymorph trap
|
|
alloc teleporting onto the vibrating square
|
|
message "your knapsack can't accomodate any more items" when picking stuff up
|
|
or removing such from container was inaccurate if there was some gold
|
|
pending; vary the message rather than add more convoluted pickup code
|
|
dozen-ish assorted spelling/typo fixes in messages and source comments
|
|
|
|
|
|
Fixes to Post-3.6.3 Problems that Were Exposed Via git Repository
|
|
------------------------------------------------------------------
|
|
|
|
|
|
Platform- and/or Interface-Specific Fixes or Features
|
|
-----------------------------------------------------
|
|
|
|
|
|
General New Features
|
|
--------------------
|
|
|
|
|
|
NetHack Community Patches (or Variation) Included
|
|
-------------------------------------------------
|
|
|
|
|
|
Code Cleanup and Reorganization
|
|
-------------------------------
|
|
|
|
|