OSDN Git Service

[Refactor] #2647 is_pet() をmonster_type のオブジェクトメソッドとして再定義した
authorHourier <66951241+Hourier@users.noreply.github.com>
Sat, 17 Sep 2022 02:13:39 +0000 (11:13 +0900)
committerHourier <66951241+Hourier@users.noreply.github.com>
Sun, 18 Sep 2022 10:58:11 +0000 (19:58 +0900)
commit0071258fe5afacc86c3830ac75ad11a8afd8a03c
tree5f51a49b35fdb6b724470c9c3982709a5f02cce8
parent1f7c20026d31ba0b030e90f051af255ca7e046fa
[Refactor] #2647 is_pet() をmonster_type のオブジェクトメソッドとして再定義した
56 files changed:
src/action/activation-execution.cpp
src/action/mutation-execution.cpp
src/cmd-action/cmd-pet.cpp
src/effect/effect-item.cpp
src/effect/effect-monster-charm.cpp
src/effect/effect-monster-oldies.cpp
src/effect/effect-monster.cpp
src/floor/floor-changer.cpp
src/floor/floor-events.cpp
src/floor/floor-leaver.cpp
src/floor/wild.cpp
src/io-dump/character-dump.cpp
src/knowledge/knowledge-monsters.cpp
src/melee/melee-postprocess.cpp
src/melee/melee-spell-util.cpp
src/mind/mind-cavalry.cpp
src/monster-attack/monster-attack-player.cpp
src/monster-floor/monster-death-util.cpp
src/monster-floor/monster-death.cpp
src/monster-floor/monster-direction.cpp
src/monster-floor/monster-move.cpp
src/monster-floor/monster-object.cpp
src/monster-floor/monster-runaway.cpp
src/monster-floor/monster-summon.cpp
src/monster-floor/monster-sweep-grid.cpp
src/monster-floor/one-monster-placer.cpp
src/monster-floor/quantum-effect.cpp
src/monster-floor/special-death-switcher.cpp
src/monster/monster-compaction.cpp
src/monster/monster-damage.cpp
src/monster/monster-describer.cpp
src/monster/monster-info.cpp
src/monster/monster-info.h
src/monster/monster-processor.cpp
src/monster/monster-status.cpp
src/mspell/mspell-checker.cpp
src/mspell/mspell-judgement.cpp
src/mspell/mspell-summon.cpp
src/mutation/mutation-techniques.cpp
src/pet/pet-util.cpp
src/player-info/alignment.cpp
src/player/eldritch-horror.cpp
src/spell-kind/earthquake.cpp
src/spell-kind/spells-floor.cpp
src/spell-kind/spells-genocide.cpp
src/spell-kind/spells-pet.cpp
src/spell-kind/spells-polymorph.cpp
src/spell-kind/spells-sight.cpp
src/spell-kind/spells-world.cpp
src/spell/spells-summon.cpp
src/system/monster-type-definition.cpp
src/system/monster-type-definition.h
src/target/target-preparation.cpp
src/view/display-monster-status.cpp
src/window/display-sub-windows.cpp
src/wizard/wizard-special-process.cpp