OSDN Git Service

hengband/hengband.git
4 years ago[Fix] #39976 floor_type * 参照で警告を発する問題を修正.ついでに構造体宣言とや不要インクルード整理. / Fix warning referen...
deskull [Sun, 9 Feb 2020 12:55:17 +0000 (21:55 +0900)]
[Fix] #39976 floor_type * 参照で警告を発する問題を修正.ついでに構造体宣言とや不要インクルード整理. / Fix warning reference of floor_type *, and for clarity, changed struct definiton and removed unused include.

4 years ago[Refactor] #37353 静的解析のためにFxCopAnalyzersを追加 / Added FxCopAnalyzers for static code...
Hourier [Sun, 9 Feb 2020 02:41:07 +0000 (11:41 +0900)]
[Refactor] #37353 静的解析のためにFxCopAnalyzersを追加 / Added FxCopAnalyzers for static code analysis

4 years ago[Fix] #37353 警告を除去 / Removed warnings
Hourier [Sat, 8 Feb 2020 16:39:13 +0000 (01:39 +0900)]
[Fix] #37353 警告を除去 / Removed warnings

4 years ago[Fix] #37353 モンスターが死体を落とさなくなる事象の可能性を修正 / Fixed possible issue that monster mayn't...
Hourier [Sat, 8 Feb 2020 16:15:38 +0000 (01:15 +0900)]
[Fix] #37353 モンスターが死体を落とさなくなる事象の可能性を修正 / Fixed possible issue that monster mayn't drop corpse

4 years ago[Fix] #37353 テレポートアウェイが効かなくなる事象の可能性を修正 / Fixed possible issue that teleport away...
Hourier [Sat, 8 Feb 2020 16:03:03 +0000 (01:03 +0900)]
[Fix] #37353 テレポートアウェイが効かなくなる事象の可能性を修正 / Fixed possible issue that teleport away mayn't be executed

4 years ago[Fix] #37353 クエスト対象のモンスターが表示されなくなる可能性のあるを修正 / Fixed possible issue that quest monster...
Hourier [Sat, 8 Feb 2020 15:53:23 +0000 (00:53 +0900)]
[Fix] #37353 クエスト対象のモンスターが表示されなくなる可能性のあるを修正 / Fixed possible issue that quest monster mayn't be displayed

4 years ago[Refactor] #37353 monster1.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per...
Hourier [Sat, 8 Feb 2020 15:43:35 +0000 (00:43 +0900)]
[Refactor] #37353 monster1.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in monster1.c

4 years ago[Fix] #37353 モンスターの思い出における動詞の活用がおかしかったのを修正 / Fixed the conjugation of verb in recall...
Hourier [Sat, 8 Feb 2020 14:02:31 +0000 (23:02 +0900)]
[Fix] #37353 モンスターの思い出における動詞の活用がおかしかったのを修正 / Fixed the conjugation of verb in recall of monster

4 years ago[Fix] #37353 rd_byte() は実はunusedではなかったので復活 / Revived call of rd_byte() because it...
Hourier [Sat, 1 Feb 2020 15:24:33 +0000 (00:24 +0900)]
[Fix] #37353 rd_byte() は実はunusedではなかったので復活 / Revived call of rd_byte() because it's NOT unused

4 years ago[Fix] #37353 英語版変数未定義修正. / Fixed undefined variable error in English build.
deskull [Sat, 1 Feb 2020 13:58:15 +0000 (22:58 +0900)]
[Fix] #37353 英語版変数未定義修正. / Fixed undefined variable error in English build.

