OSDN Git Service

hengband/hengband.git
4 years ago[Refactor] #38997 preserve_pet() に player_type * 引数を追加. / Add player_type * argument...
deskull [Tue, 24 Dec 2019 08:47:41 +0000 (17:47 +0900)]
[Refactor] #38997 preserve_pet() に player_type * 引数を追加. / Add player_type * argument to preserve_pet().

4 years ago[Refactor] #38997 update_flow() に player_type * 引数を追加. / Add player_type * argument...
deskull [Tue, 24 Dec 2019 08:43:53 +0000 (17:43 +0900)]
[Refactor] #38997 update_flow() に player_type * 引数を追加. / Add player_type * argument to update_flow().

4 years ago[Refactor] #38997 magic_barrier() に player_type * 引数を追加. / Add player_type * argument...
deskull [Tue, 24 Dec 2019 08:39:14 +0000 (17:39 +0900)]
[Refactor] #38997 magic_barrier() に player_type * 引数を追加. / Add player_type * argument to magic_barrier().

4 years ago[Refactor] #38997 dispel_check() に player_type * 引数を追加. / Add player_type * argument...
deskull [Tue, 24 Dec 2019 08:35:12 +0000 (17:35 +0900)]
[Refactor] #38997 dispel_check() に player_type * 引数を追加. / Add player_type * argument to dispel_check().

4 years ago[Refactor] #38997 IS_INVULN() に player_type * 引数を追加. / Add player_type * argument...
deskull [Tue, 24 Dec 2019 08:31:40 +0000 (17:31 +0900)]
[Refactor] #38997 IS_INVULN() に player_type * 引数を追加. / Add player_type * argument to IS_INVULN().

4 years ago[Refactor] #38997 IS_FAST() に player_type * 引数を追加. / Add player_type * argument to...
deskull [Tue, 24 Dec 2019 08:25:28 +0000 (17:25 +0900)]
[Refactor] #38997 IS_FAST() に player_type * 引数を追加. / Add player_type * argument to IS_FAST().

4 years ago[Refactor] #39076 "inventory_list" の 置換処理で誤ったコメントを修正/削除. / Fix and delete wrong repla...
deskull [Mon, 23 Dec 2019 14:58:54 +0000 (23:58 +0900)]
[Refactor] #39076 "inventory_list" の 置換処理で誤ったコメントを修正/削除. / Fix and delete wrong replaced 'inventory_list' comments.

4 years ago[Refactor] #39076 "grid_array" の 置換処理で誤ったコメントを修正/削除. / Fix and delete wrong replaced...
deskull [Mon, 23 Dec 2019 10:47:52 +0000 (19:47 +0900)]
[Refactor] #39076 "grid_array" の 置換処理で誤ったコメントを修正/削除. / Fix and delete wrong replaced 'grid_array' comments.

4 years ago[Refactor] #38997 conv_dungeon_feat() に floor_type * 引数を追加. / Add floor_type * argume...
deskull [Sun, 22 Dec 2019 06:05:21 +0000 (15:05 +0900)]
[Refactor] #38997 conv_dungeon_feat() に floor_type * 引数を追加. / Add floor_type * argument to conv_dungeon_feat().

4 years ago[Refactor] #38997 clear_cave() のプレイヤー初期化処理を関数外に掃き出し。 / Player position initialization...
deskull [Sun, 22 Dec 2019 04:41:41 +0000 (13:41 +0900)]
[Refactor] #38997 clear_cave() のプレイヤー初期化処理を関数外に掃き出し。 / Player position initialization in clear_cave() moves to outside.

4 years ago[Refactor] #38997 dump_aux_pet() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 22 Dec 2019 04:33:41 +0000 (13:33 +0900)]
[Refactor] #38997 dump_aux_pet() に player_type * 引数を追加. / Add player_type * argument to dump_aux_pet().

4 years ago[Refactor] #38997 rd_extra() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 22 Dec 2019 03:35:24 +0000 (12:35 +0900)]
[Refactor] #38997 rd_extra() に player_type * 引数を追加. / Add player_type * argument to rd_extra().

