OSDN Git Service

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

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

4 years ago[Refactor] #38997 未使用関数 place_floor(), place_room() を削除. / Delete unused place_floor...
deskull [Sat, 14 Dec 2019 04:31:51 +0000 (13:31 +0900)]
[Refactor] #38997 未使用関数 place_floor(), place_room() を削除. / Delete unused place_floor(), place_room().

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

4 years ago[Fix] #38997 display_inven() と display_equip() に player_type * 引数を追加.さらにキャラ作成前にnullポイ...
deskull [Fri, 13 Dec 2019 15:12:44 +0000 (00:12 +0900)]
[Fix] #38997 display_inven() と display_equip() に player_type * 引数を追加.さらにキャラ作成前にnullポインタ参照になる問題を回避.(Hourier氏に感謝) / Add player_type * argument to display_inven() and display_equip(). Fix null pointer exception before player character made. (Thanks for Hourier)

4 years ago[Fix] #38997 common_saving_throw_charm() と common_saving_throw_control() 内変数参照修正...
deskull [Thu, 12 Dec 2019 15:05:31 +0000 (00:05 +0900)]
[Fix] #38997 common_saving_throw_charm() と common_saving_throw_control() 内変数参照修正. / Fix variable references in common_saving_throw_charm() and common_saving_throw_control().

4 years ago[Implement] #39832 ウィザードモードの@コマンドに "vanish dungeon" を追加. / Add 'vanish dungeon' to...
deskull [Wed, 11 Dec 2019 11:19:09 +0000 (20:19 +0900)]
[Implement] #39832 ウィザードモードの@コマンドに "vanish dungeon" を追加. / Add 'vanish dungeon' to '@' wizard command.

4 years ago[Fix] #38997 vanish_dungeon() 引数修正. / Fix arguments of vanish_dungeon().
deskull [Wed, 11 Dec 2019 10:52:04 +0000 (19:52 +0900)]
[Fix] #38997 vanish_dungeon() 引数修正. / Fix arguments of vanish_dungeon().

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

4 years ago[Fix] #38997 realm-*.c 内変数参照修正. / Fix variable references in realm-*.c.
deskull [Wed, 11 Dec 2019 10:11:14 +0000 (19:11 +0900)]
[Fix] #38997 realm-*.c 内変数参照修正. / Fix variable references in realm-*.c.

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

4 years ago[Refactor] #38997 do_cmd_knowledge_skill_exp() に player_type * 引数を追加. / Add player_ty...
deskull [Wed, 11 Dec 2019 10:04:35 +0000 (19:04 +0900)]
[Refactor] #38997 do_cmd_knowledge_skill_exp() に player_type * 引数を追加. / Add player_type * argument to do_cmd_knowledge_skill_exp().

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

4 years ago[Refactor] #38997 wipe_o_list() に floor_type * 引数を追加して floor.c/hへ移動. / Add floor_type...
deskull [Wed, 11 Dec 2019 09:54:24 +0000 (18:54 +0900)]
[Refactor] #38997 wipe_o_list() に floor_type * 引数を追加して floor.c/hへ移動. / Add floor_type * argument to wipe_o_list() and move to floor.c/h.

4 years ago[Refactor] #38997 hit_trap_lose_stat(), hit_trap_slow() に player_type * 引数を追加. /...
deskull [Wed, 11 Dec 2019 09:44:11 +0000 (18:44 +0900)]
[Refactor] #38997 hit_trap_lose_stat(), hit_trap_slow() に player_type * 引数を追加. / Add player_type * argument to hit_trap_lose_stat(), hit_trap_slow().

4 years ago[Refactor] #38997 hit_trap_dart() に player_type * 引数を追加. / Add player_type * argument...
deskull [Tue, 10 Dec 2019 23:29:36 +0000 (08:29 +0900)]
[Refactor] #38997 hit_trap_dart() に player_type * 引数を追加. / Add player_type * argument to hit_trap_dart().

4 years ago[Refactor] #38997 check_hit() に player_type * 引数を追加. / Add player_type * argument...
deskull [Tue, 10 Dec 2019 23:27:15 +0000 (08:27 +0900)]
[Refactor] #38997 check_hit() に player_type * 引数を追加. / Add player_type * argument to check_hit().

