Terraria 1.3.5.3 Source Code
This commit is contained in:
commit
4b21dac4b6
503 changed files with 409032 additions and 0 deletions
553
Terraria.csproj
Normal file
553
Terraria.csproj
Normal file
|
@ -0,0 +1,553 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<!--Project was exported from assembly: C:\Users\mikeyisbaeyt\Downloads\depotdownloader-2.4.5\depots\105601\6707058\Terraria.exe-->
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{2FFF7069-8A42-4F3C-9377-F5A328E80234}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AssemblyName>Terraria</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
||||
<ApplicationVersion>1.3.5.3</ApplicationVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<RootNamespace>Terraria</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Xna.Framework" />
|
||||
<Reference Include="Microsoft.Xna.Framework.Game" />
|
||||
<Reference Include="Microsoft.Xna.Framework.Graphics" />
|
||||
<Reference Include="Microsoft.Xna.Framework.Xact" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="WindowsBase" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Extensions\EnumerationExtensions.cs" />
|
||||
<Compile Include="Chest.cs" />
|
||||
<Compile Include="PartyHatColor.cs" />
|
||||
<Compile Include="ZoomContext.cs" />
|
||||
<Compile Include="FrameSkipTest.cs" />
|
||||
<Compile Include="TestHighFPSIssues.cs" />
|
||||
<Compile Include="StrayMethods.cs" />
|
||||
<Compile Include="TexturePackSupport.cs" />
|
||||
<Compile Include="Entity.cs" />
|
||||
<Compile Include="WindowsLaunch.cs" />
|
||||
<Compile Include="Ref`1.cs" />
|
||||
<Compile Include="DeprecatedClassLeftInForLoading.cs" />
|
||||
<Compile Include="Gore.cs" />
|
||||
<Compile Include="HitTile.cs" />
|
||||
<Compile Include="IngameOptions.cs" />
|
||||
<Compile Include="Lang.cs" />
|
||||
<Compile Include="Liquid.cs" />
|
||||
<Compile Include="LiquidBuffer.cs" />
|
||||
<Compile Include="TileChangeReceivedEvent.cs" />
|
||||
<Compile Include="MessageBuffer.cs" />
|
||||
<Compile Include="Minecart.cs" />
|
||||
<Compile Include="Mount.cs" />
|
||||
<Compile Include="NetMessage.cs" />
|
||||
<Compile Include="RemoteClient.cs" />
|
||||
<Compile Include="RemoteServer.cs" />
|
||||
<Compile Include="Netplay.cs" />
|
||||
<Compile Include="CombatText.cs" />
|
||||
<Compile Include="ItemText.cs" />
|
||||
<Compile Include="Cloud.cs" />
|
||||
<Compile Include="Star.cs" />
|
||||
<Compile Include="BitsByte.cs" />
|
||||
<Compile Include="DelegateMethods.cs" />
|
||||
<Compile Include="TileObject.cs" />
|
||||
<Compile Include="Projectile.cs" />
|
||||
<Compile Include="Rain.cs" />
|
||||
<Compile Include="RecipeGroup.cs" />
|
||||
<Compile Include="Recipe.cs" />
|
||||
<Compile Include="NPC.cs" />
|
||||
<Compile Include="Collision.cs" />
|
||||
<Compile Include="Item.cs" />
|
||||
<Compile Include="Player.cs" />
|
||||
<Compile Include="Dust.cs" />
|
||||
<Compile Include="Lighting.cs" />
|
||||
<Compile Include="Sign.cs" />
|
||||
<Compile Include="Tile.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Main.cs" />
|
||||
<Compile Include="ResolutionChangeEvent.cs" />
|
||||
<Compile Include="TimeLogger.cs" />
|
||||
<Compile Include="Utils.cs" />
|
||||
<Compile Include="WaterfallManager.cs" />
|
||||
<Compile Include="Wiring.cs" />
|
||||
<Compile Include="WorldGen.cs" />
|
||||
<Compile Include="WorldSections.cs" />
|
||||
<Compile Include="Animation.cs" />
|
||||
<Compile Include="Framing.cs" />
|
||||
<Compile Include="ObjectData\TileObjectData.cs" />
|
||||
<Compile Include="Modules\AnchorDataModule.cs" />
|
||||
<Compile Include="Modules\AnchorTypesModule.cs" />
|
||||
<Compile Include="Modules\TileObjectAlternatesModule.cs" />
|
||||
<Compile Include="Modules\TileObjectBaseModule.cs" />
|
||||
<Compile Include="Modules\LiquidDeathModule.cs" />
|
||||
<Compile Include="Modules\LiquidPlacementModule.cs" />
|
||||
<Compile Include="Modules\TileObjectDrawModule.cs" />
|
||||
<Compile Include="Modules\TileObjectSubTilesModule.cs" />
|
||||
<Compile Include="Modules\TilePlacementHooksModule.cs" />
|
||||
<Compile Include="Modules\TileObjectStyleModule.cs" />
|
||||
<Compile Include="Modules\TileObjectCoordinatesModule.cs" />
|
||||
<Compile Include="World\Generation\GenAction.cs" />
|
||||
<Compile Include="World\Generation\Actions.cs" />
|
||||
<Compile Include="World\Generation\GenBase.cs" />
|
||||
<Compile Include="World\Generation\GenCondition.cs" />
|
||||
<Compile Include="World\Generation\Conditions.cs" />
|
||||
<Compile Include="World\Generation\GenerationProgress.cs" />
|
||||
<Compile Include="World\Generation\Modifiers.cs" />
|
||||
<Compile Include="World\Generation\GenModShape.cs" />
|
||||
<Compile Include="World\Generation\ModShapes.cs" />
|
||||
<Compile Include="World\Generation\GenPass.cs" />
|
||||
<Compile Include="World\Generation\Passes.cs" />
|
||||
<Compile Include="World\Generation\GenSearch.cs" />
|
||||
<Compile Include="World\Generation\Searches.cs" />
|
||||
<Compile Include="World\Generation\GenStructure.cs" />
|
||||
<Compile Include="World\Generation\BiomeCollection.cs" />
|
||||
<Compile Include="World\Generation\Biomes`1.cs" />
|
||||
<Compile Include="World\Generation\MicroBiome.cs" />
|
||||
<Compile Include="World\Generation\GenShape.cs" />
|
||||
<Compile Include="World\Generation\Shapes.cs" />
|
||||
<Compile Include="World\Generation\ShapeData.cs" />
|
||||
<Compile Include="World\Generation\SimpleStructure.cs" />
|
||||
<Compile Include="World\Generation\StructureMap.cs" />
|
||||
<Compile Include="World\Generation\WorldGenerator.cs" />
|
||||
<Compile Include="World\Generation\WorldUtils.cs" />
|
||||
<Compile Include="Utilities\NPCUtils.cs" />
|
||||
<Compile Include="Utilities\PlatformUtilities.cs" />
|
||||
<Compile Include="Utilities\UnifiedRandom.cs" />
|
||||
<Compile Include="Utilities\WeightedRandom`1.cs" />
|
||||
<Compile Include="Utilities\CrashDump.cs" />
|
||||
<Compile Include="Utilities\FileOperationAPIWrapper.cs" />
|
||||
<Compile Include="Utilities\FileUtilities.cs" />
|
||||
<Compile Include="Server\Game.cs" />
|
||||
<Compile Include="Net\AddressType.cs" />
|
||||
<Compile Include="Net\RemoteAddress.cs" />
|
||||
<Compile Include="Net\TcpAddress.cs" />
|
||||
<Compile Include="Net\SteamAddress.cs" />
|
||||
<Compile Include="Net\ServerMode.cs" />
|
||||
<Compile Include="Net\LegacyNetBufferPool.cs" />
|
||||
<Compile Include="Net\NetModule.cs" />
|
||||
<Compile Include="Net\NetManager.cs" />
|
||||
<Compile Include="Net\NetPacket.cs" />
|
||||
<Compile Include="Net\Sockets\SocketReceiveCallback.cs" />
|
||||
<Compile Include="Net\Sockets\SocketSendCallback.cs" />
|
||||
<Compile Include="Net\Sockets\SocketConnectionAccepted.cs" />
|
||||
<Compile Include="Net\Sockets\ISocket.cs" />
|
||||
<Compile Include="Net\Sockets\SocialSocket.cs" />
|
||||
<Compile Include="Net\Sockets\TcpSocket.cs" />
|
||||
<Compile Include="Map\MapHelper.cs" />
|
||||
<Compile Include="Map\MapTile.cs" />
|
||||
<Compile Include="Map\WorldMap.cs" />
|
||||
<Compile Include="IO\FavoritesFile.cs" />
|
||||
<Compile Include="IO\FileData.cs" />
|
||||
<Compile Include="IO\PlayerFileData.cs" />
|
||||
<Compile Include="IO\WorldFileData.cs" />
|
||||
<Compile Include="IO\FileType.cs" />
|
||||
<Compile Include="IO\FileMetadata.cs" />
|
||||
<Compile Include="IO\Preferences.cs" />
|
||||
<Compile Include="IO\WorldFile.cs" />
|
||||
<Compile Include="Initializers\AchievementInitializer.cs" />
|
||||
<Compile Include="Initializers\LaunchInitializer.cs" />
|
||||
<Compile Include="Initializers\ChatInitializer.cs" />
|
||||
<Compile Include="Initializers\NetworkInitializer.cs" />
|
||||
<Compile Include="Initializers\PlayerDataInitializer.cs" />
|
||||
<Compile Include="Initializers\ScreenEffectInitializer.cs" />
|
||||
<Compile Include="Initializers\UILinksInitializer.cs" />
|
||||
<Compile Include="Initializers\DyeInitializer.cs" />
|
||||
<Compile Include="Social\ISocialModule.cs" />
|
||||
<Compile Include="Social\SocialMode.cs" />
|
||||
<Compile Include="Social\SocialAPI.cs" />
|
||||
<Compile Include="Social\Steam\OverlaySocialModule.cs" />
|
||||
<Compile Include="Social\Steam\AchievementsSocialModule.cs" />
|
||||
<Compile Include="Social\Steam\CloudSocialModule.cs" />
|
||||
<Compile Include="Social\Steam\CoreSocialModule.cs" />
|
||||
<Compile Include="Social\Steam\FriendsSocialModule.cs" />
|
||||
<Compile Include="Social\Steam\LobbyState.cs" />
|
||||
<Compile Include="Social\Steam\Lobby.cs" />
|
||||
<Compile Include="Social\Steam\NetClientSocialModule.cs" />
|
||||
<Compile Include="Social\Steam\NetServerSocialModule.cs" />
|
||||
<Compile Include="Social\Steam\NetSocialModule.cs" />
|
||||
<Compile Include="Social\Steam\SteamP2PReader.cs" />
|
||||
<Compile Include="Social\Steam\SteamP2PWriter.cs" />
|
||||
<Compile Include="Social\Base\OverlaySocialModule.cs" />
|
||||
<Compile Include="Social\Base\CloudSocialModule.cs" />
|
||||
<Compile Include="Social\Base\FriendsSocialModule.cs" />
|
||||
<Compile Include="Social\Base\NetSocialModule.cs" />
|
||||
<Compile Include="Social\Base\AchievementsSocialModule.cs" />
|
||||
<Compile Include="UI\InterfaceScaleType.cs" />
|
||||
<Compile Include="UI\GameInterfaceLayer.cs" />
|
||||
<Compile Include="UI\ItemSorting.cs" />
|
||||
<Compile Include="UI\TooltipProcessor.cs" />
|
||||
<Compile Include="UI\ItemTooltip.cs" />
|
||||
<Compile Include="UI\GameInterfaceDrawMethod.cs" />
|
||||
<Compile Include="UI\LegacyGameInterfaceLayer.cs" />
|
||||
<Compile Include="UI\AchievementCompleteUI.cs" />
|
||||
<Compile Include="UI\IngameFancyUI.cs" />
|
||||
<Compile Include="UI\ChestUI.cs" />
|
||||
<Compile Include="UI\ItemSlot.cs" />
|
||||
<Compile Include="UI\StyleDimension.cs" />
|
||||
<Compile Include="UI\CalculatedStyle.cs" />
|
||||
<Compile Include="UI\SnapPoint.cs" />
|
||||
<Compile Include="UI\UIAlign.cs" />
|
||||
<Compile Include="UI\UIElement.cs" />
|
||||
<Compile Include="UI\UIEvent.cs" />
|
||||
<Compile Include="UI\UIMouseEvent.cs" />
|
||||
<Compile Include="UI\UIScrollWheelEvent.cs" />
|
||||
<Compile Include="UI\UIState.cs" />
|
||||
<Compile Include="UI\UserInterface.cs" />
|
||||
<Compile Include="UI\Chat\ChatLine.cs" />
|
||||
<Compile Include="UI\Chat\ChatManager.cs" />
|
||||
<Compile Include="UI\Chat\ITagHandler.cs" />
|
||||
<Compile Include="UI\Chat\TextSnippet.cs" />
|
||||
<Compile Include="UI\Gamepad\GamepadPageID.cs" />
|
||||
<Compile Include="UI\Gamepad\GamepadPointID.cs" />
|
||||
<Compile Include="UI\Gamepad\GamepadMainMenuHandler.cs" />
|
||||
<Compile Include="UI\Gamepad\UILinkPage.cs" />
|
||||
<Compile Include="UI\Gamepad\UILinkPoint.cs" />
|
||||
<Compile Include="UI\Gamepad\UILinkPointNavigator.cs" />
|
||||
<Compile Include="Localization\GameCulture.cs" />
|
||||
<Compile Include="Localization\LanguageChangeCallback.cs" />
|
||||
<Compile Include="Localization\LanguageSearchFilter.cs" />
|
||||
<Compile Include="Localization\Language.cs" />
|
||||
<Compile Include="Localization\LanguageManager.cs" />
|
||||
<Compile Include="Localization\LocalizedText.cs" />
|
||||
<Compile Include="Localization\NetworkText.cs" />
|
||||
<Compile Include="ID\AmmoID.cs" />
|
||||
<Compile Include="ID\ArmorIDs.cs" />
|
||||
<Compile Include="ID\CustomCurrencyID.cs" />
|
||||
<Compile Include="ID\ItemAlternativeFunctionID.cs" />
|
||||
<Compile Include="ID\PrefixID.cs" />
|
||||
<Compile Include="ID\RecipeGroupID.cs" />
|
||||
<Compile Include="ID\SoundID.cs" />
|
||||
<Compile Include="ID\AchievementHelperID.cs" />
|
||||
<Compile Include="ID\ChainID.cs" />
|
||||
<Compile Include="ID\Colors.cs" />
|
||||
<Compile Include="ID\DustID.cs" />
|
||||
<Compile Include="ID\GoreID.cs" />
|
||||
<Compile Include="ID\MountID.cs" />
|
||||
<Compile Include="ID\PlayerVariantID.cs" />
|
||||
<Compile Include="ID\PlayerTextureID.cs" />
|
||||
<Compile Include="ID\SetFactory.cs" />
|
||||
<Compile Include="ID\TileEntityID.cs" />
|
||||
<Compile Include="ID\AnimationID.cs" />
|
||||
<Compile Include="ID\ExtrasID.cs" />
|
||||
<Compile Include="ID\BuffID.cs" />
|
||||
<Compile Include="ID\GlowMaskID.cs" />
|
||||
<Compile Include="ID\ItemID.cs" />
|
||||
<Compile Include="ID\TileChangeType.cs" />
|
||||
<Compile Include="ID\MessageID.cs" />
|
||||
<Compile Include="ID\ProjectileID.cs" />
|
||||
<Compile Include="ID\StatusID.cs" />
|
||||
<Compile Include="ID\WallID.cs" />
|
||||
<Compile Include="ID\InvasionID.cs" />
|
||||
<Compile Include="ID\NPCID.cs" />
|
||||
<Compile Include="ID\TileID.cs" />
|
||||
<Compile Include="Graphics\SpriteViewMatrix.cs" />
|
||||
<Compile Include="Graphics\TextureManager.cs" />
|
||||
<Compile Include="Graphics\TileBatch.cs" />
|
||||
<Compile Include="Graphics\VertexColors.cs" />
|
||||
<Compile Include="Graphics\Capture\CaptureBiome.cs" />
|
||||
<Compile Include="Graphics\Capture\CaptureInterface.cs" />
|
||||
<Compile Include="Graphics\Capture\CaptureCamera.cs" />
|
||||
<Compile Include="Graphics\Capture\CaptureManager.cs" />
|
||||
<Compile Include="Graphics\Capture\CaptureSettings.cs" />
|
||||
<Compile Include="Graphics\Shaders\ArmorShaderDataSet.cs" />
|
||||
<Compile Include="Graphics\Shaders\HairShaderDataSet.cs" />
|
||||
<Compile Include="Graphics\Shaders\MiscShaderData.cs" />
|
||||
<Compile Include="Graphics\Shaders\HairShaderData.cs" />
|
||||
<Compile Include="Graphics\Shaders\ScreenShaderData.cs" />
|
||||
<Compile Include="Graphics\Shaders\ArmorShaderData.cs" />
|
||||
<Compile Include="Graphics\Shaders\GameShaders.cs" />
|
||||
<Compile Include="Graphics\Shaders\ShaderData.cs" />
|
||||
<Compile Include="Graphics\Effects\RenderLayers.cs" />
|
||||
<Compile Include="Graphics\Effects\CustomSky.cs" />
|
||||
<Compile Include="Graphics\Effects\SkyManager.cs" />
|
||||
<Compile Include="Graphics\Effects\EffectManager`1.cs" />
|
||||
<Compile Include="Graphics\Effects\EffectPriority.cs" />
|
||||
<Compile Include="Graphics\Effects\Filter.cs" />
|
||||
<Compile Include="Graphics\Effects\Filters.cs" />
|
||||
<Compile Include="Graphics\Effects\FilterManager.cs" />
|
||||
<Compile Include="Graphics\Effects\GameEffect.cs" />
|
||||
<Compile Include="Graphics\Effects\MissingEffectException.cs" />
|
||||
<Compile Include="Graphics\Effects\OverlayMode.cs" />
|
||||
<Compile Include="Graphics\Effects\Overlay.cs" />
|
||||
<Compile Include="Graphics\Effects\Overlays.cs" />
|
||||
<Compile Include="Graphics\Effects\OverlayManager.cs" />
|
||||
<Compile Include="Graphics\Effects\SimpleOverlay.cs" />
|
||||
<Compile Include="GameInput\KeyConfiguration.cs" />
|
||||
<Compile Include="GameInput\LockOnHelper.cs" />
|
||||
<Compile Include="GameInput\PlayerInputProfile.cs" />
|
||||
<Compile Include="GameInput\TriggerNames.cs" />
|
||||
<Compile Include="GameInput\TriggersPack.cs" />
|
||||
<Compile Include="GameInput\TriggersSet.cs" />
|
||||
<Compile Include="GameInput\InputMode.cs" />
|
||||
<Compile Include="GameInput\PresetProfiles.cs" />
|
||||
<Compile Include="GameInput\PlayerInput.cs" />
|
||||
<Compile Include="GameContent\FixExploitManEaters.cs" />
|
||||
<Compile Include="GameContent\TownRoomManager.cs" />
|
||||
<Compile Include="GameContent\PressurePlateHelper.cs" />
|
||||
<Compile Include="GameContent\PortalHelper.cs" />
|
||||
<Compile Include="GameContent\ChildSafety.cs" />
|
||||
<Compile Include="GameContent\Liquid\LiquidRenderer.cs" />
|
||||
<Compile Include="GameContent\Generation\ActionGrass.cs" />
|
||||
<Compile Include="GameContent\Generation\ActionPlaceStatue.cs" />
|
||||
<Compile Include="GameContent\Generation\ActionStalagtite.cs" />
|
||||
<Compile Include="GameContent\Generation\ActionVines.cs" />
|
||||
<Compile Include="GameContent\Generation\WorldGenLegacyMethod.cs" />
|
||||
<Compile Include="GameContent\Generation\PassLegacy.cs" />
|
||||
<Compile Include="GameContent\Generation\ShapeBranch.cs" />
|
||||
<Compile Include="GameContent\Generation\ShapeFloodFill.cs" />
|
||||
<Compile Include="GameContent\Generation\ShapeRoot.cs" />
|
||||
<Compile Include="GameContent\Generation\TrackGenerator.cs" />
|
||||
<Compile Include="GameContent\Generation\ShapeRunner.cs" />
|
||||
<Compile Include="GameContent\Dyes\LegacyHairShaderData.cs" />
|
||||
<Compile Include="GameContent\Dyes\TeamArmorShaderData.cs" />
|
||||
<Compile Include="GameContent\Dyes\ReflectiveArmorShaderData.cs" />
|
||||
<Compile Include="GameContent\Tile_Entities\TELogicSensor.cs" />
|
||||
<Compile Include="GameContent\Tile_Entities\TEItemFrame.cs" />
|
||||
<Compile Include="GameContent\Tile_Entities\TETrainingDummy.cs" />
|
||||
<Compile Include="GameContent\Biomes\GraniteBiome.cs" />
|
||||
<Compile Include="GameContent\Biomes\HiveBiome.cs" />
|
||||
<Compile Include="GameContent\Biomes\MarbleBiome.cs" />
|
||||
<Compile Include="GameContent\Biomes\CampsiteBiome.cs" />
|
||||
<Compile Include="GameContent\Biomes\CaveHouseBiome.cs" />
|
||||
<Compile Include="GameContent\Biomes\CorruptionPitBiome.cs" />
|
||||
<Compile Include="GameContent\Biomes\DesertBiome.cs" />
|
||||
<Compile Include="GameContent\Biomes\EnchantedSwordBiome.cs" />
|
||||
<Compile Include="GameContent\Biomes\HoneyPatchBiome.cs" />
|
||||
<Compile Include="GameContent\Biomes\MahoganyTreeBiome.cs" />
|
||||
<Compile Include="GameContent\Biomes\MiningExplosivesBiome.cs" />
|
||||
<Compile Include="GameContent\Biomes\ThinIceBiome.cs" />
|
||||
<Compile Include="GameContent\Achievements\AchievementsHelper.cs" />
|
||||
<Compile Include="GameContent\Achievements\CustomFlagCondition.cs" />
|
||||
<Compile Include="GameContent\Achievements\CustomFloatCondition.cs" />
|
||||
<Compile Include="GameContent\Achievements\CustomIntCondition.cs" />
|
||||
<Compile Include="GameContent\Achievements\ItemCraftCondition.cs" />
|
||||
<Compile Include="GameContent\Achievements\ItemPickupCondition.cs" />
|
||||
<Compile Include="GameContent\Achievements\NPCKilledCondition.cs" />
|
||||
<Compile Include="GameContent\Achievements\ProgressionEventCondition.cs" />
|
||||
<Compile Include="GameContent\Achievements\TileDestroyedCondition.cs" />
|
||||
<Compile Include="GameContent\UI\CustomCurrencySystem.cs" />
|
||||
<Compile Include="GameContent\UI\CustomCurrencySingleCoin.cs" />
|
||||
<Compile Include="GameContent\UI\CustomCurrencyManager.cs" />
|
||||
<Compile Include="GameContent\UI\WiresUI.cs" />
|
||||
<Compile Include="GameContent\UI\EmoteID.cs" />
|
||||
<Compile Include="GameContent\UI\EmoteBubble.cs" />
|
||||
<Compile Include="GameContent\UI\ItemRarity.cs" />
|
||||
<Compile Include="GameContent\UI\WorldUIAnchor.cs" />
|
||||
<Compile Include="GameContent\UI\States\UISortableElement.cs" />
|
||||
<Compile Include="GameContent\UI\States\UIManageControls.cs" />
|
||||
<Compile Include="GameContent\UI\States\UIVirtualKeyboard.cs" />
|
||||
<Compile Include="GameContent\UI\States\UIAchievementsMenu.cs" />
|
||||
<Compile Include="GameContent\UI\States\UIWorldSelect.cs" />
|
||||
<Compile Include="GameContent\UI\States\UICharacterSelect.cs" />
|
||||
<Compile Include="GameContent\UI\States\UIWorldLoad.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIKeybindingListItem.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIKeybindingSimpleListItem.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIKeybindingSliderItem.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIKeybindingToggleListItem.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UITextBox.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIAchievementListItem.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UICharacter.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UICharacterListItem.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIImage.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIImageButton.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIImageFramed.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIList.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIPanel.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIScrollbar.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIText.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UITextPanel`1.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIToggleImage.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIWorldListItem.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIGenProgressBar.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIProgressBar.cs" />
|
||||
<Compile Include="GameContent\UI\Elements\UIHeader.cs" />
|
||||
<Compile Include="GameContent\UI\Chat\GlyphTagHandler.cs" />
|
||||
<Compile Include="GameContent\UI\Chat\AchievementTagHandler.cs" />
|
||||
<Compile Include="GameContent\UI\Chat\ColorTagHandler.cs" />
|
||||
<Compile Include="GameContent\UI\Chat\ItemTagHandler.cs" />
|
||||
<Compile Include="GameContent\UI\Chat\NameTagHandler.cs" />
|
||||
<Compile Include="GameContent\UI\Chat\PlainTagHandler.cs" />
|
||||
<Compile Include="GameContent\Skies\BlizzardSky.cs" />
|
||||
<Compile Include="GameContent\Skies\PartySky.cs" />
|
||||
<Compile Include="GameContent\Skies\SandstormSky.cs" />
|
||||
<Compile Include="GameContent\Skies\MoonLordSky.cs" />
|
||||
<Compile Include="GameContent\Skies\VortexSky.cs" />
|
||||
<Compile Include="GameContent\Skies\SolarSky.cs" />
|
||||
<Compile Include="GameContent\Skies\SlimeSky.cs" />
|
||||
<Compile Include="GameContent\Skies\StardustSky.cs" />
|
||||
<Compile Include="GameContent\Skies\MartianSky.cs" />
|
||||
<Compile Include="GameContent\Skies\NebulaSky.cs" />
|
||||
<Compile Include="GameContent\Shaders\SandstormShaderData.cs" />
|
||||
<Compile Include="GameContent\Shaders\BlizzardShaderData.cs" />
|
||||
<Compile Include="GameContent\Shaders\RippleShape.cs" />
|
||||
<Compile Include="GameContent\Shaders\WaterShaderData.cs" />
|
||||
<Compile Include="GameContent\Shaders\BloodMoonScreenShaderData.cs" />
|
||||
<Compile Include="GameContent\Shaders\MoonLordScreenShaderData.cs" />
|
||||
<Compile Include="GameContent\NetModules\NetTextModule.cs" />
|
||||
<Compile Include="GameContent\NetModules\NetLiquidModule.cs" />
|
||||
<Compile Include="GameContent\Events\BirthdayParty.cs" />
|
||||
<Compile Include="GameContent\Events\DD2Event.cs" />
|
||||
<Compile Include="GameContent\Events\Sandstorm.cs" />
|
||||
<Compile Include="GameContent\Events\MoonlordDeathDrama.cs" />
|
||||
<Compile Include="GameContent\Events\ScreenDarkness.cs" />
|
||||
<Compile Include="GameContent\Events\ScreenObstruction.cs" />
|
||||
<Compile Include="GameContent\Events\CultistRitual.cs" />
|
||||
<Compile Include="Enums\NPCTargetType.cs" />
|
||||
<Compile Include="Enums\TileCuttingContext.cs" />
|
||||
<Compile Include="Enums\TileScanGroup.cs" />
|
||||
<Compile Include="Enums\TownNPCSpawnResult.cs" />
|
||||
<Compile Include="Enums\TownNPCRoomCheckFailureReason.cs" />
|
||||
<Compile Include="Enums\AnchorType.cs" />
|
||||
<Compile Include="Enums\LiquidPlacement.cs" />
|
||||
<Compile Include="Enums\TileObjectDirection.cs" />
|
||||
<Compile Include="Enums\TileIDEnum.cs" />
|
||||
<Compile Include="DataStructures\AnchorData.cs" />
|
||||
<Compile Include="DataStructures\BufferPool.cs" />
|
||||
<Compile Include="DataStructures\CachedBuffer.cs" />
|
||||
<Compile Include="DataStructures\ColorSlidersSet.cs" />
|
||||
<Compile Include="DataStructures\DoubleStack`1.cs" />
|
||||
<Compile Include="DataStructures\DrawAnimation.cs" />
|
||||
<Compile Include="DataStructures\DrawAnimationVertical.cs" />
|
||||
<Compile Include="DataStructures\DrawData.cs" />
|
||||
<Compile Include="DataStructures\DrillDebugDraw.cs" />
|
||||
<Compile Include="DataStructures\MethodSequenceListItem.cs" />
|
||||
<Compile Include="DataStructures\NPCAimedTarget.cs" />
|
||||
<Compile Include="DataStructures\PlayerDeathReason.cs" />
|
||||
<Compile Include="DataStructures\SoundPlaySet.cs" />
|
||||
<Compile Include="DataStructures\TileEntity.cs" />
|
||||
<Compile Include="DataStructures\TileObjectPreviewData.cs" />
|
||||
<Compile Include="DataStructures\PlacementHook.cs" />
|
||||
<Compile Include="DataStructures\Point16.cs" />
|
||||
<Compile Include="Cinematics\CinematicManager.cs" />
|
||||
<Compile Include="Cinematics\DD2Film.cs" />
|
||||
<Compile Include="Cinematics\FrameEventData.cs" />
|
||||
<Compile Include="Cinematics\FrameEvent.cs" />
|
||||
<Compile Include="Cinematics\Film.cs" />
|
||||
<Compile Include="Chat\ChatCommandId.cs" />
|
||||
<Compile Include="Chat\ChatCommandProcessor.cs" />
|
||||
<Compile Include="Chat\ChatMessage.cs" />
|
||||
<Compile Include="Chat\IChatProcessor.cs" />
|
||||
<Compile Include="Chat\Commands\ChatCommandAttribute.cs" />
|
||||
<Compile Include="Chat\Commands\IChatCommand.cs" />
|
||||
<Compile Include="Chat\Commands\EmoteCommand.cs" />
|
||||
<Compile Include="Chat\Commands\ListPlayersCommand.cs" />
|
||||
<Compile Include="Chat\Commands\PartyChatCommand.cs" />
|
||||
<Compile Include="Chat\Commands\RollCommand.cs" />
|
||||
<Compile Include="Chat\Commands\SayChatCommand.cs" />
|
||||
<Compile Include="Audio\ActiveSound.cs" />
|
||||
<Compile Include="Audio\CustomSoundStyle.cs" />
|
||||
<Compile Include="Audio\LegacySoundStyle.cs" />
|
||||
<Compile Include="Audio\SoundType.cs" />
|
||||
<Compile Include="Audio\SoundStyle.cs" />
|
||||
<Compile Include="Achievements\Achievement.cs" />
|
||||
<Compile Include="Achievements\AchievementCondition.cs" />
|
||||
<Compile Include="Achievements\ConditionFloatTracker.cs" />
|
||||
<Compile Include="Achievements\ConditionIntTracker.cs" />
|
||||
<Compile Include="Achievements\AchievementManager.cs" />
|
||||
<Compile Include="Achievements\AchievementTracker`1.cs" />
|
||||
<Compile Include="Achievements\ConditionsCompletedTracker.cs" />
|
||||
<Compile Include="Achievements\TrackerType.cs" />
|
||||
<Compile Include="Achievements\IAchievementTracker.cs" />
|
||||
<Compile Include="Achievements\AchievementCategory.cs" />
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Libraries\DotNetZip\Ionic\Zip\CF.dll" />
|
||||
<EmbeddedResource Include="Libraries\JSON\NET\Newtonsoft\Json.dll" />
|
||||
<EmbeddedResource Include="Libraries\ReLogic\ReLogic.dll" />
|
||||
<EmbeddedResource Include="Libraries\Steamworks\NET\Windows\Steamworks\NET.dll" />
|
||||
<EmbeddedResource Include="Localization\Content\de-DE.json" />
|
||||
<EmbeddedResource Include="Localization\Content\de-DE\Game.json" />
|
||||
<EmbeddedResource Include="Localization\Content\de-DE\Items.json" />
|
||||
<EmbeddedResource Include="Localization\Content\de-DE\Legacy.json" />
|
||||
<EmbeddedResource Include="Localization\Content\de-DE\NPCs.json" />
|
||||
<EmbeddedResource Include="Localization\Content\de-DE\Projectiles.json" />
|
||||
<EmbeddedResource Include="Localization\Content\de-DE\Town.json" />
|
||||
<EmbeddedResource Include="Localization\Content\en-US.json" />
|
||||
<EmbeddedResource Include="Localization\Content\en-US\Game.json" />
|
||||
<EmbeddedResource Include="Localization\Content\en-US\Items.json" />
|
||||
<EmbeddedResource Include="Localization\Content\en-US\Legacy.json" />
|
||||
<EmbeddedResource Include="Localization\Content\en-US\NPCs.json" />
|
||||
<EmbeddedResource Include="Localization\Content\en-US\Projectiles.json" />
|
||||
<EmbeddedResource Include="Localization\Content\en-US\Town.json" />
|
||||
<EmbeddedResource Include="Localization\Content\es-ES.json" />
|
||||
<EmbeddedResource Include="Localization\Content\es-ES\Game.json" />
|
||||
<EmbeddedResource Include="Localization\Content\es-ES\Items.json" />
|
||||
<EmbeddedResource Include="Localization\Content\es-ES\Legacy.json" />
|
||||
<EmbeddedResource Include="Localization\Content\es-ES\NPCs.json" />
|
||||
<EmbeddedResource Include="Localization\Content\es-ES\Projectiles.json" />
|
||||
<EmbeddedResource Include="Localization\Content\es-ES\Town.json" />
|
||||
<EmbeddedResource Include="Localization\Content\fr-FR.json" />
|
||||
<EmbeddedResource Include="Localization\Content\fr-FR\Game.json" />
|
||||
<EmbeddedResource Include="Localization\Content\fr-FR\Items.json" />
|
||||
<EmbeddedResource Include="Localization\Content\fr-FR\Legacy.json" />
|
||||
<EmbeddedResource Include="Localization\Content\fr-FR\NPCs.json" />
|
||||
<EmbeddedResource Include="Localization\Content\fr-FR\Projectiles.json" />
|
||||
<EmbeddedResource Include="Localization\Content\fr-FR\Town.json" />
|
||||
<EmbeddedResource Include="Localization\Content\it-IT.json" />
|
||||
<EmbeddedResource Include="Localization\Content\it-IT\Game.json" />
|
||||
<EmbeddedResource Include="Localization\Content\it-IT\Items.json" />
|
||||
<EmbeddedResource Include="Localization\Content\it-IT\Legacy.json" />
|
||||
<EmbeddedResource Include="Localization\Content\it-IT\NPCs.json" />
|
||||
<EmbeddedResource Include="Localization\Content\it-IT\Projectiles.json" />
|
||||
<EmbeddedResource Include="Localization\Content\it-IT\Town.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pl-PL.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pl-PL\Game.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pl-PL\Items.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pl-PL\Legacy.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pl-PL\NPCs.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pl-PL\Projectiles.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pl-PL\Town.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pt-BR.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pt-BR\Game.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pt-BR\Items.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pt-BR\Legacy.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pt-BR\NPCs.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pt-BR\Projectiles.json" />
|
||||
<EmbeddedResource Include="Localization\Content\pt-BR\Town.json" />
|
||||
<EmbeddedResource Include="Localization\Content\ru-RU.json" />
|
||||
<EmbeddedResource Include="Localization\Content\ru-RU\Game.json" />
|
||||
<EmbeddedResource Include="Localization\Content\ru-RU\Items.json" />
|
||||
<EmbeddedResource Include="Localization\Content\ru-RU\Legacy.json" />
|
||||
<EmbeddedResource Include="Localization\Content\ru-RU\NPCs.json" />
|
||||
<EmbeddedResource Include="Localization\Content\ru-RU\Projectiles.json" />
|
||||
<EmbeddedResource Include="Localization\Content\ru-RU\Town.json" />
|
||||
<EmbeddedResource Include="Localization\Content\zh-Hans.json" />
|
||||
<EmbeddedResource Include="Localization\Content\zh-Hans\Game.json" />
|
||||
<EmbeddedResource Include="Localization\Content\zh-Hans\Items.json" />
|
||||
<EmbeddedResource Include="Localization\Content\zh-Hans\Legacy.json" />
|
||||
<EmbeddedResource Include="Localization\Content\zh-Hans\NPCs.json" />
|
||||
<EmbeddedResource Include="Localization\Content\zh-Hans\Projectiles.json" />
|
||||
<EmbeddedResource Include="Localization\Content\zh-Hans\Town.json" />
|
||||
<EmbeddedResource Include="Microsoft\Xna\Framework.RuntimeProfile" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue