OSDN Git Service

hengbandforosx/hengbandosx.git
4 years agoMerge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2
Eric Branlund [Mon, 29 Jun 2020 21:18:55 +0000 (14:18 -0700)]
Merge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2

4 years ago[Refactor] #40514 calc_to_hit() を calc_bonuses() から分離. / Separated calc_to_hit()...
deskull [Mon, 29 Jun 2020 16:26:07 +0000 (01:26 +0900)]
[Refactor] #40514 calc_to_hit() を calc_bonuses() から分離. / Separated calc_to_hit() from calc_bonuses().

4 years ago[Refactor] #40514 calc_intra_vision() を calc_bonuses() から分離. / Separated calc_intra_v...
deskull [Mon, 29 Jun 2020 16:02:52 +0000 (01:02 +0900)]
[Refactor] #40514 calc_intra_vision() を calc_bonuses() から分離. / Separated calc_intra_vision() from calc_bonuses().

4 years ago[Fix] #40514 魔法防御のリファクタリングミスを修正. / Fix mistake refactoring of saving throw calculation.
deskull [Mon, 29 Jun 2020 15:49:04 +0000 (00:49 +0900)]
[Fix] #40514 魔法防御のリファクタリングミスを修正. / Fix mistake refactoring of saving throw calculation.

4 years ago[Refactor][Fix] #40514 calc_search_freq() を calc_bonuses() から分離.隠密計算のリファクタリングミスを修正...
deskull [Mon, 29 Jun 2020 15:42:09 +0000 (00:42 +0900)]
[Refactor][Fix] #40514 calc_search_freq() を calc_bonuses() から分離.隠密計算のリファクタリングミスを修正. / Separated calc_search_freq() from calc_bonuses(). Fix mistake refactoring of stealth calculation.

4 years ago[Refactor] #40514 calc_search() を calc_bonuses() から分離. / Separated calc_search()...
deskull [Mon, 29 Jun 2020 04:28:21 +0000 (13:28 +0900)]
[Refactor] #40514 calc_search() を calc_bonuses() から分離. / Separated calc_search() from calc_bonuses().

4 years agoMerge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2
Eric Branlund [Sun, 28 Jun 2020 22:03:28 +0000 (15:03 -0700)]
Merge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2

4 years ago[Fix] #40514 calc_saving_throw() のミス修正. / Fix mistake of calc_saving_throw().
deskull [Sun, 28 Jun 2020 15:54:00 +0000 (00:54 +0900)]
[Fix] #40514 calc_saving_throw() のミス修正. / Fix mistake of calc_saving_throw().

4 years ago[Refactor] #40514 calc_saving_throw() を calc_bonuses() から分離. / Separated calc_saving_...
deskull [Sun, 28 Jun 2020 15:47:24 +0000 (00:47 +0900)]
[Refactor] #40514 calc_saving_throw() を calc_bonuses() から分離. / Separated calc_saving_throw() from calc_bonuses().

4 years ago[Refactor] #40514 calc_device_ability() を calc_bonuses() から分離. / Separated calc_devic...
deskull [Sun, 28 Jun 2020 15:37:04 +0000 (00:37 +0900)]
[Refactor] #40514 calc_device_ability() を calc_bonuses() から分離. / Separated calc_device_ability() from calc_bonuses().

4 years ago[Refactor] #40514 一部計算処理をcalc_stealth()へ移動. / Moved some calculation processing to...
deskull [Sun, 28 Jun 2020 15:23:09 +0000 (00:23 +0900)]
[Refactor] #40514 一部計算処理をcalc_stealth()へ移動. / Moved some calculation processing to calc_stealth().

4 years ago[Refactor] #40514 calc_disarming() を calc_bonuses() から分離. / Separated calc_disarming...
deskull [Sun, 28 Jun 2020 15:12:29 +0000 (00:12 +0900)]
[Refactor] #40514 calc_disarming() を calc_bonuses() から分離. / Separated calc_disarming() from calc_bonuses().

4 years ago[Refactor] #40514 calc_stealth() を calc_bonuses() から分離. / Separated calc_stealth...
deskull [Sun, 28 Jun 2020 13:53:45 +0000 (22:53 +0900)]
[Refactor] #40514 calc_stealth() を calc_bonuses() から分離. / Separated calc_stealth() from calc_bonuses().

