OSDN Git Service

[Refactor] #40236 Renamed store.c/h to market/store.c/h
authorHourier <hourier@users.sourceforge.jp>
Tue, 21 Apr 2020 14:48:48 +0000 (23:48 +0900)
committerHourier <hourier@users.sourceforge.jp>
Tue, 21 Apr 2020 14:48:48 +0000 (23:48 +0900)
17 files changed:
Hengband_vcs2017/Hengband/Hengband.vcxproj
Hengband_vcs2017/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/autopick.c
src/birth.c
src/character-dump.c
src/cmd/cmd-dump.c
src/core.c
src/init.c
src/load.c
src/market/store.c [moved from src/store.c with 99% similarity]
src/market/store.h [moved from src/store.h with 100% similarity]
src/player/process-death.c
src/rooms-city.c
src/rooms-vault.c
src/save.c
src/wizard1.c

index d248302..c93aff8 100644 (file)
     <ClCompile Include="..\..\src\player\process-death.c" />\r
     <ClCompile Include="..\..\src\view\display-player-misc-info.c" />\r
     <ClCompile Include="..\..\src\view\status-first-page.c" />\r
-    <ClCompile Include="..\..\src\store.c" />\r
+    <ClCompile Include="..\..\src\market\store.c" />\r
     <ClCompile Include="..\..\src\floor-streams.c" />\r
     <ClCompile Include="..\..\src\targeting.c" />\r
     <ClCompile Include="..\..\src\gameterm.c" />\r
     <ClInclude Include="..\..\src\floor-streams.h" />\r
     <ClInclude Include="..\..\src\spells-world.h" />\r
     <ClInclude Include="..\..\src\spells.h" />\r
-    <ClInclude Include="..\..\src\store.h" />\r
+    <ClInclude Include="..\..\src\market\store.h" />\r
     <ClInclude Include="..\..\src\targeting.h" />\r
     <ClInclude Include="..\..\src\gameterm.h" />\r
     <ClInclude Include="..\..\src\trap.h" />\r
index d56e01f..26c4913 100644 (file)
     <ClCompile Include="..\..\src\grid.c">
       <Filter>floor</Filter>
     </ClCompile>
-    <ClCompile Include="..\..\src\store.c">
-      <Filter>market</Filter>
-    </ClCompile>
     <ClCompile Include="..\..\src\rumor.c">
       <Filter>market</Filter>
     </ClCompile>
     <ClCompile Include="..\..\src\market\building.c">
       <Filter>market</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\src\market\store.c">
+      <Filter>market</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="..\..\src\gamevalue.h" />
     <ClInclude Include="..\..\src\grid.h">
       <Filter>floor</Filter>
     </ClInclude>
-    <ClInclude Include="..\..\src\store.h">
-      <Filter>market</Filter>
-    </ClInclude>
     <ClInclude Include="..\..\src\rumor.h">
       <Filter>market</Filter>
     </ClInclude>
     <ClInclude Include="..\..\src\market\building.h">
       <Filter>market</Filter>
     </ClInclude>
+    <ClInclude Include="..\..\src\market\store.h">
+      <Filter>market</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <None Include="..\..\src\wall.bmp" />
index 4dc9cb7..3fddadf 100644 (file)
@@ -12,6 +12,7 @@ hengband_SOURCES = \
        avatar.h avatar.c birth.c birth.h \
        \
        market/arena-info-table.c market/arena-info-table.h \
+       market/building.c market/building.h \
        market/building-util.c market/building-util.h \
        market/play-gamble.c market/play-gamble.h \
        market/poker.c market/poker.h market/store-owners.c market/store-owners.h \
@@ -21,7 +22,8 @@ hengband_SOURCES = \
        market/say-comments.c market/say-comments.h \
        market/store-util.c market/store-util.h \
        market/gold-magnification-table.c market/gold-magnification-table.h \
-       store.c store.h building.c building.h chest.c chest.h chuukei.c chuukei.h \
+       market/store.c market/store.h \
+       chest.c chest.h chuukei.c chuukei.h \
        \
        view/display-characteristic.c view/display-characteristic.h \
        view/display-fruit.c view/display-fruit.h \
