ここにはオリジナルのUnNetHack 3.5.3から現時点でのSVNまでの更新記録を翻訳したものを置いておきます。

  • 2010年9月の修正
    UnNetHackJUnNetHack修正内容
    r674r332update version number to 3.5.4
    3.5.4にバージョン番号を更新
    r675r333Fix create_door() routine (from SporkHack rev. 655, 656)
    create_door()ルーチンを修正(SporkHack rev. 655, 656から)
    r676r334Level compiler: Fix mine levels being lit way too often (from SporkHack rev. 806)
    レベルコンパイラ: 鉱山階層が明るい確率が高すぎるのを修正 (SporkHack rev. 806から)
    r677r335Increase number of dumped messages to 30
    ダンプに出力するメッセージ数を30に増やした
    r678r335Count identical messages for dumping
    ダンプ用に同一メッセージ数を数える
    r679r336Don't delete programmatically generated monster inventory
    (階層ファイル等の)プログラムに基づいて生成された怪物の所持品を削除しない
  • 2010年10月の修正
    UnNetHackJUnNetHack修正内容
    r680r338changing color of monster with config line: MONSTERCOLOR=acid blog:lightcyan
    「MONSTERCOLOR=acid blob:lightcyan」のように設定することで怪物の色を変更可能とした
    r681r338typo: acid blog -> acid blob
    r686r344Compile-Fix for undefined MENUCOLORS
    MENUCOLORS無効時のコンパイル修正
    r687r345Support for a revision version number
    リビジョン番号をサポート
    r690r347Give quest nemeses the Bell in the des-files instead of hardcoding it (fixes ticket:56) (from SporkHack rev. 754)
    クエストネメシスにかのベルを渡す処理をハードコーディングからdesファイルへ (SporkHack rev. 754から)
    r694r350Fix: Grammar error when dying by touching a disintegrator (fixes ticket:61)
    修正:粉砕の怪物に触れて死んだときの文法違いを修正
    (日本語版には影響なし)
    r695r351Dungeon overview: Don't record the shop room on blackmarket level (should fix ticket:76)
    ダンジョン概要:闇市階層の店は記録しない
    r696r352Fix inconsistent nurse behaviour (#chat vs. hitting)
    看護婦にふさわしくない振る舞いを修正 (会話と攻撃)
    r697r353Dump: output dungeon overview
    ダンプ:迷宮概観を出力
    r698r353Dump: correct tense in dungeon overview output
    ダンプ:迷宮概観出力時の時制を正確にした
    r699r354Fix intended rotten behaviour for comestibles
    食料品の腐る振る舞いを修正したつもり
    r700r355Remove compile warnings
    コンパイル警告を削除
    r701r356Auto-opening doors when using autotravel
    自動移動使用時に扉の自動開放
    r702r357Report correct gender in whereis file
    whereisファイルの性別を修正
    r703r357Report gender-correct role name in whereis file
    whereisファイルに性別に即した職業名に修正
  • 2010年11月の修正
    UnNetHackJUnNetHack修正内容
    r704r359Put paranoid_trap warning code in correct place.
    So the program doesn't ask if player wants to step into trap when attacking a monster in a trap.
    paranoid_trap警告コードを正しい位置にした。
    これにより、罠にかかったモンスターを攻撃したときにに罠に踏み込むかの確認を行わなくなる。
    r705-Advent calendar: Merge from trunk to r704
    Advent calendarブランチ
    r706-Advent calendar: update level to new levcomp syntax
    Advent calendarブランチ
    r707-Advent calendar: add dungeon name to xlogfile and livelog
    Advent calendarブランチ
    r708-Advent Calendar: move the branch to the end so it gets internally the highest (unused) dungeon number
    Advent calendarブランチ
  • 2010年12月の修正
    UnNetHackJUnNetHack修正内容
    r709r360Don't update botl when in character selection (probably fixes C343-198)
    キャラクタ選択時に最下行を更新しない (C343-198をたぶん修正)
    r710r360ChangeLog: document fixing of C343-198
    ChangeLog: C343-198の修正を文書化
    r711r361Correct declaration of boolean parameters
    booleanパラメタの定義を修正
    r712r362Update Win32 MingGW compilation Makefile
    Win32 MinGWコンパイル用Makefileを更新
    r713-Curses GUI: Update documentation for Beta 3
    Curses GUIブランチ
    r714-Curses GUI: Deteted CURSES_BUGS; all issues have been addressed
    Curses GUIブランチ
    r715r363Sokoban prizes are colored bright magenta
    倉庫番の景品の色を明るいマゼンダにした。
    r716r364Don't reveal randomized description names of Sokoban prizes
    倉庫番の景品のランダムな未確定名を明確にしない
    r717r365Fixed crashes when attacking long worms on flipped levels
    反転された階層でロングワームを攻撃したときクラッシュする問題を修正
    r718r365Remove debug output
    デバッグ出力の除去
    r719r366Livelog: report plural name of genocided species
    Livelog:虐殺した種の名が複数形かを出力
    r720r367Remove random secret corridors
    ランダムな隠し通路を削除
    r721r368'X' toggles twoweaponing, explore mode is on alt-x resp. #xplore
    'X'で二刀流に切り替え、探索モードは alt-x すなわち #xplore で行う。
    r722r369Added "unpaid items" to the categories in containter-handling
    コンテナ操作のカテゴリに「未払いアイテム」を追加
  • 2011年1月の修正
    UnNetHackJUnNetHack修正内容
    r723r370Try to hangup game on SIGTERM
    SIGTERMでゲームのハングアップを試みる
    r724r371Catchning SIGUSR1 for updating whereis information
    whereis情報更新用にSIGUSR1をキャッチする
    r725r372Add dungeon name to xlogfile and livelog
    xlogfile と livelog にダンジョン名を追加
    r726r373New category menu option: "Unidentified items"
    メニューオプションに新カテゴリ:「未識別アイテム」
    r727r374Typo in the Bag of Tricks Enhancement code
    トリックの鞄拡張コードのTypo
    r728r375Resurrected Cthulhu is not meditating
    復活したクトゥルフは瞑想しない。
    r729r375Increase Cthulhu's resurrection time.Decrease it if killed the first time from afar.
    クトゥルフの復活間隔を増加させた。初回に遠くから殺された場合は逆に減少させた。
    r730r376Doxygen configuration file
    Doxygenの設定ファイル追加
    r731r376Update to Doxygen 1.7.2
    Doxygen 1.7.2に更新
    r732r377Fix buffer overflow crash when taking off a max length named item with the traditional menustyle
    menustyleがtraditionalの場合に名前が最大長のアイテムを選択するとバッファオーバーフローでクラッシュするのを修正
    r733r378Prevent uniques killing uniques with the amulet
    かの魔除けを持つユニークをユニークが殺さないようにした
    r734r379Change visibility of option "eight_bit_tty"
    オプションeight_bit_ttyをゲーム中に変更できないようにした
    r735r380HTML dump: output IBMgraphics characters
    HTMLダンプ:IBMgraphicsキャラクタを出力
    r736r380HTML dump: output DECgraphics characters
    HTMLダンプ:DECgraphicsキャラクタを出力
    r737r381Update year of copyright
    copyrightの年を更新
    r738r382UTF-8 glyphs in map
    UTF-8の絵文字でマップ表示
    r739r382Compilation fix
    コンパイル修正
    r740r383UTF8graphics: switch grave and altar, fix ladder up and down
    UTF8graphics:墓と祭壇、固定梯子の上と下を交換
    r741r383UTF8graphics: missing codepoints for beams, explosions and stomachs, change iron bars to capital pi
    UTF8graphics:光線、爆発、胃袋のコードが抜けていた。鉄格子をπからΠに変更
    r742-[Curses-GUI] Container crash fix; case-insensitive Extended commands
    Curses GUIブランチ
    r743r383UTF8graphics: temporary workaround for far look
    UTF8graphics:遠隔表示用の一時的な回避策
    r744r383UTF8graphics: don't change from_screen. Otherwise only a single dungeon feature can be farlooked
    UTF8graphics:from_screenは変更しない。それ以外ではダンジョンは従来形式でのみ遠隔表示する
    r745r384Encode several bits of information for the xlogfile (from NAO)
    xlogfile用の数ビットの情報をエンコード (NAOから)
    r746-[Curses-GUI] Restore colors, cursor upon exit
    Curses GUIブランチ
    r747r385Autoexplore (by Alex Smith via AceHack)
    自動探索(AceHackのAlex Smithより)
    r748r385Autoexplore: more feedback when autoexploring isn't possible
    自動探索:自動探索ができないときより多くフィードバックする
    r749r386Pick-axes are allowed in the black market
    闇市につるはしの持込みを許可
    r750r389HTML Dump: add title attribute for monster and dungeon features
    HTML Dump:怪物と迷宮設備用にtitle属性を追加
    r751r390Fix 'implicit declaration of function' warnings
    'implicit declaration of function'警告の修正
    r752r391Hallucination: fictional currencies
    幻覚:架空の通貨
    r753r392Fictional currencies: typos
    架空の通貨:TYPO
    r754r393UTF8graphics: change iron bars, pools and lava
    UTF8graphics:鉄格子、水溜り、溶岩を変更
    r755r394New option "SYMBOL" for changing UTF8graphics glyphs
    新オプション"SYMBOL" UTF8graphics 絵文字の変更用
    r756r395HTML dump: title attribute for traps
    HTML dump:罠用のtitle属性
    r757r395HTML dump: title attribute for trees
    HTML dump:木用のtitle属性
    r758r396HTML dump: update CSS file with font-family
    HTML dump:CSSファイルのfont-familyを更新
    r759r397List of mapped characters changed to an enum
    マップ用キャラクタ一覧をenumに変更
    r760r397List of level location types changed to an enum
    階層位置型一覧をenumに変更
    r761r398New dungeon feature: dead tree (from NetHack Brass)
    新迷宮設備:枯れ木(NetHack brassより)
    r762r398Adjust checks for dead trees and trees
    枯れ木林と林のチェックを修正
  • 2011年2月の修正
    UnNetHackJUnNetHack修正内容
    r763r400Livelog: check correctly for astral and elemental planes
    Livelog:天上界と精霊界用の厳密性チェック
    r764r401New config option for changing order of spells in spell menu: SPELLORDER
    Example: SPELLORDER=ZzqwertuiopasdfghjklyxcvbnmQWERTUIOPASDFGHJKLYXCVBNM
    呪文メニューの表示順を変更する新設定オプション:SPELLORDER
    例:SPELLORDER=ZzqwertuiopasdfghjklyxcvbnmQWERTUIOPASDFGHJKLYXCVBNM
    r765r402Fix for autotravel/autoexplore walking into lava or water
    自動移動/自動探索で溶岩または堀に入ってしまうのを修正
    r766r403Autoexplore: enable re-exploring of amnesia affected level
    自動探索:記憶喪失の影響がある階層では再探索を有効にする
    r767r404Autoexplore: Heuristically determine if player is done exploring or not
    自動探索:探索が完了しているかどうかは発見的に決定する
    r768r405Autoexplore: ignore shop items
    自動探索:店のアイテムは無視する
    r769r406Simplify parse_symbol()
    parse_symbol()を単純に
    r770r407Fix farlook bug because of uninitialised variable
    変数未初期化に起因するfarlookバグを修正
    r771r408Patch: sortloot (by Jukka Lahtinen)
    パッチ:sortloot (Jukka Lahtinenより)
  • 2011年3月の修正
    UnNetHackJUnNetHack修正内容
    r772r409Bugfix: C343-74 "Entering a long running, uninterruptible command after stoning starts will kill you."
    バグ修正:C343-74 "石化が始まった後に、長距離を移動する中断出来ないコマンドを入力すると死んでしまう。"
    r773r410Patch: MSGTYPE option (by Pasi Kallinen)
    パッチ: MSGTYPEオプション (Pasi Kallinenより)
    r774(確認中)Fix cursed amulet of life saving fail rate
    呪われた命の魔除けの失敗率を修正
    r775(確認中)Autoexplore: fix coordinates in interesting_to_explore()
    自動探索:interesting_to_explore()の座標修正
    r776(確認中)Patch: DYWYPISI? (by Jafet)
    パッチ:DYWYPISI? (Jafetより)
    r777(確認中)Patch: update DYWYPISI? to version 0.3
    パッチ:DYWYPISI?をversion 0.3に更新
    r778(確認中)Remove debug code
    デバッグコードの削除
    r779(確認中)Patch: update DYWYPISI? to version 0.3.2
    パッチ:DYWYPISI?をversion 0.3.2に更新
    r780(確認中)Dump: fix missing header titles in inventory when sortloot is on
    ダンプ:sortloot有効時に所持品のタイトルがなくなっていたのを修正
    r781(確認中)Fix spacing for fixed, rustproof and corrodeproof
    防錆と防腐食の空白を修正
    r782(確認中)Vampires shouldn't bite disintegrators
    吸血鬼は粉砕の怪物に噛み付くべきではない
    r783(確認中)Vampires shouldn't bite disintegrating monsters
    吸血鬼は粉砕持ちの怪物に噛み付くべきではない
    r784(確認中)Dump: Fix "(null)" title attribute in HTML dump
    HTMLダンプ時にタイトル属性が"(null)"になっているのを修正
    r785(確認中)Set vampire's minimum attribute values to 3 like all other races
    吸血鬼の能力地の最小値を多種族と同様に全て3にした
    r786(確認中)Livelog: #shout: handle empty message from player
    Livelog:#shout:入力さされ空メッセージを別処理にした
    r787(確認中)DYWYPISI: Improve output for gems, no makeplural
    DYWYPISI:宝石の出力を改良。複数形にしない
    r788(確認中)HTML dump: link objects to nethackwiki
    HTMLダンプ:アイテムをnethackwikiにリンク
    r789(確認中)HTML dump: new function html_link()
    HTMLダンプ:新関数 html_link()
    r790(確認中)HTML dump: link vanquished creatures to nethackwiki
    HTMLダンプ:倒した敵をnethackwikiにリンク
    r791(確認中)HTML dump: link monsters in map to nethackwiki
    HTMLダンプ:マップ上の怪物をnethackwikiにリンク
    r792(確認中)YAFM on april fools' day for extinct species
    絶滅した種に四月馬鹿のYAFMを追加
    r793(確認中)Pi Approximation Day support
    π近似日のサポート
    r794(確認中)Correct player location for cast_protection()
    cast_protection()のプレイヤーの位置を修正