4 years agoMerge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2
Eric Branlund [Sun, 28 Jun 2020 01:51:17 +0000 (18:51 -0700)]
Merge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2

4 years ago[Refactor] #40514 [Refactor] #37353 calc_equipment_status() を calc_bonuses() から分離...
deskull [Sat, 27 Jun 2020 15:45:12 +0000 (00:45 +0900)]
[Refactor] #40514 [Refactor] #37353 calc_equipment_status() を calc_bonuses() から分離. player-class.c 内の警告を修正. / Separated calc_equipment_status() from calc_bonuses(), Fixed the warning in player-class.c.

4 years ago[Refactor] #37353 さらに時限効果を calc_bonuses() から calc_timelimit_status() へ移動. / Furthermo...
deskull [Sat, 27 Jun 2020 14:57:11 +0000 (23:57 +0900)]
[Refactor] #37353 さらに時限効果を calc_bonuses() から calc_timelimit_status() へ移動. / Furthermore, moved the timed effect from calc_bonuses() to calc_timelimit_status().

4 years ago[Refactor] #37353 calc_timelimit_status() を calc_bonuses() から分離. player-class.c 内の警告を...
deskull [Sat, 27 Jun 2020 14:46:54 +0000 (23:46 +0900)]
[Refactor] #37353 calc_timelimit_status() を calc_bonuses() から分離. player-class.c 内の警告を修正. / Separated calc_timelimit_status() from calc_bonuses(), Fixed the warning in player-class.c.

4 years agoMerge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2
Eric Branlund [Sat, 27 Jun 2020 02:17:26 +0000 (19:17 -0700)]
Merge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2

4 years ago[Refactor] #37353 calc_class_status() を calc_bonuses() から分離. / Separated calc_class_s...
deskull [Wed, 24 Jun 2020 16:32:19 +0000 (01:32 +0900)]
[Refactor] #37353 calc_class_status() を calc_bonuses() から分離. / Separated calc_class_status() from calc_bonuses().

4 years ago[Refactor] #37353 calc_race_status(), calc_bonuses(), clear_creature_bonuses() 各間の処理を...
deskull [Wed, 24 Jun 2020 16:24:23 +0000 (01:24 +0900)]
[Refactor] #37353 calc_race_status(), calc_bonuses(), clear_creature_bonuses() 各間の処理を整理. /  Clean up the processing between calc_race_status(), calc_bonuses() and clear_creature_bonuses().

4 years agoCorrected typo for monster-power-table.h so 'make DISTCHECK_CONFIGURE_FLAGS=--disable...
Eric Branlund [Tue, 23 Jun 2020 18:35:15 +0000 (11:35 -0700)]
Corrected typo for monster-power-table.h so 'make DISTCHECK_CONFIGURE_FLAGS=--disable-japanese distcheck' works.

4 years agoMerge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2
Eric Branlund [Tue, 23 Jun 2020 18:25:49 +0000 (11:25 -0700)]
Merge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2

4 years ago[Refactor] #37353 calc_race_status() を calc_bonuses() から分離.pspeed を s16b 型に変更して計算の新旧処...
deskull [Tue, 23 Jun 2020 14:56:49 +0000 (23:56 +0900)]
[Refactor] #37353 calc_race_status() を calc_bonuses() から分離.pspeed を s16b 型に変更して計算の新旧処理を修正. / Separated calc_race_status() from calc_bonuses(). Changed pspeed to s16b type and fixed old and new processing of calculation.

4 years ago[Refactor] #37353 clear_creature_bonuses() を calc_bonuses() から分離. / Separated clear_c...
deskull [Tue, 23 Jun 2020 14:28:18 +0000 (23:28 +0900)]
[Refactor] #37353 clear_creature_bonuses() を calc_bonuses() から分離. / Separated clear_creature_bonuses() from calc_bonuses().

4 years ago[Refactor] #40467 Reshaped load.c automatically
Hourier [Sat, 20 Jun 2020 14:20:22 +0000 (23:20 +0900)]
[Refactor] #40467 Reshaped load.c automatically

