OSDN Git Service

hengband/hengband.git
4 years ago[Refactor] #38997 counts_write() とcounts_read() にplayer_type * 引数を追加 / Added player_t...
Hourier [Sun, 12 Jan 2020 11:31:18 +0000 (20:31 +0900)]
[Refactor] #38997 counts_write() とcounts_read() にplayer_type * 引数を追加 / Added player_type * argument to counts_write() and counts_read()

4 years ago[Refactor] #38997 do_cmd_save_and_exit() にplayer_type * 引数を追加 / Added player_type...
Hourier [Sun, 12 Jan 2020 11:24:22 +0000 (20:24 +0900)]
[Refactor] #38997 do_cmd_save_and_exit() にplayer_type * 引数を追加 / Added player_type * argument to do_cmd_save_and_exit()

4 years ago[Refactor] #38997 dump_aux_*() にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sun, 12 Jan 2020 10:32:25 +0000 (19:32 +0900)]
[Refactor] #38997 dump_aux_*() にplayer_type * 引数を追加 / Added player_type * argument to dump_aux_*()

4 years ago[Refactor] #38997 show_file() にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sun, 12 Jan 2020 10:23:11 +0000 (19:23 +0900)]
[Refactor] #38997 show_file() にplayer_type * 引数を追加 / Added player_type * argument to show_file()

4 years ago[Refactor] #38997 dump_aux_last_message() にplayer_type * 引数を追加 / Added player_type...
Hourier [Sun, 12 Jan 2020 10:09:38 +0000 (19:09 +0900)]
[Refactor] #38997 dump_aux_last_message() にplayer_type * 引数を追加 / Added player_type * argument to dump_aux_last_message()

4 years ago[Refactor] #38997 dump_aux_class_special() にplayer_type * 引数を追加 / Added player_type...
Hourier [Sun, 12 Jan 2020 10:06:23 +0000 (19:06 +0900)]
[Refactor] #38997 dump_aux_class_special() にplayer_type * 引数を追加 / Added player_type * argument to dump_aux_class_special()

4 years ago[Refactor] #38997 display_player() 内変数参照修正 / Fixed variable references in display_pla...
Hourier [Sun, 12 Jan 2020 10:04:34 +0000 (19:04 +0900)]
[Refactor] #38997 display_player() 内変数参照修正 / Fixed variable references in display_player()

4 years ago[Refactor] #38997 display_flag_aux() にplayer_type * 引数を追加 / Added player_type * argum...
Hourier [Sun, 12 Jan 2020 10:00:32 +0000 (19:00 +0900)]
[Refactor] #38997 display_flag_aux() にplayer_type * 引数を追加 / Added player_type * argument to display_flag_aux()

4 years ago[Refactor] #38997 display_player_equippy() にplayer_type * 引数を追加 / Added player_type...
Hourier [Sun, 12 Jan 2020 09:57:15 +0000 (18:57 +0900)]
[Refactor] #38997 display_player_equippy() にplayer_type * 引数を追加 / Added player_type * argument to display_player_equippy()

4 years ago[Refactor] #38997 display_player_melee_bonus() にplayer_type * 引数を追加 / Added player_ty...
Hourier [Sun, 12 Jan 2020 09:50:24 +0000 (18:50 +0900)]
[Refactor] #38997 display_player_melee_bonus() にplayer_type * 引数を追加 / Added player_type * argument to display_player_melee_bonus()

4 years ago[Refactor] #38997 process_pref_file_expr() にplayer_type * 引数を追加 / Added player_type...
Hourier [Sun, 12 Jan 2020 09:48:17 +0000 (18:48 +0900)]
[Refactor] #38997 process_pref_file_expr() にplayer_type * 引数を追加 / Added player_type * argument to process_pref_file_expr()

4 years ago[Refactor] #38997 process_pref_file_command() にplayer_type * 引数を追加 / Added player_typ...
Hourier [Sun, 12 Jan 2020 09:43:45 +0000 (18:43 +0900)]
[Refactor] #38997 process_pref_file_command() にplayer_type * 引数を追加 / Added player_type * argument to process_pref_file_command()

