OSDN Git Service

hengband/hengband.git
8 years agomonster_death()関数中の固定アーティファクトドロップ指定を、r_info.txtへ移管。各確率に変化はない(はず) / Fixed artifact...
Deskull [Mon, 26 Oct 2015 09:38:05 +0000 (18:38 +0900)]
monster_death()関数中の固定アーティファクトドロップ指定を、r_info.txtへ移管。各確率に変化はない(はず) / Fixed artifact table in monster_death() moved to r_info.txt as data, though no changed probability (maybe).
先の変数型指定ミスを修正。 / Fix variable type bug.

8 years agor_infoにドロップアーティファクト指定列を試験実装 / Implement A(Artifact) line to r_info parsing.
Deskull [Mon, 26 Oct 2015 08:45:30 +0000 (17:45 +0900)]
r_infoにドロップアーティファクト指定列を試験実装 / Implement A(Artifact) line to r_info parsing.

8 years agoobject_desc()内の calc_crit_ratio_shot() 呼び出しミスを修正。 / Fix calling arguments error of...
Deskull [Sun, 16 Aug 2015 13:37:00 +0000 (22:37 +0900)]
object_desc()内の calc_crit_ratio_shot() 呼び出しミスを修正。 / Fix calling arguments error of calc_crit_ratio_shot() in object_desc().

8 years agocalc_crit_ratio_shot() から未使用引数を削除。 / Remove unused arguments from calc_crit_ratio_shot().
Deskull [Mon, 10 Aug 2015 11:55:28 +0000 (20:55 +0900)]
calc_crit_ratio_shot() から未使用引数を削除。 / Remove unused arguments from calc_crit_ratio_shot().

8 years agonameグローバル変数をplayer_type構造体に編入。 / 'name' global variable moved to structure 'player_type'.
Deskull [Thu, 6 Aug 2015 03:32:07 +0000 (12:32 +0900)]
nameグローバル変数をplayer_type構造体に編入。 / 'name' global variable moved to structure 'player_type'.

8 years agopx, pyグローバル変数をplayer_type構造体に編入。 'px' and 'py' global variables moved to structure...
Deskull [Wed, 5 Aug 2015 23:37:39 +0000 (08:37 +0900)]
px, pyグローバル変数をplayer_type構造体に編入。 'px' and 'py' global variables moved to structure 'player_type'.

8 years agoenergy_useグローバル変数をplayer_type構造体に編入。 'energy_use' global variable moved to structure...
Deskull [Wed, 5 Aug 2015 23:24:18 +0000 (08:24 +0900)]
energy_useグローバル変数をplayer_type構造体に編入。 'energy_use' global variable moved to structure 'player_type'.

9 years agoMerge branch 'master' of git.sourceforge.jp:/gitroot/hengband/hengband
Deskull [Sat, 25 Apr 2015 15:03:56 +0000 (00:03 +0900)]
Merge branch 'master' of git.sourceforge.jp:/gitroot/hengband/hengband

9 years agoSYS_III, SYS_V, ATARI, SUNOS プリプロセッサを除去。 / Remove SYS_III, SYS_V, ATARI, SUNOS prepro...
Deskull [Sat, 25 Apr 2015 14:48:24 +0000 (23:48 +0900)]
SYS_III, SYS_V, ATARI, SUNOS プリプロセッサを除去。 / Remove SYS_III, SYS_V, ATARI, SUNOS preprocessors.
『鳩ポッポ』の特性修正 / Fix traits of Hato Poppo.

9 years agoSYS_III, SYS_V, ATARI プリプロセッサを除去。 / Remove SYS_III, SYS_V, ATARI preprocessors.
Deskull [Sat, 25 Apr 2015 14:48:24 +0000 (23:48 +0900)]
SYS_III, SYS_V, ATARI プリプロセッサを除去。 / Remove SYS_III, SYS_V, ATARI preprocessors.