4 years ago[Refactor] #38997 monspell_to_player() に player_type * 引数を追加. / Add player_type ...
deskull [Sun, 22 Dec 2019 03:32:16 +0000 (12:32 +0900)]
[Refactor] #38997 monspell_to_player() に player_type * 引数を追加. / Add player_type * argument to monspell_to_player().

4 years ago[Refactor] #38997 update_view_aux() に floor_type * 引数を追加. / Add floor_type * argument...
deskull [Sun, 22 Dec 2019 03:21:35 +0000 (12:21 +0900)]
[Refactor] #38997 update_view_aux() に floor_type * 引数を追加. / Add floor_type * argument to update_view_aux().

4 years ago[Refactor] #38997 identify_pack() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 22 Dec 2019 03:17:33 +0000 (12:17 +0900)]
[Refactor] #38997 identify_pack() に player_type * 引数を追加. / Add player_type * argument to identify_pack().

4 years ago[Fix] #38997 generate_rooms() 内変数参照修正. / Fix variable references in generate_rooms().
deskull [Sun, 22 Dec 2019 03:14:15 +0000 (12:14 +0900)]
[Fix] #38997 generate_rooms() 内変数参照修正. / Fix variable references in generate_rooms().

4 years ago[Refactor] #38997 prt_ac(), prt_hp(), prt_sp() に player_type * 引数を追加. / Add player_ty...
deskull [Sun, 22 Dec 2019 03:10:55 +0000 (12:10 +0900)]
[Refactor] #38997 prt_ac(), prt_hp(), prt_sp() に player_type * 引数を追加. / Add player_type * argument to prt_ac(), prt_hp(), prt_sp().

4 years ago[Refactor] #38997 prt_stat() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 22 Dec 2019 03:05:54 +0000 (12:05 +0900)]
[Refactor] #38997 prt_stat() に player_type * 引数を追加. / Add player_type * argument to prt_stat().

4 years ago[Refactor] #38997 prt_status() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 22 Dec 2019 03:03:17 +0000 (12:03 +0900)]
[Refactor] #38997 prt_status() に player_type * 引数を追加. / Add player_type * argument to prt_status().

4 years ago[Refactor] #38997 prt_exp() に player_type * 引数を追加. / Add player_type * argument to...
deskull [Sat, 21 Dec 2019 10:31:38 +0000 (19:31 +0900)]
[Refactor] #38997 prt_exp() に player_type * 引数を追加. / Add player_type * argument to prt_exp().

4 years ago[Fix] #39551 英語版のレベル表示位置ズレを修正。 / Fix English level display alignment.
deskull [Sat, 21 Dec 2019 10:27:36 +0000 (19:27 +0900)]
[Fix] #39551 英語版のレベル表示位置ズレを修正。 / Fix English level display alignment.

4 years ago[Refactor] #38997 prt_level() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sat, 21 Dec 2019 10:22:54 +0000 (19:22 +0900)]
[Refactor] #38997 prt_level() に player_type * 引数を追加. / Add player_type * argument to prt_level().

4 years ago[Refactor] #38997 prt_title() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sat, 21 Dec 2019 10:19:52 +0000 (19:19 +0900)]
[Refactor] #38997 prt_title() に player_type * 引数を追加. / Add player_type * argument to prt_title().

4 years ago[Refactor] #38997 prt_cut(), prt_stun() に player_type * 引数を追加. / Add player_type...
deskull [Sat, 21 Dec 2019 10:17:28 +0000 (19:17 +0900)]
[Refactor] #38997 prt_cut(), prt_stun() に player_type * 引数を追加. / Add player_type * argument to prt_cut(), prt_stun().

4 years ago[Refactor] #38997 health_redraw() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sat, 21 Dec 2019 10:11:53 +0000 (19:11 +0900)]
[Refactor] #38997 health_redraw() に player_type * 引数を追加. / Add player_type * argument to health_redraw().

