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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
125
125
126
126
-`Scene` Lua functions `AddNavigatableArea(areaName)` and `ClearNavigatableAreas()` have been renamed/corrected to `AddNavigableArea(areaName)` and `ClearNavigableAreas()`, respectively.
127
127
128
+
- Various performance improvements.
129
+
128
130
</details>
129
131
130
132
<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/),
145
147
146
148
- Fixed an issue where internal Lua functions OriginalDoFile, OriginalLoadFile, and OriginalRequire were polluting the global namespace. They have now been made inaccessible.
147
149
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
+
148
154
</details>
149
155
150
156
<details><summary><b>Removed</b></summary>
@@ -2675,7 +2681,7 @@ This can be accessed via the new Lua (R/W) `SettingsMan` property `AIUpdateInter
2675
2681
2676
2682
-`TDExplosive.ActivatesWhenReleased` now works properly.
2677
2683
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.
2679
2685
2680
2686
- Various minor other things that have gotten lost in the shuffle.
0 commit comments