4 years ago[Refactor] #38997 place_random_door() に floor_type * 引数を追加. / Add floor_type * argume...
deskull [Tue, 10 Dec 2019 01:20:51 +0000 (10:20 +0900)]
[Refactor] #38997 place_random_door() に floor_type * 引数を追加. / Add floor_type * argument to place_random_door().

4 years ago[Refactor] #38997 generate_fill_perm_bold() に floor_type * 引数を追加. / Add floor_type...
deskull [Tue, 10 Dec 2019 01:15:42 +0000 (10:15 +0900)]
[Refactor] #38997 generate_fill_perm_bold() に floor_type * 引数を追加. / Add floor_type * argument to generate_fill_perm_bold().

4 years ago[Refactor] #38997 generate_room_floor() に floor_type * 引数を追加. / Add floor_type *...
deskull [Tue, 10 Dec 2019 01:10:06 +0000 (10:10 +0900)]
[Refactor] #38997 generate_room_floor() に floor_type * 引数を追加. / Add floor_type * argument to generate_room_floor().

4 years ago[Fix] #38997 fill_treasure() 内変数参照修正. / Fix variable references in fill_treasure().
deskull [Tue, 10 Dec 2019 01:07:03 +0000 (10:07 +0900)]
[Fix] #38997 fill_treasure() 内変数参照修正. / Fix variable references in fill_treasure().

4 years ago[Refactor] #38997 place_extra_perm_bold() に floor_type * 引数を追加. / Add floor_type...
deskull [Tue, 10 Dec 2019 01:05:02 +0000 (10:05 +0900)]
[Refactor] #38997 place_extra_perm_bold() に floor_type * 引数を追加. / Add floor_type * argument to place_extra_perm_bold().

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

4 years ago[Refactor] #38997 rush_attack() に player_type * 引数を追加. / Add player_type * argument...
deskull [Tue, 10 Dec 2019 00:57:26 +0000 (09:57 +0900)]
[Refactor] #38997 rush_attack() に player_type * 引数を追加. / Add player_type * argument to rush_attack().

4 years ago[Refactor] #38997 teleport_player() に player_type * 引数を追加. / Add player_type * argume...
deskull [Tue, 10 Dec 2019 00:53:07 +0000 (09:53 +0900)]
[Refactor] #38997 teleport_player() に player_type * 引数を追加. / Add player_type * argument to teleport_player().

4 years ago[Refactor] #38997 seal_of_mirror() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Tue, 10 Dec 2019 00:23:58 +0000 (09:23 +0900)]
[Refactor] #38997 seal_of_mirror() に player_type * 引数を追加. / Add player_type * argument to seal_of_mirror().

4 years ago[Refactor] #38997 project_m() に floor_type * 引数を追加. / Add floor_type * argument to...
deskull [Tue, 10 Dec 2019 00:20:05 +0000 (09:20 +0900)]
[Refactor] #38997 project_m() に floor_type * 引数を追加. / Add floor_type * argument to project_m().

4 years ago[Refactor] #38997 add_outer_wall() に floor_type * 引数を追加. / Add floor_type * argument...
deskull [Tue, 10 Dec 2019 00:10:05 +0000 (09:10 +0900)]
[Refactor] #38997 add_outer_wall() に floor_type * 引数を追加. / Add floor_type * argument to add_outer_wall().

4 years ago[Refactor] #37353 inside_arena を player_type から floor_type へ移動. / Move inside_arena...
deskull [Tue, 10 Dec 2019 00:04:54 +0000 (09:04 +0900)]
[Refactor] #37353 inside_arena を player_type から floor_type へ移動. / Move inside_arena and player_type to floor_type.

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

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

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

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

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

4 years ago[Fix] #38997 exe_mutation_power() 内変数参照修正. / Fix variable references in exe_mutation_...
deskull [Sun, 8 Dec 2019 16:39:42 +0000 (01:39 +0900)]
[Fix] #38997 exe_mutation_power() 内変数参照修正. / Fix variable references in exe_mutation_power().

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

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