4 years ago[Refactor] #38997 check_room_boundary() に floor_type * 引数を追加. / Add floor_type *...
deskull [Sat, 21 Dec 2019 09:59:17 +0000 (18:59 +0900)]
[Refactor] #38997 check_room_boundary() に floor_type * 引数を追加. / Add floor_type * argument to check_room_boundary().

4 years ago[Refactor] #38997 place_solid_perm_bold() に floor_type * 引数を追加. / Add floor_type...
deskull [Sat, 21 Dec 2019 09:56:20 +0000 (18:56 +0900)]
[Refactor] #38997 place_solid_perm_bold() に floor_type * 引数を追加. / Add floor_type * argument to place_solid_perm_bold().

4 years ago[Fix] #38997 number_of_mirrors() の引数ミスを修正. / Fix argument of number_of_mirrors()...
deskull [Sat, 21 Dec 2019 09:55:32 +0000 (18:55 +0900)]
[Fix] #38997 number_of_mirrors() の引数ミスを修正. / Fix argument of number_of_mirrors() in mind.c.

4 years ago[Refactor] #38997 number_of_mirrors() に player_type * 引数を追加. / Add player_type *...
deskull [Fri, 20 Dec 2019 14:26:37 +0000 (23:26 +0900)]
[Refactor] #38997 number_of_mirrors() に player_type * 引数を追加. / Add player_type * argument to number_of_mirrors().

4 years ago[Fix] #38997 get_is_floor() 内変数参照修正. / Fix variable references in get_is_floor().
deskull [Fri, 20 Dec 2019 14:22:42 +0000 (23:22 +0900)]
[Fix] #38997 get_is_floor() 内変数参照修正. / Fix variable references in get_is_floor().

4 years ago[Refactor] #38997 try_door() に player_type * 引数を追加. / Add player_type * argument...
deskull [Fri, 20 Dec 2019 14:21:01 +0000 (23:21 +0900)]
[Refactor] #38997 try_door() に player_type * 引数を追加. / Add player_type * argument to try_door().

4 years ago[Fix] #38997 cave_gen() 内変数参照修正. / Fix variable references in cave_gen().
deskull [Thu, 19 Dec 2019 09:59:55 +0000 (18:59 +0900)]
[Fix] #38997 cave_gen() 内変数参照修正. / Fix variable references in cave_gen().

4 years ago[Refactor] #38997 get_is_floor() に player_type * 引数を追加. / Add player_type * argument...
deskull [Thu, 19 Dec 2019 09:58:10 +0000 (18:58 +0900)]
[Refactor] #38997 get_is_floor() に player_type * 引数を追加. / Add player_type * argument to get_is_floor().

4 years ago[Refactor] #38997 trump_summoning() に player_type * 引数を追加. / Add player_type * argume...
deskull [Wed, 18 Dec 2019 15:38:33 +0000 (00:38 +0900)]
[Refactor] #38997 trump_summoning() に player_type * 引数を追加. / Add player_type * argument to trump_summoning().

4 years ago[Refactor] #38997 check_local_illumination() に player_type * 引数を追加. / Add player_type...
deskull [Wed, 18 Dec 2019 15:33:42 +0000 (00:33 +0900)]
[Refactor] #38997 check_local_illumination() に player_type * 引数を追加. / Add player_type * argument to check_local_illumination().

4 years ago[Refactor] #38997 process_upkeep_with_speed() に player_type * 引数を追加. / Add player_typ...
deskull [Wed, 18 Dec 2019 15:27:02 +0000 (00:27 +0900)]
[Refactor] #38997 process_upkeep_with_speed() に player_type * 引数を追加. / Add player_type * argument to process_upkeep_with_speed().

4 years ago[Fix] #38997 recall_player() 内変数参照修正. / Fix variable references in recall_player().
deskull [Wed, 18 Dec 2019 15:22:44 +0000 (00:22 +0900)]
[Fix] #38997 recall_player() 内変数参照修正. / Fix variable references in recall_player().

