Skip to content

Commit 4da700f

Browse files
committed
unify(common): Move identical files to Core
1 parent 71d40c0 commit 4da700f

40 files changed

Lines changed: 73 additions & 6021 deletions

Core/GameEngine/CMakeLists.txt

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ set(GAMEENGINE_SRC
2525
Include/Common/CRCDebug.h
2626
# Include/Common/CriticalSection.h
2727
# Include/Common/CustomMatchPreferences.h
28-
# Include/Common/DamageFX.h
28+
Include/Common/DamageFX.h
2929
# Include/Common/DataChunk.h
3030
Include/Common/Debug.h
3131
Include/Common/Diagnostic/SimulationMathCrc.h
32-
# Include/Common/Dict.h
32+
Include/Common/Dict.h
3333
# Include/Common/Directory.h
3434
# Include/Common/DisabledTypes.h
35-
# Include/Common/DiscreteCircle.h
35+
Include/Common/DiscreteCircle.h
3636
# Include/Common/DrawModule.h
3737
Include/Common/DynamicAudioEventInfo.h
3838
# Include/Common/encrypt.h
@@ -64,16 +64,16 @@ set(GAMEENGINE_SRC
6464
# Include/Common/INIException.h
6565
# Include/Common/KindOf.h
6666
# Include/Common/LadderPreferences.h
67-
# Include/Common/Language.h
67+
Include/Common/Language.h
6868
# Include/Common/LatchRestore.h
6969
# Include/Common/List.h
7070
Include/Common/LocalFile.h
7171
Include/Common/LocalFileSystem.h
7272
Include/Common/MapObject.h
7373
# Include/Common/MapReaderWriterInfo.h
74-
# Include/Common/MessageStream.h
74+
Include/Common/MessageStream.h
7575
Include/Common/MiniDumper.h
76-
# Include/Common/MiniLog.h
76+
Include/Common/MiniLog.h
7777
Include/Common/MiscAudio.h
7878
# Include/Common/MissionStats.h
7979
# Include/Common/ModelState.h
@@ -89,7 +89,7 @@ set(GAMEENGINE_SRC
8989
# Include/Common/Override.h
9090
# Include/Common/PartitionSolver.h
9191
# Include/Common/PerfMetrics.h
92-
# Include/Common/PerfTimer.h
92+
Include/Common/PerfTimer.h
9393
# Include/Common/Player.h
9494
# Include/Common/PlayerList.h
9595
# Include/Common/PlayerTemplate.h
@@ -122,7 +122,7 @@ set(GAMEENGINE_SRC
122122
Include/Common/SubsystemInterface.h
123123
# Include/Common/Team.h
124124
# Include/Common/Terrain.h
125-
# Include/Common/TerrainTypes.h
125+
Include/Common/TerrainTypes.h
126126
# Include/Common/Thing.h
127127
# Include/Common/ThingFactory.h
128128
# Include/Common/ThingSort.h
@@ -133,7 +133,7 @@ set(GAMEENGINE_SRC
133133
# Include/Common/Upgrade.h
134134
#Include/Common/urllaunch.h # unused
135135
Include/Common/UserPreferences.h
136-
# Include/Common/version.h
136+
Include/Common/version.h
137137
# Include/Common/WellKnownKeys.h
138138
Include/Common/WorkerProcess.h
139139
Include/Common/Xfer.h
@@ -572,10 +572,10 @@ set(GAMEENGINE_SRC
572572
# Source/Common/CommandLine.cpp
573573
Source/Common/crc.cpp
574574
Source/Common/CRCDebug.cpp
575-
# Source/Common/DamageFX.cpp
575+
Source/Common/DamageFX.cpp
576576
Source/Common/Diagnostic/SimulationMathCrc.cpp
577-
# Source/Common/Dict.cpp
578-
# Source/Common/DiscreteCircle.cpp
577+
Source/Common/Dict.cpp
578+
Source/Common/DiscreteCircle.cpp
579579
Source/Common/FramePacer.cpp
580580
Source/Common/FrameRateLimit.cpp
581581
# Source/Common/GameEngine.cpp
@@ -611,14 +611,14 @@ set(GAMEENGINE_SRC
611611
Source/Common/INI/INIWater.cpp
612612
Source/Common/INI/INIWeapon.cpp
613613
Source/Common/INI/INIWebpageURL.cpp
614-
# Source/Common/Language.cpp
615-
# Source/Common/MessageStream.cpp
616-
# Source/Common/MiniLog.cpp
614+
Source/Common/Language.cpp
615+
Source/Common/MessageStream.cpp
616+
Source/Common/MiniLog.cpp
617617
# Source/Common/MultiplayerSettings.cpp
618618
# Source/Common/NameKeyGenerator.cpp
619619
Source/Common/OptionPreferences.cpp
620620
# Source/Common/PartitionSolver.cpp
621-
# Source/Common/PerfTimer.cpp
621+
Source/Common/PerfTimer.cpp
622622
Source/Common/RandomValue.cpp
623623
# Source/Common/Recorder.cpp
624624
Source/Common/ReplaySimulation.cpp
@@ -682,15 +682,15 @@ set(GAMEENGINE_SRC
682682
Source/Common/System/XferCRC.cpp
683683
Source/Common/System/XferLoad.cpp
684684
Source/Common/System/XferSave.cpp
685-
# Source/Common/TerrainTypes.cpp
685+
Source/Common/TerrainTypes.cpp
686686
# Source/Common/Thing/DrawModule.cpp
687687
# Source/Common/Thing/Module.cpp
688688
# Source/Common/Thing/ModuleFactory.cpp
689689
# Source/Common/Thing/Thing.cpp
690690
# Source/Common/Thing/ThingFactory.cpp
691691
# Source/Common/Thing/ThingTemplate.cpp
692692
Source/Common/UserPreferences.cpp
693-
# Source/Common/version.cpp
693+
Source/Common/version.cpp
694694
Source/Common/WorkerProcess.cpp
695695
Source/GameClient/ClientInstance.cpp
696696
Source/GameClient/Color.cpp
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)