2009-04-19 18:07:22 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
2009-07-10 19:15:22 +00:00
|
|
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
|
<ProjectGuid>{818B3D10-F791-4C3F-9AF5-BB2D0079B63C}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>CodeImp.DoomBuilder</RootNamespace>
|
|
|
|
|
<AssemblyName>Builder</AssemblyName>
|
|
|
|
|
<StartupObject>CodeImp.DoomBuilder.General</StartupObject>
|
2012-04-17 19:13:47 +00:00
|
|
|
|
<ApplicationIcon>Resources\GZDB2.ico</ApplicationIcon>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Win32Resource>
|
|
|
|
|
</Win32Resource>
|
2013-12-10 12:19:27 +00:00
|
|
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
|
|
|
<UpgradeBackupLocation>
|
|
|
|
|
</UpgradeBackupLocation>
|
|
|
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
2014-12-30 13:21:01 +00:00
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\..\Build\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<DocumentationFile>..\..\Build\Builder.xml</DocumentationFile>
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<WarningLevel>3</WarningLevel>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<OutputPath>..\..\Build\</OutputPath>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Optimize>true</Optimize>
|
2015-09-25 13:20:53 +00:00
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<DocumentationFile>..\..\Build\Builder.xml</DocumentationFile>
|
2012-04-18 19:34:11 +00:00
|
|
|
|
<DefineConstants>
|
|
|
|
|
</DefineConstants>
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<WarningLevel>3</WarningLevel>
|
2015-09-25 13:20:53 +00:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
</PropertyGroup>
|
2015-09-16 12:10:43 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug + Profiler|x86' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\..\Build\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE;PROFILE</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<DocumentationFile>..\..\Build\Builder.xml</DocumentationFile>
|
|
|
|
|
<WarningLevel>3</WarningLevel>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
</PropertyGroup>
|
2015-10-02 14:47:34 +00:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release + Profiler|x86' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>..\..\Build\</OutputPath>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<DocumentationFile>..\..\Build\Builder.xml</DocumentationFile>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<WarningLevel>3</WarningLevel>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
</PropertyGroup>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Compilers\AccCompiler.cs" />
|
|
|
|
|
<Compile Include="Compilers\NodesCompiler.cs" />
|
|
|
|
|
<Compile Include="Config\ArgumentInfo.cs" />
|
|
|
|
|
<Compile Include="Config\MapLumpInfo.cs" />
|
|
|
|
|
<Compile Include="Config\ScriptConfiguration.cs" />
|
|
|
|
|
<Compile Include="Config\DefinedTextureSet.cs" />
|
|
|
|
|
<Compile Include="Config\EnumItem.cs" />
|
|
|
|
|
<Compile Include="Config\EnumList.cs" />
|
|
|
|
|
<Compile Include="Config\IFilledTextureSet.cs" />
|
|
|
|
|
<Compile Include="Config\MatchingTextureSet.cs" />
|
|
|
|
|
<Compile Include="Config\ResourceTextureSet.cs" />
|
|
|
|
|
<Compile Include="Config\SectorEffectInfo.cs" />
|
|
|
|
|
<Compile Include="Config\GeneralizedBit.cs" />
|
|
|
|
|
<Compile Include="Config\GeneralizedOption.cs" />
|
|
|
|
|
<Compile Include="Config\GameConfiguration.cs" />
|
|
|
|
|
<Compile Include="Config\GeneralizedCategory.cs" />
|
|
|
|
|
<Compile Include="Config\INumberedTitle.cs" />
|
|
|
|
|
<Compile Include="Config\LinedefActionCategory.cs" />
|
|
|
|
|
<Compile Include="Config\LinedefActionInfo.cs" />
|
|
|
|
|
<Compile Include="Config\LinedefActivateInfo.cs" />
|
|
|
|
|
<Compile Include="Config\ProgramConfiguration.cs" />
|
|
|
|
|
<Compile Include="Config\SkillInfo.cs" />
|
|
|
|
|
<Compile Include="Config\TagType.cs" />
|
|
|
|
|
<Compile Include="Config\TextureSet.cs" />
|
|
|
|
|
<Compile Include="Config\ThingCategory.cs" />
|
|
|
|
|
<Compile Include="Config\ThingTypeInfo.cs" />
|
|
|
|
|
<Compile Include="Config\UniversalFieldInfo.cs" />
|
|
|
|
|
<Compile Include="Actions\ActionAttribute.cs" />
|
|
|
|
|
<Compile Include="Actions\BeginActionAttribute.cs" />
|
|
|
|
|
<Compile Include="Actions\EndActionAttribute.cs" />
|
|
|
|
|
<Compile Include="Actions\KeyControl.cs" />
|
|
|
|
|
<Compile Include="Actions\MouseInput.cs" />
|
|
|
|
|
<Compile Include="Controls\ArgumentBox.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ArgumentBox.Designer.cs">
|
|
|
|
|
<DependentUpon>ArgumentBox.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ScriptEditorControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ScriptEditorControl.Designer.cs">
|
|
|
|
|
<DependentUpon>ScriptEditorControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ScriptDocumentTab.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ScintillaConstants.cs" />
|
|
|
|
|
<Compile Include="Controls\ScintillaControl.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ScriptEditorPanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ScriptEditorPanel.Designer.cs">
|
|
|
|
|
<DependentUpon>ScriptEditorPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ScriptFileDocumentTab.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ScriptLumpDocumentTab.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Data\DirectoryReader.cs" />
|
|
|
|
|
<Compile Include="Data\FileImage.cs" />
|
|
|
|
|
<Compile Include="Data\FlatImage.cs" />
|
|
|
|
|
<Compile Include="Data\ImageLoadState.cs" />
|
|
|
|
|
<Compile Include="Data\UnknownImage.cs" />
|
|
|
|
|
<Compile Include="Data\PatchNames.cs" />
|
|
|
|
|
<Compile Include="Data\PK3Reader.cs" />
|
|
|
|
|
<Compile Include="Data\Playpal.cs" />
|
|
|
|
|
<Compile Include="Data\PreviewManager.cs" />
|
|
|
|
|
<Compile Include="Data\ResourceImage.cs" />
|
|
|
|
|
<Compile Include="Data\SimpleTextureImage.cs" />
|
|
|
|
|
<Compile Include="Data\SpriteImage.cs" />
|
|
|
|
|
<Compile Include="Data\TextureImage.cs" />
|
|
|
|
|
<Compile Include="Editing\CopyPasteManager.cs" />
|
|
|
|
|
<Compile Include="Editing\EditMode.cs" />
|
|
|
|
|
<Compile Include="Editing\EditModeAttribute.cs" />
|
|
|
|
|
<Compile Include="Editing\EditModeInfo.cs" />
|
|
|
|
|
<Compile Include="Editing\GridSetup.cs" />
|
|
|
|
|
<Compile Include="Editing\NullThingsFilter.cs" />
|
|
|
|
|
<Compile Include="Editing\ThingsFilter.cs" />
|
|
|
|
|
<Compile Include="Editing\UndoManager.cs" />
|
|
|
|
|
<Compile Include="Editing\UndoSnapshot.cs" />
|
|
|
|
|
<Compile Include="Editing\ClassicMode.cs" />
|
|
|
|
|
<Compile Include="Actions\ActionDelegate.cs" />
|
|
|
|
|
<Compile Include="Actions\Action.cs" />
|
|
|
|
|
<Compile Include="Actions\ActionManager.cs" />
|
|
|
|
|
<Compile Include="Config\CompilerInfo.cs" />
|
|
|
|
|
<Compile Include="Config\ConfigurationInfo.cs" />
|
Model rendering (all modes): UDMF scale, pitch and roll are now displayed.
Thing Edit Form, UDMF: added controls for setting pitch, roll, scale, render style, fill color, alpha, health and score.
Visual mode, UDMF: UDMF scale is now applied when rendering sprites.
Added Thing Statistics form (Edit -> View Thing Types...), which shows all loaded thing types with some additional info.
Visual mode: sprites with negative ScaleX and positive ScaleY were not rendered properly.
Classic modes: display was not updated after loading a sprite.
Current testing engine change was not saved on closing the program when no other game configuration settings were changed.
2014-04-30 10:01:22 +00:00
|
|
|
|
<Compile Include="GZBuilder\Controls\PairedFloatControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GZBuilder\Controls\PairedFloatControl.Designer.cs">
|
|
|
|
|
<DependentUpon>PairedFloatControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GZBuilder\Windows\ThingStatisticsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GZBuilder\Windows\ThingStatisticsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ThingStatisticsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="VisualModes\VisualBlockMap.cs" />
|
|
|
|
|
<Compile Include="VisualModes\VisualMode.cs" />
|
|
|
|
|
<Compile Include="General\Clock.cs" />
|
|
|
|
|
<Compile Include="Compilers\Compiler.cs" />
|
|
|
|
|
<Compile Include="Compilers\CompilerError.cs" />
|
|
|
|
|
<Compile Include="General\MapManager.cs" />
|
|
|
|
|
<Compile Include="Actions\SpecialKeys.cs" />
|
|
|
|
|
<Compile Include="Config\NodebuilderInfo.cs" />
|
|
|
|
|
<Compile Include="Geometry\Angle2D.cs" />
|
|
|
|
|
<Compile Include="Geometry\DrawnVertex.cs" />
|
|
|
|
|
<Compile Include="Geometry\LabelPositionInfo.cs" />
|
|
|
|
|
<Compile Include="Geometry\LinedefsTracePath.cs" />
|
|
|
|
|
<Compile Include="Geometry\LinedefAngleSorter.cs" />
|
|
|
|
|
<Compile Include="Geometry\Tools.cs" />
|
|
|
|
|
<Compile Include="Geometry\Triangulation.cs" />
|
|
|
|
|
<Compile Include="Geometry\EarClipVertex.cs" />
|
|
|
|
|
<Compile Include="Geometry\Line2D.cs" />
|
|
|
|
|
<Compile Include="Geometry\EarClipPolygon.cs" />
|
|
|
|
|
<Compile Include="Geometry\SidedefAngleSorter.cs" />
|
|
|
|
|
<Compile Include="Geometry\SidedefsTracePath.cs" />
|
|
|
|
|
<Compile Include="Geometry\Vector2D.cs" />
|
|
|
|
|
<Compile Include="Geometry\Vector3D.cs" />
|
|
|
|
|
<Compile Include="Data\TexturePatch.cs" />
|
|
|
|
|
<Compile Include="Data\ImageDataFormat.cs" />
|
|
|
|
|
<Compile Include="Data\DataReader.cs" />
|
|
|
|
|
<Compile Include="Data\DataLocationList.cs" />
|
|
|
|
|
<Compile Include="Data\DataManager.cs" />
|
|
|
|
|
<Compile Include="Data\WADReader.cs" />
|
|
|
|
|
<Compile Include="IO\UniversalCollection.cs" />
|
|
|
|
|
<Compile Include="IO\UniversalEntry.cs" />
|
|
|
|
|
<Compile Include="IO\UniversalParser.cs" />
|
|
|
|
|
<Compile Include="IO\UniversalStreamReader.cs" />
|
|
|
|
|
<Compile Include="IO\UniversalStreamWriter.cs" />
|
|
|
|
|
<Compile Include="Map\MapElement.cs" />
|
|
|
|
|
<Compile Include="Map\SelectableElement.cs" />
|
|
|
|
|
<Compile Include="Map\UniFields.cs" />
|
|
|
|
|
<Compile Include="Map\UniValue.cs" />
|
|
|
|
|
<Compile Include="Rendering\ViewMode.cs" />
|
|
|
|
|
<Compile Include="Types\BoolHandler.cs" />
|
|
|
|
|
<Compile Include="Types\ColorHandler.cs" />
|
|
|
|
|
<Compile Include="Types\EnumBitsHandler.cs" />
|
|
|
|
|
<Compile Include="Types\EnumOptionHandler.cs" />
|
|
|
|
|
<Compile Include="Types\EnumStringsHandler.cs" />
|
|
|
|
|
<Compile Include="Types\FlatHandler.cs" />
|
|
|
|
|
<Compile Include="Types\FloatHandler.cs" />
|
|
|
|
|
<Compile Include="Types\IntegerHandler.cs" />
|
|
|
|
|
<Compile Include="Types\LinedefTypeHandler.cs" />
|
|
|
|
|
<Compile Include="Types\NullHandler.cs" />
|
|
|
|
|
<Compile Include="Types\SectorEffectHandler.cs" />
|
|
|
|
|
<Compile Include="Types\StringHandler.cs" />
|
|
|
|
|
<Compile Include="Types\TextureHandler.cs" />
|
|
|
|
|
<Compile Include="Types\TypeHandler.cs" />
|
|
|
|
|
<Compile Include="Types\TypeHandlerAttribute.cs" />
|
|
|
|
|
<Compile Include="Types\TypesManager.cs" />
|
|
|
|
|
<Compile Include="Types\UniversalType.cs" />
|
|
|
|
|
<Compile Include="Windows\AboutForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\AboutForm.Designer.cs">
|
|
|
|
|
<DependentUpon>AboutForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ActionBrowserForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ActionBrowserForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ActionBrowserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ActionSelectorControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ActionSelectorControl.Designer.cs">
|
|
|
|
|
<DependentUpon>ActionSelectorControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\AngleControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\AngleControl.Designer.cs">
|
|
|
|
|
<DependentUpon>AngleControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\AutoSelectTextbox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\CheckboxArrayControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\CheckboxArrayControl.Designer.cs">
|
|
|
|
|
<DependentUpon>CheckboxArrayControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-07-10 13:56:22 +00:00
|
|
|
|
<Compile Include="Controls\ButtonsNumericTextbox.cs">
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2009-07-10 13:56:22 +00:00
|
|
|
|
<Compile Include="Controls\ButtonsNumericTextbox.Designer.cs">
|
|
|
|
|
<DependentUpon>ButtonsNumericTextbox.cs</DependentUpon>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ColorControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ColorControl.Designer.cs">
|
|
|
|
|
<DependentUpon>ColorControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\BitFlagsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\BitFlagsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>BitFlagsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ConfigForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ConfigForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ConfigForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\CustomFieldsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\CustomFieldsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>CustomFieldsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\EffectBrowserForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\EffectBrowserForm.Designer.cs">
|
|
|
|
|
<DependentUpon>EffectBrowserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\FieldsEditorRow.cs" />
|
|
|
|
|
<Compile Include="Controls\FieldsEditorControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\FieldsEditorControl.Designer.cs">
|
|
|
|
|
<DependentUpon>FieldsEditorControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\DelayedForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\FlatSelectorControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\GridSetupForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\GridSetupForm.Designer.cs">
|
|
|
|
|
<DependentUpon>GridSetupForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ImageBrowserControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ImageBrowserControl.Designer.cs">
|
|
|
|
|
<DependentUpon>ImageBrowserControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ImageBrowserItem.cs" />
|
|
|
|
|
<Compile Include="Controls\ImageSelectorControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ImageSelectorControl.Designer.cs">
|
|
|
|
|
<DependentUpon>ImageSelectorControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\IMainForm.cs" />
|
|
|
|
|
<Compile Include="Windows\LinedefEditForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\LinedefEditForm.Designer.cs">
|
|
|
|
|
<DependentUpon>LinedefEditForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\LinedefInfoPanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\LinedefInfoPanel.Designer.cs">
|
|
|
|
|
<DependentUpon>LinedefInfoPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\MapOptionsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\MapOptionsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>MapOptionsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\NumericTextbox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\MessageBeepType.cs" />
|
|
|
|
|
<Compile Include="Windows\OpenMapOptionsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\OpenMapOptionsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>OpenMapOptionsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\OptimizedListView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\PreferencesForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\PreferencesForm.Designer.cs">
|
|
|
|
|
<DependentUpon>PreferencesForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\RenderTargetControl.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ResourceListView.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ResourceListEditor.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ResourceListEditor.Designer.cs">
|
|
|
|
|
<DependentUpon>ResourceListEditor.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ResourceOptionsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ResourceOptionsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ResourceOptionsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ScriptEditorForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ScriptEditorForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ScriptEditorForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\SectorEditForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\SectorEditForm.Designer.cs">
|
|
|
|
|
<DependentUpon>SectorEditForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\SectorInfoPanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\SectorInfoPanel.Designer.cs">
|
|
|
|
|
<DependentUpon>SectorInfoPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\TextEditForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\TextEditForm.Designer.cs">
|
|
|
|
|
<DependentUpon>TextEditForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\TextureBrowserForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\TextureBrowserForm.Designer.cs">
|
|
|
|
|
<DependentUpon>TextureBrowserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\TextureSelectorControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\TextureSetForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\TextureSetForm.Designer.cs">
|
|
|
|
|
<DependentUpon>TextureSetForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ThingEditForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ThingEditForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ThingEditForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ThingInfoPanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ThingInfoPanel.Designer.cs">
|
|
|
|
|
<DependentUpon>ThingInfoPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ThingsFiltersForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ThingsFiltersForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ThingsFiltersForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\VertexInfoPanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\VertexInfoPanel.Designer.cs">
|
|
|
|
|
<DependentUpon>VertexInfoPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="IO\Configuration.cs" />
|
|
|
|
|
<Compile Include="General\General.cs" />
|
|
|
|
|
<Compile Include="IO\ClippedStream.cs" />
|
|
|
|
|
<Compile Include="IO\HexenMapSetIO.cs" />
|
|
|
|
|
<Compile Include="IO\DoomFlatReader.cs" />
|
|
|
|
|
<Compile Include="IO\DoomMapSetIO.cs" />
|
|
|
|
|
<Compile Include="IO\DoomPictureReader.cs" />
|
|
|
|
|
<Compile Include="IO\FileImageReader.cs" />
|
|
|
|
|
<Compile Include="IO\IImageReader.cs" />
|
|
|
|
|
<Compile Include="IO\IMapSetIO.cs" />
|
|
|
|
|
<Compile Include="General\Launcher.cs" />
|
|
|
|
|
<Compile Include="IO\Lump.cs" />
|
|
|
|
|
<Compile Include="IO\MapSetIO.cs" />
|
|
|
|
|
<Compile Include="IO\UniversalMapSetIO.cs" />
|
|
|
|
|
<Compile Include="IO\UnknownImageReader.cs" />
|
|
|
|
|
<Compile Include="IO\WAD.cs" />
|
|
|
|
|
<Compile Include="Windows\MainForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\MainForm.Designer.cs">
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Map\Linedef.cs" />
|
|
|
|
|
<Compile Include="Geometry\LinedefSide.cs" />
|
|
|
|
|
<Compile Include="Map\MapOptions.cs" />
|
|
|
|
|
<Compile Include="Map\MapSet.cs" />
|
|
|
|
|
<Compile Include="Data\DataLocation.cs" />
|
|
|
|
|
<Compile Include="Map\Sector.cs" />
|
|
|
|
|
<Compile Include="Map\Sidedef.cs" />
|
|
|
|
|
<Compile Include="Map\SidedefPart.cs" />
|
|
|
|
|
<Compile Include="Map\Thing.cs" />
|
|
|
|
|
<Compile Include="Map\Vertex.cs" />
|
|
|
|
|
<Compile Include="Plugins\Plug.cs" />
|
|
|
|
|
<Compile Include="Plugins\Plugin.cs" />
|
|
|
|
|
<Compile Include="Plugins\PluginManager.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Rendering\Presentation.cs" />
|
|
|
|
|
<Compile Include="Rendering\Display2DShader.cs" />
|
|
|
|
|
<Compile Include="Rendering\ColorCollection.cs" />
|
|
|
|
|
<Compile Include="Rendering\ColorSetting.cs" />
|
|
|
|
|
<Compile Include="Rendering\D3DDevice.cs" />
|
|
|
|
|
<Compile Include="Data\ImageData.cs" />
|
|
|
|
|
<Compile Include="Rendering\D3DShader.cs" />
|
|
|
|
|
<Compile Include="Rendering\FlatQuad.cs" />
|
|
|
|
|
<Compile Include="Rendering\FlatVertex.cs" />
|
|
|
|
|
<Compile Include="Rendering\ID3DResource.cs" />
|
|
|
|
|
<Compile Include="Rendering\IRenderer2D.cs" />
|
|
|
|
|
<Compile Include="Rendering\IRenderer3D.cs" />
|
|
|
|
|
<Compile Include="Rendering\RenderLayers.cs" />
|
|
|
|
|
<Compile Include="Rendering\TextAlignment.cs" />
|
|
|
|
|
<Compile Include="Rendering\TextFont.cs" />
|
|
|
|
|
<Compile Include="Rendering\TextLabel.cs" />
|
|
|
|
|
<Compile Include="VisualModes\VisualGeometry.cs" />
|
|
|
|
|
<Compile Include="Rendering\PixelColor.cs" />
|
|
|
|
|
<Compile Include="Rendering\PixelColorBlock.cs" />
|
|
|
|
|
<Compile Include="Rendering\Plotter.cs" />
|
|
|
|
|
<Compile Include="Rendering\Renderer.cs" />
|
|
|
|
|
<Compile Include="Rendering\Renderer2D.cs" />
|
|
|
|
|
<Compile Include="Rendering\Renderer3D.cs" />
|
|
|
|
|
<Compile Include="Rendering\ShaderManager.cs" />
|
|
|
|
|
<Compile Include="Rendering\Things2DShader.cs" />
|
|
|
|
|
<Compile Include="VisualModes\VisualSector.cs" />
|
|
|
|
|
<Compile Include="Rendering\World3DShader.cs" />
|
|
|
|
|
<Compile Include="Rendering\WorldVertex.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-10-02 14:47:34 +00:00
|
|
|
|
<Reference Include="JetBrains.Profiler.Core.Api, Version=1.3.1661.20096, Culture=neutral, PublicKeyToken=1010a0d8d6380325" Condition=" '$(Configuration)|$(Platform)' == 'Debug + Profiler|x86' Or '$(Configuration)|$(Platform)' == 'Release + Profiler|x86' " />
|
2015-12-17 10:07:28 +00:00
|
|
|
|
<Reference Include="SharpCompress.3.5, Version=0.11.2.0, Culture=neutral, processorArchitecture=x86">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
2012-06-01 19:53:14 +00:00
|
|
|
|
<Reference Include="SlimDX, Version=2.0.13.43, Culture=neutral, PublicKeyToken=b1b0c32fd1ffe4f9, processorArchitecture=x86" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
</Reference>
|
2015-01-25 23:22:42 +00:00
|
|
|
|
<Reference Include="System.Data" />
|
2009-07-10 19:15:22 +00:00
|
|
|
|
<Reference Include="System.Design" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2015-09-17 12:02:39 +00:00
|
|
|
|
<Reference Include="System.Management" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2015-01-25 23:22:42 +00:00
|
|
|
|
<Reference Include="System.Xml" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
Model rendering (all modes): UDMF scale, pitch and roll are now displayed.
Thing Edit Form, UDMF: added controls for setting pitch, roll, scale, render style, fill color, alpha, health and score.
Visual mode, UDMF: UDMF scale is now applied when rendering sprites.
Added Thing Statistics form (Edit -> View Thing Types...), which shows all loaded thing types with some additional info.
Visual mode: sprites with negative ScaleX and positive ScaleY were not rendered properly.
Classic modes: display was not updated after loading a sprite.
Current testing engine change was not saved on closing the program when no other game configuration settings were changed.
2014-04-30 10:01:22 +00:00
|
|
|
|
<EmbeddedResource Include="GZBuilder\Controls\PairedFloatControl.resx">
|
|
|
|
|
<DependentUpon>PairedFloatControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="GZBuilder\Windows\ThingStatisticsForm.resx">
|
|
|
|
|
<DependentUpon>ThingStatisticsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\AboutForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>AboutForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\MainForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>MainForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\MapOptionsForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>MapOptionsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\OpenMapOptionsForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>OpenMapOptionsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\ResourceOptionsForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ResourceOptionsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Resources\MissingTexture.png" />
|
|
|
|
|
<None Include="Resources\UnknownImage.png" />
|
|
|
|
|
<None Include="Resources\treeview.png" />
|
|
|
|
|
<None Include="Resources\Folder.png" />
|
|
|
|
|
<None Include="Resources\mergegeometry2.png" />
|
|
|
|
|
<None Include="Resources\mergegeometry.png" />
|
|
|
|
|
<None Include="Resources\Grid4.png" />
|
|
|
|
|
<None Include="Resources\Redo.png" />
|
|
|
|
|
<None Include="Resources\Undo.png" />
|
|
|
|
|
<None Include="Resources\Grid2.png" />
|
|
|
|
|
<None Include="Resources\Hourglass.png" />
|
|
|
|
|
<None Include="Resources\Filter.png" />
|
|
|
|
|
<None Include="Resources\Status1.png" />
|
|
|
|
|
<None Include="Resources\Status2.png" />
|
|
|
|
|
<None Include="Resources\Status0.png" />
|
|
|
|
|
<None Include="Resources\ColorPick.png" />
|
|
|
|
|
<None Include="Resources\Zoom.png" />
|
|
|
|
|
<None Include="Resources\Properties.png" />
|
|
|
|
|
<None Include="Resources\NewMap2.png" />
|
|
|
|
|
<None Include="Resources\SaveMap.png" />
|
|
|
|
|
<None Include="Resources\OpenMap.png" />
|
|
|
|
|
<None Include="Resources\NewMap.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Windows\ActionBrowserForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ActionBrowserForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ActionSelectorControl.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ActionSelectorControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\CheckboxArrayControl.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>CheckboxArrayControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ColorControl.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ColorControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\ConfigForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ConfigForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\EffectBrowserForm.resx">
|
|
|
|
|
<DependentUpon>EffectBrowserForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\FieldsEditorControl.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>FieldsEditorControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\DelayedForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>DelayedForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\GridSetupForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>GridSetupForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ImageBrowserControl.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ImageBrowserControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ImageSelectorControl.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ImageSelectorControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\LinedefEditForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>LinedefEditForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\LinedefInfoPanel.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>LinedefInfoPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\PreferencesForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>PreferencesForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ResourceListEditor.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ResourceListEditor.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\SectorEditForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>SectorEditForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\SectorInfoPanel.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>SectorInfoPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\TextureBrowserForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>TextureBrowserForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ThingInfoPanel.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ThingInfoPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\VertexInfoPanel.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>VertexInfoPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Resources\Actions.cfg" />
|
|
|
|
|
<EmbeddedResource Include="Resources\display2d.fx" />
|
2015-08-03 22:02:39 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Thing2D.png" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\things2d.fx" />
|
|
|
|
|
<EmbeddedResource Include="Resources\world3d.fx" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Include="Resources\MissingTexture3D.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-12-30 13:21:01 +00:00
|
|
|
|
<None Include="app.manifest" />
|
2014-05-13 14:41:51 +00:00
|
|
|
|
<None Include="Resources\ScriptSnippet.xpm" />
|
Model rendering (all modes): UDMF scale, pitch and roll are now displayed.
Thing Edit Form, UDMF: added controls for setting pitch, roll, scale, render style, fill color, alpha, health and score.
Visual mode, UDMF: UDMF scale is now applied when rendering sprites.
Added Thing Statistics form (Edit -> View Thing Types...), which shows all loaded thing types with some additional info.
Visual mode: sprites with negative ScaleX and positive ScaleY were not rendered properly.
Classic modes: display was not updated after loading a sprite.
Current testing engine change was not saved on closing the program when no other game configuration settings were changed.
2014-04-30 10:01:22 +00:00
|
|
|
|
<None Include="Resources\ThingStatistics.png" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<None Include="Resources\Copy.png" />
|
|
|
|
|
<None Include="Resources\Cut.png" />
|
|
|
|
|
<None Include="Resources\Close.png" />
|
2014-01-16 09:32:05 +00:00
|
|
|
|
<Compile Include="Actions\HintsManager.cs" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="Config\AllTexturesSet.cs" />
|
|
|
|
|
<Compile Include="Config\FlagTranslation.cs" />
|
2014-10-20 12:16:51 +00:00
|
|
|
|
<Compile Include="Config\ModelAndLightRenderModes.cs" />
|
2009-07-09 14:03:47 +00:00
|
|
|
|
<Compile Include="Config\PasteOptions.cs" />
|
2012-08-27 11:39:14 +00:00
|
|
|
|
<Compile Include="Config\ThingsFlagsCompare.cs" />
|
2014-12-05 14:33:31 +00:00
|
|
|
|
<Compile Include="Controls\ActionSpecialHelpButton.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ActionSpecialHelpButton.Designer.cs">
|
|
|
|
|
<DependentUpon>ActionSpecialHelpButton.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-27 09:02:28 +00:00
|
|
|
|
<Compile Include="Controls\ArgumentsControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ArgumentsControl.Designer.cs">
|
|
|
|
|
<DependentUpon>ArgumentsControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-07-10 19:15:22 +00:00
|
|
|
|
<Compile Include="Controls\ButtonsNumericTextboxDesigner.cs" />
|
2015-03-25 21:17:12 +00:00
|
|
|
|
<Compile Include="Controls\CollapsibleSplitContainer.cs">
|
2015-03-13 11:06:00 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2015-02-24 13:38:35 +00:00
|
|
|
|
<Compile Include="Controls\ColoredComboBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2015-07-14 23:34:31 +00:00
|
|
|
|
<Compile Include="Controls\CommentEditor.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\CommentEditor.Designer.cs">
|
|
|
|
|
<DependentUpon>CommentEditor.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-11-13 09:43:39 +00:00
|
|
|
|
<Compile Include="Controls\DebugConsole.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\DebugConsole.designer.cs">
|
|
|
|
|
<DependentUpon>DebugConsole.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-07-20 15:16:40 +00:00
|
|
|
|
<Compile Include="Controls\Docker.cs" />
|
2009-07-17 15:06:15 +00:00
|
|
|
|
<Compile Include="Controls\DockersControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\DockersControl.Designer.cs">
|
|
|
|
|
<DependentUpon>DockersControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-07-21 05:51:13 +00:00
|
|
|
|
<Compile Include="Controls\DockersTabsControl.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2014-11-25 11:52:01 +00:00
|
|
|
|
<Compile Include="Controls\ConfigurablePictureBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2014-01-08 09:46:57 +00:00
|
|
|
|
<Compile Include="Controls\HintsPanel.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\HintsPanel.Designer.cs">
|
|
|
|
|
<DependentUpon>HintsPanel.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-07-09 14:03:47 +00:00
|
|
|
|
<Compile Include="Controls\PasteOptionsControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\PasteOptionsControl.Designer.cs">
|
|
|
|
|
<DependentUpon>PasteOptionsControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-07-11 10:13:26 +00:00
|
|
|
|
<Compile Include="Controls\SectorSlopeControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\SectorSlopeControl.Designer.cs">
|
|
|
|
|
<DependentUpon>SectorSlopeControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-05-08 12:33:10 +00:00
|
|
|
|
<Compile Include="Controls\StatisticsControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\StatisticsControl.Designer.cs">
|
|
|
|
|
<DependentUpon>StatisticsControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="Controls\ThingBrowserControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ThingBrowserControl.Designer.cs">
|
|
|
|
|
<DependentUpon>ThingBrowserControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-02-28 14:32:20 +00:00
|
|
|
|
<Compile Include="Controls\ToolStripCheckBox.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Controls\ToolStripNumericUpDown.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2009-07-19 20:30:15 +00:00
|
|
|
|
<Compile Include="Controls\TransparentPanel.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2012-06-01 19:53:14 +00:00
|
|
|
|
<Compile Include="Data\BitmapImage.cs" />
|
2009-05-04 06:13:56 +00:00
|
|
|
|
<Compile Include="Data\ColorImage.cs" />
|
2009-05-12 09:50:08 +00:00
|
|
|
|
<Compile Include="Data\ColormapImage.cs" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="Data\HighResImage.cs" />
|
|
|
|
|
<Compile Include="Data\PK3FileImage.cs" />
|
|
|
|
|
<Compile Include="Data\PK3StructuredReader.cs" />
|
2012-06-01 19:53:14 +00:00
|
|
|
|
<Compile Include="Data\DynamicBitmapImage.cs" />
|
2009-07-05 10:35:46 +00:00
|
|
|
|
<Compile Include="Editing\CustomThingsFilter.cs" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="General\CRC.cs" />
|
|
|
|
|
<Compile Include="General\ErrorItem.cs" />
|
|
|
|
|
<Compile Include="General\ErrorLogger.cs" />
|
2015-09-06 22:15:21 +00:00
|
|
|
|
<Compile Include="General\FileLockChecker.cs" />
|
2014-11-13 09:43:39 +00:00
|
|
|
|
<Compile Include="General\MurmurHash2.cs" />
|
2009-08-23 13:55:49 +00:00
|
|
|
|
<Compile Include="General\SavePurpose.cs" />
|
2015-07-01 23:09:34 +00:00
|
|
|
|
<Compile Include="General\UpdateChecker.cs" />
|
2013-04-08 13:28:04 +00:00
|
|
|
|
<Compile Include="Geometry\CurveTools.cs" />
|
2015-01-16 21:38:42 +00:00
|
|
|
|
<Compile Include="Geometry\InterpolationTools.cs" />
|
2013-06-25 12:35:13 +00:00
|
|
|
|
<Compile Include="GZBuilder\Controls\AngleControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GZBuilder\Controls\AngleControl.Designer.cs">
|
|
|
|
|
<DependentUpon>AngleControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GZBuilder\Controls\ColorFieldsControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GZBuilder\Controls\ColorFieldsControl.Designer.cs">
|
|
|
|
|
<DependentUpon>ColorFieldsControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-27 21:35:42 +00:00
|
|
|
|
<Compile Include="GZBuilder\Controls\TagsSelector.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GZBuilder\Controls\TagsSelector.Designer.cs">
|
|
|
|
|
<DependentUpon>TagsSelector.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-30 23:48:16 +00:00
|
|
|
|
<Compile Include="Controls\CheckedColoredListBox.cs">
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-07-11 11:43:49 +00:00
|
|
|
|
<Compile Include="GZBuilder\Controls\MultiSelectTreeview.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
2013-06-10 14:04:23 +00:00
|
|
|
|
<Compile Include="GZBuilder\Controls\PairedFieldsControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GZBuilder\Controls\PairedFieldsControl.Designer.cs">
|
|
|
|
|
<DependentUpon>PairedFieldsControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-06-25 12:35:13 +00:00
|
|
|
|
<Compile Include="GZBuilder\Controls\PairedIntControl.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GZBuilder\Controls\PairedIntControl.Designer.cs">
|
|
|
|
|
<DependentUpon>PairedIntControl.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<Compile Include="GZBuilder\Controls\TagSelector.cs">
|
2012-05-11 12:28:20 +00:00
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<Compile Include="GZBuilder\Controls\TagSelector.Designer.cs">
|
|
|
|
|
<DependentUpon>TagSelector.cs</DependentUpon>
|
2012-05-11 12:28:20 +00:00
|
|
|
|
</Compile>
|
2012-04-23 21:35:48 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\BoundingBox.cs" />
|
2012-11-02 23:11:38 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\EngineInfo.cs" />
|
2012-06-01 10:17:47 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\GameType.cs" />
|
2013-07-29 09:01:02 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\DynamicLight.cs" />
|
2015-04-14 11:33:57 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\GlowingFlatData.cs" />
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\LinedefColorPreset.cs" />
|
2012-09-26 00:04:17 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\LinksCollector.cs" />
|
2012-06-01 10:17:47 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\MapInfo.cs" />
|
2013-07-29 08:50:50 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\ModelData.cs" />
|
|
|
|
|
<Compile Include="GZBuilder\Data\ModelLoadState.cs" />
|
2012-07-10 10:20:45 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\ScriptItem.cs" />
|
2012-07-23 21:28:23 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\SharpCompressHelper.cs" />
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<Compile Include="GZBuilder\Rendering\SizelessVisualThingCage.cs" />
|
|
|
|
|
<Compile Include="GZBuilder\Rendering\ThingBoundingBox.cs" />
|
2012-07-16 09:45:21 +00:00
|
|
|
|
<Compile Include="GZBuilder\Data\ThingCopyData.cs" />
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<Compile Include="GZBuilder\Rendering\VisualVertexHandle.cs" />
|
2012-09-17 15:41:18 +00:00
|
|
|
|
<Compile Include="GZBuilder\Geometry\Line3D.cs" />
|
2012-07-12 22:34:12 +00:00
|
|
|
|
<Compile Include="GZBuilder\GZDoom\DecorateParserSE.cs" />
|
2012-05-22 22:56:42 +00:00
|
|
|
|
<Compile Include="GZBuilder\GZDoom\GldefsParser.cs" />
|
2012-06-01 10:17:47 +00:00
|
|
|
|
<Compile Include="GZBuilder\GZDoom\MapinfoParser.cs" />
|
2012-05-21 23:51:32 +00:00
|
|
|
|
<Compile Include="GZBuilder\GZDoom\ModeldefParser.cs" />
|
2012-07-12 22:34:12 +00:00
|
|
|
|
<Compile Include="GZBuilder\GZDoom\ModeldefParserSE.cs" />
|
2012-05-21 23:51:32 +00:00
|
|
|
|
<Compile Include="GZBuilder\GZDoom\ModeldefStructure.cs" />
|
2012-07-16 09:45:21 +00:00
|
|
|
|
<Compile Include="GZBuilder\GZDoom\ScriptTypeParserSE.cs" />
|
2012-04-17 19:13:47 +00:00
|
|
|
|
<Compile Include="GZBuilder\GZGeneral.cs" />
|
|
|
|
|
<Compile Include="GZBuilder\md3\GZModel.cs" />
|
|
|
|
|
<Compile Include="GZBuilder\md3\ModelReader.cs" />
|
2012-07-12 22:34:12 +00:00
|
|
|
|
<Compile Include="GZBuilder\GZDoom\AcsParserSE.cs" />
|
2013-08-29 10:05:50 +00:00
|
|
|
|
<Compile Include="GZBuilder\Windows\ExceptionDialog.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GZBuilder\Windows\ExceptionDialog.designer.cs">
|
|
|
|
|
<DependentUpon>ExceptionDialog.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<Compile Include="GZBuilder\Windows\TagStatisticsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="GZBuilder\Windows\TagStatisticsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>TagStatisticsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-12-17 08:19:40 +00:00
|
|
|
|
<Compile Include="IO\ClipboardStreamReader.cs" />
|
2009-05-12 09:50:08 +00:00
|
|
|
|
<Compile Include="IO\DoomColormapReader.cs" />
|
2013-12-17 08:19:40 +00:00
|
|
|
|
<Compile Include="IO\ClipboardStreamWriter.cs" />
|
2013-04-01 11:06:01 +00:00
|
|
|
|
<Compile Include="Map\GroupInfo.cs" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="Map\SelectionType.cs" />
|
2009-06-05 19:03:56 +00:00
|
|
|
|
<Compile Include="Map\MapElementCollection.cs" />
|
2014-03-19 13:03:47 +00:00
|
|
|
|
<Compile Include="Map\SplitLineBehavior.cs" />
|
2015-07-14 23:34:31 +00:00
|
|
|
|
<Compile Include="Rendering\CommentType.cs" />
|
2009-06-04 20:21:31 +00:00
|
|
|
|
<Compile Include="Rendering\SurfaceBufferSet.cs" />
|
|
|
|
|
<Compile Include="Rendering\SurfaceEntry.cs" />
|
2010-08-26 21:47:25 +00:00
|
|
|
|
<Compile Include="Rendering\SurfaceEntryCollection.cs" />
|
2009-06-04 20:21:31 +00:00
|
|
|
|
<Compile Include="Rendering\SurfaceManager.cs" />
|
2010-08-26 21:47:25 +00:00
|
|
|
|
<Compile Include="Rendering\SurfaceUpdate.cs" />
|
2014-12-08 21:06:08 +00:00
|
|
|
|
<Compile Include="Types\AngleByteHandler.cs" />
|
2013-07-10 13:40:18 +00:00
|
|
|
|
<Compile Include="Types\RandomFloatHandler.cs" />
|
2013-07-10 12:41:49 +00:00
|
|
|
|
<Compile Include="Types\RandomIntegerHandler.cs" />
|
2010-08-22 11:36:09 +00:00
|
|
|
|
<Compile Include="Types\ThingClassHandler.cs" />
|
2015-05-30 10:26:16 +00:00
|
|
|
|
<Compile Include="Types\ThingHeightHandler.cs" />
|
|
|
|
|
<Compile Include="Types\ThingRadiusHandler.cs" />
|
2010-08-22 11:36:09 +00:00
|
|
|
|
<Compile Include="Types\ThingTypeHandler.cs" />
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<Compile Include="VisualModes\VisualVertex.cs" />
|
2014-02-10 09:26:13 +00:00
|
|
|
|
<Compile Include="Windows\CenterOnCoordinatesForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\CenterOnCoordinatesForm.Designer.cs">
|
|
|
|
|
<DependentUpon>CenterOnCoordinatesForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-07-25 12:39:40 +00:00
|
|
|
|
<Compile Include="Windows\ChangeMapForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ChangeMapForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ChangeMapForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="Windows\ErrorsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ErrorsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ErrorsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\FindReplaceOptions.cs" />
|
2012-08-14 20:10:59 +00:00
|
|
|
|
<Compile Include="Windows\FlagsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\FlagsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>FlagsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-07-30 23:48:16 +00:00
|
|
|
|
<Compile Include="Windows\LinedefColorPresetsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\LinedefColorPresetsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>LinedefColorPresetsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-09-15 14:12:31 +00:00
|
|
|
|
<Compile Include="Windows\LinedefEditFormUDMF.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\LinedefEditFormUDMF.designer.cs">
|
|
|
|
|
<DependentUpon>LinedefEditFormUDMF.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2010-08-23 09:58:30 +00:00
|
|
|
|
<Compile Include="Windows\MenuSection.cs" />
|
2009-07-07 20:59:56 +00:00
|
|
|
|
<Compile Include="Windows\PasteOptionsForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\PasteOptionsForm.Designer.cs">
|
|
|
|
|
<DependentUpon>PasteOptionsForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2010-08-22 20:56:52 +00:00
|
|
|
|
<Compile Include="Windows\PluginToolbarButton.cs" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="Windows\ScriptFindReplaceForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ScriptFindReplaceForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ScriptFindReplaceForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-06-25 12:35:13 +00:00
|
|
|
|
<Compile Include="Windows\SectorEditFormUDMF.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\SectorEditFormUDMF.Designer.cs">
|
|
|
|
|
<DependentUpon>SectorEditFormUDMF.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="Windows\StatusInfo.cs" />
|
2009-05-04 16:07:14 +00:00
|
|
|
|
<Compile Include="Windows\TanColorTable.cs" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="Windows\ThingBrowserForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ThingBrowserForm.Designer.cs">
|
|
|
|
|
<DependentUpon>ThingBrowserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-04-21 09:30:00 +00:00
|
|
|
|
<Compile Include="Windows\ThingEditFormUDMF.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\ThingEditFormUDMF.Designer.cs">
|
|
|
|
|
<DependentUpon>ThingEditFormUDMF.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2010-08-22 20:56:52 +00:00
|
|
|
|
<Compile Include="Windows\ToolbarSection.cs" />
|
2015-07-01 23:09:34 +00:00
|
|
|
|
<Compile Include="Windows\UpdateForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\UpdateForm.Designer.cs">
|
|
|
|
|
<DependentUpon>UpdateForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="Windows\VertexEditForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\VertexEditForm.Designer.cs">
|
|
|
|
|
<DependentUpon>VertexEditForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ZDoom\ActorStructure.cs" />
|
|
|
|
|
<Compile Include="ZDoom\PatchStructure.cs" />
|
2015-01-25 23:22:42 +00:00
|
|
|
|
<Compile Include="ZDoom\ReverbsParser.cs" />
|
2015-05-28 13:45:01 +00:00
|
|
|
|
<Compile Include="ZDoom\SndSeqParser.cs" />
|
2010-08-19 15:18:11 +00:00
|
|
|
|
<Compile Include="ZDoom\StateGoto.cs" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="ZDoom\TexturesParser.cs" />
|
|
|
|
|
<Compile Include="ZDoom\TextureStructure.cs" />
|
2014-01-03 10:33:45 +00:00
|
|
|
|
<Compile Include="ZDoom\VoxeldefParser.cs" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Compile Include="ZDoom\ZDTextParser.cs" />
|
|
|
|
|
<Compile Include="ZDoom\DecorateParser.cs" />
|
|
|
|
|
<Compile Include="ZDoom\StateStructure.cs" />
|
|
|
|
|
<Compile Include="Editing\EditingManager.cs" />
|
2014-12-05 14:33:31 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ActionSpecialHelpButton.resx">
|
|
|
|
|
<DependentUpon>ActionSpecialHelpButton.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-27 09:02:28 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ArgumentsControl.resx">
|
|
|
|
|
<DependentUpon>ArgumentsControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-14 23:34:31 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\CommentEditor.resx">
|
|
|
|
|
<DependentUpon>CommentEditor.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-11-13 09:43:39 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\DebugConsole.resx">
|
|
|
|
|
<DependentUpon>DebugConsole.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2009-07-17 15:06:15 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\DockersControl.resx">
|
|
|
|
|
<DependentUpon>DockersControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-01-08 09:46:57 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\HintsPanel.resx">
|
|
|
|
|
<DependentUpon>HintsPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2009-07-09 14:03:47 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\PasteOptionsControl.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>PasteOptionsControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-07-11 10:13:26 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\SectorSlopeControl.resx">
|
|
|
|
|
<DependentUpon>SectorSlopeControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-05-08 12:33:10 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\StatisticsControl.resx">
|
|
|
|
|
<DependentUpon>StatisticsControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ThingBrowserControl.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ThingBrowserControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-06-25 12:35:13 +00:00
|
|
|
|
<EmbeddedResource Include="GZBuilder\Controls\AngleControl.resx">
|
|
|
|
|
<DependentUpon>AngleControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="GZBuilder\Controls\ColorFieldsControl.resx">
|
|
|
|
|
<DependentUpon>ColorFieldsControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-27 21:35:42 +00:00
|
|
|
|
<EmbeddedResource Include="GZBuilder\Controls\TagsSelector.resx">
|
|
|
|
|
<DependentUpon>TagsSelector.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-06-10 14:04:23 +00:00
|
|
|
|
<EmbeddedResource Include="GZBuilder\Controls\PairedFieldsControl.resx">
|
|
|
|
|
<DependentUpon>PairedFieldsControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-06-25 12:35:13 +00:00
|
|
|
|
<EmbeddedResource Include="GZBuilder\Controls\PairedIntControl.resx">
|
|
|
|
|
<DependentUpon>PairedIntControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<EmbeddedResource Include="GZBuilder\Controls\TagSelector.resx">
|
|
|
|
|
<DependentUpon>TagSelector.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-08-29 10:05:50 +00:00
|
|
|
|
<EmbeddedResource Include="GZBuilder\Windows\ExceptionDialog.resx">
|
|
|
|
|
<DependentUpon>ExceptionDialog.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<EmbeddedResource Include="GZBuilder\Windows\TagStatisticsForm.resx">
|
|
|
|
|
<DependentUpon>TagStatisticsForm.cs</DependentUpon>
|
2012-04-17 19:13:47 +00:00
|
|
|
|
</EmbeddedResource>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Crosshair.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\CrosshairBusy.png" />
|
2009-07-10 19:15:22 +00:00
|
|
|
|
<Compile Include="General\StepsList.cs" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<None Include="Resources\Builder16.png" />
|
2009-04-25 06:55:17 +00:00
|
|
|
|
<None Include="Resources\CLogo.png" />
|
2010-08-22 11:36:09 +00:00
|
|
|
|
<None Include="Resources\Angle.png" />
|
2012-11-02 23:11:38 +00:00
|
|
|
|
<None Include="Resources\Add.png" />
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<None Include="Resources\ArrowDown.png" />
|
|
|
|
|
<None Include="Resources\ArrowUp.png" />
|
2013-04-01 11:06:01 +00:00
|
|
|
|
<None Include="Resources\Check.png" />
|
2014-01-08 09:46:57 +00:00
|
|
|
|
<None Include="Resources\ClearTextures.png" />
|
2014-01-17 14:41:38 +00:00
|
|
|
|
<None Include="Resources\Cursor.png" />
|
2014-03-03 09:52:55 +00:00
|
|
|
|
<None Include="Resources\Brightness.png" />
|
2014-11-13 09:43:39 +00:00
|
|
|
|
<None Include="Resources\Clear.png" />
|
2014-12-03 09:06:05 +00:00
|
|
|
|
<None Include="Resources\Collapse.png" />
|
2015-07-14 23:34:31 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\CommentInfo.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\CommentProblem.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\CommentQuestion.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\CommentRegular.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\CommentSmile.png" />
|
|
|
|
|
<None Include="Resources\Comment.png" />
|
Added, Visual mode, GLDEFS, GLOOME: subtractive glow is now supported.
Changed, Visual mode: changed thing fog calculation logic. Should be closer to GZDoom now.
Fixed, GLDEFS parser: "height" texture parameter was not treated as optional.
Fixed, text lump parsers: in some cases incorrect line number was displayed in error and warning messages.
Fixed, Visual mode: glow effect was not applied to sectors with 3 sidedefs.
Fixed, Visual mode: in some cases glow effect was not updated when replacing textures.
Fixed, general interface: "Full Brightness" button state was not updated during map loading.
Fixed, Drag Linedefs/Vertices/Sectors/Things modes: positions of line length labels were not updated while panning the view.
Cosmetic: added a bunch of new icons.
Cosmetic: changed Visual mode crosshair.
2015-08-27 20:46:49 +00:00
|
|
|
|
<None Include="Resources\About.png" />
|
|
|
|
|
<None Include="Resources\Configuration.png" />
|
2015-12-04 12:29:22 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\Black.png" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<Content Include="Resources\DB2.ico" />
|
2012-04-17 19:13:47 +00:00
|
|
|
|
<None Include="Resources\GZDB2.ico" />
|
2012-05-20 00:56:59 +00:00
|
|
|
|
<None Include="Resources\fog.png" />
|
|
|
|
|
<None Include="Resources\fx.png" />
|
2012-07-17 22:51:55 +00:00
|
|
|
|
<None Include="Resources\GZDB_Logo_small.png" />
|
2012-09-17 21:57:08 +00:00
|
|
|
|
<None Include="Resources\InfoLine.png" />
|
2013-06-06 12:55:22 +00:00
|
|
|
|
<None Include="Resources\Keyboard.png" />
|
2014-03-05 09:21:28 +00:00
|
|
|
|
<None Include="Resources\ImageStack.png" />
|
2014-08-07 10:20:35 +00:00
|
|
|
|
<None Include="Resources\FolderExplore.png" />
|
2014-12-03 09:06:05 +00:00
|
|
|
|
<None Include="Resources\Expand.png" />
|
2015-01-09 08:11:42 +00:00
|
|
|
|
<None Include="Resources\DockerCollapse.png" />
|
|
|
|
|
<None Include="Resources\DockerExpand.png" />
|
|
|
|
|
<None Include="Resources\InfoPanelCollapse.png" />
|
|
|
|
|
<None Include="Resources\InfoPanelExpand.png" />
|
2015-08-20 14:09:28 +00:00
|
|
|
|
<None Include="Resources\GridDynamic.png" />
|
Added, Visual mode, GLDEFS, GLOOME: subtractive glow is now supported.
Changed, Visual mode: changed thing fog calculation logic. Should be closer to GZDoom now.
Fixed, GLDEFS parser: "height" texture parameter was not treated as optional.
Fixed, text lump parsers: in some cases incorrect line number was displayed in error and warning messages.
Fixed, Visual mode: glow effect was not applied to sectors with 3 sidedefs.
Fixed, Visual mode: in some cases glow effect was not updated when replacing textures.
Fixed, general interface: "Full Brightness" button state was not updated during map loading.
Fixed, Drag Linedefs/Vertices/Sectors/Things modes: positions of line length labels were not updated while panning the view.
Cosmetic: added a bunch of new icons.
Cosmetic: changed Visual mode crosshair.
2015-08-27 20:46:49 +00:00
|
|
|
|
<None Include="Resources\Group.png" />
|
|
|
|
|
<None Include="Resources\GroupAdd.png" />
|
|
|
|
|
<None Include="Resources\GroupRemove.png" />
|
|
|
|
|
<None Include="Resources\GridDecrease.png" />
|
|
|
|
|
<None Include="Resources\GridIncrease.png" />
|
2012-04-17 19:13:47 +00:00
|
|
|
|
<Content Include="Resources\Light.png" />
|
2013-12-10 12:19:27 +00:00
|
|
|
|
<None Include="Resources\Lightbulb.png" />
|
2014-10-20 12:16:51 +00:00
|
|
|
|
<None Include="Resources\LightDisabled.png" />
|
2012-04-17 19:13:47 +00:00
|
|
|
|
<Content Include="Resources\Light_animate.png" />
|
2012-07-17 22:51:55 +00:00
|
|
|
|
<None Include="Resources\MLogo.png" />
|
2012-11-02 23:11:38 +00:00
|
|
|
|
<None Include="Resources\Marine.png" />
|
2013-07-19 15:30:58 +00:00
|
|
|
|
<None Include="Resources\Link.png" />
|
2013-08-21 10:45:54 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\MissingThing.png" />
|
2013-08-29 10:05:50 +00:00
|
|
|
|
<None Include="Resources\MCrash.png" />
|
2014-11-10 11:27:37 +00:00
|
|
|
|
<None Include="Resources\MixedThings.png" />
|
2015-07-30 23:48:16 +00:00
|
|
|
|
<None Include="Resources\LinedefColorPresets.png" />
|
2012-04-17 19:13:47 +00:00
|
|
|
|
<Content Include="Resources\Model.png" />
|
2014-10-20 12:16:51 +00:00
|
|
|
|
<None Include="Resources\ModelDisabled.png" />
|
2015-06-27 09:10:24 +00:00
|
|
|
|
<None Include="Resources\ModelFiltered.png" />
|
2012-04-17 19:13:47 +00:00
|
|
|
|
<Content Include="Resources\Model_selected.png" />
|
Added, Visual mode, GLDEFS, GLOOME: subtractive glow is now supported.
Changed, Visual mode: changed thing fog calculation logic. Should be closer to GZDoom now.
Fixed, GLDEFS parser: "height" texture parameter was not treated as optional.
Fixed, text lump parsers: in some cases incorrect line number was displayed in error and warning messages.
Fixed, Visual mode: glow effect was not applied to sectors with 3 sidedefs.
Fixed, Visual mode: in some cases glow effect was not updated when replacing textures.
Fixed, general interface: "Full Brightness" button state was not updated during map loading.
Fixed, Drag Linedefs/Vertices/Sectors/Things modes: positions of line length labels were not updated while panning the view.
Cosmetic: added a bunch of new icons.
Cosmetic: changed Visual mode crosshair.
2015-08-27 20:46:49 +00:00
|
|
|
|
<None Include="Resources\Update.png" />
|
|
|
|
|
<None Include="Resources\Reload.png" />
|
|
|
|
|
<None Include="Resources\Preferences.png" />
|
2014-12-12 13:21:52 +00:00
|
|
|
|
<None Include="Resources\Replace.png" />
|
2014-12-10 13:15:23 +00:00
|
|
|
|
<None Include="Resources\SearchPrev.png" />
|
|
|
|
|
<None Include="Resources\SearchNext.png" />
|
|
|
|
|
<None Include="Resources\SearchMatchCase.png" />
|
|
|
|
|
<None Include="Resources\SearchMatch.png" />
|
2014-11-13 09:43:39 +00:00
|
|
|
|
<None Include="Resources\WordWrap.png" />
|
2014-10-22 13:07:17 +00:00
|
|
|
|
<None Include="Resources\ScreenshotActiveWindow.png" />
|
|
|
|
|
<None Include="Resources\Screenshot.png" />
|
2014-05-13 09:43:58 +00:00
|
|
|
|
<None Include="Resources\PuzzlePiece.png" />
|
2014-03-03 11:45:03 +00:00
|
|
|
|
<None Include="Resources\Search.png" />
|
2014-02-26 14:11:06 +00:00
|
|
|
|
<None Include="Resources\SnapVerts.png" />
|
2013-08-08 11:04:13 +00:00
|
|
|
|
<EmbeddedResource Include="Resources\UDMF_UI.cfg" />
|
2013-07-19 15:30:58 +00:00
|
|
|
|
<None Include="Resources\Unlink.png" />
|
Visual mode, UDMF: added "Scale Texture Up (X)", "Scale Texture Down (X)", "Scale Texture Up (Y)", "Scale Texture Down (Y)" actions. Default keys are Num6, Num4, Num8, Num5.
Visual mode, UDMF: renamed "Rotate Thing Clockwise" and "Rotate Thing Counterclockwise" actions to "Rotate Clockwise" and "Rotate Counterclockwise". These actions can now be used to change rotation of floor/ceiling textures.
Visual mode, UDMF: "Reset Texture Offsets" action now also resets sidedef's scale and floor/ceiling's scale and rotation.
Visual mode, UDMF: control line's OffsetX and OffsetY were not taken into account when calculating texture offsets of 3d floors' sides.
Visual mode, UDMF: fixed a ton of bugs in Auto align functions.
Visual mode, UDMF: when using "Move Texture Left/Right/Up/Down by 1" actions texture offsets were not updated properly when texture's scale was < 1.0.
Visual mode, UDMF: OffsetX and OffsetY were not taken into account in "Fit Texture Width/Height" actions.
Dockers Panel: added Pin/Unpin button, which acts the same as "Preferences -> Interface -> Side panels -> Auto hide" checkbox.
Texture size labels can now be disabled by unchecking "Preferences -> Interface -> Show texture and flat sizes in browsers" checkbox.
Texture size labels now are not shown for unknown textures.
Most of texture size labels had incorrect bg color.
ZDoom_linedefs.cfg: action specials 223 and 224 had incorrect Arg0.
2013-06-24 14:21:13 +00:00
|
|
|
|
<None Include="Resources\Unpin.png" />
|
|
|
|
|
<None Include="Resources\Pin.png" />
|
2013-06-10 14:04:23 +00:00
|
|
|
|
<None Include="Resources\Reset.png" />
|
2013-03-18 13:52:27 +00:00
|
|
|
|
<None Include="Resources\TagStatistics.png" />
|
|
|
|
|
<None Include="Resources\VisualVertices.png" />
|
2012-09-07 14:04:32 +00:00
|
|
|
|
<None Include="Resources\SearchClear.png" />
|
2010-08-22 11:36:09 +00:00
|
|
|
|
<None Include="Resources\Text.png" />
|
|
|
|
|
<None Include="Resources\List_Images.png" />
|
|
|
|
|
<None Include="Resources\List.png" />
|
2009-07-05 10:35:46 +00:00
|
|
|
|
<None Include="Resources\PasteSpecial.png" />
|
2009-05-10 17:02:47 +00:00
|
|
|
|
<None Include="Resources\ScriptHelp.png" />
|
2009-05-10 16:02:08 +00:00
|
|
|
|
<None Include="Resources\ErrorLarge.png" />
|
|
|
|
|
<None Include="Resources\WarningLarge.png" />
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<None Include="Resources\Question.png" />
|
|
|
|
|
<None Include="Resources\Help.png" />
|
|
|
|
|
<None Include="Resources\Status11.png" />
|
|
|
|
|
<None Include="Resources\Status10.png" />
|
|
|
|
|
<None Include="Resources\Status12.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\UnknownTexture3D.png" />
|
|
|
|
|
<None Include="Resources\Monster3.png" />
|
|
|
|
|
<None Include="Resources\Monster2.png" />
|
|
|
|
|
<None Include="Resources\Prefab2.png" />
|
|
|
|
|
<None Include="Resources\Prefab.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\Nothing.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\UnknownThing.png" />
|
|
|
|
|
<Compile Include="IO\DirectoryFileEntry.cs" />
|
|
|
|
|
<Compile Include="IO\DirectoryFilesList.cs" />
|
|
|
|
|
<Compile Include="Map\BlockEntry.cs" />
|
|
|
|
|
<Compile Include="Map\BlockMap.cs" />
|
|
|
|
|
<Compile Include="Types\AngleDegreesFloatHandler.cs" />
|
|
|
|
|
<Compile Include="Types\AngleDegreesHandler.cs" />
|
|
|
|
|
<Compile Include="Types\AngleRadiansHandler.cs" />
|
|
|
|
|
<Compile Include="Types\LinedefTagHandler.cs" />
|
|
|
|
|
<Compile Include="Types\SectorTagHandler.cs" />
|
|
|
|
|
<Compile Include="Types\ThingTagHandler.cs" />
|
|
|
|
|
<Compile Include="VisualModes\IVisualPickable.cs" />
|
|
|
|
|
<Compile Include="General\BinaryHeap.cs" />
|
|
|
|
|
<Compile Include="Geometry\Plane.cs" />
|
|
|
|
|
<Compile Include="Geometry\ProjectedFrustum2D.cs" />
|
|
|
|
|
<Compile Include="IO\DeserializerStream.cs" />
|
|
|
|
|
<Compile Include="IO\IReadWriteStream.cs" />
|
|
|
|
|
<Compile Include="IO\SerializerStream.cs" />
|
|
|
|
|
<Compile Include="Rendering\RenderPasses.cs" />
|
|
|
|
|
<Compile Include="VisualModes\VisualBlockEntry.cs" />
|
|
|
|
|
<Compile Include="VisualModes\VisualCamera.cs" />
|
|
|
|
|
<Compile Include="VisualModes\VisualPickResult.cs" />
|
|
|
|
|
<Compile Include="VisualModes\VisualThing.cs" />
|
|
|
|
|
<Compile Include="Windows\AngleForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\AngleForm.Designer.cs">
|
|
|
|
|
<DependentUpon>AngleForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Windows\PreferencesController.cs" />
|
|
|
|
|
<None Include="Resources\Script2.png" />
|
|
|
|
|
<None Include="Resources\ScriptCompile.png" />
|
|
|
|
|
<None Include="Resources\ScriptConstant.xpm" />
|
|
|
|
|
<None Include="Resources\ScriptError.xpm" />
|
|
|
|
|
<None Include="Resources\ScriptKeyword.xpm" />
|
|
|
|
|
<None Include="Resources\ScriptPalette.png" />
|
|
|
|
|
<None Include="Resources\SaveAll.png" />
|
|
|
|
|
<None Include="Resources\SaveScript.png" />
|
|
|
|
|
<None Include="Resources\OpenScript.png" />
|
|
|
|
|
<None Include="Resources\NewScript.png" />
|
|
|
|
|
<EmbeddedResource Include="Controls\ScriptEditorPanel.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ScriptEditorPanel.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Resources\Lexers.cfg" />
|
|
|
|
|
<None Include="Resources\ViewBrightness.png" />
|
|
|
|
|
<None Include="Resources\ViewTextureCeiling.png" />
|
|
|
|
|
<None Include="Resources\ViewTextureFloor.png" />
|
|
|
|
|
<None Include="Resources\ViewNormal.png" />
|
|
|
|
|
<None Include="Resources\KnownTextureSet.png" />
|
|
|
|
|
<EmbeddedResource Include="Controls\ScriptEditorControl.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ScriptEditorControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Resources\Hourglass3D.png" />
|
|
|
|
|
<None Include="Resources\Failed.png" />
|
|
|
|
|
<None Include="Resources\Grid2_arrowup.png" />
|
|
|
|
|
<None Include="Resources\Zoom_arrowup.png" />
|
|
|
|
|
<None Include="Resources\Paste.png" />
|
|
|
|
|
<None Include="Resources\Test.png" />
|
|
|
|
|
<None Include="Resources\Warning.png" />
|
|
|
|
|
<None Include="Resources\WarningOff.png" />
|
|
|
|
|
<None Include="Resources\SlimDX_small.png" />
|
|
|
|
|
<None Include="Resources\Splash3_trans.png" />
|
|
|
|
|
<None Include="Resources\Splash3_small.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\UDMF.cfg" />
|
|
|
|
|
<EmbeddedResource Include="Controls\AngleControl.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>AngleControl.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Controls\ArgumentBox.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ArgumentBox.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2009-07-10 13:56:22 +00:00
|
|
|
|
<EmbeddedResource Include="Controls\ButtonsNumericTextbox.resx">
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<SubType>Designer</SubType>
|
2009-07-10 13:56:22 +00:00
|
|
|
|
<DependentUpon>ButtonsNumericTextbox.cs</DependentUpon>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\AngleForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>AngleForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\BitFlagsForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>BitFlagsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-02-10 09:26:13 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\CenterOnCoordinatesForm.resx">
|
|
|
|
|
<DependentUpon>CenterOnCoordinatesForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-07-25 12:39:40 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\ChangeMapForm.resx">
|
|
|
|
|
<DependentUpon>ChangeMapForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\CustomFieldsForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>CustomFieldsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\ErrorsForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ErrorsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2012-08-14 20:10:59 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\FlagsForm.resx">
|
|
|
|
|
<DependentUpon>FlagsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2015-07-30 23:48:16 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\LinedefColorPresetsForm.resx">
|
|
|
|
|
<DependentUpon>LinedefColorPresetsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2014-09-15 14:12:31 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\LinedefEditFormUDMF.resx">
|
|
|
|
|
<DependentUpon>LinedefEditFormUDMF.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2009-07-07 20:59:56 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\PasteOptionsForm.resx">
|
|
|
|
|
<DependentUpon>PasteOptionsForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\ScriptEditorForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ScriptEditorForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\ScriptFindReplaceForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ScriptFindReplaceForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2013-06-25 12:35:13 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\SectorEditFormUDMF.resx">
|
|
|
|
|
<DependentUpon>SectorEditFormUDMF.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\TextEditForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>TextEditForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\TextureSetForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>TextureSetForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\ThingBrowserForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ThingBrowserForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Windows\ThingEditForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ThingEditForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
Model rendering (all modes): UDMF scale, pitch and roll are now displayed.
Thing Edit Form, UDMF: added controls for setting pitch, roll, scale, render style, fill color, alpha, health and score.
Visual mode, UDMF: UDMF scale is now applied when rendering sprites.
Added Thing Statistics form (Edit -> View Thing Types...), which shows all loaded thing types with some additional info.
Visual mode: sprites with negative ScaleX and positive ScaleY were not rendered properly.
Classic modes: display was not updated after loading a sprite.
Current testing engine change was not saved on closing the program when no other game configuration settings were changed.
2014-04-30 10:01:22 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\ThingEditFormUDMF.resx">
|
|
|
|
|
<DependentUpon>ThingEditFormUDMF.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\ThingsFiltersForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>ThingsFiltersForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Resources\Font.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\White.png" />
|
|
|
|
|
<EmbeddedResource Include="Resources\Font.cfg" />
|
2015-07-01 23:09:34 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\UpdateForm.resx">
|
|
|
|
|
<DependentUpon>UpdateForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
<EmbeddedResource Include="Windows\VertexEditForm.resx">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<DependentUpon>VertexEditForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup>
|
2009-04-27 09:18:35 +00:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
</PreBuildEvent>
|
2015-11-17 12:22:49 +00:00
|
|
|
|
<PostBuildEvent>call "%25VS90COMNTOOLS%25\vsvars32.bat"
|
|
|
|
|
EDITBIN.EXE /NOLOGO /LARGEADDRESSAWARE "$(TargetPath)"</PostBuildEvent>
|
2009-04-19 18:07:22 +00:00
|
|
|
|
</PropertyGroup>
|
2009-07-19 20:30:15 +00:00
|
|
|
|
</Project>
|