4 years ago[Refactor] #38997 cast_summon_greater_demon() に player_type * 引数を追加. / Add player_typ...
deskull [Wed, 18 Dec 2019 15:21:09 +0000 (00:21 +0900)]
[Refactor] #38997 cast_summon_greater_demon() に player_type * 引数を追加. / Add player_type * argument to cast_summon_greater_demon().

4 years ago[Refactor] #38997 chest_death() に player_type * 引数を追加. / Add player_type * argument...
deskull [Wed, 18 Dec 2019 14:59:46 +0000 (23:59 +0900)]
[Refactor] #38997 chest_death() に player_type * 引数を追加. / Add player_type * argument to chest_death().

4 years ago[Refactor] #38997 breath_direct() に player_type * 引数を追加. / Add player_type * argument...
deskull [Wed, 18 Dec 2019 14:56:28 +0000 (23:56 +0900)]
[Refactor] #38997 breath_direct() に player_type * 引数を追加. / Add player_type * argument to breath_direct().

4 years ago[Fix] #38997 update_mon_lite() 内変数参照修正. / Fix variable references in update_mon_lite().
deskull [Wed, 18 Dec 2019 14:51:58 +0000 (23:51 +0900)]
[Fix] #38997 update_mon_lite() 内変数参照修正. / Fix variable references in update_mon_lite().

4 years ago[Refactor] #38997 carry() に player_type * 引数を追加. / Add player_type * argument to...
deskull [Wed, 18 Dec 2019 14:49:03 +0000 (23:49 +0900)]
[Refactor] #38997 carry() に player_type * 引数を追加. / Add player_type * argument to carry().

4 years ago[Refactor] #38997 py_pickup_floor() に player_type * 引数を追加. / Add player_type * argume...
deskull [Wed, 18 Dec 2019 14:44:22 +0000 (23:44 +0900)]
[Refactor] #38997 py_pickup_floor() に player_type * 引数を追加. / Add player_type * argument to py_pickup_floor().

4 years ago[Refactor] #38997 spell_RF4_SHRIEK() に player_type * 引数を追加. / Add player_type * argum...
deskull [Wed, 18 Dec 2019 14:40:14 +0000 (23:40 +0900)]
[Refactor] #38997 spell_RF4_SHRIEK() に player_type * 引数を追加. / Add player_type * argument to spell_RF4_SHRIEK().

4 years ago[Refactor] #38997 spell_RF4_DISPEL() に player_type * 引数を追加. / Add player_type * argum...
deskull [Wed, 18 Dec 2019 14:33:44 +0000 (23:33 +0900)]
[Refactor] #38997 spell_RF4_DISPEL() に player_type * 引数を追加. / Add player_type * argument to spell_RF4_DISPEL().

4 years ago[Refactor] #38997 spell_RF5_HOLD() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Tue, 17 Dec 2019 11:59:53 +0000 (20:59 +0900)]
[Refactor] #38997 spell_RF5_HOLD() に player_type * 引数を追加. / Add player_type * argument to spell_RF5_HOLD().

4 years ago[Refactor] #38997 spell_RF5_SLOW() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Tue, 17 Dec 2019 11:58:13 +0000 (20:58 +0900)]
[Refactor] #38997 spell_RF5_SLOW() に player_type * 引数を追加. / Add player_type * argument to spell_RF5_SLOW().

4 years ago[Refactor] #38997 spell_RF5_SCARE() に player_type * 引数を追加. / Add player_type * argume...
deskull [Tue, 17 Dec 2019 11:55:34 +0000 (20:55 +0900)]
[Refactor] #38997 spell_RF5_SCARE() に player_type * 引数を追加. / Add player_type * argument to spell_RF5_SCARE().

4 years ago[Refactor] #38997 spell_RF5_BLIND() に player_type * 引数を追加. / Add player_type * argume...
deskull [Tue, 17 Dec 2019 11:53:16 +0000 (20:53 +0900)]
[Refactor] #38997 spell_RF5_BLIND() に player_type * 引数を追加. / Add player_type * argument to spell_RF5_BLIND().