4 years ago[Refactor] #37353 monster_type に floor_ptr * current_floor_ptr を追加。 / Add floor_ptr...
deskull [Sun, 8 Dec 2019 16:29:18 +0000 (01:29 +0900)]
[Refactor] #37353 monster_type に floor_ptr * current_floor_ptr を追加。 / Add floor_ptr * current_floor_ptr to monster_type.

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

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

4 years ago[Refactor] #38997 blood_curse_to_enemy() に player_type * 引数を追加. / Add player_type...
deskull [Sun, 8 Dec 2019 12:55:53 +0000 (21:55 +0900)]
[Refactor] #38997 blood_curse_to_enemy() に player_type * 引数を追加. / Add player_type * argument to blood_curse_to_enemy().

4 years ago[Refactor] #38997 vampirism() に player_type * 引数を追加. / Add player_type * argument...
deskull [Sun, 8 Dec 2019 12:52:11 +0000 (21:52 +0900)]
[Refactor] #38997 vampirism() に player_type * 引数を追加. / Add player_type * argument to vampirism().

4 years ago[Refactor] #38997 mod_spell_chance_1(),mod_spell_chance_2() に player_type * 引数を追加...
deskull [Sun, 8 Dec 2019 12:47:57 +0000 (21:47 +0900)]
[Refactor] #38997 mod_spell_chance_1(),mod_spell_chance_2() に player_type * 引数を追加. / Add player_type * argument to mod_spell_chance_1(),mod_spell_chance_2().

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

4 years ago[Fix] #38997 cmd-quaff.c/cmd-read.c 内変数参照修正. / Fix variable references in cmd-quaff...
deskull [Sun, 8 Dec 2019 12:36:08 +0000 (21:36 +0900)]
[Fix] #38997 cmd-quaff.c/cmd-read.c 内変数参照修正. / Fix variable references in cmd-quaff.c/cmd-read.c.

4 years ago[Refactor] #37353 inside_quest を player_type から floor_type へ移動. / Move inside_quest...
deskull [Sun, 8 Dec 2019 12:17:37 +0000 (21:17 +0900)]
[Refactor] #37353 inside_quest を player_type から floor_type へ移動. / Move inside_quest and player_type to floor_type.

4 years ago[Refactor] #37353 PR_* と PW_* を player-status.h へ移動. / Move PR_* and PW_* to player...
deskull [Sun, 8 Dec 2019 08:13:48 +0000 (17:13 +0900)]
[Refactor] #37353 PR_* と PW_* を player-status.h へ移動. / Move PR_* and PW_* to player-status.h.

4 years ago[Implement] #39832 ウィザードモードに@コマンド(任意のスペルを実行する)の基礎を実装。 / Implement basic function...
deskull [Sun, 8 Dec 2019 07:57:38 +0000 (16:57 +0900)]
[Implement] #39832 ウィザードモードに@コマンド(任意のスペルを実行する)の基礎を実装。 / Implement basic function for '@' command (execute any spells) in wizard mode.

4 years ago[Refactor] #38997 vanish_dungeon() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Sun, 8 Dec 2019 02:09:18 +0000 (11:09 +0900)]
[Refactor] #38997 vanish_dungeon() に player_type * 引数を追加. / Add player_type * argument to vanish_dungeon().

4 years ago[Refactor] #38997 build_cave_vault() に floor_type * 引数を追加. / Add floor_type * argumen...
deskull [Sat, 7 Dec 2019 13:31:35 +0000 (22:31 +0900)]
[Refactor] #38997 build_cave_vault() に floor_type * 引数を追加. / Add floor_type * argument to build_cave_vault().

4 years ago[Refactor] #38997 build_maze_vault() に floor_type * 引数を追加. / Add floor_type * argumen...
deskull [Sat, 7 Dec 2019 10:38:20 +0000 (19:38 +0900)]
[Refactor] #38997 build_maze_vault() に floor_type * 引数を追加. / Add floor_type * argument to build_maze_vault().

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

4 years ago[Refactor] #38997 place_outer_perm_bold() に floor_type * 引数を追加. / Add floor_type...
deskull [Sat, 7 Dec 2019 10:26:50 +0000 (19:26 +0900)]
[Refactor] #38997 place_outer_perm_bold() に floor_type * 引数を追加. / Add floor_type * argument to place_outer_perm_bold().

