OSDN Git Service

[Refactor] #38862 Moved spells-* to spell/
authorHourier <hourier@users.sourceforge.jp>
Fri, 15 May 2020 11:39:17 +0000 (20:39 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 15 May 2020 11:40:08 +0000 (20:40 +0900)
commita32688b80578dd491c789015c439f975c5f745e8
treefea95b4076877e88da9ca42fd93bc62a017ddc5d
parent4928281ee7afb4800d28126f645ec14bf791d4ca
[Refactor] #38862 Moved spells-* to spell/
85 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/artifact.c
src/birth/birth.c
src/chest.c
src/cmd/cmd-activate.c
src/cmd/cmd-eat.c
src/cmd/cmd-mane.c
src/cmd/cmd-quaff.c
src/cmd/cmd-read.c
src/cmd/cmd-spell.c
src/cmd/cmd-usestaff.c
src/cmd/cmd-zaprod.c
src/cmd/cmd-zapwand.c
src/combat/melee.c
src/combat/shoot.c
src/core/game-play.c
src/effect/effect-monster-charm.c
src/effect/effect-monster-domination.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/floor/floor-save.c
src/floor/floor-streams.c
src/floor/pattern-walk.c
src/inventory/inventory-curse.c
src/io/input-key-processor.c
src/io/special-class-dump.c
src/load.c
src/market/building.c
src/mind.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/mutation/mutation-processor.c
src/mutation/mutation.c
src/patron.c
src/player/player-damage.c
src/player/player-effects.c
src/player/player-move.c
src/player/player-status.c
src/racial.c
src/realm/realm-arcane.c
src/realm/realm-chaos.c
src/realm/realm-craft.c
src/realm/realm-crusade.c
src/realm/realm-daemon.c
src/realm/realm-death.c
src/realm/realm-hex.c
src/realm/realm-hissatsu.c
src/realm/realm-life.c
src/realm/realm-nature.c
src/realm/realm-song.c
src/realm/realm-sorcery.c
src/realm/realm-trump.c
src/spell/monster-spell.h [moved from src/monster-spell.h with 100% similarity]
src/spell/mspells1.c [moved from src/mspells1.c with 99% similarity]
src/spell/mspells2.c [moved from src/mspells2.c with 99% similarity]
src/spell/mspells3.c [moved from src/mspells3.c with 99% similarity]
src/spell/mspells4.c [moved from src/mspells4.c with 99% similarity]
src/spell/spells-diceroll.c [moved from src/spells-diceroll.c with 98% similarity]
src/spell/spells-diceroll.h [moved from src/spells-diceroll.h with 100% similarity]
src/spell/spells-floor.c [moved from src/spells-floor.c with 99% similarity]
src/spell/spells-floor.h [moved from src/spells-floor.h with 100% similarity]
src/spell/spells-object.c [moved from src/spells-object.c with 99% similarity]
src/spell/spells-object.h [moved from src/spells-object.h with 100% similarity]
src/spell/spells-status.c [moved from src/spells-status.c with 99% similarity]
src/spell/spells-status.h [moved from src/spells-status.h with 100% similarity]
src/spell/spells-summon.c [moved from src/spells-summon.c with 99% similarity]
src/spell/spells-summon.h [moved from src/spells-summon.h with 100% similarity]
src/spell/spells-world.c [moved from src/spells-world.c with 95% similarity]
src/spell/spells-world.h [moved from src/spells-world.h with 100% similarity]
src/spell/spells2.c
src/spell/spells3.c
src/targeting.c
src/trap.c
src/warning.c
src/wizard/wizard-special-process.c