4 years ago[Refactor] #40483 Moved bar_definition_type from display-main-window.c to stat-bars...
Hourier [Sat, 20 Jun 2020 14:15:23 +0000 (23:15 +0900)]
[Refactor] #40483 Moved bar_definition_type from display-main-window.c to stat-bars-table.h

4 years ago[Refactor] #40483 Reshaped display-main-window.c
Hourier [Sat, 20 Jun 2020 14:10:51 +0000 (23:10 +0900)]
[Refactor] #40483 Reshaped display-main-window.c

4 years ago[Refactor] #40483 Removed the inclusion of grid.h from rooms.h
Hourier [Sat, 20 Jun 2020 13:08:59 +0000 (22:08 +0900)]
[Refactor] #40483 Removed the inclusion of grid.h from rooms.h

4 years ago[Refactor] #40483 Removed the inclusion of grid.h from grid.h
Hourier [Sat, 20 Jun 2020 13:04:46 +0000 (22:04 +0900)]
[Refactor] #40483 Removed the inclusion of grid.h from grid.h

4 years ago[Refactor] #40483 Removed the inclusion of feature.h from floor.h
Hourier [Sat, 20 Jun 2020 12:17:09 +0000 (21:17 +0900)]
[Refactor] #40483 Removed the inclusion of feature.h from floor.h

4 years ago[Refactor] #40483 Adjusted declerations in feature.h
Hourier [Sat, 20 Jun 2020 12:11:25 +0000 (21:11 +0900)]
[Refactor] #40483 Adjusted declerations in feature.h

4 years ago[Refactor] #40483 Changed panel_contains() from macro function to normal function
Hourier [Sat, 20 Jun 2020 12:05:02 +0000 (21:05 +0900)]
[Refactor] #40483 Changed panel_contains() from macro function to normal function

4 years ago[Refactor] #40483 Separated main-window-row-column.h from display-main-window.c
Hourier [Sat, 20 Jun 2020 11:54:19 +0000 (20:54 +0900)]
[Refactor] #40483 Separated main-window-row-column.h from display-main-window.c

4 years ago[Refactor] #40483 Separated status-bars-table.c/h from display-main-window.c
Hourier [Sat, 20 Jun 2020 11:50:44 +0000 (20:50 +0900)]
[Refactor] #40483 Separated status-bars-table.c/h from display-main-window.c

4 years ago[Refactor] #40483 Reshaped display-main-window.c automatically
Hourier [Sat, 20 Jun 2020 10:20:57 +0000 (19:20 +0900)]
[Refactor] #40483 Reshaped display-main-window.c automatically

4 years ago[Refactor] #40483 display-main-window.c において1行ごとに挟まれていたコメントを削除 / Removed many comment...
Hourier [Sat, 20 Jun 2020 08:09:44 +0000 (17:09 +0900)]
[Refactor] #40483 display-main-window.c において1行ごとに挟まれていたコメントを削除 / Removed many comments per 1line in display-main-window.c

4 years ago[Refactor] #40478 Reshaped mspells*.c automatically
Hourier [Sat, 20 Jun 2020 06:38:02 +0000 (15:38 +0900)]
[Refactor] #40478 Reshaped mspells*.c automatically

4 years ago[Refactor] #40478 mspells*.c において1行ごとに挟まれていたコメントを削除 / Removed many comments per 1line...
Hourier [Sat, 20 Jun 2020 06:27:06 +0000 (15:27 +0900)]
[Refactor] #40478 mspells*.c において1行ごとに挟まれていたコメントを削除 / Removed many comments per 1line in mspells*.c

4 years ago[Refactor] #40478 Divided monster-spells.h to mspells1.h, mspells2.h and mspells3.h
Hourier [Sat, 20 Jun 2020 06:12:01 +0000 (15:12 +0900)]
[Refactor] #40478 Divided monster-spells.h to mspells1.h, mspells2.h and mspells3.h

4 years ago[Refactor] #40478 Separated monster-power-table.c/h from monster-spell.h
Hourier [Sat, 20 Jun 2020 05:51:02 +0000 (14:51 +0900)]
[Refactor] #40478 Separated monster-power-table.c/h from monster-spell.h

