From e8d1b9b9e5b7c394f8b5ab74139cc2b71b8ff21e Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Tue, 24 Dec 2013 22:11:44 +1300 Subject: [PATCH] Update changelog. --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ed6f2158df..377f632dbc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +NEW: + Engine: + Converted Aircraft CruiseAltitude to world coordinates. + Converted Health Radius to world coordinates. + Converted production exits to world coordinates. + Converted weapon projectiles to world coordinates. + Converted actor speed to world coordinates. + Mod / Custom map compatibility: + Altitude is no longer parsed from actor templates in maps. Specify CenterPosition instead. + Run `OpenRA.Utility.exe --upgrade-mod 20131223` to automatically upgrade mod rules. + Run `OpenRA.Utility.exe --upgrade-map 20131223` to automatically upgrade custom map rules. + 20131223: All mods: Fixed dead units sometimes exploding or leaving husks when they weren't in the world.