OSDN Git Service

hengband/hengband.git
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()

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

4 years ago[Refactor] #38997 summon_possible() とraise_possible() にfloor_type * 引数を追加 / Added...
Hourier [Sat, 11 Jan 2020 04:12:52 +0000 (13:12 +0900)]
[Refactor] #38997 summon_possible() とraise_possible() にfloor_type * 引数を追加 / Added floor_type * argument to summon_possible() and raise_possible()

4 years ago[Refactor] #38997 mspells1.cにDoxygen用コメント追加&空行調整 / Added comments for Doxygen and...
Hourier [Sat, 11 Jan 2020 04:02:39 +0000 (13:02 +0900)]
[Refactor] #38997 mspells1.cにDoxygen用コメント追加&空行調整 / Added comments for Doxygen and added/removed blank lines in object2.c

4 years ago[Refactor] #37353 bool型の返り値に付いていたカッコを除去 / Removed parenthesis from 'return (TRUE...
Hourier [Sat, 11 Jan 2020 03:55:39 +0000 (12:55 +0900)]
[Refactor] #37353 bool型の返り値に付いていたカッコを除去 / Removed parenthesis from 'return (TRUE)' and 'return (FALSE)' to 'return TRUE' and 'return FALSE'

4 years ago[Refactor] #38997 object2.cの整形修正 / Fixed reshaped object2.c
Hourier [Fri, 10 Jan 2020 18:14:29 +0000 (03:14 +0900)]
[Refactor] #38997 object2.cの整形修正 / Fixed reshaped object2.c

4 years ago[Refactor] #38997 object2.cの整形 / Reshaped object2.c
Hourier [Fri, 10 Jan 2020 18:07:48 +0000 (03:07 +0900)]
[Refactor] #38997 object2.cの整形 / Reshaped object2.c

4 years ago[Refactor] #38997 floor_item_optimize() にfloor_type *引数を追加 / Added floor_type * argum...
Hourier [Fri, 10 Jan 2020 17:32:33 +0000 (02:32 +0900)]
[Refactor] #38997 floor_item_optimize() にfloor_type *引数を追加 / Added floor_type * argument to floor_item_optimize()

4 years ago[Refactor] #38997 floor_item_increase() にfloor_type *引数を追加 / Added floor_type * argum...
Hourier [Fri, 10 Jan 2020 17:25:38 +0000 (02:25 +0900)]
[Refactor] #38997 floor_item_increase() にfloor_type *引数を追加 / Added floor_type * argument to floor_item_increase()

4 years ago[Refactor] #38997 floor_item_describe() にfloor_type *引数を追加し、ヘッダから削除 / Added floor_typ...
Hourier [Fri, 10 Jan 2020 17:17:22 +0000 (02:17 +0900)]
[Refactor] #38997 floor_item_describe() にfloor_type *引数を追加し、ヘッダから削除 / Added floor_type * argument to floor_item_describe() and removed the definition from object.h

4 years ago[Refactor] #38997 floor_item_charges() にfloor_type *引数を追加 / Added floor_type * argume...
Hourier [Fri, 10 Jan 2020 17:12:09 +0000 (02:12 +0900)]
[Refactor] #38997 floor_item_charges() にfloor_type *引数を追加 / Added floor_type * argument to floor_item_charges()

4 years ago[Refactor] #38997 inven_item_optimize() にplayer_type *引数を追加 / Added player_type ...
Hourier [Fri, 10 Jan 2020 17:08:13 +0000 (02:08 +0900)]
[Refactor] #38997 inven_item_optimize() にplayer_type *引数を追加 / Added player_type * argument to inven_item_optimize()

4 years ago[Refactor] #38997 display_koff() にplayer_type *引数を追加 / Added player_type * argument...
Hourier [Fri, 10 Jan 2020 17:02:09 +0000 (02:02 +0900)]
[Refactor] #38997 display_koff() にplayer_type *引数を追加 / Added player_type * argument to display_koff()

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

4 years ago[Refactor] #38997 inven_item_increase()、inven_takeoff() にplayer_type *引数を追加&少し整形...
Hourier [Fri, 10 Jan 2020 14:42:11 +0000 (23:42 +0900)]
[Refactor] #38997 inven_item_increase()、inven_takeoff() にplayer_type *引数を追加&少し整形 / Added player_type *argument to inven_item_increase() and inven_takeoff() and reshaped code a little