4 years ago[Refactor] #40478 Moved various definitions from monster-spell.h to mspell-util.h
Hourier [Sat, 20 Jun 2020 05:10:58 +0000 (14:10 +0900)]
[Refactor] #40478 Moved various definitions from monster-spell.h to mspell-util.h

4 years agoInclude util/angband-files.h to pick up prototype for path_build().
Eric Branlund [Mon, 15 Jun 2020 06:08:00 +0000 (23:08 -0700)]
Include util/angband-files.h to pick up prototype for path_build().

4 years agoInclude core/asking-player.h to get prototype for pause_line().
Eric Branlund [Mon, 15 Jun 2020 06:05:25 +0000 (23:05 -0700)]
Include core/asking-player.h to get prototype for pause_line().

4 years agoInclude util/angband-files.h to get prototype for user_name().
Eric Branlund [Mon, 15 Jun 2020 06:04:22 +0000 (23:04 -0700)]
Include util/angband-files.h to get prototype for user_name().

4 years agoInclude util/string-processor.h to get prototype for angband_strchr.
Eric Branlund [Mon, 15 Jun 2020 06:03:04 +0000 (23:03 -0700)]
Include util/string-processor.h to get prototype for angband_strchr.

4 years agoPut prototypes inside include guard.
Eric Branlund [Mon, 15 Jun 2020 05:53:53 +0000 (22:53 -0700)]
Put prototypes inside include guard.

4 years agoInclude util/string-processor.h to pick up prototype for angband_strstr() and avoid...
Eric Branlund [Mon, 15 Jun 2020 05:49:42 +0000 (22:49 -0700)]
Include util/string-processor.h to pick up prototype for angband_strstr() and avoid pointer to integer conversion which causes a crash in path_parse().

4 years agoAdded missing semicolon to fix compiler error.
Eric Branlund [Mon, 15 Jun 2020 02:24:40 +0000 (19:24 -0700)]
Added missing semicolon to fix compiler error.

4 years agoIncluded util/string-processor.h to pick up prototype for angband_strcpy().
Eric Branlund [Mon, 15 Jun 2020 02:23:29 +0000 (19:23 -0700)]
Included util/string-processor.h to pick up prototype for angband_strcpy().

4 years agoIncluded util/angband-files.h to pick up prototypes for fd_close() and path_build().
Eric Branlund [Mon, 15 Jun 2020 02:21:42 +0000 (19:21 -0700)]
Included util/angband-files.h to pick up prototypes for fd_close() and path_build().

4 years agoAdded realm/realm-song-numbers.h to source list so 'make DISTCHECK_CONFIGURE_FLAGS...
Eric Branlund [Mon, 15 Jun 2020 02:11:32 +0000 (19:11 -0700)]
Added realm/realm-song-numbers.h to source list so 'make DISTCHECK_CONFIGURE_FLAGS=--disable-japanese distcheck' works.

4 years agoCorrected typo for mind/drs-types.h so 'make DISTCHECK_CONFIGURE_FLAGS=--disable...
Eric Branlund [Mon, 15 Jun 2020 02:05:15 +0000 (19:05 -0700)]
Corrected typo for mind/drs-types.h so 'make DISTCHECK_CONFIGURE_FLAGS=--disable-japanese distcheck' works.

4 years agoRemoved repeated line in source list.
Eric Branlund [Mon, 15 Jun 2020 01:59:47 +0000 (18:59 -0700)]
Removed repeated line in source list.

4 years agoChanged type for init_flags to match what is in system-variables.h.
Eric Branlund [Mon, 15 Jun 2020 01:55:18 +0000 (18:55 -0700)]
Changed type for init_flags to match what is in system-variables.h.

4 years agoIncluded term/screen-processor.h to pick up prototype for prt().
Eric Branlund [Mon, 15 Jun 2020 01:53:12 +0000 (18:53 -0700)]
Included term/screen-processor.h to pick up prototype for prt().

4 years agoIncluded view/display-messages.h to pick up declaration of msg_flag.
Eric Branlund [Mon, 15 Jun 2020 01:51:46 +0000 (18:51 -0700)]
Included view/display-messages.h to pick up declaration of msg_flag.

