Skip to content

Compare: Changelog (bleed)

New page
Showing with 6 additions and 4 deletions.
  1. +1 −0 Changelog-(bleed).md
  2. +3 −1 Changelog.md
  3. +2 −3 Contributing.md
1 change: 1 addition & 0 deletions Changelog-(bleed).md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Allow queueing up scatter and move Nudge to an activity")]
* Fixed `ProximityExternalCondition` not updating actors that changed owner after activation. [[#20511](https://github.com/OpenRA/OpenRA/pull/20511 "Fix ProximityExternalCondition ignoring the owner change event")]
* Fixed `DropPodsPower` pinging the minimap without deploying. [[#20806](https://github.com/OpenRA/OpenRA/pull/20806 "Fix Drop Pods")]
* Fixed `Bullet` projectile incorrectly bouncing of force fired targets. [[#21061](https://github.com/OpenRA/OpenRA/pull/21061 "Bullet now explodes on impact when hitting target")]
* Fix `TerrainPositions` for targets not being serialized. [[#21021](https://github.com/OpenRA/OpenRA/pull/21021 "Fix terrain positions for targets not being serialized for Orders")]
* Added support for using `InstantlyRepairs` via Lua. [[#20980](https://github.com/OpenRA/OpenRA/pull/20980 "Add InstantlyRepairsProperties")]
* Added support for custom sounds for player leave, join and option change. [[#20050](https://github.com/OpenRA/OpenRA/pull/20050 "Added lobby sounds for leave, join and option change")]
* Added more code style and quality rules. [[#20957](https://github.com/OpenRA/OpenRA/pull/20957 "Enable Culture Code Quality Rules"), [#21000](https://github.com/OpenRA/OpenRA/pull/21000 "Enforce more code style rules"), [#20996](https://github.com/OpenRA/OpenRA/pull/20996 "Enable Code Quality rule CA1851")]
Expand Down