OSDN Git Service

[Refactor] #40479 Renamed mspells1.c/h to mspell-checker.c/h
authorHourier <hourier@users.sourceforge.jp>
Thu, 23 Jul 2020 08:56:44 +0000 (17:56 +0900)
committerHourier <hourier@users.sourceforge.jp>
Thu, 23 Jul 2020 08:56:44 +0000 (17:56 +0900)
19 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/melee/melee-spell-flags-checker.c
src/melee/melee-spell.c
src/monster-floor/monster-safety-hiding.c
src/monster/monster-processor.c
src/mspell/mspell-attack.c
src/mspell/mspell-ball.c
src/mspell/mspell-bolt.c
src/mspell/mspell-breath.c
src/mspell/mspell-checker.c [moved from src/mspell/mspells1.c with 99% similarity]
src/mspell/mspell-checker.h [moved from src/mspell/mspells1.h with 100% similarity]
src/mspell/mspell-curse.c
src/mspell/mspell-particularity.c
src/mspell/mspell-special.c
src/mspell/mspell-status.c
src/mspell/mspell-summon.c
src/mspell/specified-summon.c

index cfb0f3b..77e8602 100644 (file)
     <ClInclude Include="..\..\src\mspell\monster-power-table.h" />\r
     <ClInclude Include="..\..\src\mspell\mspell-dispel.h" />\r
     <ClInclude Include="..\..\src\mspell\mspell-mask-definitions.h" />\r
-    <ClInclude Include="..\..\src\mspell\mspells1.h" />\r
+    <ClInclude Include="..\..\src\mspell\mspell-checker.h" />\r
     <ClInclude Include="..\..\src\mspell\mspell-judgement.h" />\r
     <ClInclude Include="..\..\src\blue-magic\blue-magic-checker.h" />\r
     <ClInclude Include="..\..\src\mutation\mutation-flag-types.h" />\r
     <ClCompile Include="..\..\src\mind\mind-switcher.c" />\r
     <ClCompile Include="..\..\src\monster\monster-info.c" />\r
     <ClCompile Include="..\..\src\monster\monster-list.c" />\r
-    <ClCompile Include="..\..\src\mspell\mspells1.c" />\r
+    <ClCompile Include="..\..\src\mspell\mspell-checker.c" />\r
     <ClCompile Include="..\..\src\mspell\mspell-judgement.c" />\r
     <ClCompile Include="..\..\src\blue-magic\blue-magic-checker.c" />\r
     <ClCompile Include="..\..\src\mspell\assign-monster-spell.c" />\r
index 3f6abd2..3dc3a66 100644 (file)
     <ClCompile Include="..\..\src\mspell\mspell-learn-checker.c">
       <Filter>mspell</Filter>
     </ClCompile>
-    <ClCompile Include="..\..\src\mspell\mspells1.c">
-      <Filter>mspell</Filter>
-    </ClCompile>
     <ClCompile Include="..\..\src\mspell\mspell-ball.c">
       <Filter>mspell</Filter>
     </ClCompile>
     <ClCompile Include="..\..\src\mspell\mspell-attack.c">
       <Filter>mspell</Filter>
     </ClCompile>
+    <ClCompile Include="..\..\src\mspell\mspell-checker.c">
+      <Filter>mspell</Filter>
+    </ClCompile>
   </ItemGroup>
   <ItemGroup>
     <ClInclude Include="..\..\src\combat\shoot.h">
     <ClInclude Include="..\..\src\mspell\monster-power-table.h">
       <Filter>mspell</Filter>
     </ClInclude>
-    <ClInclude Include="..\..\src\mspell\mspells1.h">
-      <Filter>mspell</Filter>
-    </ClInclude>
     <ClInclude Include="..\..\src\view\status-bars-table.h">
       <Filter>view</Filter>
     </ClInclude>
     <ClInclude Include="..\..\src\mspell\mspell-attack.h">
       <Filter>mspell</Filter>
     </ClInclude>