9 years agoz-config.hの一部プリプロセッサにDoxygen日本語コメントを付加。 / Add Doxygen Japanese comments to preprocess...
Deskull [Sat, 25 Apr 2015 14:40:13 +0000 (23:40 +0900)]
z-config.hの一部プリプロセッサにDoxygen日本語コメントを付加。 / Add Doxygen Japanese comments to preprocessor in z-config.h.

9 years agoALLOW_TEMPLATE プリプロセッサに関するコメントを一部和訳。 / Translate some comments of #define ALLOW_TEMPL...
Deskull [Thu, 23 Apr 2015 14:54:50 +0000 (23:54 +0900)]
ALLOW_TEMPLATE プリプロセッサに関するコメントを一部和訳。 / Translate some comments of #define ALLOW_TEMPLATE to Japanese.

9 years ago#define MSDOS プリプロセッサを除去。 / Remove #define MSDOS preprocessor.
Deskull [Thu, 23 Apr 2015 14:52:46 +0000 (23:52 +0900)]
#define MSDOS プリプロセッサを除去。 / Remove #define MSDOS preprocessor.

9 years ago#define USE_286 プリプロセッサを除去。 / Remove #define USE_286 preprocessor.
Deskull [Sat, 4 Apr 2015 08:45:33 +0000 (17:45 +0900)]
#define USE_286 プリプロセッサを除去。 / Remove #define USE_286 preprocessor.

9 years ago#define AMIGA プリプロセッサを除去。 / Remove #define AMIGA preprocessor.
Deskull [Sat, 4 Apr 2015 08:40:04 +0000 (17:40 +0900)]
#define AMIGA プリプロセッサを除去。 / Remove #define AMIGA preprocessor.

9 years agoモンスターとアイテムの深層生成に関する定数にDoxygenコメントを追加。 / Add Doxygen comments to constant for deeper...
Deskull [Fri, 3 Apr 2015 14:59:40 +0000 (23:59 +0900)]
モンスターとアイテムの深層生成に関する定数にDoxygenコメントを追加。 / Add Doxygen comments to constant for deeper generation of monsters and items.

9 years agoペットの行動処理に関するフラグにDoxygenコメントを追加。 / Add Doxygen comments to flags for pet processes.
Deskull [Thu, 2 Apr 2015 14:54:40 +0000 (23:54 +0900)]
ペットの行動処理に関するフラグにDoxygenコメントを追加。 / Add Doxygen comments to flags for pet processes.

9 years agodefine.hの一部定義にDoxygenコメントを追加。 / Add Doxygen comments to some definitions in define.h.
Deskull [Wed, 1 Apr 2015 14:16:42 +0000 (23:16 +0900)]
define.hの一部定義にDoxygenコメントを追加。 / Add Doxygen comments to some definitions in define.h.

9 years ago通路の各処理に関わる確率変数にDoxygenコメントを追加。 / Add Doxygen comment for probability values of proces...
Deskull [Fri, 27 Feb 2015 14:31:42 +0000 (23:31 +0900)]
通路の各処理に関わる確率変数にDoxygenコメントを追加。 / Add Doxygen comment for probability values of processing concerned with creating tunnel.

9 years ago引き続きの警告除去 / Fix warnings continuously.
Deskull [Thu, 26 Feb 2015 14:22:35 +0000 (23:22 +0900)]
引き続きの警告除去 / Fix warnings continuously.

9 years ago未使用ローカル変数の削除。 / Remove unused local variables.
Deskull [Thu, 26 Feb 2015 14:14:43 +0000 (23:14 +0900)]
未使用ローカル変数の削除。 / Remove unused local variables.

9 years ago一部敵スペル用関数の未使用引数を除去。 / Delete arguments of some functions for enemy spelling.
Deskull [Thu, 26 Feb 2015 14:05:34 +0000 (23:05 +0900)]
一部敵スペル用関数の未使用引数を除去。 / Delete arguments of some functions for enemy spelling.

9 years ago未初期化変数の警告除去 / Fix warning of uninitialized variables.
Deskull [Thu, 26 Feb 2015 13:55:54 +0000 (22:55 +0900)]
未初期化変数の警告除去 / Fix warning of uninitialized variables.