4 years ago[Refactor] #38997 place_outer_bold() に floor_type * 引数を追加. / Add floor_type * argumen...
deskull [Sat, 7 Dec 2019 10:20:44 +0000 (19:20 +0900)]
[Refactor] #38997 place_outer_bold() に floor_type * 引数を追加. / Add floor_type * argument to place_outer_bold().

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

4 years ago[Refactor] #38997 place_extra_bold() に floor_type * 引数を追加. / Add floor_type * argumen...
deskull [Sat, 7 Dec 2019 09:44:50 +0000 (18:44 +0900)]
[Refactor] #38997 place_extra_bold() に floor_type * 引数を追加. / Add floor_type * argument to place_extra_bold().

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

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

4 years ago[Refactor] #38997 update_monster() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Fri, 6 Dec 2019 10:48:01 +0000 (19:48 +0900)]
[Refactor] #38997 update_monster() に player_type * 引数を追加. / Add player_type * argument to update_monster().

4 years ago[Refactor] #38997 display_player_various() に player_type * 引数を追加. / Add player_type...
deskull [Fri, 6 Dec 2019 10:33:06 +0000 (19:33 +0900)]
[Refactor] #38997 display_player_various() に player_type * 引数を追加. / Add player_type * argument to display_player_various().

4 years ago[Refactor] #38997 build_streamer() に floor_type * 引数を追加. / Add floor_type * argument...
deskull [Fri, 6 Dec 2019 10:26:54 +0000 (19:26 +0900)]
[Refactor] #38997 build_streamer() に floor_type * 引数を追加. / Add floor_type * argument to build_streamer().

4 years ago[Refactor] #38997 cave_valid_bold() に player_type * 引数を追加. / Add player_type * argume...
deskull [Fri, 6 Dec 2019 07:48:47 +0000 (16:48 +0900)]
[Refactor] #38997 cave_valid_bold() に player_type * 引数を追加. / Add player_type * argument to cave_valid_bold().

4 years ago[Fix] #38997 double_attack() 内変数参照修正. / Fix variable references in double_attack().
deskull [Fri, 6 Dec 2019 07:42:25 +0000 (16:42 +0900)]
[Fix] #38997 double_attack() 内変数参照修正. / Fix variable references in double_attack().

4 years ago[Refactor] #38997 target_set_aux() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Fri, 6 Dec 2019 07:39:20 +0000 (16:39 +0900)]
[Refactor] #38997 target_set_aux() に player_type * 引数を追加. / Add player_type * argument to target_set_aux().

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

4 years ago[Refactor] #38997 shock_power() に player_type * 引数を追加. / Add player_type * argument...
deskull [Fri, 6 Dec 2019 07:23:54 +0000 (16:23 +0900)]
[Refactor] #38997 shock_power() に player_type * 引数を追加. / Add player_type * argument to shock_power().

4 years ago[Refactor] #38997 vault_monsters() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Fri, 6 Dec 2019 07:20:10 +0000 (16:20 +0900)]
[Refactor] #38997 vault_monsters() に player_type * 引数を追加. / Add player_type * argument to vault_monsters().

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

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

4 years ago[Refactor] #38997 los(), projectable() に player_type * 引数を追加. / Add player_type ...
deskull [Tue, 3 Dec 2019 15:15:09 +0000 (00:15 +0900)]
[Refactor] #38997 los(), projectable() に player_type * 引数を追加. / Add player_type * argument to los(), projectable().

4 years ago[Refactor] #38997 blow_damcalc() に player_type * 引数を追加. / Add player_type * argument...
deskull [Tue, 3 Dec 2019 10:44:29 +0000 (19:44 +0900)]
[Refactor] #38997 blow_damcalc() に player_type * 引数を追加. / Add player_type * argument to blow_damcalc().

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

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

4 years ago[Refactor] #38997 place_floor_bold() に floor_type * 引数を追加. / Add floor_type * argumen...
deskull [Tue, 3 Dec 2019 10:34:37 +0000 (19:34 +0900)]
[Refactor] #38997 place_floor_bold() に floor_type * 引数を追加. / Add floor_type * argument to place_floor_bold().