4 years agoMerge remote-tracking branch 'remotes/origin/feature/Refactoring-Hourier' into For2...
deskull [Sat, 1 Feb 2020 13:43:23 +0000 (22:43 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Refactoring-Hourier' into For2.2.2-Refactoring

4 years agoMerge branch 'feature/Merfolk' into For2.2.2-Refactoring
deskull [Sat, 1 Feb 2020 13:28:12 +0000 (22:28 +0900)]
Merge branch 'feature/Merfolk' into For2.2.2-Refactoring

4 years ago[Fix] #38790 性格チャージマンのジュラル星人誤認条件を変更 / Change feature misunderstanding conditions...
deskull [Sat, 1 Feb 2020 10:26:22 +0000 (19:26 +0900)]
[Fix] #38790 性格チャージマンのジュラル星人誤認条件を変更 / Change feature misunderstanding conditions of Chargeman.

4 years ago[Implement] #38796 マーフォークの生い立ち追加. / Define history messages of Merfolk.
deskull [Wed, 29 Jan 2020 14:20:40 +0000 (23:20 +0900)]
[Implement] #38796 マーフォークの生い立ち追加. / Define history messages of Merfolk.

4 years ago[Feature] #37285 モンスターの会話を追加と修正(ボルガ博士と弦ちゃん) / Added and modified monsters' speak...
deskull [Sat, 1 Feb 2020 13:24:20 +0000 (22:24 +0900)]
[Feature] #37285 モンスターの会話を追加と修正(ボルガ博士と弦ちゃん) / Added and modified monsters' speak (Dr.Volga and Genichiro Ashina)

4 years ago[Refactor] #37353 spells3.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1...
Hourier [Sat, 1 Feb 2020 13:18:02 +0000 (22:18 +0900)]
[Refactor] #37353 spells3.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in spells3.c

4 years ago[Refactor] #37353 monster2.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per...
Hourier [Sat, 1 Feb 2020 12:59:12 +0000 (21:59 +0900)]
[Refactor] #37353 monster2.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in monster2.c

4 years ago[Refactor] #37353 load.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line...
Hourier [Sat, 1 Feb 2020 12:40:07 +0000 (21:40 +0900)]
[Refactor] #37353 load.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in load.c

4 years ago[Refactor] #37353 player-status.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments...
Hourier [Sat, 1 Feb 2020 12:08:55 +0000 (21:08 +0900)]
[Refactor] #37353 player-status.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in player-status.c

4 years ago[Refactor] #37353 a_m_aux_4() で使われていない引数を削除 / Removed unnecessary argument in a_m_aux_4()
Hourier [Sat, 1 Feb 2020 11:45:38 +0000 (20:45 +0900)]
[Refactor] #37353 a_m_aux_4() で使われていない引数を削除 / Removed unnecessary argument in a_m_aux_4()

4 years ago[Refactor] #37353 bldg.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line...
Hourier [Sat, 1 Feb 2020 11:42:02 +0000 (20:42 +0900)]
[Refactor] #37353 bldg.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in bldg.c

4 years ago[Refactor] #37353 mspells4.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per...
Hourier [Sat, 1 Feb 2020 11:27:06 +0000 (20:27 +0900)]
[Refactor] #37353 mspells4.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in dungeon-file.c

4 years ago[Refactor] #37353 dungeon-file.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments...
Hourier [Sat, 1 Feb 2020 11:19:49 +0000 (20:19 +0900)]
[Refactor] #37353 dungeon-file.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in dungeon-file.c

4 years ago[Refactor] #37353 floor.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line...
Hourier [Sat, 1 Feb 2020 06:34:40 +0000 (15:34 +0900)]
[Refactor] #37353 floor.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in floor.c

4 years ago[Refactor] #37353 cave_pass_lite_bold() のシンタックスシュガーを削除 / Removed syntax sugar cave_pa...
Hourier [Sat, 1 Feb 2020 06:32:42 +0000 (15:32 +0900)]
[Refactor] #37353 cave_pass_lite_bold() のシンタックスシュガーを削除 / Removed syntax sugar cave_pass_lite_bold()

4 years ago[Refactor] #37353 .gitignore にEnglish-Debug/ がGitに捕捉されないように記述を追加 / Added description...
Hourier [Sat, 1 Feb 2020 05:11:39 +0000 (14:11 +0900)]
[Refactor] #37353 .gitignore にEnglish-Debug/ がGitに捕捉されないように記述を追加 / Added description in order not to capture English-Debug/ to .gitignore

4 years ago[Refactor] #37353 dungeon-file.c のヘッダー重複除去と、一部のコメント削除 / Removed duplication of includ...
Hourier [Sat, 1 Feb 2020 04:42:15 +0000 (13:42 +0900)]
[Refactor] #37353 dungeon-file.c のヘッダー重複除去と、一部のコメント削除 / Removed duplication of including headers and some comments per line

4 years ago[Fix] #37353 コンパイル警告修正 / Fixed compilation warnings
Hourier [Sat, 1 Feb 2020 04:20:30 +0000 (13:20 +0900)]
[Fix] #37353 コンパイル警告修正 / Fixed compilation warnings

4 years ago[Refactor] #37353 spells2.c のインデントを自動調整 / Adjusted indents automatically in spells2.c
Hourier [Sat, 1 Feb 2020 04:12:17 +0000 (13:12 +0900)]
[Refactor] #37353 spells2.c のインデントを自動調整 / Adjusted indents automatically in spells2.c

4 years ago[Refactor] #37353 spells2.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1...
Hourier [Sat, 1 Feb 2020 03:55:32 +0000 (12:55 +0900)]
[Refactor] #37353 spells2.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in spells2.c

4 years ago[Refactor] #37353 USE_SAVER のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_SAVER but...
Hourier [Sat, 1 Feb 2020 03:17:38 +0000 (12:17 +0900)]
[Refactor] #37353 USE_SAVER のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_SAVER but existing codes are as-is

4 years ago[Refactor] #37353 main-win.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per...
Hourier [Sat, 1 Feb 2020 03:11:17 +0000 (12:11 +0900)]
[Refactor] #37353 main-win.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in main-win.c

4 years ago[Refactor] #37353 使われていないプリプロHTML_HELP を削除 / Removed unused preprocessor HTML_HELP
Hourier [Sat, 1 Feb 2020 01:40:15 +0000 (10:40 +0900)]
[Refactor] #37353 使われていないプリプロHTML_HELP を削除 / Removed unused preprocessor HTML_HELP

4 years ago[Refactor] #37353 util.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line...
Hourier [Sat, 1 Feb 2020 01:37:17 +0000 (10:37 +0900)]
[Refactor] #37353 util.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in util.c

4 years ago[Refactor] #37353 object2.c のインデントを自動調整 / Adjusted indents automatically in object2.c
Hourier [Sat, 1 Feb 2020 00:49:36 +0000 (09:49 +0900)]
[Refactor] #37353 object2.c のインデントを自動調整 / Adjusted indents automatically in object2.c

4 years ago[Refactor] #37353 object2.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1...
Hourier [Fri, 31 Jan 2020 15:23:33 +0000 (00:23 +0900)]
[Refactor] #37353 object2.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in object2.c

4 years ago[Refactor] #37353 TRAVEL のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed TRAVEL but existing...
Hourier [Fri, 31 Jan 2020 13:41:14 +0000 (22:41 +0900)]
[Refactor] #37353 TRAVEL のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed TRAVEL but existing codes are as-is

4 years ago[Refactor] #39970 core.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line...
Hourier [Fri, 31 Jan 2020 13:24:39 +0000 (22:24 +0900)]
[Refactor] #39970 core.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in core.c

4 years ago[Refactor] #37353 autopick.c と store.c のインデントを自動調整 / Automatically adjusted autopick...
Hourier [Thu, 30 Jan 2020 14:48:34 +0000 (23:48 +0900)]
[Refactor] #37353 autopick.c と store.c のインデントを自動調整 / Automatically adjusted autopick.c and store.c

4 years ago[Refactor] #37353 player-status.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments...
Hourier [Thu, 30 Jan 2020 14:36:03 +0000 (23:36 +0900)]
[Refactor] #37353 player-status.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in player-status.c

4 years ago[Refactor] #39964 autopick.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per...
Hourier [Thu, 30 Jan 2020 14:02:54 +0000 (23:02 +0900)]
[Refactor] #39964 autopick.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in autopick.c

4 years ago[Refactor] 使われていないmove_to_black_market() を削除 / Removed unused function move_to_black_...
Hourier [Thu, 30 Jan 2020 12:48:08 +0000 (21:48 +0900)]
[Refactor] 使われていないmove_to_black_market() を削除 / Removed unused function move_to_black_market()

4 years ago[Refactor] #37353 store.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line...
Hourier [Thu, 30 Jan 2020 12:47:13 +0000 (21:47 +0900)]
[Refactor] #37353 store.c において、1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line in store.c

4 years ago[Refactor] #39963 1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line
Hourier [Thu, 30 Jan 2020 12:15:52 +0000 (21:15 +0900)]
[Refactor] #39963 1行ごとに挟まれていたコメントを削除 / Removed many comments per 1 line

4 years ago[Refactor] #37353 使われていないプリプロOBSOLETE_SIZING_METHODを削除 / Removed unused preprocessor...
Hourier [Wed, 29 Jan 2020 14:32:21 +0000 (23:32 +0900)]
[Refactor] #37353 使われていないプリプロOBSOLETE_SIZING_METHODを削除 / Removed unused preprocessor OBSOLETE_SIZING_METHOD

4 years ago[Refactor] #39076 files.c の整形&1行ごとに挿入されたコメントを削除 / Reshaped files.c and removed unnece...
Hourier [Wed, 29 Jan 2020 13:34:26 +0000 (22:34 +0900)]
[Refactor] #39076 files.c の整形&1行ごとに挿入されたコメントを削除 / Reshaped files.c and removed unnecessary comments (per 1 line)

4 years ago[Refactor] #37363 h-*.h の空行調整 / Reshaped blank lines in h-*.h
Hourier [Wed, 29 Jan 2020 12:38:49 +0000 (21:38 +0900)]
[Refactor] #37363 h-*.h の空行調整 / Reshaped blank lines in h-*.h

4 years ago[Refacotr] #37353 使われていないプリプロUSE_NCURSESを部分的に削除 / Removed unused preprocessors USE_NC...
Hourier [Wed, 29 Jan 2020 12:30:38 +0000 (21:30 +0900)]
[Refacotr] #37353 使われていないプリプロUSE_NCURSESを部分的に削除 / Removed unused preprocessors USE_NCURSES

4 years ago[Refacotr] #37353 使われていないプリプロUSE_TCHARSを部分的に削除 / Removed unused preprocessors USE_TCH...
Hourier [Wed, 29 Jan 2020 12:29:15 +0000 (21:29 +0900)]
[Refacotr] #37353 使われていないプリプロUSE_TCHARSを部分的に削除 / Removed unused preprocessors USE_TCHARS partially

4 years ago[Refacotr] #37353 使われていないプリプロUSE_TERMIOを部分的に削除 / Removed unused preprocessors USE_TER...
Hourier [Wed, 29 Jan 2020 12:28:13 +0000 (21:28 +0900)]
[Refacotr] #37353 使われていないプリプロUSE_TERMIOを部分的に削除 / Removed unused preprocessors USE_TERMIO partially

4 years ago[Refacotr] #37353 使われていないプリプロUSE_TPOSIXを部分的に削除 / Removed unused preprocessors USE_TPO...
Hourier [Wed, 29 Jan 2020 12:03:37 +0000 (21:03 +0900)]
[Refacotr] #37353 使われていないプリプロUSE_TPOSIXを部分的に削除 / Removed unused preprocessors USE_TPOSIX partially

4 years ago[Refacotr] #37353 使われていないプリプロSPECIAL_BSDを削除 / Removed unused preprocessors SPECIAL_BSD
Hourier [Wed, 29 Jan 2020 11:54:54 +0000 (20:54 +0900)]
[Refacotr] #37353 使われていないプリプロSPECIAL_BSDを削除 / Removed unused preprocessors SPECIAL_BSD

4 years ago[Refactor] #37353 USE_FONTSET のプリプロが有効、USE_JP_FONTSTRUCTは無効であることを前提とし、プリプロ自体は削除 ...
Hourier [Wed, 29 Jan 2020 11:53:19 +0000 (20:53 +0900)]
[Refactor] #37353 USE_FONTSET のプリプロが有効、USE_JP_FONTSTRUCTは無効であることを前提とし、プリプロ自体は削除 / Removed USE_FONTSET but existing codes are as-is and USE_JP_FONTSTRUCT and realted codes

4 years ago[Refacotr] #37353 使われていないプリプロHAS_STRICMPを削除 / Removed unused preprocessors HAS_STRICMP
Hourier [Wed, 29 Jan 2020 11:12:35 +0000 (20:12 +0900)]
[Refacotr] #37353 使われていないプリプロHAS_STRICMPを削除 / Removed unused preprocessors HAS_STRICMP

4 years ago[Fix] #37353 達成したはずのクエストが失敗扱いになる問題を解消 / Resolved the issue that quests fails even...
Hourier [Tue, 28 Jan 2020 14:00:59 +0000 (23:00 +0900)]
[Fix] #37353 達成したはずのクエストが失敗扱いになる問題を解消 / Resolved the issue that quests fails even if they were achieved successfully

4 years ago[Refactor] #37353 main-win.c 以外のmain*.cについて、'if 0'のプリプロを削除 / Removed preprocessor...
Hourier [Tue, 28 Jan 2020 13:42:32 +0000 (22:42 +0900)]
[Refactor] #37353 main-win.c 以外のmain*.cについて、'if 0'のプリプロを削除 / Removed preprocessor 'if 0' regarding main*.c other than main-win.c

4 years ago[Refactor] #37353 使われていないVERIFY_HONORを削除 / Removed unused preprocessors VERIFY_HONOR
Hourier [Tue, 28 Jan 2020 13:38:22 +0000 (22:38 +0900)]
[Refactor] #37353 使われていないVERIFY_HONORを削除 / Removed unused preprocessors VERIFY_HONOR

4 years ago[Refactor] #37353 空っぽ関数のremove_loc() を削除 / Removed blank function remove_loc()
Hourier [Tue, 28 Jan 2020 13:37:42 +0000 (22:37 +0900)]
[Refactor] #37353 空っぽ関数のremove_loc() を削除 / Removed blank function remove_loc()

4 years ago[Refactor] #37353 使われていないVERIFY_SAVEFILEを削除 / Removed unused preprocessors VERIFY_SAV...
Hourier [Tue, 28 Jan 2020 13:36:16 +0000 (22:36 +0900)]
[Refactor] #37353 使われていないVERIFY_SAVEFILEを削除 / Removed unused preprocessors VERIFY_SAVEFILE

4 years ago[Refactor] #37353 使われていないVERIFY_TIMESTAMPを削除 / Removed unused preprocessors VERIFY_STAMP
Hourier [Tue, 28 Jan 2020 13:31:34 +0000 (22:31 +0900)]
[Refactor] #37353 使われていないVERIFY_TIMESTAMPを削除 / Removed unused preprocessors VERIFY_STAMP

4 years ago[Refactor] #37353 使われていないSCORE_WAZARDSとSCORE_CHEATERSを削除 / Removed unused preprocesso...
Hourier [Tue, 28 Jan 2020 13:29:19 +0000 (22:29 +0900)]
[Refactor] #37353 使われていないSCORE_WAZARDSとSCORE_CHEATERSを削除 / Removed unused preprocessors SCORE_WIZARDS and SCORE_CHEATER

4 years ago[Refactor] #37353 USE_MUSIC のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_MUSIC but...
Hourier [Tue, 28 Jan 2020 13:18:03 +0000 (22:18 +0900)]
[Refactor] #37353 USE_MUSIC のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_MUSIC but existing codes are as-is

4 years ago[Refactor] #37353 USE_GRAPHICS のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_GRAPHICS...
Hourier [Tue, 28 Jan 2020 13:14:21 +0000 (22:14 +0900)]
[Refactor] #37353 USE_GRAPHICS のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_GRAPHICS but existing codes are as-is

4 years ago[Refactor] #37353 USE_SOUND のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_SOUND but...
Hourier [Tue, 28 Jan 2020 12:58:33 +0000 (21:58 +0900)]
[Refactor] #37353 USE_SOUND のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_SOUND but existing codes are as-is

4 years ago[Refactor] #37353 USE_SPECIAL のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_SPECIAL...
Hourier [Tue, 28 Jan 2020 12:54:10 +0000 (21:54 +0900)]
[Refactor] #37353 USE_SPECIAL のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_SPECIAL but existing codes are as-is

4 years ago[Refactor] #37353 System III Unixに関するプリプロUSGを削除/ Removed preprocessor USG (System...
Hourier [Tue, 28 Jan 2020 12:49:59 +0000 (21:49 +0900)]
[Refactor] #37353 System III Unixに関するプリプロUSGを削除/ Removed preprocessor USG (System III Unix)

4 years ago[Refactor] #37353 vault_monster_okay() を関数マクロから普通の関数に展開 / Changed macro function...
Hourier [Tue, 28 Jan 2020 12:22:15 +0000 (21:22 +0900)]
[Refactor] #37353 vault_monster_okay() を関数マクロから普通の関数に展開 / Changed macro function vault_monster_okay() to normal function

4 years ago[Refactor] #37353 古くなったコメントを削除 / Removed old (unnecessary) comment
Hourier [Tue, 28 Jan 2020 11:32:08 +0000 (20:32 +0900)]
[Refactor] #37353 古くなったコメントを削除 / Removed old (unnecessary) comment

4 years ago[Refactor] #37353 ULTRIX のプリプロを削除 / Removed preprocessor ULTRIX
Hourier [Sun, 26 Jan 2020 14:18:14 +0000 (23:18 +0900)]
[Refactor] #37353 ULTRIX のプリプロを削除 / Removed preprocessor ULTRIX

4 years ago[Refactor] #37353 SGI のプリプロを削除 / Removed preprocessor SGI
Hourier [Sun, 26 Jan 2020 14:15:52 +0000 (23:15 +0900)]
[Refactor] #37353 SGI のプリプロを削除 / Removed preprocessor SGI

4 years ago[Refactor] #37353 HPUX のプリプロを削除 / Removed preprocessor HPUX
Hourier [Sun, 26 Jan 2020 14:12:52 +0000 (23:12 +0900)]
[Refactor] #37353 HPUX のプリプロを削除 / Removed preprocessor HPUX

4 years ago[Fix] #37353 c_roff() の引数型修正 / Fixed the type of argument c_roff()
Hourier [Sun, 26 Jan 2020 14:09:13 +0000 (23:09 +0900)]
[Fix] #37353 c_roff() の引数型修正 / Fixed the type of argument c_roff()

4 years ago[Refactor] #37353 SECURE のプリプロを削除 / Removed preprocessor SECURE
Hourier [Sun, 26 Jan 2020 14:00:32 +0000 (23:00 +0900)]
[Refactor] #37353 SECURE のプリプロを削除 / Removed preprocessor SECURE

4 years ago[Refactor] #37353 VERIFY_CHECKSUMS のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed VERIFY_CHEC...
Hourier [Sun, 26 Jan 2020 13:32:30 +0000 (22:32 +0900)]
[Refactor] #37353 VERIFY_CHECKSUMS のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed VERIFY_CHECKSUMS but existing codes are as-is

4 years ago[Refactor] #37353 CAPITALIZE_USER_NAME のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed CAPITAL...
Hourier [Sun, 26 Jan 2020 13:27:35 +0000 (22:27 +0900)]
[Refactor] #37353 CAPITALIZE_USER_NAME のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed CAPITALIZE_USER_NAME but existing codes are as-is

4 years ago[Refactor] #37353 SUPPORT_GAMMA のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed SUPPORT_GAMMA...
Hourier [Sun, 26 Jan 2020 13:25:48 +0000 (22:25 +0900)]
[Refactor] #37353 SUPPORT_GAMMA のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed SUPPORT_GAMMA but existing codes are as-is

4 years ago[Refactor] #37353 CHECK_MODIFICATION_TIME のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed...
Hourier [Sun, 26 Jan 2020 13:21:54 +0000 (22:21 +0900)]
[Refactor] #37353 CHECK_MODIFICATION_TIME のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed CHECK_MODIFICATION_TIME but existing codes are as-is

4 years ago[Refactor] #37353 SORT_R_INFO のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed SORT_R_INFO...
Hourier [Sun, 26 Jan 2020 13:20:03 +0000 (22:20 +0900)]
[Refactor] #37353 SORT_R_INFO のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed SORT_R_INFO but existing codes are as-is

4 years agoMerge branch 'For2.2.2-Refactoring' into feature/Refactoring-Hourier
Hourier [Sun, 26 Jan 2020 13:13:34 +0000 (22:13 +0900)]
Merge branch 'For2.2.2-Refactoring' into feature/Refactoring-Hourier

4 years ago[Refactor] #37353 CHECK_LOADのプリプロを削除 / Removed preprocessor CHECK_LOAD
Hourier [Sun, 26 Jan 2020 13:06:39 +0000 (22:06 +0900)]
[Refactor] #37353 CHECK_LOADのプリプロを削除 / Removed preprocessor CHECK_LOAD

4 years agoMerge remote-tracking branch 'remotes/origin/feature/Refactoring-Hourier' into For2...
deskull [Sun, 26 Jan 2020 13:05:42 +0000 (22:05 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Refactoring-Hourier' into For2.2.2-Refactoring

4 years ago[Fix] #38997 floor_type への dungeon_idx 代入タイミングを変更. / Change assignment timing of...
deskull [Sun, 26 Jan 2020 13:05:13 +0000 (22:05 +0900)]
[Fix] #38997 floor_type への dungeon_idx 代入タイミングを変更. / Change assignment timing of dungeon_idx in floor_type.

4 years ago[Refactor] #37353 CHECK_TIMEのプリプロを削除 / Removed preprocessor CHECK_TIME
Hourier [Sun, 26 Jan 2020 13:02:50 +0000 (22:02 +0900)]
[Refactor] #37353 CHECK_TIMEのプリプロを削除 / Removed preprocessor CHECK_TIME

4 years ago[Refactor] #37353 SOLARISのプリプロを削除 / Removed preprocessor SOLARIS
Hourier [Sun, 26 Jan 2020 12:52:45 +0000 (21:52 +0900)]
[Refactor] #37353 SOLARISのプリプロを削除 / Removed preprocessor SOLARIS

4 years ago[Fix] #39956 上り階段の生成に失敗していた問題を修正 / Fix the problem that creation of upstars failed
Hourier [Sun, 26 Jan 2020 09:09:40 +0000 (18:09 +0900)]
[Fix] #39956 上り階段の生成に失敗していた問題を修正 / Fix the problem that creation of upstars failed

4 years ago[Refactor] #37353 init.c の整形 / Reshaped init.c
Hourier [Sat, 25 Jan 2020 17:15:55 +0000 (02:15 +0900)]
[Refactor] #37353 init.c の整形 / Reshaped init.c

4 years ago[Fix] #39956 level_gen() 中の why で得られるダンジョン生成エラー文を細分化。 / Subdivided error messages...
deskull [Sun, 26 Jan 2020 04:29:04 +0000 (13:29 +0900)]
[Fix] #39956 level_gen() 中の why で得られるダンジョン生成エラー文を細分化。 / Subdivided error messages level generation in level_gen() base.

4 years ago[Refactor] #37353 ALLOW_CAVERNS_AND_LAKES とALLOW_EASY_SENSE のプリプロを削除 / Removed prepro...
Hourier [Sat, 25 Jan 2020 16:38:34 +0000 (01:38 +0900)]
[Refactor] #37353 ALLOW_CAVERNS_AND_LAKES とALLOW_EASY_SENSE のプリプロを削除 / Removed preprocessors ALLOW_CAVERNS_AND_LAKES and ALLOW_EASY_SENSE

4 years ago[Refactor] #37353 BORG関係のプリプロを削除 / Removed ALLOW_BORG and related preprocessors
Hourier [Sat, 25 Jan 2020 16:32:28 +0000 (01:32 +0900)]
[Refactor] #37353 BORG関係のプリプロを削除 / Removed ALLOW_BORG and related preprocessors

4 years ago[Refactor] #37353 プリプロ整理に当たってコメントの位置を移動 / Moved the position of comment for organizin...
Hourier [Sat, 25 Jan 2020 16:18:15 +0000 (01:18 +0900)]
[Refactor] #37353 プリプロ整理に当たってコメントの位置を移動 / Moved the position of comment for organizing preprocessor

4 years ago[Refactor] #37353 ZANGBAND のプリプロを削除 / Removed preprocessor ZANGBAND
Hourier [Sat, 25 Jan 2020 16:12:55 +0000 (01:12 +0900)]
[Refactor] #37353 ZANGBAND のプリプロを削除 / Removed preprocessor ZANGBAND

4 years ago[Refactor] #37353 ANGBAND_2_8_1 のプリプロを削除 / Removed preprocessor ANGBAND_2_8_1
Hourier [Sat, 25 Jan 2020 16:09:29 +0000 (01:09 +0900)]
[Refactor] #37353 ANGBAND_2_8_1 のプリプロを削除 / Removed preprocessor ANGBAND_2_8_1

4 years ago[Refacotr] DOS用とIBM用のmakefileを削除 / Removed makefiles for DOS and IBM
Hourier [Sat, 25 Jan 2020 16:06:14 +0000 (01:06 +0900)]
[Refacotr] DOS用とIBM用のmakefileを削除 / Removed makefiles for DOS and IBM

4 years ago[Refactor] #37353 MAC_MPWのプリプロを削除 (CARBON と MACH_O_CARBONは保留) / Removed preprocessor...
Hourier [Sat, 25 Jan 2020 15:56:34 +0000 (00:56 +0900)]
[Refactor] #37353 MAC_MPWのプリプロを削除 (CARBON と MACH_O_CARBONは保留) / Removed preprocessor MAC_MPW (holding CARBON and MACH_O_CARBON)

4 years ago[Refactor] クラシックMac (ver9.Xまで)のサポート打ち切り / Finished support for Classic Mac (Up to...
Hourier [Sat, 25 Jan 2020 15:48:38 +0000 (00:48 +0900)]
[Refactor] クラシックMac (ver9.Xまで)のサポート打ち切り / Finished support for Classic Mac (Up to ver 9.X)

4 years ago[Refactor] #37353 USE_DEBUG のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_DEBUG but...
Hourier [Sat, 25 Jan 2020 15:06:11 +0000 (00:06 +0900)]
[Refactor] #37353 USE_DEBUG のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed USE_DEBUG but existing codes are as-is

4 years ago[Refactor] #37353 ALLOW_WIZARD のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed ALLOW_WIZARD...
Hourier [Sat, 25 Jan 2020 15:04:03 +0000 (00:04 +0900)]
[Refactor] #37353 ALLOW_WIZARD のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed ALLOW_WIZARD but existing codes are as-is

4 years ago[Refactor] #37353 ALLOW_SPOILERS のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed ALLOW_SPOILER...
Hourier [Sat, 25 Jan 2020 15:02:18 +0000 (00:02 +0900)]
[Refactor] #37353 ALLOW_SPOILERS のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed ALLOW_SPOILERS but existing codes are as-is

4 years ago[Refactor] #37353 ALLOW_COLORS のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed ALLOW_COLORS...
Hourier [Sat, 25 Jan 2020 14:59:33 +0000 (23:59 +0900)]
[Refactor] #37353 ALLOW_COLORS のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed ALLOW_COLORS but existing codes are as-is

4 years ago[Refactor] #37353 ALLOW_VISUALS のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed ALLOW_VISUALS...
Hourier [Sat, 25 Jan 2020 14:58:35 +0000 (23:58 +0900)]
[Refactor] #37353 ALLOW_VISUALS のプリプロが有効であることを前提とし、プリプロ自体は削除 / Removed ALLOW_VISUALS but existing codes are as-is