9 years ago未使用ローカル変数の削除。 / Remove unused local variables.
Deskull [Wed, 25 Feb 2015 14:34:01 +0000 (23:34 +0900)]
未使用ローカル変数の削除。 / Remove unused local variables.

9 years agomake_artifact_special()内の一部現在階に依存していた生成判定をオブジェクト生成階に直す。 / Fix parts of process depend...
Deskull [Wed, 25 Feb 2015 14:19:01 +0000 (23:19 +0900)]
make_artifact_special()内の一部現在階に依存していた生成判定をオブジェクト生成階に直す。 / Fix parts of process depend on current dungeon level to object generate level.

9 years agohave_nightmare() 関数の処理を sanity_blast() 処理にマージ。 / Merge have_nightmare() to sanity_bla...
Deskull [Wed, 25 Feb 2015 14:07:00 +0000 (23:07 +0900)]
have_nightmare() 関数の処理を sanity_blast() 処理にマージ。 / Merge have_nightmare() to sanity_blast().

9 years agohave_nightmare()の準備処理を同関数に含め、引数を削除。 / Include previous process of have_nightmare...
Deskull [Wed, 25 Feb 2015 13:51:56 +0000 (22:51 +0900)]
have_nightmare()の準備処理を同関数に含め、引数を削除。 / Include previous process of have_nightmare to that function, and delete a argument.

9 years ago地下街生成処理に Doxygen コメントを追加。 / Add Doxygen comments to process of Underground arcade.
Deskull [Fri, 2 Jan 2015 11:11:31 +0000 (20:11 +0900)]
地下街生成処理に Doxygen コメントを追加。 / Add Doxygen comments to process of Underground arcade.

9 years agoDoxygen/HTMLドキュメント用の独自CSSを追加。 / Add unique css for Doxygen HTML documents.
Deskull [Fri, 2 Jan 2015 10:53:04 +0000 (19:53 +0900)]
Doxygen/HTMLドキュメント用の独自CSSを追加。 / Add unique css for Doxygen HTML documents.

9 years agogenerate_rooms()の詳細情報を追加 / Add detail Doxygen comment to generate_rooms().
Deskull [Fri, 2 Jan 2015 10:44:56 +0000 (19:44 +0900)]
generate_rooms()の詳細情報を追加 / Add detail Doxygen comment to generate_rooms().

9 years agoinit.h に Doxygen ヘッダを追加及び artifact_type に Doxygen コメントを追加。 / Add Doxygen header to...
Deskull [Fri, 2 Jan 2015 09:54:26 +0000 (18:54 +0900)]
init.h に Doxygen ヘッダを追加及び artifact_type に Doxygen コメントを追加。 / Add Doxygen header to init.h and Doxygen comment to artifact_type in types.h.

9 years agoVCプロジェクトの警告レベルを4に移行、ただしW4127は無効化。 / Warning level of VC project to 4, exception W4127.
Deskull [Fri, 2 Jan 2015 09:28:45 +0000 (18:28 +0900)]
VCプロジェクトの警告レベルを4に移行、ただしW4127は無効化。 / Warning level of VC project to 4, exception W4127.

9 years agoHengband.INI内に保存されたタイル幅、高さが反映されない不具合を修正。 / Fix the trouble, no-applied width and...
Deskull [Sun, 21 Dec 2014 15:58:42 +0000 (00:58 +0900)]
Hengband.INI内に保存されたタイル幅、高さが反映されない不具合を修正。 / Fix the trouble, no-applied width and height of tile in Hengband.INI.

9 years ago新モンスター「紫ぷよ」追加。 / Implement a new monster, Purple Puyo.
Deskull [Sun, 9 Nov 2014 14:25:36 +0000 (23:25 +0900)]
新モンスター「紫ぷよ」追加。 / Implement a new monster, Purple Puyo.

9 years agoKAMAE_*, KATA_*, ACTION_* フラグにDoxygenコメントを追加。 / Add Doxygen comments to KAMAE_*,...
Deskull [Sat, 8 Nov 2014 22:18:46 +0000 (07:18 +0900)]
KAMAE_*, KATA_*, ACTION_* フラグにDoxygenコメントを追加。 / Add Doxygen comments to KAMAE_*, KATA_* and ACTION_* definitions.

