OSDN Git Service

[Refactor] #38862 Moved monster*.c/h to monster/ except for monster-spell.c/h
authorHourier <hourier@users.sourceforge.jp>
Fri, 15 May 2020 11:08:29 +0000 (20:08 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 15 May 2020 11:08:29 +0000 (20:08 +0900)
commit305ca3e6601865c8e70b5f119dee5247a538de87
tree15955a871fdddfd8e8b9ea79f1ca4114c08cf209
parent4f40af4ea97c30f6533dfdea1a969621b669eebd
[Refactor] #38862 Moved monster*.c/h to monster/ except for monster-spell.c/h
94 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/angband.h
src/artifact.c
src/birth/birth.c
src/character-dump.c
src/cmd/cmd-activate.c
src/cmd/cmd-basic.c
src/cmd/cmd-hissatsu.c
src/cmd/cmd-item.c
src/cmd/cmd-mane.c
src/cmd/cmd-pet.c
src/cmd/cmd-save.c
src/combat/melee.c
src/combat/shoot.c
src/core/hp-mp-regenerator.c
src/core/player-processor.c
src/dungeon/dungeon-file.c
src/dungeon/dungeon-processor.c
src/effect/effect-monster-charm.c
src/effect/effect-monster-domination.c
src/effect/effect-monster-evil.c
src/effect/effect-monster-oldies.c
src/effect/effect-monster-resist-hurt.c
src/effect/effect-monster-spirit.c
src/effect/effect-monster-switcher.c
src/effect/effect-monster.c
src/floor/floor-events.c
src/floor/floor-generate.c
src/floor/floor-save.c
src/floor/floor-streams.c
src/grid.c
src/knowledge/knowledge-monsters.c
src/load.c
src/market/building.c
src/mind.c
src/monster/monster-attack.c
src/monster/monster-direction.c
src/monster/monster-dist-offsets.c [moved from src/monster-dist-offsets.c with 98% similarity]
src/monster/monster-dist-offsets.h [moved from src/monster-dist-offsets.h with 100% similarity]
src/monster/monster-move.c
src/monster/monster-process.c [moved from src/monster-process.c with 99% similarity]
src/monster/monster-process.h [moved from src/monster-process.h with 100% similarity]
src/monster/monster-safety-hiding.c
src/monster/monster-status.c [moved from src/monster-status.c with 99% similarity]
src/monster/monster-status.h [moved from src/monster-status.h with 100% similarity]
src/monster/monster.h [moved from src/monster.h with 99% similarity]
src/monster/monster1.c [moved from src/monster1.c with 99% similarity]
src/monster/monster2.c [moved from src/monster2.c with 99% similarity]
src/monster/monsterrace-hook.c [moved from src/monsterrace-hook.c with 99% similarity]
src/monster/monsterrace-hook.h [moved from src/monsterrace-hook.h with 100% similarity]
src/monster/monsterrace.c [moved from src/monsterrace.c with 91% similarity]
src/monster/monsterrace.h [moved from src/monsterrace.h with 100% similarity]
src/mspells1.c
src/mspells2.c
src/mspells3.c
src/mspells4.c
src/mutation/mutation-processor.c
src/object/object-flavor.c
src/object/object-hook.c
src/object/object1.c
src/object/object2.c
src/patron.c
src/player/player-effects.c
src/player/player-move.c
src/player/player-status.c
src/quest.c
src/realm/realm-hex.c
src/realm/realm-hissatsu.c
src/room/pit-nest-kinds-table.c
src/room/rooms-pit-nest.c
src/room/rooms-special.c
src/room/rooms-vault.c
src/room/rooms.c
src/rumor.c
src/save.c
src/snipe.c
src/sort.c
src/spell/spells1.c
src/spell/spells2.c
src/spell/spells3.c
src/spells-diceroll.c
src/spells-floor.c
src/spells-status.c
src/spells-summon.c
src/targeting.c
src/util.c
src/view/display-main-window.c
src/warning.c
src/wild.c
src/wizard/wizard-special-process.c
src/wizard/wizard-spoiler.c
src/world/world-turn-processor.c