4 years ago[Refactor] #38997 call_the_(void) に player_type * 引数を追加して call_the_void() 改名せざるを得なかった...
deskull [Tue, 3 Dec 2019 10:10:12 +0000 (19:10 +0900)]
[Refactor] #38997 call_the_(void) に player_type * 引数を追加して call_the_void() 改名せざるを得なかった. / Add player_type * argument to call_the_(void) and rename to call_the_void() regretfully.

4 years ago[Refactor] #38997 place_inner_bold() に floor_type * 引数を追加. / Add floor_type * argumen...
deskull [Tue, 3 Dec 2019 10:03:30 +0000 (19:03 +0900)]
[Refactor] #38997 place_inner_bold() に floor_type * 引数を追加. / Add floor_type * argument to place_inner_bold().

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

4 years ago[Fix] #38997 do_cmd_pet_dismiss() 内変数参照修正. / Fix variable references in do_cmd_pet_di...
deskull [Tue, 3 Dec 2019 09:56:11 +0000 (18:56 +0900)]
[Fix] #38997 do_cmd_pet_dismiss() 内変数参照修正. / Fix variable references in do_cmd_pet_dismiss().

4 years ago[Refactor] #38997 place_random_stairs() に floor_type * 引数を追加しつつ floor.c/h へ移動. /...
deskull [Tue, 3 Dec 2019 09:53:33 +0000 (18:53 +0900)]
[Refactor] #38997 place_random_stairs() に floor_type * 引数を追加しつつ floor.c/h へ移動. / Add floor_type * argument to place_random_stairs() and move to floor.c/h.

4 years ago[Refactor] #38997 place_trap() に floor_type * 引数を追加. / Add floor_type * argument...
deskull [Tue, 3 Dec 2019 09:39:47 +0000 (18:39 +0900)]
[Refactor] #38997 place_trap() に floor_type * 引数を追加. / Add floor_type * argument to place_trap().

4 years ago[Refactor] #38997 add_door() に floor_type * 引数を追加しつつ floor.c/h へ移動. / Add floor_type...
deskull [Tue, 3 Dec 2019 09:34:43 +0000 (18:34 +0900)]
[Refactor] #38997 add_door() に floor_type * 引数を追加しつつ floor.c/h へ移動. / Add floor_type * argument to add_door() and move to floor.c/h.

4 years ago[Refactor] #38997 update_local_illumination_aux() に player_type * 引数を追加. / Add player...
deskull [Tue, 3 Dec 2019 09:28:47 +0000 (18:28 +0900)]
[Refactor] #38997 update_local_illumination_aux() に player_type * 引数を追加. / Add player_type * argument to update_local_illumination_aux().

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

4 years ago[Fix] #38997 exe_write_diary() 内変数参照修正. / Fix variable references in exe_write_diary().
deskull [Thu, 21 Nov 2019 16:20:39 +0000 (01:20 +0900)]
[Fix] #38997 exe_write_diary() 内変数参照修正. / Fix variable references in exe_write_diary().

4 years ago[Fix] #38997 do_cmd_pet() 内変数参照修正. / Fix variable references in do_cmd_pet().
deskull [Thu, 21 Nov 2019 16:18:30 +0000 (01:18 +0900)]
[Fix] #38997 do_cmd_pet() 内変数参照修正. / Fix variable references in do_cmd_pet().

4 years ago[Fix] #38997 cmd-activate.c 内変数参照修正. / Fix variable references in cmd-activate.c.
deskull [Thu, 21 Nov 2019 12:03:12 +0000 (21:03 +0900)]
[Fix] #38997 cmd-activate.c 内変数参照修正. / Fix variable references in cmd-activate.c.

4 years ago[Refactor] #38997 phlogiston() に player_type * 引数を追加. / Add player_type * argument...
deskull [Thu, 21 Nov 2019 12:01:21 +0000 (21:01 +0900)]
[Refactor] #38997 phlogiston() に player_type * 引数を追加. / Add player_type * argument to phlogiston().