9 years agoPN_*, PU_*, USE_* フラグにDoxygenコメントを追加 / Add Doxygen comments to PN_*, PU_* and USE_...
Deskull [Sat, 8 Nov 2014 22:10:53 +0000 (07:10 +0900)]
PN_*, PU_*, USE_* フラグにDoxygenコメントを追加 / Add Doxygen comments to PN_*, PU_* and USE_* definitions.

9 years agoサブウィンドウ描画フラグ(PW_*)定義に Doxygen コメントを追加。 / Add Doxygen comments to sub-window flags...
Deskull [Mon, 3 Nov 2014 23:00:37 +0000 (08:00 +0900)]
サブウィンドウ描画フラグ(PW_*)定義に Doxygen コメントを追加。 / Add Doxygen comments to sub-window flags (PW_*) definition.

9 years ago再描画フラグ(PR_*)定義にDoxygenコメントを追加。 / Add Doxygen comments to redrawing flags (PR_*) defin...
Deskull [Mon, 3 Nov 2014 22:46:58 +0000 (07:46 +0900)]
再描画フラグ(PR_*)定義にDoxygenコメントを追加。 / Add Doxygen comments to redrawing flags (PR_*) definition.

9 years agoモンスターサブフラグ群(SM_*)に Doxygen コメントを追加。 / Add Doxygen comments to SM_* definition.
Deskull [Mon, 3 Nov 2014 14:15:33 +0000 (23:15 +0900)]
モンスターサブフラグ群(SM_*)に Doxygen コメントを追加。 / Add Doxygen comments to SM_* definition.

9 years agoブラウン・キラー・ビードルの思い出和訳を修正 / Fix Japanese translation of Brown Killer Beetle's lore.
Deskull [Sun, 2 Nov 2014 02:59:22 +0000 (11:59 +0900)]
ブラウン・キラー・ビードルの思い出和訳を修正 / Fix Japanese translation of Brown Killer Beetle's lore.

9 years ago未使用定数 SV_ROD_MIN_DIRECTION の削除 / Delete unused definition SV_ROD_MIN_DIRECTION.
Deskull [Sun, 2 Nov 2014 02:50:15 +0000 (11:50 +0900)]
未使用定数 SV_ROD_MIN_DIRECTION の削除 / Delete unused definition SV_ROD_MIN_DIRECTION.
SV_FOOD_MIN_FOOD と SV_CHEST_* にDoxygenコメント付加 / Add Doxygen Comments to SV_FOOD_MIN_FOOD and SV_CHEST_*.

9 years agoPROJECT_WHO_*の定義にDoxygenコメント追加。 / Add doxygen comments to PROJECT_WHO_* definition.
Deskull [Sat, 1 Nov 2014 14:56:28 +0000 (23:56 +0900)]
PROJECT_WHO_*の定義にDoxygenコメント追加。 / Add doxygen comments to PROJECT_WHO_* definition.

9 years ago検証を済ませた遠隔攻撃特性フラグの一部にDoxygenコメントを追加。 / Add Doxygen comments to some PROJECT_* definitions.
Deskull [Sat, 1 Nov 2014 14:48:56 +0000 (23:48 +0900)]
検証を済ませた遠隔攻撃特性フラグの一部にDoxygenコメントを追加。 / Add Doxygen comments to some PROJECT_* definitions.

9 years agoモンスター特性 RF5_* に Doxygen コメントを追加。 / Add Doxygen comments to RF5_*, monster traits.
Deskull [Mon, 20 Oct 2014 13:39:39 +0000 (22:39 +0900)]
モンスター特性 RF5_* に Doxygen コメントを追加。 / Add Doxygen comments to RF5_*, monster traits.

9 years agoモンスター特性 RF4_* に Doxygen コメントを追加。 / Add Doxygen comments to RF4_*, monster traits.
Deskull [Mon, 20 Oct 2014 13:28:04 +0000 (22:28 +0900)]
モンスター特性 RF4_* に Doxygen コメントを追加。 / Add Doxygen comments to RF4_*, monster traits.

