OSDN Git Service

[Refactor] #40415 Moved *.c and *.h regarding monster spell from spell/ to mspell/
authorHourier <hourier@users.sourceforge.jp>
Sat, 16 May 2020 13:47:32 +0000 (22:47 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sat, 16 May 2020 13:49:25 +0000 (22:49 +0900)
commitc09a0f78a087d6de01a89a80cb8e9d4fbd6adffc
tree4ab4be2ec91840604a0615b239ae982f50de4e82
parent95a5e270cd9035b29b364d5730b0d7b6afe271ec
[Refactor] #40415 Moved *.c and *.h regarding monster spell from spell/ to mspell/
49 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/cmd/cmd-mane.c
src/combat/melee.c
src/combat/shoot.c
src/effect/effect-monster-spirit.c
src/effect/effect-player-curse.c
src/effect/effect-player-resist-hurt.c
src/effect/effect-player-spirit.c
src/effect/effect-player-switcher.c
src/io/input-key-processor.c
src/io/special-class-dump.c
src/monster/monster-process.c
src/monster/monster-safety-hiding.c
src/monster/monster-status.c
src/monster/monster-sweep-grid.c
src/monster/monster1.c
src/monster/monster2.c
src/monster/monsterrace-hook.c
src/monster/quantum-effect.c
src/mspell/monster-spell.h [moved from src/spell/monster-spell.h with 99% similarity]
src/mspell/mspell-ball.c [moved from src/spell/mspell-ball.c with 98% similarity]
src/mspell/mspell-ball.h [moved from src/spell/mspell-ball.h with 100% similarity]
src/mspell/mspell-bolt.c [moved from src/spell/mspell-bolt.c with 98% similarity]
src/mspell/mspell-bolt.h [moved from src/spell/mspell-bolt.h with 100% similarity]
src/mspell/mspell-breath.c [moved from src/spell/mspell-breath.c with 98% similarity]
src/mspell/mspell-breath.h [moved from src/spell/mspell-breath.h with 100% similarity]
src/mspell/mspell-curse.c [moved from src/spell/mspell-curse.c with 97% similarity]
src/mspell/mspell-curse.h [moved from src/spell/mspell-curse.h with 100% similarity]
src/mspell/mspell-damage-calculator.c [moved from src/spell/mspell-damage-calculator.c with 99% similarity]
src/mspell/mspell-damage-calculator.h [moved from src/spell/mspell-damage-calculator.h with 100% similarity]
src/mspell/mspell-learn-checker.c [moved from src/spell/mspell-learn-checker.c with 100% similarity]
src/mspell/mspell-learn-checker.h [moved from src/spell/mspell-learn-checker.h with 100% similarity]
src/mspell/mspell-summon.c [moved from src/spell/mspell-summon.c with 99% similarity]
src/mspell/mspell-summon.h [moved from src/spell/mspell-summon.h with 100% similarity]
src/mspell/mspell-type.h [moved from src/spell/mspell-type.h with 100% similarity]
src/mspell/mspell-util.c [moved from src/spell/mspell-util.c with 98% similarity]
src/mspell/mspell-util.h [moved from src/spell/mspell-util.h with 100% similarity]
src/mspell/mspells1.c [moved from src/spell/mspells1.c with 99% similarity]
src/mspell/mspells2.c [moved from src/spell/mspells2.c with 99% similarity]
src/mspell/mspells3.c [moved from src/spell/mspells3.c with 99% similarity]
src/mspell/mspells4.c [moved from src/spell/mspells4.c with 99% similarity]
src/object/warning.c
src/player/player-damage.c
src/player/player-effects.c
src/player/player-move.c
src/spell/spells3.c
src/wizard/wizard-special-process.c