4 years ago[Refactor] #38997 do_cmd_wiz_zap() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Thu, 21 Nov 2019 11:58:22 +0000 (20:58 +0900)]
[Refactor] #38997 do_cmd_wiz_zap() に player_type * 引数を追加. / Add player_type * argument to do_cmd_wiz_zap().

4 years ago[Fix] #38997 do_cmd_cast() 内変数参照修正. / Fix variable references in do_cmd_cast().
deskull [Thu, 21 Nov 2019 11:55:03 +0000 (20:55 +0900)]
[Fix] #38997 do_cmd_cast() 内変数参照修正. / Fix variable references in do_cmd_cast().

4 years ago[Fix] #38997 フロア生成関連変数参照修正. / Fix variable references in floor generation.
deskull [Wed, 20 Nov 2019 04:01:33 +0000 (13:01 +0900)]
[Fix] #38997 フロア生成関連変数参照修正. / Fix variable references in floor generation.

4 years ago[Fix] #38997 stair_creation() 内変数参照修正. / Fix variable references in stair_creation().
deskull [Wed, 20 Nov 2019 03:51:15 +0000 (12:51 +0900)]
[Fix] #38997 stair_creation() 内変数参照修正. / Fix variable references in stair_creation().

4 years ago[Refactor] #38997 wiz_create_item() に player_type * 引数を追加. / Add player_type * argume...
deskull [Wed, 20 Nov 2019 03:48:20 +0000 (12:48 +0900)]
[Refactor] #38997 wiz_create_item() に player_type * 引数を追加. / Add player_type * argument to wiz_create_item().

4 years ago[Refactor] #38997 forget_view() に floor_type * 引数を追加. / Add floor_type * argument...
deskull [Wed, 20 Nov 2019 03:40:15 +0000 (12:40 +0900)]
[Refactor] #38997 forget_view() に floor_type * 引数を追加. / Add floor_type * argument to forget_view().

4 years ago[Refactor] #38997 update_smell() に player_type * 引数を追加. / Add player_type * argument...
deskull [Wed, 20 Nov 2019 03:35:01 +0000 (12:35 +0900)]
[Refactor] #38997 update_smell() に player_type * 引数を追加. / Add player_type * argument to update_smell().

4 years ago[Refactor] #38997 show_highclass() に player_type * 引数を追加. / Add player_type * argumen...
deskull [Wed, 20 Nov 2019 03:30:59 +0000 (12:30 +0900)]
[Refactor] #38997 show_highclass() に player_type * 引数を追加. / Add player_type * argument to show_highclass().

4 years ago[Refactor] #38997 update_lite() に floor_type * 引数を追加. / Add floor_type * argument...
deskull [Wed, 20 Nov 2019 03:14:49 +0000 (12:14 +0900)]
[Refactor] #38997 update_lite() に floor_type * 引数を追加. / Add floor_type * argument to update_lite().

4 years ago[Refactor] #38997 binding_field() に player_type * 引数を追加. / Add player_type * argument...
deskull [Wed, 20 Nov 2019 03:02:10 +0000 (12:02 +0900)]
[Refactor] #38997 binding_field() に player_type * 引数を追加. / Add player_type * argument to binding_field().

4 years ago[Fix] #38997 place_secret_door() 内変数参照修正. / Fix variable references in place_secret_d...
deskull [Wed, 20 Nov 2019 02:57:42 +0000 (11:57 +0900)]
[Fix] #38997 place_secret_door() 内変数参照修正. / Fix variable references in place_secret_door().

4 years ago[Refactor] #38997 do_cmd_wiz_summon() に player_type * 引数を追加. / Add player_type *...
deskull [Wed, 20 Nov 2019 02:40:04 +0000 (11:40 +0900)]
[Refactor] #38997 do_cmd_wiz_summon() に player_type * 引数を追加. / Add player_type * argument to do_cmd_wiz_summon().

4 years ago[Refactor] #38997 do_cmd_summon_horde() に player_type * 引数を追加. / Add player_type...
deskull [Tue, 12 Nov 2019 23:27:52 +0000 (08:27 +0900)]
[Refactor] #38997 do_cmd_summon_horde() に player_type * 引数を追加. / Add player_type * argument to do_cmd_summon_horde().