4 years ago[Refactor] #38997 spell_RF5_CONF() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Tue, 17 Dec 2019 11:50:51 +0000 (20:50 +0900)]
[Refactor] #38997 spell_RF5_CONF() に player_type * 引数を追加. / Add player_type * argument to spell_RF5_CONF().

4 years ago[Refactor] #38997 process_fishing() に player_type * 引数を追加. / Add player_type * argume...
deskull [Tue, 17 Dec 2019 11:47:11 +0000 (20:47 +0900)]
[Refactor] #38997 process_fishing() に player_type * 引数を追加. / Add player_type * argument to process_fishing().

4 years ago[Refactor] #38997 project_all_los() に player_type * 引数を追加. / Add player_type * argume...
deskull [Mon, 16 Dec 2019 17:15:04 +0000 (02:15 +0900)]
[Refactor] #38997 project_all_los() に player_type * 引数を追加. / Add player_type * argument to project_all_los().

4 years ago[Refactor] #38997 remove_all_mirrors() に player_type * 引数を追加. / Add player_type ...
deskull [Mon, 16 Dec 2019 17:05:55 +0000 (02:05 +0900)]
[Refactor] #38997 remove_all_mirrors() に player_type * 引数を追加. / Add player_type * argument to remove_all_mirrors().

4 years ago[Refactor] #38997 activate_ty_curse() に player_type * 引数を追加. / Add player_type *...
deskull [Mon, 16 Dec 2019 17:03:27 +0000 (02:03 +0900)]
[Refactor] #38997 activate_ty_curse() に player_type * 引数を追加. / Add player_type * argument to activate_ty_curse().

4 years ago[Refactor] #38997 wall_breakers() に player_type * 引数を追加. / Add player_type * argument...
deskull [Mon, 16 Dec 2019 16:57:19 +0000 (01:57 +0900)]
[Refactor] #38997 wall_breakers() に player_type * 引数を追加. / Add player_type * argument to wall_breaker().

4 years ago[Fix] #38997 do_cmd_wiz_jump() 内変数参照修正. / Fix variable references in do_cmd_wiz_jump().
deskull [Mon, 16 Dec 2019 16:53:45 +0000 (01:53 +0900)]
[Fix] #38997 do_cmd_wiz_jump() 内変数参照修正. / Fix variable references in do_cmd_wiz_jump().

4 years ago[Refactor] #38997 do_cmd_knowledge_artifacts() に player_type * 引数を追加. / Add player_ty...
deskull [Mon, 16 Dec 2019 16:50:38 +0000 (01:50 +0900)]
[Refactor] #38997 do_cmd_knowledge_artifacts() に player_type * 引数を追加. / Add player_type * argument to do_cmd_knowledge_artifacts().

4 years ago[Fix] #38997 calc_alignment() 内変数参照修正. / Fix variable references in calc_alignment().
deskull [Mon, 16 Dec 2019 16:47:41 +0000 (01:47 +0900)]
[Fix] #38997 calc_alignment() 内変数参照修正. / Fix variable references in calc_alignment().

4 years ago[Refactor] #38997 dimension_door_aux() に player_type * 引数を追加. / Add player_type ...
deskull [Mon, 16 Dec 2019 16:43:24 +0000 (01:43 +0900)]
[Refactor] #38997 dimension_door_aux() に player_type * 引数を追加. / Add player_type * argument to dimension_door_aux().

4 years ago[Refactor] #38997 start_singing() に player_type * 引数を追加. / Add player_type * argument...
deskull [Mon, 16 Dec 2019 16:39:21 +0000 (01:39 +0900)]
[Refactor] #38997 start_singing() に player_type * 引数を追加. / Add player_type * argument to start_singing().

