Skip to content

Commit 32cbb90

Browse files
committed
unify(common-ini): move shared INI loaders to Core
1 parent 31a1021 commit 32cbb90

52 files changed

Lines changed: 97 additions & 1870 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Core/GameEngine/CMakeLists.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -582,33 +582,33 @@ set(GAMEENGINE_SRC
582582
Source/Common/GameUtility.cpp
583583
# Source/Common/GlobalData.cpp
584584
Source/Common/INI/INI.cpp
585-
# Source/Common/INI/INIAiData.cpp
586-
# Source/Common/INI/INIAnimation.cpp
585+
Source/Common/INI/INIAiData.cpp
586+
Source/Common/INI/INIAnimation.cpp
587587
Source/Common/INI/INIAudioEventInfo.cpp
588-
# Source/Common/INI/INICommandButton.cpp
589-
# Source/Common/INI/INICommandSet.cpp
590-
# Source/Common/INI/INIControlBarScheme.cpp
591-
# Source/Common/INI/INICrate.cpp
592-
# Source/Common/INI/INIDamageFX.cpp
593-
# Source/Common/INI/INIDrawGroupInfo.cpp
594-
# Source/Common/INI/INIGameData.cpp
595-
# Source/Common/INI/INIMapCache.cpp
596-
# Source/Common/INI/INIMapData.cpp
597-
# Source/Common/INI/INIMappedImage.cpp
588+
Source/Common/INI/INICommandButton.cpp
589+
Source/Common/INI/INICommandSet.cpp
590+
Source/Common/INI/INIControlBarScheme.cpp
591+
Source/Common/INI/INICrate.cpp
592+
Source/Common/INI/INIDamageFX.cpp
593+
Source/Common/INI/INIDrawGroupInfo.cpp
594+
Source/Common/INI/INIGameData.cpp
595+
Source/Common/INI/INIMapCache.cpp
596+
Source/Common/INI/INIMapData.cpp
597+
Source/Common/INI/INIMappedImage.cpp
598598
Source/Common/INI/INIMiscAudio.cpp
599-
# Source/Common/INI/INIModel.cpp
600-
# Source/Common/INI/INIMultiplayer.cpp
601-
# Source/Common/INI/INIObject.cpp
602-
# Source/Common/INI/INIParticleSys.cpp
603-
# Source/Common/INI/INISpecialPower.cpp
604-
# Source/Common/INI/INITerrain.cpp
605-
# Source/Common/INI/INITerrainBridge.cpp
606-
# Source/Common/INI/INITerrainRoad.cpp
607-
# Source/Common/INI/INIUpgrade.cpp
599+
Source/Common/INI/INIModel.cpp
600+
Source/Common/INI/INIMultiplayer.cpp
601+
Source/Common/INI/INIObject.cpp
602+
Source/Common/INI/INIParticleSys.cpp
603+
Source/Common/INI/INISpecialPower.cpp
604+
Source/Common/INI/INITerrain.cpp
605+
Source/Common/INI/INITerrainBridge.cpp
606+
Source/Common/INI/INITerrainRoad.cpp
607+
Source/Common/INI/INIUpgrade.cpp
608608
Source/Common/INI/INIVideo.cpp
609-
# Source/Common/INI/INIWater.cpp
610-
# Source/Common/INI/INIWeapon.cpp
611-
# Source/Common/INI/INIWebpageURL.cpp
609+
Source/Common/INI/INIWater.cpp
610+
Source/Common/INI/INIWeapon.cpp
611+
Source/Common/INI/INIWebpageURL.cpp
612612
# Source/Common/Language.cpp
613613
# Source/Common/MessageStream.cpp
614614
# Source/Common/MiniLog.cpp
File renamed without changes.

GeneralsMD/Code/GameEngine/Source/Common/INI/INIAnimation.cpp renamed to Core/GameEngine/Source/Common/INI/INIAnimation.cpp

File renamed without changes.

GeneralsMD/Code/GameEngine/Source/Common/INI/INICommandButton.cpp renamed to Core/GameEngine/Source/Common/INI/INICommandButton.cpp

File renamed without changes.

GeneralsMD/Code/GameEngine/Source/Common/INI/INICommandSet.cpp renamed to Core/GameEngine/Source/Common/INI/INICommandSet.cpp

File renamed without changes.

GeneralsMD/Code/GameEngine/Source/Common/INI/INIControlBarScheme.cpp renamed to Core/GameEngine/Source/Common/INI/INIControlBarScheme.cpp

File renamed without changes.
File renamed without changes.

GeneralsMD/Code/GameEngine/Source/Common/INI/INIDamageFX.cpp renamed to Core/GameEngine/Source/Common/INI/INIDamageFX.cpp

File renamed without changes.

GeneralsMD/Code/GameEngine/Source/Common/INI/INIDrawGroupInfo.cpp renamed to Core/GameEngine/Source/Common/INI/INIDrawGroupInfo.cpp

File renamed without changes.

GeneralsMD/Code/GameEngine/Source/Common/INI/INIGameData.cpp renamed to Core/GameEngine/Source/Common/INI/INIGameData.cpp

File renamed without changes.

0 commit comments

Comments
 (0)