+    <ClInclude Include="..\..\src\mspell\mspell-checker.h">
+      <Filter>mspell</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <None Include="..\..\src\wall.bmp" />
index 11993b7..6a3f025 100644 (file)
@@ -461,11 +461,11 @@ hengband_SOURCES = \
        mspell/high-resistance-checker.c mspell/high-resistance-checker.h \
        mspell/improper-mspell-remover.c mspell/improper-mspell-remover.h \
        mspell/monster-power-table.c mspell/monster-power-table.h \
-       mspell/mspells1.c mspell/mspells1.h \
        mspell/mspell-attack.c mspell/mspell-attack.h \
        mspell/mspell-breath.c mspell/mspell-breath.h \
        mspell/mspell-ball.c mspell/mspell-ball.h \
        mspell/mspell-bolt.c mspell/mspell-bolt.h \
+       mspell/mspell-checker.c mspell/mspell-checker.h \
        mspell/mspell-curse.c mspell/mspell-curse.h \
        mspell/mspell-dispel.c mspell/mspell-dispel.h \
        mspell/mspell-judgement.c mspell/mspell-judgement.h \
index 9006794..583407a 100644 (file)
 #include "monster-race/race-indice-types.h"
 #include "monster/monster-info.h"
 #include "monster/monster-status.h"
+#include "mspell/mspell-checker.h"
 #include "mspell/mspell-judgement.h"
 #include "mspell/mspell-mask-definitions.h"
 #include "mspell/mspell-util.h"
-#include "mspell/mspells1.h"
 #include "pet/pet-util.h"
 #include "spell-kind/spells-world.h"
 #include "spell/spell-types.h"
index 94b8145..6c8a1fb 100644 (file)
@@ -8,8 +8,8 @@
 #include "monster/monster-info.h"
 #include "monster/monster-status.h"
 #include "mspell/assign-monster-spell.h"
+#include "mspell/mspell-checker.h"
 #include "mspell/mspell-util.h"
-#include "mspell/mspells1.h"
 #include "spell-realm/spells-hex.h"
 #include "system/floor-type-definition.h"
 #include "view/display-messages.h"
index 58e8f61..e6c50d0 100644 (file)
@@ -12,7 +12,7 @@
 #include "monster-race/monster-race.h"
 #include "monster/monster-flag-types.h"
 #include "monster/monster-info.h"
-#include "mspell/mspells1.h"
+#include "mspell/mspell-checker.h"
 #include "system/floor-type-definition.h"
 
  /*!
index ee3a9a6..c868962 100644 (file)
@@ -50,7 +50,6 @@
 #include "monster/monster-util.h"
 #include "mspell/mspell-attack.h"
 #include "mspell/mspell-judgement.h"
-#include "mspell/mspells1.h"
 #include "object-enchant/trc-types.h"
 #include "pet/pet-fall-off.h"
 #include "player/avatar.h"
index b8ced3f..aa770d5 100644 (file)
 #include "monster/monster-status.h"
 #include "mspell/assign-monster-spell.h"
 #include "mspell/improper-mspell-remover.h"
+#include "mspell/mspell-checker.h"
 #include "mspell/mspell-judgement.h"
 #include "mspell/mspell-mask-definitions.h"
 #include "mspell/mspell-selector.h"
 #include "mspell/mspell-util.h"
-#include "mspell/mspells1.h"
 #include "player/attack-defense-types.h"
 #include "spell-kind/spells-world.h"
 #include "spell-realm/spells-hex.h"
index 5603004..23a72cf 100644 (file)
@@ -5,7 +5,7 @@
 #include "monster/monster-info.h"
 #include "monster/monster-status.h"
 #include "monster/monster-update.h"
-#include "mspell/mspells1.h"
+#include "mspell/mspell-checker.h"
 #include "mspell/mspell-damage-calculator.h"
 #include "mspell/mspell-type.h"
 #include "mspell/mspell-util.h"
index 7213bcf..70a3d36 100644 (file)
@@ -4,10 +4,10 @@
 #include "mind/drs-types.h"
 #include "monster/monster-info.h"
 #include "monster/monster-update.h"
+#include "mspell/mspell-checker.h"
 #include "mspell/mspell-damage-calculator.h"
 #include "mspell/mspell-type.h"
 #include "mspell/mspell-util.h"
-#include "mspell/mspells1.h"
 #include "spell/spell-types.h"
 
 /*!
index fea8018..405b958 100644 (file)
@@ -6,9 +6,9 @@
 #include "monster-race/race-indice-types.h"
 #include "monster/monster-info.h"
 #include "monster/monster-update.h"
+#include "mspell/mspell-checker.h"
 #include "mspell/mspell-damage-calculator.h"
 #include "mspell/mspell-util.h"
-#include "mspell/mspells1.h"
 #include "spell/spell-types.h"
 #include "system/floor-type-definition.h"
 #include "view/display-messages.h"
similarity index 99%
rename from src/mspell/mspells1.c
rename to src/mspell/mspell-checker.c
index 67ecd9b..8357cc0 100644 (file)
@@ -9,7 +9,7 @@
  * 2014 Deskull rearranged comment for Doxygen.
  */
 
