From 7e275548c9a8eaaef5fe9bd5dbe4f5116f0492e8 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 18 Aug 2020 08:22:38 -0700 Subject: [PATCH 01/11] Removed cmd-action/cmd-throw.{c,h} from the list of sources since they are no longer present. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 151f9c06b..cf83cd6c4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -101,7 +101,6 @@ hengband_SOURCES = \ cmd-action/cmd-racial.c cmd-action/cmd-racial.h \ cmd-action/cmd-shoot.c cmd-action/cmd-shoot.h \ cmd-action/cmd-spell.c cmd-action/cmd-spell.h \ - cmd-action/cmd-throw.c cmd-action/cmd-throw.h \ cmd-action/cmd-travel.c cmd-action/cmd-travel.h \ cmd-action/cmd-tunnel.c cmd-action/cmd-tunnel.h \ \ -- 2.24.3 (Apple Git-128) From 1b921a6488b993f50b83c183624fb884d8ef6a13 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 18 Aug 2020 08:27:46 -0700 Subject: [PATCH 02/11] Removed object-enchant/artifact.{c,h{ from the list of source files since they are no longer present. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index cf83cd6c4..e86488881 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -546,7 +546,6 @@ hengband_SOURCES = \ object-enchant/apply-magic-armor.c object-enchant/apply-magic-armor.h \ object-enchant/apply-magic-others.c object-enchant/apply-magic-others.h \ object-enchant/apply-magic-weapon.c object-enchant/apply-magic-weapon.h \ - object-enchant/artifact.c object-enchant/artifact.h \ object-enchant/dragon-breaths-table.c object-enchant/dragon-breaths-table.h \ object-enchant/object-boost.c object-enchant/object-boost.h \ object-enchant/object-curse.c object-enchant/object-curse.h \ -- 2.24.3 (Apple Git-128) From 8b344d4e3ffd1564db5cd1c2a81ce6cbf2b30b7a Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 18 Aug 2020 08:30:37 -0700 Subject: [PATCH 03/11] Removed system/dungeon-data-definition.c from the list of source files: it isn't in the source tree. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index e86488881..39b9a307c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -758,7 +758,7 @@ hengband_SOURCES = \ system/alloc-entry-definition.h \ system/angband.h system/angband-version.h \ system/building-type-definition.c system/building-type-definition.h \ - system/dungeon-data-definition.c system/dungeon-data-definition.h \ + system/dungeon-data-definition.h \ system/floor-type-definition.h \ system/game-option-types.h \ system/h-basic.h system/h-config.h \ -- 2.24.3 (Apple Git-128) From c221e5961cc272189b96c2d2d4b0c803e171c07b Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 18 Aug 2020 08:33:23 -0700 Subject: [PATCH 04/11] Corrected typo for window/main-window-equipments.{c,h} in the list of source files. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 39b9a307c..fdbc5c373 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -823,7 +823,7 @@ hengband_SOURCES = \ window/main-window-row-column.h \ window/main-window-stat-poster.c window/main-window-stat-poster.h \ window/main-window-util.c window/main-window-util.h \ - window/main-window-equipment.c window/main-window-equipment.h \ + window/main-window-equipments.c window/main-window-equipments.h \ \ wizard/artifact-analyzer.c wizard/artifact-analyzer.h \ wizard/artifact-bias-table.c wizard/artifact-bias-table.h \ -- 2.24.3 (Apple Git-128) From 532a6f75c52361ba8cdba9029c7dc23ec59991c0 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 18 Aug 2020 08:49:40 -0700 Subject: [PATCH 05/11] Corrected typo for mspell/mspell-selector.{c,h} in the list of source files. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index fdbc5c373..5711d65e7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -507,7 +507,7 @@ hengband_SOURCES = \ mspell/mspell-special.c mspell/mspell-special.h \ mspell/mspell-status.c mspell/mspell-status.h \ mspell/mspell-particularity.c mspell/mspell-particularity.h \ - mspell/mspell-selector.hmspell/mspell-selector.h \ + mspell/mspell-selector.c mspell/mspell-selector.h \ mspell/smart-mspell-util.c mspell/smart-mspell-util.h \ mspell/specified-summon.c mspell/specified-summon.h \ mspell/summon-checker.c mspell/summon-checker.h \ -- 2.24.3 (Apple Git-128) From e04572a11ff336e1de781f37b7928c921edd62aa Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 18 Aug 2020 08:53:08 -0700 Subject: [PATCH 06/11] Added load/load-v1-7-0.{c,h} to the list of source files. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 5711d65e7..af9e56bf0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -345,6 +345,7 @@ hengband_SOURCES = \ load/load-util.c load/load-util.h \ load/load-v1-3-0.c load/load-v1-3-0.h \ load/load-v1-5-0.c load/load-v1-5-0.h \ + load/load-v1-7-0.c load/load-v1-7-0.h \ load/load-zangband.c load/load-zangband.h \ load/quest-loader.c load/quest-loader.h \ load/load.c load/load.h \ -- 2.24.3 (Apple Git-128) From 81d17bd12ee714ad56a7ba15dff39641de56fd65 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 18 Aug 2020 08:55:53 -0700 Subject: [PATCH 07/11] Added store/museum.{c,h} to the list of source files. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index af9e56bf0..9c1aaaa1f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -734,6 +734,7 @@ hengband_SOURCES = \ store/home.c store/home.h \ store/store.c store/store.h \ store/black-market.c store/black-market.h \ + store/museum.c store/museum.h \ store/pricing.c store/pricing.h \ store/purchase-order.c store/purchase-order.h \ store/owner-insults.c store/owner-insults.h \ -- 2.24.3 (Apple Git-128) From 998564742cfe69d0d1bf6be80ced6b1f4124926c Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 18 Aug 2020 09:23:38 -0700 Subject: [PATCH 08/11] Added cmd-item/cmd-throw.{c,h} to the list of source files. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 9c1aaaa1f..dd405ba65 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -129,6 +129,7 @@ hengband_SOURCES = \ cmd-item/cmd-quaff.c cmd-item/cmd-quaff.h \ cmd-item/cmd-read.c cmd-item/cmd-read.h \ cmd-item/cmd-smith.c cmd-item/cmd-smith.h \ + cmd-item/cmd-throw.c cmd-item/cmd-throw.h \ cmd-item/cmd-usestaff.c cmd-item/cmd-usestaff.h \ cmd-item/cmd-zaprod.c cmd-item/cmd-zaprod.h \ cmd-item/cmd-zapwand.c cmd-item/cmd-zapwand.h \ -- 2.24.3 (Apple Git-128) From 664b041b1ba5544279c659a297f6978339999c48 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 18 Aug 2020 09:26:55 -0700 Subject: [PATCH 09/11] Added system/artifact-type-definition.{c,h} to the list of source files. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index dd405ba65..8cc496c26 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -760,6 +760,7 @@ hengband_SOURCES = \ system/alloc-entries.c system/alloc-entries.h \ system/alloc-entry-definition.h \ system/angband.h system/angband-version.h \ + system/artifact-type-definition.c system/artifact-type-definition.h \ system/building-type-definition.c system/building-type-definition.h \ system/dungeon-data-definition.h \ system/floor-type-definition.h \ -- 2.24.3 (Apple Git-128) From bb4e9909cc43251360647ca7c46f6d8d5c5b2886 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 18 Aug 2020 09:29:21 -0700 Subject: [PATCH 10/11] Removed duplicate entry for fixed-art-generator.{c,h} in the list of source files. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8cc496c26..cc7cd6467 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,7 +23,6 @@ hengband_SOURCES = \ artifact/random-art-activation.c artifact/random-art-activation.h \ artifact/random-art-bias-types.h \ artifact/random-art-characteristics.c artifact/random-art-characteristics.h \ - artifact/fixed-art-generator.c artifact/fixed-art-generator.h \ artifact/random-art-generator.c artifact/random-art-generator.h \ artifact/random-art-misc.c artifact/random-art-misc.h \ artifact/random-art-pval-investor.c artifact/random-art-pval-investor.h \ -- 2.24.3 (Apple Git-128) From a52331b5777cecc3527fbe2305cb80395870b1cb Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 18 Aug 2020 09:30:39 -0700 Subject: [PATCH 11/11] Removed duplicate entry for purchase-order.{c,h} in the list of source files. --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index cc7cd6467..b35566db2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -738,7 +738,6 @@ hengband_SOURCES = \ store/pricing.c store/pricing.h \ store/purchase-order.c store/purchase-order.h \ store/owner-insults.c store/owner-insults.h \ - store/purchase-order.c store/purchase-order.h \ store/rumor.c store/rumor.h \ store/say-comments.c store/say-comments.h \ store/sell-order.c store/sell-order.h \ -- 2.24.3 (Apple Git-128)