4 years ago[Refactor] #38997 inven_item_describe()、vary_item() にplayer_type *引数を追加 / Added playe...
Hourier [Fri, 10 Jan 2020 14:12:21 +0000 (23:12 +0900)]
[Refactor] #38997 inven_item_describe()、vary_item() にplayer_type *引数を追加 / Added player_type *argument to inven_item_describe() and vary_item()

4 years ago[Refactor] #38997 inven_item_charges() にplayer_type *引数を追加 / Added player_type *argum...
Hourier [Fri, 10 Jan 2020 14:00:07 +0000 (23:00 +0900)]
[Refactor] #38997 inven_item_charges() にplayer_type *引数を追加 / Added player_type *argument to inven_item_charges()

4 years ago[Refactor] #38997 make_gold() にfloor_type *引数を追加 / Added floor_type *argument to...
Hourier [Fri, 10 Jan 2020 13:50:45 +0000 (22:50 +0900)]
[Refactor] #38997 make_gold() にfloor_type *引数を追加 / Added floor_type *argument to make_gold()

4 years ago[Refactor] #38997 object_aware()、object_mention()、apply_magic_weapon() にplayer_type...
Hourier [Fri, 10 Jan 2020 13:38:57 +0000 (22:38 +0900)]
[Refactor] #38997 object_aware()、object_mention()、apply_magic_weapon() にplayer_type *引数を追加 / Added player_type *argument to object_aware(), object_mention() and apply_magic_weapon()

4 years ago[Refactor] #38997 get_obj_num() にplayer_type *引数を追加と、それに伴うfloor_type *からplayer_type...
Hourier [Fri, 10 Jan 2020 13:05:30 +0000 (22:05 +0900)]
[Refactor] #38997 get_obj_num() にplayer_type *引数を追加と、それに伴うfloor_type *からplayer_type *への差し替え / Added player_type *argument to get_obj_num() and replaced arguments from floor_type * to player_type *

4 years ago[Fix] #38997 level_gen() 中の while が無限ループになっていた問題を修正. / Fix endless while loop in...
deskull [Thu, 9 Jan 2020 16:19:45 +0000 (01:19 +0900)]
[Fix] #38997 level_gen() 中の while が無限ループになっていた問題を修正. / Fix endless while loop in level_gen().

4 years agoMerge remote-tracking branch 'remotes/origin/feature/Refactoring-Hourier' into For2...
deskull [Thu, 9 Jan 2020 15:52:25 +0000 (00:52 +0900)]
Merge remote-tracking branch 'remotes/origin/feature/Refactoring-Hourier' into For2.2.2-Refactoring

4 years ago[Modify] #38998 hradish氏に寄稿してもらったソース参考に sanity_blast() のペナルティを修正前と同程度になるよう軽減しつつ、セービング...
deskull [Thu, 9 Jan 2020 15:51:50 +0000 (00:51 +0900)]
[Modify] #38998 hradish氏に寄稿してもらったソース参考に sanity_blast() のペナルティを修正前と同程度になるよう軽減しつつ、セービングスローが逆効果にならないよう再度修正. / Fix sanity_blast() for penalty reduction and keeping saving throw with no opposite effect.

4 years ago[Refactor] #38997 inven_drop() を drop_from_inventory() に改名 / Renamed inven_drop(...
Hourier [Thu, 9 Jan 2020 14:44:45 +0000 (23:44 +0900)]
[Refactor] #38997 inven_drop() を drop_from_inventory() に改名 / Renamed inven_drop() to drop_from_inventory()

4 years ago[Refactor] #38997 o_pop()、drop_near()、inven_drop() にplayer_type *引数を追加 (コールチェーンが長いのでそ...
Hourier [Thu, 9 Jan 2020 14:40:58 +0000 (23:40 +0900)]
[Refactor] #38997 o_pop()、drop_near()、inven_drop() にplayer_type *引数を追加 (コールチェーンが長いのでその他省略) / Added player_type * argument to o_pop(), drop_near() and inven_drop() (Notes: Omitted description about other functions because call chains were too long)