4 years ago[Refactor] #38997 wiz_create_named_art() に player_type * 引数を追加. / Add player_type...
deskull [Mon, 16 Dec 2019 16:34:20 +0000 (01:34 +0900)]
[Refactor] #38997 wiz_create_named_art() に player_type * 引数を追加. / Add player_type * argument to wiz_create_named_art().

4 years ago[Refactor] #38997 project_m() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 15 Dec 2019 16:43:33 +0000 (01:43 +0900)]
[Refactor] #38997 project_m() に player_type * 引数を追加. / Add player_type * argument to project_m().

4 years ago[Refactor] #38997 process_world() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 15 Dec 2019 16:31:33 +0000 (01:31 +0900)]
[Refactor] #38997 process_world() に player_type * 引数を追加. / Add player_type * argument to process_world().

4 years ago[Refactor] #38997 stop_mouth() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 15 Dec 2019 16:28:06 +0000 (01:28 +0900)]
[Refactor] #38997 stop_mouth() に player_type * 引数を追加. / Add player_type * argument to stop_mouth().

4 years ago[Fix] #38997 cast_shuffle() 内変数参照修正. / Fix variable references in cast_shuffle().
deskull [Sun, 15 Dec 2019 16:25:06 +0000 (01:25 +0900)]
[Fix] #38997 cast_shuffle() 内変数参照修正. / Fix variable references in cast_shuffle().

4 years ago[Fix] #38997 check_music() 内変数参照修正. / Fix variable references in check_music().
deskull [Sun, 15 Dec 2019 16:23:11 +0000 (01:23 +0900)]
[Fix] #38997 check_music() 内変数参照修正. / Fix variable references in check_music().

4 years ago[Refactor] #38997 teleport_away_followable() に player_type * 引数を追加. / Add player_type...
deskull [Sun, 15 Dec 2019 16:20:41 +0000 (01:20 +0900)]
[Refactor] #38997 teleport_away_followable() に player_type * 引数を追加. / Add player_type * argument to teleport_away_followable().

4 years ago[Refactor] #38997 bress_weapon() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 15 Dec 2019 16:17:59 +0000 (01:17 +0900)]
[Refactor] #38997 bress_weapon() に player_type * 引数を追加. / Add player_type * argument to bress_weapon().

4 years ago[Refactor] #38997 discharge_minion() に player_type * 引数を追加. / Add player_type * argum...
deskull [Sun, 15 Dec 2019 16:15:36 +0000 (01:15 +0900)]
[Refactor] #38997 discharge_minion() に player_type * 引数を追加. / Add player_type * argument to discharge_minion().

4 years ago[Refactor] #38997 cast_meteor() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 15 Dec 2019 16:13:36 +0000 (01:13 +0900)]
[Refactor] #38997 cast_meteor() に player_type * 引数を追加. / Add player_type * argument to cast_meteor().

4 years ago[Refactor] #38997 psychometry() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 15 Dec 2019 16:09:06 +0000 (01:09 +0900)]
[Refactor] #38997 psychometry() に player_type * 引数を追加. / Add player_type * argument to psychometry().

4 years ago[Refactor] #38997 dungeon() に player_type * 引数を追加. / Add player_type * argument to...
deskull [Sun, 15 Dec 2019 16:05:18 +0000 (01:05 +0900)]
[Refactor] #38997 dungeon() に player_type * 引数を追加. / Add player_type * argument to dungeon().

4 years ago[Refactor] #38997 アイテム増減処理の大半を vary_item() に統合. / Unify some item increase and decrea...
deskull [Sun, 15 Dec 2019 07:25:55 +0000 (16:25 +0900)]
[Refactor] #38997 アイテム増減処理の大半を vary_item() に統合. / Unify some item increase and decrease processes to vary_item().

4 years ago[Refactor] #39076 Remove item reduction process comments.
deskull [Sun, 15 Dec 2019 04:16:12 +0000 (13:16 +0900)]
[Refactor] #39076 Remove item reduction process comments.

