Skip to content

Commit cc5d188

Browse files
authored
Update CHANGELOG.md
1 parent f722af9 commit cc5d188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8181

8282
- The `LimbPath` property `NormalTravelSpeed` has been renamed to just `TravelSpeed`.
8383

84-
- Lua functions OriginalDoFile, OriginalLoadFile, and OriginalRequire, which are what they sound like, made inaccessible.
85-
8684
- Almost all ctrl+* special inputs functionality (i.e restarting activity, world dumps, showing performance stats) are now mapped to right alt, to not interfere with default crouching inputs. The only exception is ctrl+arrow keys for changing console size.
8785

8886
- Gibs and detached Attachables now inherit the parent's angular velocity, as well as velocity derived from the angular velocity of the parent MO and their offset from the parent's centre. On gibs, this is scaled by `InheritsVel`.
@@ -103,6 +101,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
103101

104102
- Fixed an issue where an `Actor`'s MovementState wasn't correctly accessible from script.
105103

104+
- Fixed an issue where internal Lua functions OriginalDoFile, OriginalLoadFile, and OriginalRequire were polluting the global namespace. They have now been made inaccessible.
105+
106106
</details>
107107

108108
<details><summary><b>Removed</b></summary>

0 commit comments

Comments
 (0)