Skip to content

Compare: Changelog (bleed)

New page
Showing with 25 additions and 11 deletions.
  1. +3 −2 Changelog-(bleed).md
  2. +22 −9 Settings (playtest).md
5 changes: 3 additions & 2 deletions Changelog-(bleed).md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ 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")]
* 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 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")"]
* Added more code style 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")]
* Added new traits `DockClientManager` and `DockHost` taking over functionality from `Harvester` and `Refinery`. [[#20636](https://github.com/OpenRA/OpenRA/pull/20636 "Abstract docking from Refinery & Harvester")]
* Added a Fluent-based translation system (Part 3). [[#20883](https://github.com/OpenRA/OpenRA/pull/20883 "More chrome string translation preparations")]
* Made Bullet projectile extendable. [#20931](https://github.com/OpenRA/OpenRA/pull/20931 "Make Bullet projectile extensible")
* Made Bullet projectile extendable. [[#20931](https://github.com/OpenRA/OpenRA/pull/20931 "Make Bullet projectile extensible")]
* Trait changes:
* Added `GrantConditionOnDeployWithCharge` trait. [[#20824](https://github.com/OpenRA/OpenRA/pull/20824 "Added manual Saboteur cloaking"), [#21001](https://github.com/OpenRA/OpenRA/pull/21001 "Remove a bogus CanDeploy check from order resolving for charge deploys")]
* Added `Locomotor` property for `Husk` Trait. [[#20338](https://github.com/OpenRA/OpenRA/pull/20338 "Give husks the ability to crush")]
* Added `AutoCarryCondition` to `AutoCarryall`. [[#20398](https://github.com/OpenRA/OpenRA/pull/20398 "AutoCarryall can receive manual order and auto action can be turn on/off by condition")]
* Made `Cargo` trait conditional. [#20534](https://github.com/OpenRA/OpenRA/pull/20534 "Made both Cargo and Carryall conditional")
* Made `Caryall` trait conditional. [#20534](https://github.com/OpenRA/OpenRA/pull/20534 "Made both Cargo and Carryall conditional")
* Made `AutoCarryall` trait conditional. [#20534](https://github.com/OpenRA/OpenRA/pull/20534 "Made both Cargo and Carryall conditional")