4 years agoList of source files had mspell/mspell-summon-checker.{c,h} rather than mspell/summon...
Eric Branlund [Mon, 15 Jun 2020 01:14:03 +0000 (18:14 -0700)]
List of source files had mspell/mspell-summon-checker.{c,h} rather than mspell/summon-checker.{c,h}.

4 years agoCorrected typo for game-option/auto-destruction-option.{c,h} in the list of source...
Eric Branlund [Mon, 15 Jun 2020 01:08:13 +0000 (18:08 -0700)]
Corrected typo for game-option/auto-destruction-option.{c,h} in the list of source files.

4 years agoAdapted to upstream change that moved vorpal-weapon.{c,h} from combat to object-enchant.
Eric Branlund [Mon, 15 Jun 2020 01:05:57 +0000 (18:05 -0700)]
Adapted to upstream change that moved vorpal-weapon.{c,h} from combat to object-enchant.

4 years ago[Refactor] #40478 Separated mspell-mask-definitions.h from monster-spell.h
Hourier [Sat, 20 Jun 2020 04:53:52 +0000 (13:53 +0900)]
[Refactor] #40478 Separated mspell-mask-definitions.h from monster-spell.h

4 years ago[Refactor] #40478 Moved spell_flag_type from monster-spell.h to mspell-damage-calcula...
Hourier [Sat, 20 Jun 2020 04:43:31 +0000 (13:43 +0900)]
[Refactor] #40478 Moved spell_flag_type from monster-spell.h to mspell-damage-calculator.h

4 years ago[Refactor] #40478 Separated mind-blue-mage.h from monster-spell.h
Hourier [Sat, 20 Jun 2020 04:35:15 +0000 (13:35 +0900)]
[Refactor] #40478 Separated mind-blue-mage.h from monster-spell.h

4 years ago[Refactor] #40478 Moved RF*_SPELL_SIZE from monster-spell.h to mspell-summon.c
Hourier [Sat, 20 Jun 2020 04:30:35 +0000 (13:30 +0900)]
[Refactor] #40478 Moved RF*_SPELL_SIZE from monster-spell.h to mspell-summon.c

4 years ago[Refactor] #40478 Moved S_NUM_6 and S_NUM_4 from monster-spell.h to mspell-summon.c
Hourier [Sat, 20 Jun 2020 04:28:03 +0000 (13:28 +0900)]
[Refactor] #40478 Moved S_NUM_6 and S_NUM_4 from monster-spell.h to mspell-summon.c

4 years ago[Refactor] #38844 Removed inclusion of cmd-building.h from angband.h
Hourier [Mon, 15 Jun 2020 11:15:15 +0000 (20:15 +0900)]
[Refactor] #38844 Removed inclusion of cmd-building.h from angband.h

4 years ago[Refactor] #38844 Continued removing inclusion of monster-race.h in angband.h
Hourier [Mon, 15 Jun 2020 10:15:53 +0000 (19:15 +0900)]
[Refactor] #38844 Continued removing inclusion of monster-race.h in angband.h

4 years ago[Refactor] #38844 Removed inclusion of monster-race.h in angband.h
Hourier [Mon, 15 Jun 2020 09:29:51 +0000 (18:29 +0900)]
[Refactor] #38844 Removed inclusion of monster-race.h in angband.h

4 years agoInclude util/angband-files.h to pick up prototype for path_build().
Eric Branlund [Mon, 15 Jun 2020 06:08:00 +0000 (23:08 -0700)]
Include util/angband-files.h to pick up prototype for path_build().

4 years agoInclude core/asking-player.h to get prototype for pause_line().
Eric Branlund [Mon, 15 Jun 2020 06:05:25 +0000 (23:05 -0700)]
Include core/asking-player.h to get prototype for pause_line().

4 years agoInclude util/angband-files.h to get prototype for user_name().
Eric Branlund [Mon, 15 Jun 2020 06:04:22 +0000 (23:04 -0700)]
Include util/angband-files.h to get prototype for user_name().

