Skip to content

Commit c28c3af

Browse files
committed
Updated CHANGELOG.md
1 parent 2f2d38a commit c28c3af

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
125125

126126
- `Scene` Lua functions `AddNavigatableArea(areaName)` and `ClearNavigatableAreas()` have been renamed/corrected to `AddNavigableArea(areaName)` and `ClearNavigableAreas()`, respectively.
127127

128+
- Various performance improvements.
129+
128130
</details>
129131

130132
<details><summary><b>Fixed</b></summary>
@@ -145,6 +147,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
145147

146148
- Fixed an issue where internal Lua functions OriginalDoFile, OriginalLoadFile, and OriginalRequire were polluting the global namespace. They have now been made inaccessible.
147149

150+
- Fixed issue where MOSR `Gib`s, `AEmitter` or `PEmitter` `Emission`s, and MetaMan `Player`s were not correctly accessible from script.
151+
152+
- Fixed a crash on launch when the `SupportedGameVersion` INI property was not set.
153+
148154
</details>
149155

150156
<details><summary><b>Removed</b></summary>
@@ -2675,7 +2681,7 @@ This can be accessed via the new Lua (R/W) `SettingsMan` property `AIUpdateInter
26752681

26762682
- `TDExplosive.ActivatesWhenReleased` now works properly.
26772683

2678-
- Various bug fixed related to all the Attachable and Emitter changes, so they can now me affected reliably and safely with lua.
2684+
- Various bugs fixed related to all the Attachable and Emitter changes, so they can again be affected reliably and safely with lua.
26792685

26802686
- Various minor other things that have gotten lost in the shuffle.
26812687

0 commit comments

Comments
 (0)