4 years ago[Refactor] #38997 alchemy() に player_type * 引数を追加. / Add player_type * argument to...
deskull [Sun, 15 Dec 2019 04:01:00 +0000 (13:01 +0900)]
[Refactor] #38997 alchemy() に player_type * 引数を追加. / Add player_type * argument to alchemy().

4 years ago[Refactor] #38997 do_cmd_target(), do_cmd_look() に player_type * 引数を追加. / Add player_...
deskull [Sun, 15 Dec 2019 03:57:48 +0000 (12:57 +0900)]
[Refactor] #38997 do_cmd_target(), do_cmd_look() に player_type * 引数を追加. / Add player_type * argument to do_cmd_target(), do_cmd_look().

4 years ago[Fix] #38997 do_cmd_drop() 内変数参照修正. / Fix variable references in do_cmd_drop().
deskull [Sun, 15 Dec 2019 03:54:34 +0000 (12:54 +0900)]
[Fix] #38997 do_cmd_drop() 内変数参照修正. / Fix variable references in do_cmd_drop().

4 years ago[Refactor] #38997 alter_reality() に player_type * 引数を追加して, reserve_alter_reality...
deskull [Sat, 14 Dec 2019 16:20:50 +0000 (01:20 +0900)]
[Refactor] #38997 alter_reality() に player_type * 引数を追加して, reserve_alter_reality() に改名. / Add player_type * argument to alter_reality() and rename to reserve_alter_reality().

4 years ago[Refactor] #38997 regenhp() に player_type * 引数を追加. / Add player_type * argument to...
deskull [Sat, 14 Dec 2019 16:13:40 +0000 (01:13 +0900)]
[Refactor] #38997 regenhp() に player_type * 引数を追加. / Add player_type * argument to regenhp().

4 years ago[Fix] #38997 destroy_area() 内変数参照修正. / Fix variable references in destroy_area().
deskull [Sat, 14 Dec 2019 16:09:27 +0000 (01:09 +0900)]
[Fix] #38997 destroy_area() 内変数参照修正. / Fix variable references in destroy_area().

4 years ago[Fix] #38997 project() 内変数参照修正. / Fix variable references in project().
deskull [Sat, 14 Dec 2019 16:01:21 +0000 (01:01 +0900)]
[Fix] #38997 project() 内変数参照修正. / Fix variable references in project().

4 years ago[Refactor] #38997 identify_item() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sat, 14 Dec 2019 15:42:53 +0000 (00:42 +0900)]
[Refactor] #38997 identify_item() に player_type * 引数を追加. / Add player_type * argument to identify_item().

4 years ago[Fix] #38997 process_world_aux_curse() 内変数参照修正. / Fix variable references in process_...
deskull [Sat, 14 Dec 2019 15:35:24 +0000 (00:35 +0900)]
[Fix] #38997 process_world_aux_curse() 内変数参照修正. / Fix variable references in process_world_aux_curse().

4 years ago[Fix] #38997 exe_racial_power() 内変数参照修正. / Fix variable references in exe_racial_power().
deskull [Sat, 14 Dec 2019 15:33:49 +0000 (00:33 +0900)]
[Fix] #38997 exe_racial_power() 内変数参照修正. / Fix variable references in exe_racial_power().

4 years ago[Fix] #38997 teleport_level_other() 内変数参照修正. / Fix variable references in teleport_le...
deskull [Sat, 14 Dec 2019 15:30:38 +0000 (00:30 +0900)]
[Fix] #38997 teleport_level_other() 内変数参照修正. / Fix variable references in teleport_level_other().

4 years ago[Fix] #38997 process_world_aux_mutation() 内変数参照修正. / Fix variable references in proce...
deskull [Sat, 14 Dec 2019 15:26:19 +0000 (00:26 +0900)]
[Fix] #38997 process_world_aux_mutation() 内変数参照修正. / Fix variable references in process_world_aux_mutation().