4 years agoInclude util/string-processor.h to get prototype for angband_strchr.
Eric Branlund [Mon, 15 Jun 2020 06:03:04 +0000 (23:03 -0700)]
Include util/string-processor.h to get prototype for angband_strchr.

4 years agoPut prototypes inside include guard.
Eric Branlund [Mon, 15 Jun 2020 05:53:53 +0000 (22:53 -0700)]
Put prototypes inside include guard.

4 years agoInclude util/string-processor.h to pick up prototype for angband_strstr() and avoid...
Eric Branlund [Mon, 15 Jun 2020 05:49:42 +0000 (22:49 -0700)]
Include util/string-processor.h to pick up prototype for angband_strstr() and avoid pointer to integer conversion which causes a crash in path_parse().

4 years agoAdded missing semicolon to fix compiler error.
Eric Branlund [Mon, 15 Jun 2020 02:24:40 +0000 (19:24 -0700)]
Added missing semicolon to fix compiler error.

4 years agoIncluded util/string-processor.h to pick up prototype for angband_strcpy().
Eric Branlund [Mon, 15 Jun 2020 02:23:29 +0000 (19:23 -0700)]
Included util/string-processor.h to pick up prototype for angband_strcpy().

4 years agoIncluded util/angband-files.h to pick up prototypes for fd_close() and path_build().
Eric Branlund [Mon, 15 Jun 2020 02:21:42 +0000 (19:21 -0700)]
Included util/angband-files.h to pick up prototypes for fd_close() and path_build().

4 years agoAdded realm/realm-song-numbers.h to source list so 'make DISTCHECK_CONFIGURE_FLAGS...
Eric Branlund [Mon, 15 Jun 2020 02:11:32 +0000 (19:11 -0700)]
Added realm/realm-song-numbers.h to source list so 'make DISTCHECK_CONFIGURE_FLAGS=--disable-japanese distcheck' works.

4 years agoRemoved src/util/util.c - inadvertently left in place after merging from upstream.
Eric Branlund [Mon, 15 Jun 2020 02:10:42 +0000 (19:10 -0700)]
Removed src/util/util.c - inadvertently left in place after merging from upstream.

4 years agoCorrected typo for mind/drs-types.h so 'make DISTCHECK_CONFIGURE_FLAGS=--disable...
Eric Branlund [Mon, 15 Jun 2020 02:05:15 +0000 (19:05 -0700)]
Corrected typo for mind/drs-types.h so 'make DISTCHECK_CONFIGURE_FLAGS=--disable-japanese distcheck' works.

4 years agoRemoved repeated line in source list.
Eric Branlund [Mon, 15 Jun 2020 01:59:47 +0000 (18:59 -0700)]
Removed repeated line in source list.

4 years agoAdapted to upstream change that renamed my_strcpy to angband_strcpy and placed the...
Eric Branlund [Mon, 15 Jun 2020 01:58:23 +0000 (18:58 -0700)]
Adapted to upstream change that renamed my_strcpy to angband_strcpy and placed the prototype in util/string-processor.h.

4 years agoChanged type for init_flags to match what is in system-variables.h.
Eric Branlund [Mon, 15 Jun 2020 01:55:18 +0000 (18:55 -0700)]
Changed type for init_flags to match what is in system-variables.h.

4 years agoIncluded term/screen-processor.h to pick up prototype for prt().
Eric Branlund [Mon, 15 Jun 2020 01:53:12 +0000 (18:53 -0700)]
Included term/screen-processor.h to pick up prototype for prt().

4 years agoIncluded view/display-messages.h to pick up declaration of msg_flag.
Eric Branlund [Mon, 15 Jun 2020 01:51:46 +0000 (18:51 -0700)]
Included view/display-messages.h to pick up declaration of msg_flag.

4 years agoAdapted to upstream change that moved the prototype for msg_format() to view/display...
Eric Branlund [Mon, 15 Jun 2020 01:48:44 +0000 (18:48 -0700)]
Adapted to upstream change that moved the prototype for msg_format() to view/display-messages.h.

4 years agoAdapted to upstream change that moved the declaration for window_flag to game-option...
Eric Branlund [Mon, 15 Jun 2020 01:46:32 +0000 (18:46 -0700)]
Adapted to upstream change that moved the declaration for window_flag to game-option/option-flags.h.

