mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
** Merged source code from development (MP+BMP) trunk (Revision: 3352) ** ** https://81.169.133.124/source/ja2/branches/Wanne/JA2%201.13%20MP ** ************************************************************************* 1 (Rev. 3343) Changes: Control hardcoded list of unclickable ("bad") sectors via XML file. (by Realist) On the strategic map, the player cannot click or highlight specific sectors (e.g. A4, A5). Introduce a <BadSector> tag in MovementCosts.xml that flags a sector as "bad". (<BadSector>1</BadSector>) Files: /branches/Wanne/JA2 1.13 MP/Build/Strategic/Map Screen Interface Map.cpp /branches/Wanne/JA2 1.13 MP/Build/Strategic/Strategic Movement Costs.cpp /branches/Wanne/JA2 1.13 MP/Build/Strategic/mapscreen.cpp /branches/Wanne/JA2 1.13 MP/GameDir/Data/TableData/Map /branches/Wanne/JA2 1.13 MP/GameDir/Data/TableData/Map/MovementCosts.xml /branches/Wanne/JA2 1.13 MP/GameDir/Data-1.13/TableData/Map /branches/Wanne/JA2 1.13 MP/GameDir/Data-1.13/TableData/Map/MovementCosts.xml 2 (Rev. 3344) Changes: Move hardcoded underground sectors initialization to Lua script file. (by Realist) Locate "initunderground.lua" at data-xyz\scripts ("xyz" subject to change). Lua script allows easily adding underground sectors at arbitrary locations and defining enemy garrisons and creature population. Also enables underground bloodcat population. Files: /branches/Wanne/JA2 1.13 MP/Build/Strategic/Campaign Init.cpp /branches/Wanne/JA2 1.13 MP/Build/Strategic/Campaign Types.h /branches/Wanne/JA2 1.13 MP/Build/Strategic/Queen Command.cpp /branches/Wanne/JA2 1.13 MP/Build/Strategic/Strategic AI.cpp /branches/Wanne/JA2 1.13 MP/Build/Strategic/Strategic_2005Express.vcproj /branches/Wanne/JA2 1.13 MP/Build/Strategic/Strategic_VS2008.vcproj /branches/Wanne/JA2 1.13 MP/Build/Strategic/UndergroundInit.cpp /branches/Wanne/JA2 1.13 MP/Build/Strategic/UndergroundInit.h /branches/Wanne/JA2 1.13 MP/Build/Strategic/strategicmap.cpp /branches/Wanne/JA2 1.13 MP/Build/Tactical/Soldier Init List.cpp /branches/Wanne/JA2 1.13 MP/GameDir/Data/Scripts /branches/Wanne/JA2 1.13 MP/GameDir/Data/Scripts/initunderground.lua /branches/Wanne/JA2 1.13 MP/GameDir/Data-1.13/Scripts /branches/Wanne/JA2 1.13 MP/GameDir/Data-1.13/Scripts/initunderground.lua 3 (Rev. 3345) Changes: Bugfix: In Method CreateDestroyMouseRegionsForFacilityAssignmentMenu() (by Headrock) Files: /branches/Wanne/JA2 1.13 MP/Build/Strategic/Assignments.cpp 4 (Rev. 3346) Changes: Changed order of properties in GameSettings.cpp (by Headrock) HAM 3.6 fixes (by Headrock) Sorted Data-1.13\ja2_options.ini (by Headrock) Files: /branches/Wanne/JA2 1.13 MP/Build/GameSettings.cpp /branches/Wanne/JA2 1.13 MP/Build/GameSettings.h /branches/Wanne/JA2 1.13 MP/Build/Laptop/BobbyRGuns.cpp /branches/Wanne/JA2 1.13 MP/Build/Strategic/Assignments.cpp /branches/Wanne/JA2 1.13 MP/Build/Strategic/MilitiaSquads.cpp /branches/Wanne/JA2 1.13 MP/Build/Strategic/Strategic Mines.cpp /branches/Wanne/JA2 1.13 MP/Build/Strategic/Town Militia.cpp /branches/Wanne/JA2 1.13 MP/Build/Tactical/Campaign.cpp /branches/Wanne/JA2 1.13 MP/Build/Tactical/Interface Enhanced.cpp /branches/Wanne/JA2 1.13 MP/Build/Tactical/Interface Items.cpp /branches/Wanne/JA2 1.13 MP/Build/Tactical/Items.cpp /branches/Wanne/JA2 1.13 MP/Build/Tactical/Items.h /branches/Wanne/JA2 1.13 MP/Build/Tactical/Overhead.cpp /branches/Wanne/JA2 1.13 MP/Build/Tactical/Soldier Control.cpp /branches/Wanne/JA2 1.13 MP/Build/Tactical/Soldier Profile.cpp /branches/Wanne/JA2 1.13 MP/Build/Tactical/Weapons.cpp /branches/Wanne/JA2 1.13 MP/Build/TileEngine/Explosion Control.cpp /branches/Wanne/JA2 1.13 MP/GameDir/Data-1.13/Ja2_Options.INI /branches/Wanne/JA2 1.13 MP/GameDir/INIEditorJA2Options.xml 5 (Rev. 3347) Changes: Bugfix: Turns out that the program is saving the number of used Placement Slots to the temp file fine, but if that number is equal to the limit of how many enemies/civvies are allowed in a sector by the INI settings, it leads to an assertion error instead when trying to re-load that sector. (by Headrock) Re-ordered Data/Ja2_Options.INI (by Headrock) Files: /branches/Wanne/JA2 1.13 MP/Build/Tactical/Enemy Soldier Save.cpp /branches/Wanne/JA2 1.13 MP/GameDir/Data/Ja2_Options.INI 6 (Rev. 3348) Changes: Translated missing HAM 3.6 German Texts (by systemfehler) Files: /branches/Wanne/JA2 1.13 MP/Build/Utils/_GermanText.cpp 7 (Rev. 3351) Changes: PlusAI 1.0 Patch (by Headrock) Files: /branches/Wanne/JA2 1.13 MP/Build/Tactical/Points.cpp /branches/Wanne/JA2 1.13 MP/Build/Tactical/Points.h /branches/Wanne/JA2 1.13 MP/Build/TacticalAI/Attacks.cpp /branches/Wanne/JA2 1.13 MP/Build/TacticalAI/DecideAction.cpp /branches/Wanne/JA2 1.13 MP/Build/TacticalAI/FindLocations.cpp /branches/Wanne/JA2 1.13 MP/Build/TacticalAI/ai.h 8 (Rev. 3352) Changes: Bugfix: The DEBUG only setting "fEnableInventoryPoolQ" is now only enabled in a DEBUG version. In all other builds it is set to FALSE. Files: /branches/Wanne/JA2 1.13 MP/Build/GameSettings.cpp git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@3354 3b4a5df2-a311-0410-b5c6-a8a6f20db521
744 lines
14 KiB
XML
744 lines
14 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8,00"
|
|
Name="Strategic_2005Express"
|
|
ProjectGUID="{AB8837DB-0435-40C7-916A-0AACF5CFF1C4}"
|
|
RootNamespace="Strategic_2005Express"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="Debug"
|
|
IntermediateDirectory="Debug"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2_2005Express.vsprops;..\ja2_2005ExpressDebug.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE""
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\Multiplayer;..\VFS"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
RuntimeTypeInfo="false"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
DisableSpecificWarnings="4100"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2_2005Express.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE""
|
|
AdditionalIncludeDirectories="..\Multiplayer;..\VFS"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
|
|
RuntimeLibrary="0"
|
|
RuntimeTypeInfo="false"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="MapEditor|Win32"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2_2005Express.vsprops;..\ja2_2005ExpressEditor.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE""
|
|
AdditionalIncludeDirectories="..\Multiplayer;..\VFS"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
|
|
RuntimeLibrary="0"
|
|
RuntimeTypeInfo="false"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="MapEditorD|Win32"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2_2005Express.vsprops;..\ja2_2005ExpressEditor.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE""
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\Multiplayer;..\VFS"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
RuntimeTypeInfo="false"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
DisableSpecificWarnings="4100"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release_WithDebugInfo|Win32"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2_2005Express.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/D "_CRT_SECURE_NO_DEPRECATE""
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="..\Multiplayer;..\VFS"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
|
|
RuntimeLibrary="0"
|
|
RuntimeTypeInfo="false"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath=".\Assignments.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Auto Resolve.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Campaign Init.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Campaign Types.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Creature Spreading.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Facilities.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Game Clock.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Game Event Hook.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Game Events.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Game Init.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Helicopter.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface Border.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface Bottom.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface Map Inventory.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface Map.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface TownMine Info.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mapscreen.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Meanwhile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Merc Contract.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\MilitiaSquads.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Player Command.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\PreBattle Interface.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Queen Command.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Quest Debug System.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Quests.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\QuestText.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Reinforcement.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Scheduling.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic AI.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic All.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Event Handler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Merc Handler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Mines.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Movement.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Pathing.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Status.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Town Loyalty.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\strategic town reputation.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Turns.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\strategic.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\strategicmap.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Town Militia.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\UndergroundInit.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath=".\AI Viewer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Assignments.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Auto Resolve.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Campaign Init.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Creature Spreading.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Facilities.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Game Clock.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Game Event Hook.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Game Events.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Game Init.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Hourly Update.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Helicopter.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface Border.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface Bottom.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface Map Inventory.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface Map.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface TownMine Info.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Map Screen Interface.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mapscreen.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Meanwhile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Merc Contract.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\MilitiaSquads.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Player Command.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\PreBattle Interface.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Queen Command.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Quest Debug System.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Quests.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\QuestText.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Reinforcement.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Scheduling.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic AI.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Event Handler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Merc Handler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Mines.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Movement Costs.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Movement.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Pathing.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Status.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Town Loyalty.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\strategic town reputation.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Strategic Turns.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\strategic.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\strategicmap.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Town Militia.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\UndergroundInit.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\XML_Army.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\XML_Bloodcats.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\XML_DynamicRestrictions.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\XML_ExtraItems.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\XML_Facilities.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\XML_FacilityTypes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\XML_Roaming.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\XML_SectorNames.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\XML_UniformColors.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|