NetHack version used on NAO
You can download the diff file here. (Last updated 2012.05.13)
Differences to Vanilla NetHack 3.4.3
- Fixed several bugs:
- C343-19 Dipping acid in a fountain may not destroy the acid. (Patric Mueller)
- C343-74 Entering a long running, uninterruptible command after stoning starts will kill you. (Patric Mueller)
- C343-100 Game may crash if thrown potion hits bars before a monster. (Patric Mueller)
- C343-171 Silver weapon damage message is sometimes missing when hero is polymorphed (Patric Mueller)
- C343-179 If a monster is killed or tamed while over water (or by a drawbridge) while carrying a potion of acid, the game may panic. (Patric Mueller)
- C343-189 Temple donations and protection lost to gremlin attack interact incorrectly. (Patric Mueller)
- C343-198 Playing in a 20 or 21 line window can cause the game to crash.
- C343-218 Applying a wielded cream pie can crash the game.
- C343-231 Time is distorted while sinking into lava. (Patric Mueller)
- C343-235 Casting spell of protection gives incorrect message if hero is swallowed or in rock. (Patric Mueller)
- C343-268 Used up potion of acid may end up in bones file. (Patric Mueller)
- C343-275 If a lit, wielded, candle or potion of oil burns out, the game may crash.
- C343-276 If a figurine auto-transforms while wielded or worn, the game may crash.
- C343-324 Cutting a long worm in two will crash the game if the cut takes the worm to 1 HP or if long worms had become extinct. (Patric Mueller)
- SC343-11 It's possible to easily find the identity of a high priest on the Astral plane.
- SC343-12 Hero using telepathy can abuse Call on the Astral Plane.
- SC343-20 Hangup save while picking up gold in a shop may duplicate the gold. (Patric Mueller)
- Added the Curses windowport, with a fix for monster detection not waiting for --more--.
- Added boolean option quiver_fired (Patch by Jukka Lahtinen)
- Sortloot (by Jukka Lahtinen), with more sorting types from UnNetHack (by Patric Mueller)
- Pressing cmd key at direction prompt selects previously selected direction. (Patric Mueller, unnethack r844)
- The impossible-warning tells to save, not quit.
- Livelog reporting (for IRC, etc)
- Whereis-file user tracking, from SporkHack, with minor changes.
- Random player statues takes names from top1000, not top10
- Several new T-shirt messages, random epitaphs and engravings, hallucinatory monsters
- Changed 'C' to present a menu, and added old_C_behaviour boolean option to restore vanilla 3.4.3 monster christening behaviour
- Dungeon colors -patch (Pasi Kallinen)
- Changed 'X' to toggle twoweapon instead of trying to enter explore mode
- Extinct and Showborn -patch (Jukka Lahtinen)
- Paranoid Quit -patch
- Window edge -patch (Pasi Kallinen)
- Dumplog -patch (Jukka Lahtinen), with some minor changes
- Menucolors -patch (Pasi Kallinen)
- HitPoint Monitor -patch (Ralph Churchill)
- Simple Mail -patch, from dgamelaunch
- Extended Logfile -patch (Aardvark Joe), with some small changes
- A boolean option 'bones' to disable bone-file loading.
- Messagetype-option -patch (Pasi Kallinen)
- A patch to allow server admin to notify players.
- A patch to allow NetHack output special escape codes (vt_tiledata -boolean option)
- fcntl locking -patch
- use_darkgray -patch (Michael Deutschmann)
- Show BUC -patch (Pasi Kallinen)
- Show Sym -patch (Pasi Kallinen)
- While Helpless -patch (Pasi Kallinen)
- A patch to make RNG prediction harder
- Make NetHack assume the clearscreen escape code is always available, instead of complaining.
- Fix 100% CPU usage when terminal closed at a --more--- prompt. (tty windowport)
- Make cursor keys not escape out of a text entry prompt (tty windowport)
- Added Pickup thrown -patch (Roderick Schertler)
- Added a modified version of key rebinding -patch (Jason Dorje Short)
- Added a generic item use menu (from AceHack, via UnNetHack)
- Added monster targeting -patch (Pasi Kallinen)
- Force a screen redraw every 2k turns after the previous screen redraw.
- Fixed farlooking at food items in curses windowport.
- Prevent the Book of the Dead from being destroyed when falling into (or walking over) lava without fire resistance. (Steve Melenchuk)
- Reset stored ID of quest leader when undead-turned, allowing #chat to work properly. Fixes C343-98. (Steve Melenchuk)
- Added botl_updates option to prevent status line updates, and extended command #updatestatus to force an update.
- Added hp_notify option to turn on HP change notifications in the message lines, and hp_notify_fmt to configure the notification format.