Update UpdatePaths and move bleed rules to subfolder

This commit is contained in:
reaperrr
2018-09-26 23:46:44 +02:00
committed by Paul Chote
parent 09d8aafddf
commit 288dfdbf03
4 changed files with 5 additions and 3 deletions

View File

@@ -867,7 +867,6 @@
<Compile Include="UpdateRules\UpdateRule.cs" />
<Compile Include="UpdateRules\UpdatePath.cs" />
<Compile Include="UpdateRules\UpdateUtils.cs" />
<Compile Include="UpdateRules\Rules\RenameEditorTilesetFilter.cs" />
<Compile Include="UpdateRules\Rules\20171014\LegacyBetaWarning.cs" />
<Compile Include="UpdateRules\Rules\20171014\RemoveMobileOnRails.cs" />
<Compile Include="UpdateRules\Rules\20171014\AircraftCanHoverGeneralization.cs" />
@@ -911,7 +910,8 @@
<Compile Include="UpdateRules\Rules\20180307\AddShakeToBridge.cs" />
<Compile Include="UpdateRules\Rules\20180307\IgnoreAbstractActors.cs" />
<Compile Include="UpdateRules\Rules\20180307\RemoveCanUndeployFromGrantConditionOnDeploy.cs" />
<Compile Include="UpdateRules\Rules\DefineNotificationDefaults.cs" />
<Compile Include="UpdateRules\Rules\20180923\DefineNotificationDefaults.cs" />
<Compile Include="UpdateRules\Rules\20180923\RenameEditorTilesetFilter.cs" />
<Compile Include="Traits\Player\PlayerResources.cs" />
<Compile Include="UtilityCommands\DumpSequenceSheetsCommand.cs" />
<Compile Include="Traits\Render\WithBuildingRepairDecoration.cs" />

View File

@@ -84,7 +84,9 @@ namespace OpenRA.Mods.Common.UpdateRules
new RemoveCanUndeployFromGrantConditionOnDeploy(),
}),
new UpdatePath("playtest-20180729", new UpdateRule[]
new UpdatePath("playtest-20180729", "release-20180923", new UpdateRule[0]),
new UpdatePath("release-20180923", new UpdateRule[]
{
// Bleed only changes here
new RenameEditorTilesetFilter(),