Skip to content

Compare: Changelog (bleed)

Showing with 4 additions and 3 deletions.
  1. +4 −3 Changelog-(bleed).md
7 changes: 4 additions & 3 deletions Changelog-(bleed).md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ This is the **changelog for the development branch**, not the [changelog for the
* Fixed waypoints and removed unused actors outside map bounds from several missions. [[#15584](https://github.com/OpenRA/OpenRA/pull/15584)]
* Fixed Helipad reload animation speed. [[#15725](https://github.com/OpenRA/OpenRA/pull/15725)]
* Fixed Refinery not using damaged art when below 50% health. [[#15821](https://github.com/OpenRA/OpenRA/pull/15821)]
* Fixed repair cursor not working with aircraft. [[#15543](https://github.com/OpenRA/OpenRA/pull/15543), [#15822](https://github.com/OpenRA/OpenRA/pull/15822)]
* Added the missions Allies07, Allies08a and 'Volkov & Chitzkoi'. [[#15542](https://github.com/OpenRA/OpenRA/pull/15542), [#15582](https://github.com/OpenRA/OpenRA/pull/15582), [#15693](https://github.com/OpenRA/OpenRA/pull/15693), [#15549](https://github.com/OpenRA/OpenRA/pull/15549), [#15694](https://github.com/OpenRA/OpenRA/pull/15694)]
* Polished the Evacuation mission. [[#15673](https://github.com/OpenRA/OpenRA/pull/15673)]
* Moved the `Moneycrate` override from individual missions to `campaign-rules.yaml`. [[#15730](https://github.com/OpenRA/OpenRA/pull/15730)]
Expand All @@ -38,8 +39,8 @@ This is the **changelog for the development branch**, not the [changelog for the
**Tiberian Dawn**
-------
* Fixed the menu/exit fade effect for paused replays. [[#15597](https://github.com/OpenRA/OpenRA/pull/15597)]
* Fixed waypoints amd removed unused actors outside map bounds from several missions. [[#15584](https://github.com/OpenRA/OpenRA/pull/15584)]

* Fixed waypoints and removed unused actors outside map bounds from several missions. [[#15584](https://github.com/OpenRA/OpenRA/pull/15584)]
* Fixed repair cursor not working with aircraft. [[#15543](https://github.com/OpenRA/OpenRA/pull/15543), [#15822](https://github.com/OpenRA/OpenRA/pull/15822)]
**Dune 2000**
-------
* Fixed a rare game freeze. [[#14838](https://github.com/OpenRA/OpenRA/pull/14838)]
Expand Down Expand Up @@ -108,5 +109,5 @@ This is the **changelog for the development branch**, not the [changelog for the
* Replaced legacy locking code by conditions for Gates. [[#15676](https://github.com/OpenRA/OpenRA/pull/15676)]
* Removed `INotifyBuildComplete`. [[#15682](https://github.com/OpenRA/OpenRA/pull/15682), [#15743](https://github.com/OpenRA/OpenRA/pull/15743)]
* Removed `--fix-classic-tilesets` utility command along with its obsolete code. [[#15828](https://github.com/OpenRA/OpenRA/pull/15828)]
* Merged `WithRearmAnimation` and `WithRepairAnimation` into `WithResupplyAnimation`. [[#15543](https://github.com/OpenRA/OpenRA/pull/15543)]
* Merged `WithRearmAnimation` and `WithRepairAnimation` into `WithResupplyAnimation`. [[#15543](https://github.com/OpenRA/OpenRA/pull/15543), [#15822](https://github.com/OpenRA/OpenRA/pull/15822)]
* Merged `AttackPlane` and `AttackHeli` into `AttackAircraft`. [[#15781](https://github.com/OpenRA/OpenRA/pull/15781)]