9 years agoモンスター特性 RF3_* に Doxygen コメントを追加。 / Add Doxygen comments to RF3_*, monster traits.
Deskull [Mon, 20 Oct 2014 13:12:34 +0000 (22:12 +0900)]
モンスター特性 RF3_* に Doxygen コメントを追加。 / Add Doxygen comments to RF3_*, monster traits.

9 years agoモンスター特性 RF2_* に Doxygen コメントを追加。 / Add Doxygen comments to RF2_*, monster traits.
Deskull [Mon, 20 Oct 2014 12:59:00 +0000 (21:59 +0900)]
モンスター特性 RF2_* に Doxygen コメントを追加。 / Add Doxygen comments to RF2_*, monster traits.

9 years agoモンスター特性 RF1_* に Doxygen コメントを追加。 / Add Doxygen comments to RF1_*, monster traits.
Deskull [Mon, 20 Oct 2014 12:46:23 +0000 (21:46 +0900)]
モンスター特性 RF1_* に Doxygen コメントを追加。 / Add Doxygen comments to RF1_*, monster traits.

9 years agoRBE_* によるモンスターの攻撃効果に定義に Doxygen コメントを追加。 / Add Doxygen comments to RBE_* for effects...
Deskull [Thu, 16 Oct 2014 12:36:32 +0000 (21:36 +0900)]
RBE_* によるモンスターの攻撃効果に定義に Doxygen コメントを追加。 / Add Doxygen comments to RBE_* for effects of monster attack.

9 years agoRBM_* によるモンスターの攻撃種類定義に Doxygen コメントを追加。 / Add Doxygen comments to RBM_* for attack...
Deskull [Thu, 16 Oct 2014 12:26:25 +0000 (21:26 +0900)]
RBM_* によるモンスターの攻撃種類定義に Doxygen コメントを追加。 / Add Doxygen comments to RBM_* for attack types of monster.

9 years agoobject_mention()のコメントに @note を付加。 / Add Doxygen note to object_mention().
Deskull [Mon, 13 Oct 2014 14:17:07 +0000 (23:17 +0900)]
object_mention()のコメントに @note を付加。 / Add Doxygen note to object_mention().

9 years agomake_artifact_special()の処理チェックついでにコメントを Doxygen 向けに詳細化。 / Describe detail notes to...
Deskull [Mon, 13 Oct 2014 13:35:12 +0000 (22:35 +0900)]
make_artifact_special()の処理チェックついでにコメントを Doxygen 向けに詳細化。 / Describe detail notes to make_artifact_special().

9 years agodefines.h 中のペットに関するコマンドの定義に Doxygen コメントを追加。 / Add Doxygen comments to pet command...
Deskull [Sun, 12 Oct 2014 14:55:42 +0000 (23:55 +0900)]
defines.h 中のペットに関するコマンドの定義に Doxygen コメントを追加。 / Add Doxygen comments to pet command definitions in defines.h.

9 years agocmd4.c の日記処理と、表示キャラクタ変更処理の関数に Doxygen コメントを追加。 / Add Doxygen comments to functions...
Deskull [Sun, 5 Oct 2014 13:27:07 +0000 (22:27 +0900)]
cmd4.c の日記処理と、表示キャラクタ変更処理の関数に Doxygen コメントを追加。 / Add Doxygen comments to functions for diary and visual setting in cmd4.c.

9 years ago闘技場モンスターのエントリー構造体に Doxygen コメントを追加。 / Add Doxygen comments to the structure of arena...
Deskull [Sun, 5 Oct 2014 13:09:15 +0000 (22:09 +0900)]
闘技場モンスターのエントリー構造体に Doxygen コメントを追加。 / Add Doxygen comments to the structure of arena entry information.

9 years ago自動拾い/破壊設定のデータベースに関わる構造体や変数に Doxygen コメントを付加。 / Add Doxygen comments to the structure...
Deskull [Sun, 5 Oct 2014 12:19:57 +0000 (21:19 +0900)]
自動拾い/破壊設定のデータベースに関わる構造体や変数に Doxygen コメントを付加。 / Add Doxygen comments to the structure and variables for auto-picker and destroyer.

