Split off the upgrade rules of the previous release cycle.

This commit is contained in:
Zimmermann Gyula
2018-07-29 13:51:08 +02:00
committed by abcdefg30
parent f9bc1113b5
commit 6027a123d4
20 changed files with 24 additions and 20 deletions

View File

@@ -62,9 +62,8 @@ namespace OpenRA.Mods.Common.UpdateRules
new UpdatePath("release-20180218", "release-20180307", new UpdateRule[0]),
new UpdatePath("release-20180307", new UpdateRule[]
new UpdatePath("release-20180307", "playtest-20180729", new UpdateRule[]
{
// Bleed only changes here
new RemoveTerrainTypeIsWaterFlag(),
new DefineSquadExcludeHarvester(),
new RemoveWeaponScanRadius(),
@@ -83,6 +82,11 @@ namespace OpenRA.Mods.Common.UpdateRules
new MoveHackyAISupportPowerDecisions(),
new DefineGroundCorpseDefault(),
new RemoveCanUndeployFromGrantConditionOnDeploy(),
}),
new UpdatePath("playtest-20180729", new UpdateRule[]
{
// Bleed only changes here
})
};