Skip to content

Compare: Changelog (bleed)

New page
Showing with 2 additions and 1 deletion.
  1. +1 −1 Changelog-(bleed).md
  2. +1 −0 Mapping.md
2 changes: 1 addition & 1 deletion Changelog-(bleed).md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Allow queueing up scatter and move Nudge to an activity")]
* Added support for more lobby options in single-player missions menu. [[#20934](https://github.com/OpenRA/OpenRA/pull/20934 "Allow mission use lobby options"), [#21169](https://github.com/OpenRA/OpenRA/pull/21169 "Fix a collection of mission browser layout issues")]
* 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"), [#21013](https://github.com/OpenRA/OpenRA/pull/21013 "Enable Roslynator"), [#21176](https://github.com/OpenRA/OpenRA/pull/21176 "Enable more Roslynator rules"), [#21175](https://github.com/OpenRA/OpenRA/pull/21175 "Fix a collection of issues reported by analyzers of VS2022 #21175"), [#21192](https://github.com/OpenRA/OpenRA/pull/21192 "Enable more Roslynator rules #21192"), [#21211](https://github.com/OpenRA/OpenRA/pull/21211 "Style fixes (.NET 8 SDK)"), [#21199](https://github.com/OpenRA/OpenRA/pull/21199 "Enforce code style rule IDE0055"), [#21216](https://github.com/OpenRA/OpenRA/pull/21216 "Add new code style rules (.NET 8)"), [#21217](https://github.com/OpenRA/OpenRA/pull/21217 "Change CA2211 from suggestion (analyser default level) to silent."), [#21202](https://github.com/OpenRA/OpenRA/pull/21202 "Enable more Roslynator 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"), [#21380](https://github.com/OpenRA/OpenRA/pull/21380 "Minelayer: remove unnecessary requirement on Rearmable")]
* Added a Fluent-based translation system (Part 3). [[#20883](https://github.com/OpenRA/OpenRA/pull/20883 "More chrome string translation preparations"), [#20725](https://github.com/OpenRA/OpenRA/pull/20725 "Extract (transient) text notifications"), [#21385](https://github.com/OpenRA/OpenRA/pull/21385 "Extract strings from support power name and description"), [#21387](https://github.com/OpenRA/OpenRA/pull/21387 "Fix support power name not really being optional")]
* Added a Fluent-based translation system (Part 3). [[#20883](https://github.com/OpenRA/OpenRA/pull/20883 "More chrome string translation preparations"), [#20725](https://github.com/OpenRA/OpenRA/pull/20725 "Extract (transient) text notifications"), [#21385](https://github.com/OpenRA/OpenRA/pull/21385 "Extract strings from support power name and description"), [#21387](https://github.com/OpenRA/OpenRA/pull/21387 "Fix support power name not really being optional"), [#21389](https://github.com/OpenRA/OpenRA/pull/21389 "CheckTranslationReference lint pass learns additional checks")]
* Added translation support for YAML defined chrome UI. [[#21134](https://github.com/OpenRA/OpenRA/pull/21134 "Extract chrome strings"), [#21171](https://github.com/OpenRA/OpenRA/pull/21171 "Fix lobby faction tooltip rendering."), [#21300](https://github.com/OpenRA/OpenRA/pull/21300 "Fix uses of LabelWidget.Text and ButtonWidget.Text to use GetText instead."), [#21309](https://github.com/OpenRA/OpenRA/pull/21309 "Adjust widget sizes to ensure they accommodate the English translation text"), [#21324](https://github.com/OpenRA/OpenRA/pull/21324, "Add [FieldLoader.Require] to TooltipInfoBase.Name"), [#21321](https://github.com/OpenRA/OpenRA/pull/21321 "Manually review chrome translation keys and do some deduplication")]
* Added stricter checks for sprite sequence `Facings`. [[#21135](https://github.com/OpenRA/OpenRA/pull/21135 "Enforce stricter checks on sequence Facings.")]
* Added support for loading sprites with pre-multiplied alpha. [[#21160](https://github.com/OpenRA/OpenRA/pull/21160 "Support loading sprites with pre-multiplied alpha.")]
Expand Down