9 years agoマクロの管理変数に関する Doxygen コメントを追加。 / Add Doxygen comments to macro trigger variables in...
Deskull [Sun, 5 Oct 2014 12:01:13 +0000 (21:01 +0900)]
マクロの管理変数に関する Doxygen コメントを追加。 / Add Doxygen comments to macro trigger variables in variable.c.

9 years agoAdd Doxygen comments to other functions in wizard2.c.
Deskull [Sun, 21 Sep 2014 12:36:46 +0000 (21:36 +0900)]
Add Doxygen comments to other functions in wizard2.c.
wizard2.c の残った関数に Doxygen コメントを追加。

9 years agoAdd Doxygen comments to functions for wizard summoning in wizard2.c
Deskull [Sun, 21 Sep 2014 12:28:49 +0000 (21:28 +0900)]
Add Doxygen comments to functions for wizard summoning in wizard2.c
wizard2.c のウィザードコマンド用モンスター召喚処理に Doxygen コメントを追加。

9 years agoAdd Doxygen comments to functions for main routine of Wizard command in wizard2.c.
Deskull [Sun, 21 Sep 2014 12:14:09 +0000 (21:14 +0900)]
Add Doxygen comments to functions for main routine of Wizard command in wizard2.c.
wizard2.c 内のウィザードコマンドを処理する関数に Doxygen コメントを追加。

9 years agoMerge branch 'master' of git.sourceforge.jp:/gitroot/hengband/hengband
Deskull [Sun, 21 Sep 2014 12:03:28 +0000 (21:03 +0900)]
Merge branch 'master' of git.sourceforge.jp:/gitroot/hengband/hengband

9 years agoAdd Doxygen comments to wizard functions to wizard2.c.
Deskull [Sun, 21 Sep 2014 12:02:39 +0000 (21:02 +0900)]
Add Doxygen comments to wizard functions to wizard2.c.
wizard2.c のウィザードコマンド関数にコメント追加。

9 years agofix monster-arena out-of-sight bug
dis- [Wed, 17 Sep 2014 03:52:40 +0000 (12:52 +0900)]
fix monster-arena out-of-sight bug

9 years agoFix typo 'Mind Warm' to Mind Worm'.
Deskull [Wed, 10 Sep 2014 13:33:01 +0000 (22:33 +0900)]
Fix typo 'Mind Warm' to Mind Worm'.
マインドワームの英名ミススペルを修正。

9 years agoAdd Doxygen comments to item test functions in wizard2.c.
Deskull [Tue, 9 Sep 2014 14:23:24 +0000 (23:23 +0900)]
Add Doxygen comments to item test functions in wizard2.c.
wizard2.c のベースアイテム生成テスト関数に Doxygen コメントを追加。

9 years agoAdd Doxygen comments to base item functions in wizard2.c.
Deskull [Tue, 9 Sep 2014 14:12:42 +0000 (23:12 +0900)]
Add Doxygen comments to base item functions in wizard2.c.
wizard2.c のベースアイテム生成処理関数に Doxygen コメントを追加。

9 years agoAdd Doxygen comments to another functions to wizard2.c.
Deskull [Sun, 7 Sep 2014 12:55:14 +0000 (21:55 +0900)]
Add Doxygen comments to another functions to wizard2.c.
wizard2.c の各関数に Doxygen コメントをさらに追加。

9 years agoAdd Doxygen comments to some functions to wizard2.c.
Deskull [Sun, 7 Sep 2014 12:47:04 +0000 (21:47 +0900)]
Add Doxygen comments to some functions to wizard2.c.
wizard2.c の各関数に Doxygen コメントを追加中。

9 years agoAdd Doxygen comments to header and a functions to wizard2.c.
Deskull [Sun, 7 Sep 2014 12:29:46 +0000 (21:29 +0900)]
Add Doxygen comments to header and a functions to wizard2.c.