4 years ago[Refactor] #38997 CAN_TWO_HANDS_WIELDING() の関数マクロを普通の関数に変更し、player_type * 引数を追加 ...
Hourier [Sun, 12 Jan 2020 09:31:43 +0000 (18:31 +0900)]
[Refactor] #38997 CAN_TWO_HANDS_WIELDING() の関数マクロを普通の関数に変更し、player_type * 引数を追加 / Changed macro function CAN_TWO_HANDS_WIELDING() to normal function and added player_type * argument

4 years ago[Refactor] #38997 IS_TIM_STEALTH() の関数マクロを普通の関数 is_time_limit_stealth()に変更し、player_ty...
Hourier [Sun, 12 Jan 2020 09:23:09 +0000 (18:23 +0900)]
[Refactor] #38997 IS_TIM_STEALTH() の関数マクロを普通の関数 is_time_limit_stealth()に変更し、player_type * 引数を追加 / Changed macro function IS_TIM_ESP() to normal function, renamed it is_time_limit_stealth() and added player_type * argument

4 years ago[Refactor] #38997 IS_TIM_ESP() の関数マクロを普通の関数 is_time_limit_esp()に変更し、player_type ...
Hourier [Sun, 12 Jan 2020 09:12:05 +0000 (18:12 +0900)]
[Refactor] #38997 IS_TIM_ESP() の関数マクロを普通の関数 is_time_limit_esp()に変更し、player_type * 引数を追加 / Changed macro function IS_TIM_ESP() to normal function, renamed it is_time_limit_esp() and added player_type * argument

4 years ago[Refactor] #38997 IS_OPPOSE_*() の関数マクロを普通の関数に変更し、player_type * 引数を追加 / Changed macro...
Hourier [Sun, 12 Jan 2020 09:05:11 +0000 (18:05 +0900)]
[Refactor] #38997 IS_OPPOSE_*() の関数マクロを普通の関数に変更し、player_type * 引数を追加 / Changed macro function IS_OPPOSE_*() to normal function and added player_type * argument to them

4 years ago[Refactor] #38997 IS_BLESSED() の関数マクロを普通の関数に変更し、store.is_blessed() をis_blessed_item...
Hourier [Sun, 12 Jan 2020 08:39:38 +0000 (17:39 +0900)]
[Refactor] #38997 IS_BLESSED() の関数マクロを普通の関数に変更し、store.is_blessed() をis_blessed_item() に変更 / Changed macro function IS_BLESSED() to normal function and is_blessed() in store.c to is_blessed_item()

4 years ago[Refactor] #38997 player-status.c 内変数参照修正 / Fixed variable references player-status.c
Hourier [Sun, 12 Jan 2020 07:38:54 +0000 (16:38 +0900)]
[Refactor] #38997 player-status.c 内変数参照修正 / Fixed variable references player-status.c

4 years ago[Refactor] #38997 関数マクロ'boundary_floor()' を普通の関数に展開 / Extracted macro funtion 'bounda...
Hourier [Sun, 12 Jan 2020 07:06:09 +0000 (16:06 +0900)]
[Refactor] #38997 関数マクロ'boundary_floor()' を普通の関数に展開 / Extracted macro funtion 'boundary_floor()' to normal function

4 years ago[Refactor] #38997 player-move.c の整形 / Reshaped player-move.c
Hourier [Sun, 12 Jan 2020 06:49:18 +0000 (15:49 +0900)]
[Refactor] #38997 player-move.c の整形 / Reshaped player-move.c

4 years ago[Refactor] #38997 player-move.c 内のstatic関数群にplayer_type * 引数を追加 / Added player_type...
Hourier [Sun, 12 Jan 2020 06:10:06 +0000 (15:10 +0900)]
[Refactor] #38997 player-move.c 内のstatic関数群にplayer_type * 引数を追加 / Added player_type * argument to static functions in player-move.c

4 years ago[Refactor] #38997 run_step() にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sun, 12 Jan 2020 06:01:40 +0000 (15:01 +0900)]
[Refactor] #38997 run_step() にplayer_type * 引数を追加 / Added player_type * argument to run_step()

4 years ago[Refactor] #37353 タイポ修正 / Fixed typo
Hourier [Sun, 12 Jan 2020 06:00:51 +0000 (15:00 +0900)]
[Refactor] #37353 タイポ修正 / Fixed typo