-#include "mspell/mspells1.h"
+#include "mspell/mspell-checker.h"
 #include "blue-magic/blue-magic-checker.h"
 #include "core/disturbance.h"
 #include "core/player-redraw-types.h"
index ba07959..20885f7 100644 (file)
@@ -2,10 +2,10 @@
 #include "core/disturbance.h"
 #include "monster/monster-info.h"
 #include "monster/monster-list.h"
+#include "mspell/mspell-checker.h"
 #include "mspell/mspell-damage-calculator.h"
 #include "mspell/mspell-type.h"
 #include "mspell/mspell-util.h"
-#include "mspell/mspells1.h"
 #include "spell/spell-types.h"
 #include "system/floor-type-definition.h"
 #include "view/display-messages.h"
index d13c403..fe5361e 100644 (file)
 #include "mspell/mspell-particularity.h"
 #include "mind/drs-types.h"
 #include "monster/monster-update.h"
+#include "mspell/mspell-checker.h"
 #include "mspell/mspell-damage-calculator.h"
 #include "mspell/mspell-type.h"
 #include "mspell/mspell-util.h"
-#include "mspell/mspells1.h"
 #include "spell/spell-types.h"
 
 /*!
index 14bf2d0..6d0adaf 100644 (file)
@@ -23,8 +23,8 @@
 #include "monster/monster-description-types.h"
 #include "monster/monster-info.h"
 #include "monster/monster-util.h"
+#include "mspell/mspell-checker.h"
 #include "mspell/mspell-util.h"
-#include "mspell/mspells1.h"
 #include "player/player-damage.h"
 #include "spell-kind/spells-teleport.h"
 #include "spell-realm/spells-crusade.h"
index 6e9da0c..6085dbb 100644 (file)
@@ -18,9 +18,9 @@
 #include "monster/monster-info.h"
 #include "monster/monster-status.h"
 #include "monster/monster-update.h"
+#include "mspell/mspell-checker.h"
 #include "mspell/mspell-damage-calculator.h"
 #include "mspell/mspell-util.h"
-#include "mspell/mspells1.h"
 #include "player/player-personalities-types.h"
 #include "spell/spell-types.h"
 #include "status/bad-status-setter.h"
index 6f03f51..27d6305 100644 (file)
@@ -13,7 +13,6 @@
 #include "monster/monster-info.h"
 #include "monster/monster-status.h"
 #include "mspell/mspell-util.h"
-#include "mspell/mspells1.h"
 #include "mspell/specified-summon.h"
 #include "spell-kind/spells-launcher.h"
 #include "spell/process-effect.h"
index cfed004..1ecb565 100644 (file)
@@ -7,8 +7,8 @@
 #include "monster-race/monster-race.h"
 #include "monster-race/race-indice-types.h"
 #include "monster/monster-info.h"
+#include "mspell/mspell-checker.h"
 #include "mspell/mspell-util.h"
-#include "mspell/mspells1.h"
 #include "spell-kind/spells-launcher.h"
 #include "spell/process-effect.h"
 #include "spell/spell-types.h"