9 years agoFix Doxygen warnings. Doxygen コメントの警告を修正。
Deskull [Sun, 7 Sep 2014 12:24:18 +0000 (21:24 +0900)]
Fix Doxygen warnings. Doxygen コメントの警告を修正。

9 years agoAdd Doxygen comments to LAKE and ROOM definition and header in rooms.h.
Deskull [Sun, 7 Sep 2014 12:19:57 +0000 (21:19 +0900)]
Add Doxygen comments to LAKE and ROOM definition and header in rooms.h.
rooms.h のヘッダー及び池、部屋タイプの定義に Doxygen コメントを追加。

9 years agoAdd Doxygen comments in mindtips.h and fix Doxygen warnings in xtra1.c.
Deskull [Sun, 7 Sep 2014 12:04:51 +0000 (21:04 +0900)]
Add Doxygen comments in mindtips.h and fix Doxygen warnings in xtra1.c.
mindtips.h への Doxygen コメント追加および xtra1.c の Doxygen コメント警告修正。

9 years agoAdd Doxygen comments to other functions to xtra1.c.
Deskull [Sun, 7 Sep 2014 11:52:49 +0000 (20:52 +0900)]
Add Doxygen comments to other functions to xtra1.c.
xtra1.c 内の残り関数全てに Doxygen コメントを追加。

9 years agoAdd Doxygen comments to update process functions to xtra1.c.
Deskull [Sun, 7 Sep 2014 11:43:42 +0000 (20:43 +0900)]
Add Doxygen comments to update process functions to xtra1.c.
xtra1.c 内のゲーム情報更新処理関数に Doxygen コメントを追加。

9 years agoAdd Doxygen comments to functions for player status update in xtra1.c.
Deskull [Sun, 7 Sep 2014 11:34:23 +0000 (20:34 +0900)]
Add Doxygen comments to functions for player status update in xtra1.c.
xtra1.c のプレイヤー能力値更新に関する関数に Doxygen のコメントを追加。

9 years agoAdd Doxygen comments to weight limit processes in xtra1.c.
Deskull [Fri, 5 Sep 2014 10:02:23 +0000 (19:02 +0900)]
Add Doxygen comments to weight limit processes in xtra1.c.
xtra1.c の重量制限に関する処理に Doxygen コメントを追加。

9 years agoFix Doxygen warnings.
Deskull [Wed, 3 Sep 2014 14:01:18 +0000 (23:01 +0900)]
Fix Doxygen warnings.
Doxygen処理内で発生した警告に従いタグを修正。

9 years agoAdd Doxygen comments to some functions for calculation of player status in xtra1.c.
Deskull [Wed, 3 Sep 2014 13:51:30 +0000 (22:51 +0900)]
Add Doxygen comments to some functions for calculation of player status in xtra1.c.
xtra1.c に存在するプレイヤーステータス算出関数のいくつかに Doxygen コメントを付加。

9 years agoAdd Doxygen comment to other sub-window functions in xtra1.c.
Deskull [Wed, 3 Sep 2014 13:39:32 +0000 (22:39 +0900)]
Add Doxygen comment to other sub-window functions in xtra1.c.
残りのxtra1.cファイル内のサブウィンドウ表示関数にDoxygenコメントを追加。

9 years agoAdd Doxygen comment to some sub-window functions in xtra1.c.
Deskull [Wed, 3 Sep 2014 13:27:34 +0000 (22:27 +0900)]
Add Doxygen comment to some sub-window functions in xtra1.c.
サブウィンドウ表示関数のいくつかにDoxygenコメントを付加。

9 years agoMerge branch 'master' of git.sourceforge.jp:/gitroot/hengband/hengband
Deskull [Wed, 3 Sep 2014 13:05:33 +0000 (22:05 +0900)]
Merge branch 'master' of git.sourceforge.jp:/gitroot/hengband/hengband

9 years agoAdd Doxygen comments to status displaying functions in xtra1.c.
Deskull [Wed, 3 Sep 2014 13:05:07 +0000 (22:05 +0900)]
Add Doxygen comments to status displaying functions in xtra1.c.

