some dat updates

This commit is contained in:
nhmall
2026-04-26 12:13:14 -04:00
parent 89a54b8370
commit 11ae226eeb
13 changed files with 32 additions and 32 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.1649 $ $NHDT-Date: 1777000050 2026/04/23 19:07:30 $
NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.1649 $ $NHDT-Date: 1777000050 2026/04/23 19:07:30 $
General Fixes and Modified Features
-----------------------------------
@@ -1451,7 +1451,7 @@ some theft messages by nymphs force "she", others use default monster naming
if a nymph stole worn armor and got killed (perhaps by pet) before hero's next
turn, feedback would be "You finish taking off your suit." regardless
of the type of armor being taken off
when setting an option interactively [via O or 3.7's mO], if the particular
when setting an option interactively [via O or 5.0's mO], if the particular
option uses a prompt to get a line of input (for compounds: 'fruit',
'scores', most numeric ones), input was treated as a comma-separated
list of option[:value] rather than just the new value of that option
@@ -1605,7 +1605,7 @@ when starting a new game as a monk, newsym(0,0) was being called (adjabil ->
incorporate a fix to prevent segfault due to rolling boulder trap
Fixes to 3.7.0-x General Problems Exposed Via git Repository
Fixes to 5.0.0-x General Problems Exposed Via git Repository
------------------------------------------------------------
incrementing EDITLEVEL to invalidate incompatible save files was not working
as intended because VERSION_COMPATIBILITY was defined as 3.7.0-0 and up
@@ -2236,7 +2236,7 @@ teleportation traps no longer teleport you on levels made temporarily
no-teleport by the presence of a monster
Fixes to 3.7.0-x Platform and/or Interface Problems Exposed Via git Repository
Fixes to 5.0.0-x Platform and/or Interface Problems Exposed Via git Repository
------------------------------------------------------------------------------
curses: 'msg_window' option wasn't functional for curses unless the binary
also included tty support