index 455d8f6..10e56ed 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "mind.h"
 
-#include "store.h"
+#include "market/store.h"
 #include "player-status.h"
 #include "player-move.h"
 #include "player-class.h"
index ba2044e..cab8c02 100644 (file)
@@ -28,7 +28,7 @@
 #include "history.h"
 #include "monster.h"
 #include "monsterrace-hook.h"
-#include "store.h"
+#include "market/store.h"
 #include "patron.h"
 #include "quest.h"
 #include "player/process-name.h"
index 7c621f1..eed5bb1 100644 (file)
@@ -3,7 +3,7 @@
 #include "world.h"
 #include "floor-town.h"
 #include "dungeon.h"
-#include "store.h"
+#include "market/store.h"
 #include "cmd/cmd-pet.h"
 #include "monster-status.h"
 #include "sort.h"
index f813b04..98fadd0 100644 (file)
@@ -53,7 +53,7 @@
 #include "sort.h"
 #include "mutation.h"
 #include "quest.h"
-#include "store.h"
+#include "market/store.h"
 #include "artifact.h"
 #include "avatar.h"
 #include "object-flavor.h"
index 346aa81..580340a 100644 (file)
@@ -55,7 +55,7 @@
 #include "object-ego.h"
 #include "object-curse.h"
 #include "object-flavor.h"
-#include "store.h"
+#include "market/store.h"
 #include "spells.h"
 #include "spells-summon.h"
 #include "spells-object.h"
index 8c096fe..0735e06 100644 (file)
@@ -44,7 +44,7 @@
 #include "quest.h"
 #include "trap.h"
 #include "rooms.h"
-#include "store.h"
+#include "market/store.h"
 #include "wild.h"
 #include "dungeon-file.h"
 #include "files.h"
index 41eb860..c6c7c4d 100644 (file)
@@ -56,7 +56,7 @@
 #include "monster.h"
 #include "market/store-util.h"
 #include "quest.h"
-#include "store.h"
+#include "market/store.h"
 #include "artifact.h"
 #include "avatar.h"
 #include "spells-status.h"
similarity index 99%
rename from src/store.c
rename to src/market/store.c
index 625f4e3..909d68e 100644 (file)
@@ -35,7 +35,7 @@
 #include "cmd/cmd-zapwand.h"
 #include "cmd/cmd-magiceat.h"
 #include "spells.h"
-#include "store.h"
+#include "market/store.h"
 #include "avatar.h"
 #include "cmd-spell.h"
 #include "rumor.h"
similarity index 100%
rename from src/store.h
rename to src/market/store.h
index db54645..4090f6f 100644 (file)
@@ -12,7 +12,7 @@
 #include "player-inventory.h"
 #include "object-flavor.h"
 #include "market/store-util.h"
-#include "store.h"
+#include "market/store.h"
 #include "gameterm.h"
 
 #define GRAVE_LINE_WIDTH 31
index 9712950..21e2b58 100644 (file)
@@ -6,7 +6,7 @@
 #include "floor-generate.h"
 #include "rooms.h"
 #include "rooms-city.h"
-#include "store.h"
+#include "market/store.h"
 #include "wild.h"
 #include "market/store-util.h"
 
index 8711512..d6c0a27 100644 (file)
@@ -5,7 +5,7 @@
 #include "floor-generate.h"
 #include "grid.h"
 #include "rooms.h"
-#include "store.h"
+#include "market/store.h"
 #include "trap.h"
 #include "monster.h"
 #include "feature.h"
index 0c99a59..dc355f5 100644 (file)
@@ -22,7 +22,7 @@
 #include "sort.h"
 #include "dungeon.h"
 #include "quest.h"
-#include "store.h"
+#include "market/store.h"
 #include "market/store-util.h"
 #include "wild.h"
 #include "floor.h"
index 8c3bff4..3ba49e8 100644 (file)
@@ -17,7 +17,7 @@
 #include "core.h"
 #include "artifact.h"
 #include "sort.h"
-#include "store.h"
+#include "market/store.h"
 #include "market/store-util.h"
 #include "monster.h"
 #include "object-flavor.h"