You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
-
## [Unreleased]
7
+
## [Release v6.2.2] - 2024/02/24
8
8
9
9
<details><summary><b>Added</b></summary>
10
10
11
-
- Exposed `MovableObject` INI property `EffectAlwaysShows` to Lua (R/W), boolean.
11
+
- Exposed `MovableObject` INI property `EffectAlwaysShows` to Lua (R/W), boolean. This property defines whether or not the glows on this MO will be obscured by other MOs.
12
12
13
13
<details><summary><b>Changed</b></summary>
14
14
@@ -18,13 +18,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
18
18
19
19
<details><summary><b>Fixed</b></summary>
20
20
21
-
- Fixed `UseSupportOffsetWhileReloading` defaulting to true instead of false
21
+
- Fixed `UseSupportOffsetWhileReloading` defaulting to true instead of false, causing weird reload animations in some cases.
22
22
23
23
- Fixed regression introduced in 6.1 causing Conquest activities to immediately fail if a defending brain was present (and probably breaking other activities as well).
24
24
25
25
- Fixed the Conquest start game menu not letting you immediately start a game until you tweak some settings.
26
26
27
-
- Fixed One Man Army (and Diggers Only) assigning a player to the winning team instead of a team.
27
+
- Fixed potential issues with One Man Army (and Diggers Only) that could occur when the player is not assigned to the first team.
28
28
29
29
</details>
30
30
@@ -2546,4 +2546,5 @@ Note: For a log of changes made prior to the commencement of the open source com
0 commit comments