4 years agoAdapted to upstream change that moved the declaration of TERM_WHITE to term/term...
Eric Branlund [Mon, 15 Jun 2020 01:42:52 +0000 (18:42 -0700)]
Adapted to upstream change that moved the declaration of TERM_WHITE to term/term-color-types.h.

4 years agoAdapted to upstream change that moved the declaration for inkey_flag to io/input...
Eric Branlund [Mon, 15 Jun 2020 01:41:09 +0000 (18:41 -0700)]
Adapted to upstream change that moved the declaration for inkey_flag to io/input-key-acceptor.h.

4 years agoAdapted to upstream change that moved the prototype for put_str() to term/screen...
Eric Branlund [Mon, 15 Jun 2020 01:39:34 +0000 (18:39 -0700)]
Adapted to upstream change that moved the prototype for put_str() to term/screen-processor.h.

4 years agoAdapted to upstream change that moved the declaration for msg_flag to display-messages.h.
Eric Branlund [Mon, 15 Jun 2020 01:37:50 +0000 (18:37 -0700)]
Adapted to upstream change that moved the declaration for msg_flag to display-messages.h.

4 years agoAdapted to upstream change that moved the declaration for use_graphics to game-option...
Eric Branlund [Mon, 15 Jun 2020 01:34:08 +0000 (18:34 -0700)]
Adapted to upstream change that moved the declaration for use_graphics to game-option/special-options.h and the declartion for arg_bigtile to game-option/runtime-arguments.h.

4 years agoAdapted to upstream change that moved prototype for pause_line() to core/asking-player.h.
Eric Branlund [Mon, 15 Jun 2020 01:31:36 +0000 (18:31 -0700)]
Adapted to upstream change that moved prototype for pause_line() to core/asking-player.h.

4 years agoAdapted to upstream changes that renamed the replacements for standard C file IO...
Eric Branlund [Mon, 15 Jun 2020 01:28:31 +0000 (18:28 -0700)]
Adapted to upstream changes that renamed the replacements for standard C file IO and put the prototypes in util/angband-files.h.

4 years agoAdapted to upstream change that moved prototype for reset_visuals() to core/visuals_r...
Eric Branlund [Mon, 15 Jun 2020 01:20:16 +0000 (18:20 -0700)]
Adapted to upstream change that moved prototype for reset_visuals() to core/visuals_reseter.h.

4 years agoList of source files had mspell/mspell-summon-checker.{c,h} rather than mspell/summon...
Eric Branlund [Mon, 15 Jun 2020 01:14:03 +0000 (18:14 -0700)]
List of source files had mspell/mspell-summon-checker.{c,h} rather than mspell/summon-checker.{c,h}.

4 years agoCorrected typo for game-option/auto-destruction-option.{c,h} in the list of source...
Eric Branlund [Mon, 15 Jun 2020 01:08:13 +0000 (18:08 -0700)]
Corrected typo for game-option/auto-destruction-option.{c,h} in the list of source files.

4 years agoAdapted to upstream change that moved vorpal-weapon.{c,h} from combat to object-enchant.
Eric Branlund [Mon, 15 Jun 2020 01:05:57 +0000 (18:05 -0700)]
Adapted to upstream change that moved vorpal-weapon.{c,h} from combat to object-enchant.

4 years agoMerge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2
Eric Branlund [Mon, 15 Jun 2020 01:01:06 +0000 (18:01 -0700)]
Merge branch 'For2.2.2-Refactoring' into For2.2.2-Refactoring-Cocoa2

4 years agoMerge remote-tracking branch 'remotes/origin/List-Dead-Uniques' into For2.2.2-Refactoring
deskull [Sun, 14 Jun 2020 15:16:37 +0000 (00:16 +0900)]
Merge remote-tracking branch 'remotes/origin/List-Dead-Uniques' into For2.2.2-Refactoring

4 years agoMerge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2...
deskull [Sun, 14 Jun 2020 14:17:47 +0000 (23:17 +0900)]
Merge remote-tracking branch 'remotes/origin/For2.2.2-Fix-Hourier' into For2.2.2-Refactoring