9 years agofix bug on ammo crit rate display
dis- [Mon, 1 Sep 2014 02:26:07 +0000 (11:26 +0900)]
fix bug on ammo crit rate display

9 years agomonsters should use RF4_SHOOT to player with reflection now
dis- [Mon, 1 Sep 2014 01:37:08 +0000 (10:37 +0900)]
monsters should use RF4_SHOOT to player with reflection now

9 years agoAdd Doxygen comments to another functions for printing status in xtra1.c.
Deskull [Tue, 19 Aug 2014 13:38:28 +0000 (22:38 +0900)]
Add Doxygen comments to another functions for printing status in xtra1.c.

9 years agoAdd Doxygen comment to print functions in xtra1.c.
Deskull [Tue, 19 Aug 2014 13:31:18 +0000 (22:31 +0900)]
Add Doxygen comment to print functions in xtra1.c.

9 years agoAdd Doxygen comments to definition for status bar in xtra1.c.
Deskull [Sun, 17 Aug 2014 12:31:41 +0000 (21:31 +0900)]
Add Doxygen comments to definition for status bar in xtra1.c.

9 years agoAdd Doxygen comments to status view functions in xtra1.c.
Deskull [Sun, 17 Aug 2014 12:12:19 +0000 (21:12 +0900)]
Add Doxygen comments to status view functions in xtra1.c.

9 years agoAdd Doxygen comments to header info in xtra1.c.
Deskull [Sun, 17 Aug 2014 11:59:53 +0000 (20:59 +0900)]
Add Doxygen comments to header info in xtra1.c.

9 years agoAdd Doxygen comments to type definition in h-type.h.
Deskull [Sun, 17 Aug 2014 11:54:09 +0000 (20:54 +0900)]
Add Doxygen comments to type definition in h-type.h.

9 years agoAdd Doxygen comments to header info of h-type.h.
Deskull [Sun, 17 Aug 2014 11:39:45 +0000 (20:39 +0900)]
Add Doxygen comments to header info of h-type.h.

9 years agoAdd Doxygen header comment to h-define.h.
Deskull [Sat, 16 Aug 2014 11:50:53 +0000 (20:50 +0900)]
Add Doxygen header comment to h-define.h.

9 years agoAdd Doxygen comments to misc definition in defines.h.
Deskull [Sat, 16 Aug 2014 11:41:06 +0000 (20:41 +0900)]
Add Doxygen comments to misc definition in defines.h.

9 years agoAdd Doxygen comments to definition of speed and base multiply in defines.h.
Deskull [Sat, 16 Aug 2014 11:32:56 +0000 (20:32 +0900)]
Add Doxygen comments to definition of speed and base multiply in defines.h.

9 years agoAdd Doxygen comments to old EGO_XTRA definition in defines.h.
Deskull [Sat, 16 Aug 2014 11:18:01 +0000 (20:18 +0900)]
Add Doxygen comments to old EGO_XTRA definition in defines.h.

9 years agoAdd Doxygen comments to definition of chest trap in defines.h.
Deskull [Sat, 16 Aug 2014 11:12:56 +0000 (20:12 +0900)]
Add Doxygen comments to definition of chest trap in defines.h.

9 years agoAdd Doxygen comments to object feeling definition in defines.h.
Deskull [Sat, 16 Aug 2014 11:08:14 +0000 (20:08 +0900)]
Add Doxygen comments to object feeling definition in defines.h.

9 years agoFix definition of summon type.
Deskull [Sat, 16 Aug 2014 11:04:26 +0000 (20:04 +0900)]
Fix definition of summon type.

9 years agoAdd Doxygen comment to summon type definition in defines.h.
Deskull [Sat, 16 Aug 2014 10:57:50 +0000 (19:57 +0900)]
Add Doxygen comment to summon type definition in defines.h.

9 years agoAdd Doxygen comments to definition special attack and special defense in defines...
Deskull [Sat, 16 Aug 2014 10:48:48 +0000 (19:48 +0900)]
Add Doxygen comments to definition special attack and special defense in defines.h and header info.