4 years ago[Fix] #38997 cmd-hissatsu.c 内変数参照修正. / Fix variable references in cmd-hissatsu.c.
deskull [Sat, 14 Dec 2019 15:22:11 +0000 (00:22 +0900)]
[Fix] #38997 cmd-hissatsu.c 内変数参照修正. / Fix variable references in cmd-hissatsu.c.

4 years ago[Fix] #39556 英語版でモンスターの思い出表記が2度になっている問題を修正. / Fix player level twice mentions of...
deskull [Sat, 14 Dec 2019 14:08:30 +0000 (23:08 +0900)]
[Fix] #39556 英語版でモンスターの思い出表記が2度になっている問題を修正. / Fix player level twice mentions of monster lore on English.

4 years ago[Refactor] #38997 vault_trap_aux() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Sat, 14 Dec 2019 09:23:26 +0000 (18:23 +0900)]
[Refactor] #38997 vault_trap_aux() に player_type * 引数を追加. / Add player_type * argument to vault_trap_aux().

4 years ago[Refactor] #38997 place_closed_door() に player_type * 引数を追加. / Add player_type *...
deskull [Sat, 14 Dec 2019 09:16:35 +0000 (18:16 +0900)]
[Refactor] #38997 place_closed_door() に player_type * 引数を追加. / Add player_type * argument to place_closed_door().

4 years ago[Refactor] #38997 project() に player_type * 引数を追加. / Add player_type * argument to...
deskull [Sat, 14 Dec 2019 09:06:24 +0000 (18:06 +0900)]
[Refactor] #38997 project() に player_type * 引数を追加. / Add player_type * argument to project().

4 years ago[Refactor] #38997 stop_hex_spell() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Sat, 14 Dec 2019 07:53:47 +0000 (16:53 +0900)]
[Refactor] #38997 stop_hex_spell() に player_type * 引数を追加. / Add player_type * argument to stop_hex_spell().

4 years ago[Refactor] #38997 hex_spell_fully() に player_type * 引数を追加. / Add player_type * argume...
deskull [Sat, 14 Dec 2019 07:49:07 +0000 (16:49 +0900)]
[Refactor] #38997 hex_spell_fully() に player_type * 引数を追加. / Add player_type * argument to hex_spell_fully().

4 years ago[Refactor] #38997 fire_breath() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sat, 14 Dec 2019 07:41:49 +0000 (16:41 +0900)]
[Refactor] #38997 fire_breath() に player_type * 引数を追加. / Add player_type * argument to fire_breath().

4 years ago[Refactor] #38997 project_hook() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sat, 14 Dec 2019 07:35:20 +0000 (16:35 +0900)]
[Refactor] #38997 project_hook() に player_type * 引数を追加. / Add player_type * argument to project_hook().

4 years ago[Refactor] #38997 fire_bolt() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sat, 14 Dec 2019 07:22:55 +0000 (16:22 +0900)]
[Refactor] #38997 fire_bolt() に player_type * 引数を追加. / Add player_type * argument to fire_bolt().

4 years ago[Refactor] #38997 fire_ball() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sat, 14 Dec 2019 07:14:08 +0000 (16:14 +0900)]
[Refactor] #38997 fire_ball() に player_type * 引数を追加. / Add player_type * argument to fire_ball().

4 years ago[Refactor] #38997 cast_wonder() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sat, 14 Dec 2019 07:02:22 +0000 (16:02 +0900)]
[Refactor] #38997 cast_wonder() に player_type * 引数を追加. / Add player_type * argument to cast_wonder().

4 years ago[Refactor] #38997 mass_genocide_undead() に player_type * 引数を追加. / Add player_type...
deskull [Sat, 14 Dec 2019 06:58:03 +0000 (15:58 +0900)]
[Refactor] #38997 mass_genocide_undead() に player_type * 引数を追加. / Add player_type * argument to mass_genocide_undead().

4 years ago[Refactor] #38997 genocide_aux() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sat, 14 Dec 2019 06:55:11 +0000 (15:55 +0900)]
[Refactor] #38997 genocide_aux() に player_type * 引数を追加. / Add player_type * argument to genocide_aux().