OSDN Git Service

[Refacotr] #39963 Renamed spells-common.c/h to technic-info-table.c/h
authorHourier <hourier@users.sourceforge.jp>
Wed, 29 Apr 2020 03:43:53 +0000 (12:43 +0900)
committerHourier <hourier@users.sourceforge.jp>
Wed, 29 Apr 2020 05:23:20 +0000 (14:23 +0900)
14 files changed:
Hengband_vcs2017/Hengband/Hengband.vcxproj
Hengband_vcs2017/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/cmd/cmd-hissatsu.c
src/cmd/cmd-spell.c
src/core.c
src/knowledge/knowledge-experiences.c
src/player-class.h
src/player-status.c
src/realm/realm-hex.c
src/realm/realm-hissatsu.c
src/spell/technic-info-table.c [moved from src/spell/spells-common.c with 98% similarity]
src/spell/technic-info-table.h [moved from src/spell/spells-common.h with 100% similarity]
src/spells3.c

index 0b0dabc..0d5e70e 100644 (file)
     <ClCompile Include="..\..\src\realm\realm-nature.c" />\r
     <ClCompile Include="..\..\src\realm\realm-song.c" />\r
     <ClCompile Include="..\..\src\realm\realm-sorcery.c" />\r
-    <ClCompile Include="..\..\src\spell\spells-common.c" />\r
+    <ClCompile Include="..\..\src\spell\technic-info-table.c" />\r
     <ClInclude Include="..\..\src\artifact.h" />\r
     <ClInclude Include="..\..\src\autopick\autopick-command-menu.h" />\r
     <ClInclude Include="..\..\src\autopick\autopick-commands-table.h" />\r
     <ClInclude Include="..\..\src\room\pit-nest-kinds-table.h" />\r
     <ClInclude Include="..\..\src\io\signal-handlers.h" />\r
     <ClInclude Include="..\..\src\io\uid-checker.h" />\r
-    <ClInclude Include="..\..\src\spell\spells-common.h" />\r
+    <ClInclude Include="..\..\src\spell\technic-info-table.h" />\r
     <ClInclude Include="..\..\src\view\display-characteristic.h" />\r
     <ClInclude Include="..\..\src\view\display-fruit.h" />\r
     <ClInclude Include="..\..\src\view\display-player-middle.h" />\r
index a70af44..976ab04 100644 (file)
     <ClCompile Include="..\..\src\effect\effect-item.c">
       <Filter>effect</Filter>
     </ClCompile>
-    <ClCompile Include="..\..\src\spell\spells-common.c">
-      <Filter>spell</Filter>
-    </ClCompile>
     <ClCompile Include="..\..\src\realm\realm.c">
       <Filter>realm</Filter>
     </ClCompile>
     <ClCompile Include="..\..\src\effect\spells-effect-util.c">
       <Filter>effect</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\src\spell\technic-info-table.c">
+      <Filter>spell</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="..\..\src\gamevalue.h" />
     <ClInclude Include="..\..\src\effect\effect-item.h">
       <Filter>effect</Filter>
     </ClInclude>
-    <ClInclude Include="..\..\src\spell\spells-common.h">
-      <Filter>spell</Filter>
-    </ClInclude>
     <ClInclude Include="..\..\src\realm\realm.h">
       <Filter>realm</Filter>
     </ClInclude>
     <ClInclude Include="..\..\src\effect\spells-effect-util.h">
       <Filter>effect</Filter>
     </ClInclude>
+    <ClInclude Include="..\..\src\spell\technic-info-table.h">
+      <Filter>spell</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <None Include="..\..\src\wall.bmp" />
index bd90c9f..a7878f2 100644 (file)
@@ -169,7 +169,7 @@ hengband_SOURCES = \
        effect/effect-item.c effect/effect-item.h \
        effect/spells-effect-util.c effect/spells-effect-util.h \
        \
-       spell/spells-common.c spell/spells-common.h \
+       spell/technic-info-table.c spell/technic-info-table.h \
        spells.h \
        spells1.c spells2.c spells3.c \
        spells-diceroll.c spells-diceroll.h \
index 4af1bd7..21e2211 100644 (file)
@@ -19,7 +19,7 @@
 #include "player-status.h"
 #include "player-effects.h"
 #include "player-inventory.h"
-#include "spell/spells-common.h"
+#include "spell/technic-info-table.h"
 
 #include "cmd-basic.h"
 #include "cmd-spell.h"
index fe01443..1fc450a 100644 (file)
@@ -15,7 +15,7 @@
 #include "io/write-diary.h"
 #include "cmd/cmd-dump.h"
 #include "selfinfo.h"
-#include "spell/spells-common.h"
+#include "spell/technic-info-table.h"
 #include "spells.h"
 #include "spells-summon.h"
 #include "realm/realm-hex.h"
index 903ad94..d8f5041 100644 (file)
@@ -63,7 +63,7 @@
 #include "knowledge/knowledge-autopick.h"
 #include "knowledge/knowledge-quests.h"
 #include "market/store.h"
-#include "spell/spells-common.h"
+#include "spell/technic-info-table.h"
 #include "spells-summon.h"
 #include "spells-object.h"
 #include "spells-status.h"
index 1822586..ebfcfd2 100644 (file)
@@ -11,7 +11,7 @@
 #include "object-flavor.h"
 #include "object/object-kind.h"
 #include "player-skill.h"
-#include "spell/spells-common.h"
+#include "spell/technic-info-table.h"
 
 /*
  * Display weapon-exp
index f0ec5ed..2116a14 100644 (file)
@@ -1,6 +1,6 @@
 #pragma once
 #include "spells.h"
-#include "spell/spells-common.h"
+#include "spell/technic-info-table.h"
 #include "player-status.h"
 
 /*
index 12778a8..21b7159 100644 (file)
@@ -19,7 +19,7 @@
 #include "feature.h"
 #include "artifact.h"
 #include "avatar.h"
-#include "spell/spells-common.h"
+#include "spell/technic-info-table.h"
 #include "spells-status.h"
 #include "object.h"
 #include "object-hook.h"
index 4965da4..66e2999 100644 (file)
@@ -25,7 +25,7 @@
 #include "object-hook.h"
 #include "object-curse.h"
 #include "spells-status.h"
-#include "spell/spells-common.h"
+#include "spell/technic-info-table.h"
 #include "player-status.h"
 #include "player-effects.h"
 #include "player-skill.h"
index c46e592..209605d 100644 (file)
@@ -15,7 +15,7 @@
 #include "player-effects.h"
 #include "player-damage.h"
 #include "feature.h"
-#include "spell/spells-common.h"
+#include "spell/technic-info-table.h"
 #include "grid.h"
 #include "targeting.h"
 #include "view/display-main-window.h"
similarity index 98%
rename from src/spell/spells-common.c
rename to src/spell/technic-info-table.c
index 53dc4d2..f098161 100644 (file)
@@ -1,5 +1,5 @@
 #include "angband.h"
-#include "spell/spells-common.h"
+#include "spell/technic-info-table.h"
 
 /*!
  * @brief \89Ì\81A\8c\95\8fp\81A\8eô\8fp\97Ì\88æ\8fî\95ñ\83e\81[\83u\83\8b
index 7500534..42b36cd 100644 (file)
@@ -39,7 +39,7 @@
 #include "avatar.h"
 #include "spells.h"
 #include "spells-floor.h"
-#include "spell/spells-common.h"
+#include "spell/technic-info-table.h"
 #include "grid.h"
 #include "market/building-util.h"
 #include "monster-process.h"