OSDN Git Service

[Refactor] #40498 Separated player-update-types.h from player-status.h
authorHourier <hourier@users.sourceforge.jp>
Sun, 5 Jul 2020 14:09:55 +0000 (23:09 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 5 Jul 2020 14:10:00 +0000 (23:10 +0900)
commitadfd0a10b3e0c745b0c7bab5301d647bcd2abe44
treea0908d5a2b00b11d2954cdb51551898d92f9ee73
parentcc368a97b9af606d8ef353a5fb3fcbd21db44111
[Refactor] #40498 Separated player-update-types.h from player-status.h
115 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/autopick/autopick-destroyer.c
src/autopick/autopick-util.c
src/birth/birth-wizard.c
src/birth/quick-start.c
src/cmd-action/cmd-attack.c
src/cmd-action/cmd-hissatsu.c
src/cmd-action/cmd-pet.c
src/cmd-action/cmd-spell.c
src/cmd-building/cmd-building.c
src/cmd-item/cmd-activate.c
src/cmd-item/cmd-eat.c
src/cmd-item/cmd-item.c
src/cmd-item/cmd-read.c
src/cmd-item/cmd-smith.c
src/cmd-item/cmd-usestaff.c
src/cmd-item/cmd-zaprod.c
src/cmd-item/cmd-zapwand.c
src/cmd-visual/cmd-draw.c
src/cmd/cmd-basic.c
src/combat/shoot.c
src/core/game-play.c
src/core/hp-mp-regenerator.c
src/core/player-processor.c
src/core/player-update-types.h [new file with mode: 0644]
src/core/stuff-handler.c
src/dungeon/dungeon-processor.c
src/dungeon/quest.c
src/effect/effect-feature.c
src/effect/effect-player-resist-hurt.c
src/floor/floor-events.c
src/floor/floor.c
src/inventory/inventory-curse.c
src/inventory/inventory-object.c
src/io/cursor.c
src/io/input-key-processor.c
src/io/screen-util.c
src/io/targeting.c
src/market/building-craft-fix.c
src/market/building-craft-weapon.c
src/market/building-recharger.c
src/mind/mind-force-trainer.c
src/mind/mind-magic-resistance.c
src/mind/mind-mindcrafter.c
src/mind/mind-mirror-master.c
src/mind/mind-samurai.c
src/mind/mind-sniper.c
src/mind/mind.c
src/mind/racial-kutar.c
src/mind/racial.c
src/monster-attack/monster-attack-player.c
src/monster-attack/monster-attack-status.c
src/monster-attack/monster-eating.c
src/monster-floor/monster-death.c
src/monster-floor/monster-move.c
src/monster-floor/monster-remover.c
src/monster-floor/one-monster-placer.c
src/monster/monster-list.c
src/monster/monster-processor.c
src/monster/monster-status.c
src/monster/monster-update.c
src/mspell/mspell-dispel.c
src/mspell/mspell-floor.c
src/mspell/mspell-special.c
src/mutation/mutation.c
src/object-enchant/object-curse.c
src/object-hook/hook-expendable.c
src/object-potion/quaff-execution.c
src/object/lite-processor.c
src/perception/simple-perception.c
src/pet/pet-fall-off.c
src/pet/pet-util.c
src/player-attack/player-attack.c
src/player/avatar.c
src/player/digestion-processor.c
src/player/eldritch-horror.c
src/player/player-damage.c
src/player/player-move.c
src/player/player-status.c
src/player/player-status.h
src/player/process-death.c
src/realm/realm-hex.c
src/realm/realm-hissatsu.c
src/realm/realm-song.c
src/savedata/save.c
src/spell-kind/earthquake.c
src/spell-kind/spells-curse-removal.c
src/spell-kind/spells-equipment.c
src/spell-kind/spells-fetcher.c
src/spell-kind/spells-floor.c
src/spell-kind/spells-neighbor.c
src/spell-kind/spells-perception.c
src/spell-kind/spells-sight.c
src/spell-kind/spells-teleport.c
src/spell-realm/spells-chaos.c
src/spell-realm/spells-craft.c
src/spell-realm/spells-crusade.c
src/spell-realm/spells-demon.c
src/spell-realm/spells-hex.c
src/spell-realm/spells-song.c
src/spell/spells-object.c
src/spell/spells-status.c
src/status/action-setter.c
src/status/bad-status-setter.c
src/status/base-status.c
src/status/body-improvement.c
src/status/buff-setter.c
src/status/form-changer.c
src/status/shape-changer.c
src/status/sight-setter.c
src/status/temporary-resistance.c
src/store/store.c
src/wizard/wizard-special-process.c