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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,14 +113,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
113
113
114
114
- Internal GUI element `ComboBox` no longer displays dropdown combobutton when disabled, to communicate visually that it's setting is not modifiable.
115
115
116
-
- 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.
116
+
- 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.
117
117
118
118
-`Gib`s and detached `Attachable`s now inherit the parent's angular velocity by default.
119
119
120
120
-`InheritsVel` now accounts for the angular velocity of the parent MO, resulting in offset gibs and emissions being flung further away.
121
121
122
122
-`InheritsVel` and its ilk have been uncapped, allowing users to set them outside of 0-1.
123
123
124
+
-`Scene` Lua functions `AddNavigatableArea(areaName)` and `ClearNavigatableAreas()` have been renamed/corrected to `AddNavigableArea(areaName)` and `ClearNavigableAreas()`, respectively.
// Need to block until all current pathfinding requests are finished. Ugh, if only we had a better way (interrupt/cancel a path request to start a new one?)
2443
2439
// TODO: Make the PathRequest struct more capable and maybe we can delay starting or cancel mid-request?
2444
2440
BlockUntilAllPathingRequestsComplete();
2445
2441
2446
-
m_NavigatableAreasUpToDate = true;
2442
+
m_NavigableAreasUpToDate = true;
2447
2443
for (int team = Activity::Teams::NoTeam; team < Activity::Teams::MaxTeamCount; ++team) {
0 commit comments