OSDN Git Service

[Refactor] #1371 アイテム強化に関する処理のファイルを全体的にフォルダ分割した
authorHourier <66951241+Hourier@users.noreply.github.com>
Sun, 30 Jan 2022 11:41:16 +0000 (20:41 +0900)
committerHourier <66951241+Hourier@users.noreply.github.com>
Sun, 6 Feb 2022 03:16:20 +0000 (12:16 +0900)
commit16b4ef300d5e384cef253bca08f02caf03c5389d
tree1c61927c8364ce04214345e0c98cbf084404e250
parentcff51732a73a9cdcf1db2d3f5bae99f77c28f37b
[Refactor] #1371 アイテム強化に関する処理のファイルを全体的にフォルダ分割した
45 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/artifact/artifact-info.cpp
src/flavor/flavor-describer.cpp
src/io-dump/special-class-dump.cpp
src/mind/mind-weaponsmith.cpp
src/object-enchant/apply-magic.cpp
src/object-enchant/others/apply-magic-amulet.cpp [moved from src/object-enchant/apply-magic-amulet.cpp with 99% similarity]
src/object-enchant/others/apply-magic-amulet.h [moved from src/object-enchant/apply-magic-amulet.h with 100% similarity]
src/object-enchant/others/apply-magic-others.cpp [moved from src/object-enchant/apply-magic-others.cpp with 99% similarity]
src/object-enchant/others/apply-magic-others.h [moved from src/object-enchant/apply-magic-others.h with 100% similarity]
src/object-enchant/others/apply-magic-ring.cpp [moved from src/object-enchant/apply-magic-ring.cpp with 99% similarity]
src/object-enchant/others/apply-magic-ring.h [moved from src/object-enchant/apply-magic-ring.h with 100% similarity]
src/object-enchant/protector/abstract-protector-enchanter.cpp [moved from src/object-enchant/abstract-protector-enchanter.cpp with 94% similarity]
src/object-enchant/protector/abstract-protector-enchanter.h [moved from src/object-enchant/abstract-protector-enchanter.h with 100% similarity]
src/object-enchant/protector/apply-magic-armor.cpp [moved from src/object-enchant/apply-magic-armor.cpp with 98% similarity]
src/object-enchant/protector/apply-magic-armor.h [moved from src/object-enchant/apply-magic-armor.h with 89% similarity]
src/object-enchant/protector/apply-magic-boots.cpp [moved from src/object-enchant/apply-magic-boots.cpp with 96% similarity]
src/object-enchant/protector/apply-magic-boots.h [moved from src/object-enchant/apply-magic-boots.h with 89% similarity]
src/object-enchant/protector/apply-magic-cloak.cpp [moved from src/object-enchant/apply-magic-cloak.cpp with 95% similarity]
src/object-enchant/protector/apply-magic-cloak.h [moved from src/object-enchant/apply-magic-cloak.h with 89% similarity]
src/object-enchant/protector/apply-magic-crown.cpp [moved from src/object-enchant/apply-magic-crown.cpp with 97% similarity]
src/object-enchant/protector/apply-magic-crown.h [moved from src/object-enchant/apply-magic-crown.h with 89% similarity]
src/object-enchant/protector/apply-magic-gloves.cpp [moved from src/object-enchant/apply-magic-gloves.cpp with 96% similarity]
src/object-enchant/protector/apply-magic-gloves.h [moved from src/object-enchant/apply-magic-gloves.h with 89% similarity]
src/object-enchant/protector/apply-magic-helm.cpp [moved from src/object-enchant/apply-magic-helm.cpp with 97% similarity]
src/object-enchant/protector/apply-magic-helm.h [moved from src/object-enchant/apply-magic-helm.h with 88% similarity]
src/object-enchant/protector/apply-magic-shield.cpp [moved from src/object-enchant/apply-magic-shield.cpp with 97% similarity]
src/object-enchant/protector/apply-magic-shield.h [moved from src/object-enchant/apply-magic-shield.h with 89% similarity]
src/object-enchant/weapon/abstract-weapon-enchanter.cpp [moved from src/object-enchant/abstract-weapon-enchanter.cpp with 95% similarity]
src/object-enchant/weapon/abstract-weapon-enchanter.h [moved from src/object-enchant/abstract-weapon-enchanter.h with 100% similarity]
src/object-enchant/weapon/apply-magic-weapon.cpp [moved from src/object-enchant/apply-magic-weapon.cpp with 99% similarity]
src/object-enchant/weapon/apply-magic-weapon.h [moved from src/object-enchant/apply-magic-weapon.h with 89% similarity]
src/object/object-flags.cpp
src/object/object-stack.cpp
src/smith/object-smith.cpp [moved from src/object-enchant/object-smith.cpp with 98% similarity]
src/smith/object-smith.h [moved from src/object-enchant/object-smith.h with 100% similarity]
src/smith/smith-info.cpp [moved from src/object-enchant/smith-info.cpp with 98% similarity]
src/smith/smith-info.h [moved from src/object-enchant/smith-info.h with 100% similarity]
src/smith/smith-tables.cpp [moved from src/object-enchant/smith-tables.cpp with 99% similarity]
src/smith/smith-tables.h [moved from src/object-enchant/smith-tables.h with 100% similarity]
src/smith/smith-types.h [moved from src/object-enchant/smith-types.h with 100% similarity]
src/system/object-type-definition.cpp
src/wizard/wizard-spells.cpp