Rev. | Zeit | Autor |
---|---|---|
40ed379 hradish-autoroller | 2017-09-14 22:03:41 | Deskull |
hradishさんから寄稿してもらったオートローラーのブランチ。 / Branch auto-roller by hradish. |
||
9314ad9 | 2017-09-13 23:33:41 | Deskull |
#37287 (2.2.0.89) rooms.c 中のVCコンパイラ警告を修正。 / Fix warnings of VC compiler in rooms.c. |
||
673dbe2 | 2017-09-12 21:59:35 | Deskull |
#37287 (2.2.0.88) z-form.c 中のC4774警告についてはエンバグ起こしていたので差し戻し。 / Revert fix about C4774 warning in z-form.c. |
||
141b953 | 2017-09-12 21:41:18 | Deskull |
前回は(2.2.0.86)のミス。 |
||
71f3e24 | 2017-09-12 21:25:20 | Deskull |
#37287 (2.2.0.85) z-term.c, z-rand.c, z-form.c 中のVCコンパイラ警告を修正。C4710は抑制。 / Fix warnings of VC compiler in z-term.c, z-rand.c and z-form.c. Suppress C4710. |
||
41286d3 | 2017-09-11 23:28:40 | Deskull |
#37287 (2.2.0.85) wild.c 中のVCコンパイラ警告を修正。 / Fix warnings of VC compiler in wild.c. |
||
753b32e | 2017-09-11 23:14:28 | Deskull |
Merge branch 'master' of git.sourceforge.jp:/gitroot/hengband/hengband |
||
ad4da74 | 2017-09-11 23:13:39 | Deskull |
#37287 (2.2.0.84) externs.h 中の警告を修正。 / Fix warnings of externs.h. |
||
6e671ae | 2017-09-10 10:54:01 | Habu |
Visual Studio 用の .gitignore 更新 |
||
c3cb089 | 2017-09-08 22:35:45 | Deskull |
#37449 (2.2.0.83) msg_print()の致命的なエンバグ修正。 / Fix fatal bugs of msg_print(). |
||
08dd111 | 2017-09-07 23:05:14 | Deskull |
#37449 (2.2.0.82) msg_print()のエンバグを起こすおそれのある修正を差し戻し。 / Revert a fix of msg_print() against en-bug. |
||
9f28221 | 2017-09-07 22:30:42 | Deskull |
(2.2.0.81) hradishさんの報告より、do_spell.c中の魔法威力ダイスの指定ミスを修正。 / Fix dice error of magic power in do-spell.c by report of hradish. |
||
b04d0c4 | 2017-09-05 20:53:32 | Deskull |
(2.2.0.80) hradishさんの報告より、wild_magic()中switch文のbreak漏れを修正。 / Fix break-less switch in wild_magic() by report of hradish. |
||
d0c5f08 | 2017-09-02 13:30:48 | Deskull |
#37449 (2.2.0.79) メッセージにターン数を表示する、cheat_turn オプションを実装。 / Implement cheat_turn option that print turn number always. |
||
ebfbaad | 2017-09-02 12:24:36 | Deskull |
#37449 (2.2.0.78) 2.2.0.75より前のセーブファイルを読み込む処理と、ロード時のセーブデータバージョン表示を修正。 / Fix loading save data less than 2.2.0.75 and display of save data version on loading. |
||
779c821 | 2017-09-02 10:19:57 | Deskull |
#37449 (2.2.0.77) ランダムアーティファクト弱体化時のウィザードログを整理 / Rearrange wizard logs of weakening on random artifact generation. |
||
a26d8eb | 2017-09-02 01:19:12 | Deskull |
#37482 (2.2.0.76) 折れ剣修復の際にダイスブーストが余計にかかっていた不具合を修正。 / Fix dice boost more than enough on repairing broken weapon. |
||
54ed7e5 | 2017-09-02 01:10:59 | Deskull |
#37449 (2.2.0.75) ゲームメッセージのログ拡張に伴って発生したセーブデータのトラブルを修正。 / Fix trouble of savedata by expanding log message size. |
||
bdb9c4f | 2017-09-02 00:37:38 | Deskull |
#37483 (2.2.0.74) ドワーフの金属鎧エゴが生成されない不具合を修正。 / Fix a bug that dwarven hard armor was not generated. |
||
b88c10e | 2017-09-02 00:18:12 | Deskull |
Merge branch 'master' of git.sourceforge.jp:/gitroot/hengband/hengband |
||
0328afc | 2017-09-02 00:17:01 | Deskull |
#37359 (2.2.0.73) artifact.c 中の重大な警告とバグを修正。 / Fix warning and bugs in artifact.c. |
||
2e74db5 | 2017-09-02 00:01:30 | Deskull |
#37359 (2.2.0.72) ランダムアーティファクトの弱いESP付与にドラゴンとユニーク感知が加わっていなかった不具合を修正。 / Fix that weak ESP doesn't contain dragon and unique esp on generating of random artifact. |
||
f0195c4 | 2017-09-01 23:59:19 | Habu |
Merge branch 'xoroshiro128plus' |
||
25e63bd | 2017-08-31 22:04:59 | Deskull |
#37449 (2.2.0.71) cheat_diary_output の機能を「詳細な情報を日記に出力する」から「ウィザードログを日記に出力する」に再実装。 / Reimplement function of cheat_diary_output from 'Output detailed infotmation to diary' to 'Output detailed infotmation to diary'. |
||
9377c9e | 2017-08-31 21:58:47 | Deskull |
#37449 (2.2.0.70) cheat_peekで人形と死体の生成ウィザードログを出力する処理を削除。 / Delete process that generation wizard log of figures and corpses by cheat_peek. |
||
0290195 | 2017-08-30 23:41:17 | Deskull |
#37449 (2.2.0.69) モンスターダメージ処理のWizardログを整形。 / Rearrange wizard logs of damage process to monster. |
||
a393fd1 | 2017-08-29 23:48:14 | Deskull |
#37449 (2.2.0.68) generate.c内のWizardログの整理。 / Rearrange wizard logs in generate.c. |
||
c37174b | 2017-08-28 23:57:46 | Deskull |
#37449 (2.2.0.67) object_mention()関数の呼び出し位置をさらにmake_object()内に移した。 / Move object_mention() in make_object(). |
||
4d5eed2 | 2017-08-28 23:45:29 | Deskull |
#37449 (2.2.0.65) object_mention()関数の呼び出し位置整理。 / Rearrange call position of object_mention() |
||
1000895 | 2017-08-28 23:32:06 | Deskull |
#37449 (2.2.0.65) ウィザードモード時のモンスターとアイテムの生成情報を整理。 / Rearrange generation info of monster and item on wizard mode. |