4 years ago[Refactor] #37353 floor.h から使われていないインクルードを削除 / Removed unused include from floor.h
Hourier [Sun, 12 Jan 2020 05:53:32 +0000 (14:53 +0900)]
[Refactor] #37353 floor.h から使われていないインクルードを削除 / Removed unused include from floor.h

4 years agoMerge remote-tracking branch 'remotes/origin/feature/Refactoring-Hourier' into For2...
deskull [Sun, 12 Jan 2020 11:53:01 +0000 (20:53 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Refactoring-Hourier' into For2.2.2-Refactoring

4 years ago[Fix] #39587 misc_english_usage_patch.txt に従い英文校正 / Proofreading English in complianc...
deskull [Sun, 12 Jan 2020 11:47:59 +0000 (20:47 +0900)]
[Fix] #39587 misc_english_usage_patch.txt に従い英文校正 / Proofreading English in compliance with misc_english_usage_patch.txt.

4 years ago[Refactor] #38997 player_move.c 微修正 / Fixed a little in player_move.c
Hourier [Sat, 11 Jan 2020 16:05:45 +0000 (01:05 +0900)]
[Refactor] #38997 player_move.c 微修正 / Fixed a little in player_move.c

4 years ago[Refactor] #38997 player_move.c 内変数参照修正 / Fixed variable references player_move.c
Hourier [Sat, 11 Jan 2020 16:04:10 +0000 (01:04 +0900)]
[Refactor] #38997 player_move.c 内変数参照修正 / Fixed variable references player_move.c

4 years ago[Refactor] #38997 player_inventory.c の整形 / Reshaped player_inventory.c
Hourier [Sat, 11 Jan 2020 15:59:01 +0000 (00:59 +0900)]
[Refactor] #38997 player_inventory.c の整形 / Reshaped player_inventory.c

4 years ago[Refactor] #38997 describe_use() にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sat, 11 Jan 2020 15:40:55 +0000 (00:40 +0900)]
[Refactor] #38997 describe_use() にplayer_type * 引数を追加 / Added player_type * argument to describe_use()

4 years ago[Refactor] #38997 py_pickup_floor_aux() にplayer_type * 引数を追加 / Added player_type...
Hourier [Sat, 11 Jan 2020 15:37:40 +0000 (00:37 +0900)]
[Refactor] #38997 py_pickup_floor_aux() にplayer_type * 引数を追加 / Added player_type * argument to py_pickup_floor_aux()

4 years ago[Refactor] #38997 verify() とget_item_allow() にplayer_type * 引数を追加 / Added player_type...
Hourier [Sat, 11 Jan 2020 15:36:12 +0000 (00:36 +0900)]
[Refactor] #38997 verify() とget_item_allow() にplayer_type * 引数を追加 / Added player_type * argument to verify() and get_item_allow()

4 years ago[Refactor] #38997 prepare_label_string() にplayer_type * 引数を追加し、object.hからプロトタイプ宣言を削除...
Hourier [Sat, 11 Jan 2020 15:31:34 +0000 (00:31 +0900)]
[Refactor] #38997 prepare_label_string() にplayer_type * 引数を追加し、object.hからプロトタイプ宣言を削除 / Added player_type * argument to prepare_label_string() and removed prototype decleration from object.h

4 years ago[Refactor] #38997 scan_floor() とshow_floor() にplayer_type * 引数を追加 / Added player_type...
Hourier [Sat, 11 Jan 2020 15:25:34 +0000 (00:25 +0900)]
[Refactor] #38997 scan_floor() とshow_floor() にplayer_type * 引数を追加 / Added player_type * argument to scan_floor() and show_floor()

4 years ago[Refactor] #38997 can_get_item() にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sat, 11 Jan 2020 15:03:54 +0000 (00:03 +0900)]
[Refactor] #38997 can_get_item() にplayer_type * 引数を追加 / Added player_type * argument to can_get_item()

4 years ago[Refactor] #38997 get_item_okay() にplayer_type * 引数を追加し、ヘッダから宣言を削除 / Added player_typ...
Hourier [Sat, 11 Jan 2020 14:56:20 +0000 (23:56 +0900)]
[Refactor] #38997 get_item_okay() にplayer_type * 引数を追加し、ヘッダから宣言を削除 / Added player_type * argument to get_item_okay() and removed prototype declaration

4 years ago[Refactor] #38997 label_to_equip() と label_to_inven() にplayer_type * 引数を追加 / Added...
Hourier [Sat, 11 Jan 2020 14:46:47 +0000 (23:46 +0900)]
[Refactor] #38997 label_to_equip() と label_to_inven() にplayer_type * 引数を追加 / Added floor_type * argument to label_to_equip() and label_to_inven()

4 years ago[Refactor] #38997 quest.cの整形 / Reshaped quest.c
Hourier [Sat, 11 Jan 2020 14:13:06 +0000 (23:13 +0900)]
[Refactor] #38997 quest.cの整形 / Reshaped quest.c

4 years ago[Refactor] #38997 leave_tower_check() にplayer_type * 引数を追加 / Added floor_type * argum...
Hourier [Sat, 11 Jan 2020 14:01:57 +0000 (23:01 +0900)]
[Refactor] #38997 leave_tower_check() にplayer_type * 引数を追加 / Added floor_type * argument to leave_tower_check()

4 years ago[Refactor] #38997 random_quest_number() にplayer_type * 引数を追加 / Added floor_type ...
Hourier [Sat, 11 Jan 2020 14:00:20 +0000 (23:00 +0900)]
[Refactor] #38997 random_quest_number() にplayer_type * 引数を追加 / Added floor_type * argument to random_quest_number()

4 years ago[Refactor] #38997 quest_number() にplayer_type * 引数を追加 / Added floor_type * argument...
Hourier [Sat, 11 Jan 2020 13:56:22 +0000 (22:56 +0900)]
[Refactor] #38997 quest_number() にplayer_type * 引数を追加 / Added floor_type * argument to quest_number()

4 years ago[Refactor] #38997 complete_quest() と check_find_art_quest_completion() にplayer_type...
Hourier [Sat, 11 Jan 2020 13:36:27 +0000 (22:36 +0900)]
[Refactor] #38997 complete_quest() と check_find_art_quest_completion() にplayer_type * 引数を追加 / Added floor_type * argument to complete_quest() check_find_art_quest_completion(()

4 years ago[Refactor] #38997 calc_expect_crit() にplayer_type * 引数を追加 / Added floor_type * argume...
Hourier [Sat, 11 Jan 2020 13:31:46 +0000 (22:31 +0900)]
[Refactor] #38997 calc_expect_crit() にplayer_type * 引数を追加 / Added floor_type * argument to calc_expect_crit()

4 years ago[Refactor] #38997 wild.cの整形 / Reshaped wild.c
Hourier [Sat, 11 Jan 2020 13:22:58 +0000 (22:22 +0900)]
[Refactor] #38997 wild.cの整形 / Reshaped wild.c

4 years ago[Refactor] #38997 parse_line_wilderness() にplayer_type * 引数を追加 / Added floor_type...
Hourier [Sat, 11 Jan 2020 12:47:54 +0000 (21:47 +0900)]
[Refactor] #38997 parse_line_wilderness() にplayer_type * 引数を追加 / Added floor_type * argument to parse_line_wilderness()

4 years ago[Refactor] #38997 dungeon-file.c の整形 / Reshaped dungeon-file.c
Hourier [Sat, 11 Jan 2020 12:35:35 +0000 (21:35 +0900)]
[Refactor] #38997 dungeon-file.c の整形 / Reshaped dungeon-file.c

4 years ago[Refactor] #38997 process_dungeon_file_expr() にplayer_type * 引数を追加 / Added player_typ...
Hourier [Sat, 11 Jan 2020 11:55:10 +0000 (20:55 +0900)]
[Refactor] #38997 process_dungeon_file_expr() にplayer_type * 引数を追加 / Added player_type * argument to process_dungeon_file_expr()

4 years ago[Refactor] #38997 parse_line_feature() にfloor_type * 引数を追加 / Added floor_type * argum...
Hourier [Sat, 11 Jan 2020 11:51:38 +0000 (20:51 +0900)]
[Refactor] #38997 parse_line_feature() にfloor_type * 引数を追加 / Added floor_type * argument to parse_line_feature()

4 years ago[Refactor] #38997 'yaku' を 'poker_hand' に変更 / Changed 'yaku' to 'poker_hand'
Hourier [Sat, 11 Jan 2020 11:33:58 +0000 (20:33 +0900)]
[Refactor] #38997 'yaku' を 'poker_hand' に変更 / Changed 'yaku' to 'poker_hand'

4 years ago[Refactor] #38997 'while (1)' を 'while (TRUE)' に変更 / Changed 'while (1)' to 'while...
Hourier [Sat, 11 Jan 2020 11:29:20 +0000 (20:29 +0900)]
[Refactor] #38997 'while (1)' を 'while (TRUE)' に変更 / Changed 'while (1)' to 'while (TRUE)'

4 years ago[Refactor] #38997 bldg.c の整形 / Reshaped bldg.c
Hourier [Sat, 11 Jan 2020 11:26:50 +0000 (20:26 +0900)]
[Refactor] #38997 bldg.c の整形 / Reshaped bldg.c

4 years ago[Refactor] #38997 determine_today_mon() を determine_daily_bounty() に改名 / Changed...
Hourier [Sat, 11 Jan 2020 10:28:01 +0000 (19:28 +0900)]
[Refactor] #38997 determine_today_mon() を determine_daily_bounty() に改名 / Changed determine_today_mon() to determine_daily_bounty()

4 years ago[Refactor] #38997 determine_today_mon() にplayer_type * 引数を追加 / Added player_type...
Hourier [Sat, 11 Jan 2020 10:26:21 +0000 (19:26 +0900)]
[Refactor] #38997 determine_today_mon() にplayer_type * 引数を追加 / Added player_type * argument to determine_today_mon()

4 years ago[Refactor] #38997 list_weapon() にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sat, 11 Jan 2020 10:23:31 +0000 (19:23 +0900)]
[Refactor] #38997 list_weapon() にplayer_type * 引数を追加 / Added player_type * argument to list_weapon()

4 years ago[Refactor] #38997 today_target() にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sat, 11 Jan 2020 10:22:09 +0000 (19:22 +0900)]
[Refactor] #38997 today_target() にplayer_type * 引数を追加 / Added player_type * argument to today_target()

4 years ago[Refactor] #38997 update_gambling_monsters() にplayer_type * 引数を追加 / Added player_type...
Hourier [Sat, 11 Jan 2020 10:20:49 +0000 (19:20 +0900)]
[Refactor] #38997 update_gambling_monsters() にplayer_type * 引数を追加 / Added player_type * argument to update_gambling_monsters()

4 years ago[Refactor] #38997 gamble_comm() にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sat, 11 Jan 2020 10:17:25 +0000 (19:17 +0900)]
[Refactor] #38997 gamble_comm() にplayer_type * 引数を追加 / Added player_type * argument to gamble_comm()

4 years ago[Refactor] #38997 building_prt_gold() にplayer_type * 引数を追加 / Added player_type *...
Hourier [Sat, 11 Jan 2020 10:15:58 +0000 (19:15 +0900)]
[Refactor] #38997 building_prt_gold() にplayer_type * 引数を追加 / Added player_type * argument to building_prt_gold()

4 years ago[Refactor] #38997 is_member() にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sat, 11 Jan 2020 10:14:29 +0000 (19:14 +0900)]
[Refactor] #38997 is_member() にplayer_type * 引数を追加 / Added player_type * argument to is_member()

4 years ago[Refactor] #38997 show_building() にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sat, 11 Jan 2020 10:12:38 +0000 (19:12 +0900)]
[Refactor] #38997 show_building() にplayer_type * 引数を追加 / Added player_type * argument to show_building()

4 years ago[Refactor] #38997 bldg.c のインデント調整&変数内参照修正 / Adjusted indents and fixed variable refer...
Hourier [Sat, 11 Jan 2020 10:08:50 +0000 (19:08 +0900)]
[Refactor] #38997 bldg.c のインデント調整&変数内参照修正 / Adjusted indents and fixed variable references in bldg.c

4 years ago[Refactor] #38997 autopick.c のインデント調整 / Adjusted indents in autopick.c
Hourier [Sat, 11 Jan 2020 10:03:08 +0000 (19:03 +0900)]
[Refactor] #38997 autopick.c のインデント調整 / Adjusted indents in autopick.c

4 years ago[Refactor] #38997 autopick.c のコンパイル警告に対処 / Fixed compiling warning in autopick.c
Hourier [Sat, 11 Jan 2020 10:02:34 +0000 (19:02 +0900)]
[Refactor] #38997 autopick.c のコンパイル警告に対処 / Fixed compiling warning in autopick.c

4 years ago[Refactor] #38997 autopick.c の整形修正 / Fixed reshaping autopick.c
Hourier [Sat, 11 Jan 2020 09:39:26 +0000 (18:39 +0900)]
[Refactor] #38997 autopick.c の整形修正 / Fixed reshaping autopick.c

4 years ago[Refactor] #38997 autopick.c 内変数参照修正 / Fixed variable references in autopick.c
Hourier [Sat, 11 Jan 2020 09:18:56 +0000 (18:18 +0900)]
[Refactor] #38997 autopick.c 内変数参照修正 / Fixed variable references in autopick.c

4 years ago[Refactor] #38997 autopick.c の整形 / Reshaped autopick.c
Hourier [Sat, 11 Jan 2020 09:18:21 +0000 (18:18 +0900)]
[Refactor] #38997 autopick.c の整形 / Reshaped autopick.c

4 years ago[Refactor] #38997 autopick.c のインデント調整 / Adjusted indents in autopick.c
Hourier [Sat, 11 Jan 2020 08:23:33 +0000 (17:23 +0900)]
[Refactor] #38997 autopick.c のインデント調整 / Adjusted indents in autopick.c

4 years ago[Refactor] #38997 get_object_for_search() にplayer_type * 引数を追加/ Added player_type...
Hourier [Sat, 11 Jan 2020 08:22:44 +0000 (17:22 +0900)]
[Refactor] #38997 get_object_for_search() にplayer_type * 引数を追加/ Added player_type * argument to get_object_for_search()

4 years ago[Refactor] #38997 is_opt_confirm_destroy() にplayer_type * 引数を追加/ Added player_type...
Hourier [Sat, 11 Jan 2020 08:17:26 +0000 (17:17 +0900)]
[Refactor] #38997 is_opt_confirm_destroy() にplayer_type * 引数を追加/ Added player_type * argument to is_opt_confirm_destroy()

4 years ago[Refactor] #38997 auto_inscribe_item() にplayer_type * 引数を追加/ Added player_type *...
Hourier [Sat, 11 Jan 2020 08:14:42 +0000 (17:14 +0900)]
[Refactor] #38997 auto_inscribe_item() にplayer_type * 引数を追加/ Added player_type * argument to auto_inscribe_item()

4 years ago[Refactor] #38997 is_autopick_aux() にplayer_type * 引数を追加/ Added player_type * argumen...
Hourier [Sat, 11 Jan 2020 08:10:36 +0000 (17:10 +0900)]
[Refactor] #38997 is_autopick_aux() にplayer_type * 引数を追加/ Added player_type * argument to is_autoppick_aux()

4 years ago[Refactor] #38997 autopick_load_pref() にplayer_type * 引数を追加/ Added player_type *...
Hourier [Sat, 11 Jan 2020 07:50:10 +0000 (16:50 +0900)]
[Refactor] #38997 autopick_load_pref() にplayer_type * 引数を追加/ Added player_type * argument to autopick_load_pref()

4 years ago[Refactor] #38997 autopick_entry_from_object() にplayer_type * 引数を追加/ Added player_typ...
Hourier [Sat, 11 Jan 2020 07:35:32 +0000 (16:35 +0900)]
[Refactor] #38997 autopick_entry_from_object() にplayer_type * 引数を追加/ Added player_type * argument to autopick_entry_from_object()

4 years ago[Refactor] #38997 artifact.c の整形 / Reshaped artifact.c
Hourier [Sat, 11 Jan 2020 07:29:12 +0000 (16:29 +0900)]
[Refactor] #38997 artifact.c の整形 / Reshaped artifact.c

4 years ago[Refactor] #38997 artifact.c 内インデント修正 / Fixed indents in artifact.c
Hourier [Sat, 11 Jan 2020 07:19:07 +0000 (16:19 +0900)]
[Refactor] #38997 artifact.c 内インデント修正 / Fixed indents in artifact.c

4 years ago[Refactor] #38997 artifact.c 内変数参照修正 / Fixed variable references in artifact.c
Hourier [Sat, 11 Jan 2020 07:18:21 +0000 (16:18 +0900)]
[Refactor] #38997 artifact.c 内変数参照修正 / Fixed variable references in artifact.c

4 years ago[Refactor] #38997 random_artifact_resistance() にplayer_type * 引数を追加/ Added player_typ...
Hourier [Sat, 11 Jan 2020 07:11:13 +0000 (16:11 +0900)]
[Refactor] #38997 random_artifact_resistance() にplayer_type * 引数を追加/ Added player_type * argument to random_artifact_resistance()

4 years ago[Refactor] #38997 curse_artifact() にplayer_type * 引数を追加/ Added player_type * argument...
Hourier [Sat, 11 Jan 2020 07:08:20 +0000 (16:08 +0900)]
[Refactor] #38997 curse_artifact() にplayer_type * 引数を追加/ Added player_type * argument to curse_artifact()

4 years ago[Refactor] #38997 mspells4.cの整形と修正漏れの修正 / Reshaped mspells4.c and fixed including...
Hourier [Sat, 11 Jan 2020 07:04:53 +0000 (16:04 +0900)]
[Refactor] #38997 mspells4.cの整形と修正漏れの修正 / Reshaped mspells4.c and fixed including player_type * argument to various functions

4 years ago[Refactor] #38997 '* o_ptr'を'*o_ptr'に修正 / Changed '* o_ptr' to *o_ptr
Hourier [Sat, 11 Jan 2020 06:32:08 +0000 (15:32 +0900)]
[Refactor] #38997 '* o_ptr'を'*o_ptr'に修正 / Changed '* o_ptr' to *o_ptr

4 years ago[Refactor] #38997 mspells4.c 内変数参照修正 / Fixed variable references in mspells4.c
Hourier [Sat, 11 Jan 2020 06:29:57 +0000 (15:29 +0900)]
[Refactor] #38997 mspells4.c 内変数参照修正 / Fixed variable references in mspells4.c

4 years ago[Refactor] #38997 monspell_damage_*() にplayer_type * 引数を追加 / Added player_type *...
Hourier [Sat, 11 Jan 2020 06:29:27 +0000 (15:29 +0900)]
[Refactor] #38997 monspell_damage_*() にplayer_type * 引数を追加 / Added player_type * argument to monspell_damage_*()

4 years ago[Refactor] #38997 spell_RF6_FORGET() にplayer_type * 引数を追加 / Added player_type * argum...
Hourier [Sat, 11 Jan 2020 06:26:02 +0000 (15:26 +0900)]
[Refactor] #38997 spell_RF6_FORGET() にplayer_type * 引数を追加 / Added player_type * argument to spell_RF6_FORGET()

4 years ago[Refactor] #38997 spell_RF6_TRAPS() にplayer_type * 引数を追加 / Added player_type * argume...
Hourier [Sat, 11 Jan 2020 06:24:31 +0000 (15:24 +0900)]
[Refactor] #38997 spell_RF6_TRAPS() にplayer_type * 引数を追加 / Added player_type * argument to spell_RF6_TRAPS()

4 years ago[Refactor] #38997 mspells4.c 内変数参照修正 / Fixed variable references in mspells4.c
Hourier [Sat, 11 Jan 2020 06:23:08 +0000 (15:23 +0900)]
[Refactor] #38997 mspells4.c 内変数参照修正 / Fixed variable references in mspells4.c

4 years ago[Refactor] #38997 monster_u_mode() にfloor_type * 引数を追加 / Added floor_type * argument...
Hourier [Sat, 11 Jan 2020 06:19:49 +0000 (15:19 +0900)]
[Refactor] #38997 monster_u_mode() にfloor_type * 引数を追加 / Added floor_type * argument to monster_u_mode()

4 years ago[Refactor] #38997 spell_learnable() にfloor_type * 引数を追加 / Added floor_type * argument...
Hourier [Sat, 11 Jan 2020 06:16:01 +0000 (15:16 +0900)]
[Refactor] #38997 spell_learnable() にfloor_type * 引数を追加 / Added floor_type * argument to spell_learnable()

4 years ago[Refactor] #38997 see_monster() にfloor_type * 引数を追加 / Added floor_type * argument...
Hourier [Sat, 11 Jan 2020 06:13:38 +0000 (15:13 +0900)]
[Refactor] #38997 see_monster() にfloor_type * 引数を追加 / Added floor_type * argument to see_monster()

4 years ago[Refactor] #38997 summon_Guardian() を summon_guardian() に改名 / Renamed summon_Guardian...
Hourier [Sat, 11 Jan 2020 06:08:33 +0000 (15:08 +0900)]
[Refactor] #38997 summon_Guardian() を summon_guardian() に改名 / Renamed summon_Guardian() to summon_guardian()

4 years ago[Refactor] #38997 *monspell_message*() にplayer_type * 引数を追加 / Added player_type ...
Hourier [Sat, 11 Jan 2020 06:07:01 +0000 (15:07 +0900)]
[Refactor] #38997 *monspell_message*() にplayer_type * 引数を追加 / Added player_type * argument to *monspell_message*()

4 years ago[Refactor] #38997 pseudo_plev() の関数マクロをget_pseudo_monster_level() に差し替え / Changed...
Hourier [Sat, 11 Jan 2020 05:35:42 +0000 (14:35 +0900)]
[Refactor] #38997 pseudo_plev() の関数マクロをget_pseudo_monster_level() に差し替え / Changed macro function pseudo_plev() to normal function get_pseudo_monster_level()

4 years ago[Refactor] #38997 mspells2.cの整形 / Reshaped mspells2.c
Hourier [Sat, 11 Jan 2020 05:20:28 +0000 (14:20 +0900)]
[Refactor] #38997 mspells2.cの整形 / Reshaped mspells2.c

4 years ago[Refactor] #38997 mspells2.c にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sat, 11 Jan 2020 05:10:48 +0000 (14:10 +0900)]
[Refactor] #38997 mspells2.c にplayer_type * 引数を追加 / Added player_type * argument to mspells2.c

4 years ago[Refactor] #38997 mspells1.cの整形 / Reshaped mspells1.c
Hourier [Sat, 11 Jan 2020 05:07:33 +0000 (14:07 +0900)]
[Refactor] #38997 mspells1.cの整形 / Reshaped mspells1.c

4 years ago[Fix] #39587 英文校正("temporal" → "temporary") / Proofreading English "temporal" to...
deskull [Sat, 11 Jan 2020 05:02:41 +0000 (14:02 +0900)]
[Fix] #39587 英文校正("temporal" → "temporary") / Proofreading English "temporal" to "temporary".

4 years ago[Refactor] #38997 adjacent_grid_check() にplayer_type * 引数を追加 / Added player_type...
Hourier [Sat, 11 Jan 2020 04:51:31 +0000 (13:51 +0900)]
[Refactor] #38997 adjacent_grid_check() にplayer_type * 引数を追加 / Added player_type * argument to adjacent_grid_check()

4 years ago[Refactor] #38997 spell_special() にplayer_type * 引数を追加 / Added player_type * argument...
Hourier [Sat, 11 Jan 2020 04:48:44 +0000 (13:48 +0900)]
[Refactor] #38997 spell_special() にplayer_type * 引数を追加 / Added player_type * argument to spell_special()

4 years ago[Refactor] #38997 breath() にplayer_type * 引数を追加 / Added player_type * argument to...
Hourier [Sat, 11 Jan 2020 04:47:02 +0000 (13:47 +0900)]
[Refactor] #38997 breath() にplayer_type * 引数を追加 / Added player_type * argument to breath()

4 years ago[Refactor] #38997 beam() にplayer_type * 引数を追加 / Added player_type * argument to beam()
Hourier [Sat, 11 Jan 2020 04:35:21 +0000 (13:35 +0900)]
[Refactor] #38997 beam() にplayer_type * 引数を追加 / Added player_type * argument to beam()

4 years ago[Refactor] #38997 bolt() にplayer_type * 引数を追加 / Added player_type * argument to bolt()
Hourier [Sat, 11 Jan 2020 04:33:48 +0000 (13:33 +0900)]
[Refactor] #38997 bolt() にplayer_type * 引数を追加 / Added player_type * argument to bolt()