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
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
- Actor DeathSound is now accessible to lua using `Actor.DeathSound = "string pathToNewFile"`
21
+
- AHuman Feet are now accessible to lua using `AHuman.FGFoot` and `AHuman.BGFoot`. Interaction with them may be wonky.
22
+
- Streamlined debug process and requirements so old Visual C++ Express edition is no longer needed for debugging.
23
+
- Added minimal debug configuration for quicker debug builds without visualization.
20
24
21
25
### Changed
22
26
-`AimRange` is now split into `UpperLimit` and `LowerLimit`, allowing asymmetric ranges, and allowing crabs' aiming to work with their rotation.
@@ -27,6 +31,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27
31
Addition: `parent:AddAttachable(attachableToAdd)` or `parent:AddAttachable(attachableToAdd, parentOffsetVector)`
28
32
Removal: `parent:RemoveAttachable(attachableToRemove)` or `parent:RemoveAttachable(uniqueIdOfAttachableToRemove)`
29
33
- Wounds have been separated internally from emitter attachables. They can now be added with `parent:AddWound(woundEmitterToAdd)`. Removing wounds remains the same as before.
34
+
- Built-in Actor angular velocity reduction on death has been lessened.
30
35
31
36
### Removed
32
37
- All licensing-related code has been removed since it's no longer needed
@@ -38,6 +43,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
38
43
- BGM now loops properly
39
44
- Sound pitching now respects sounds that are not supposed to be affected by pitch
40
45
- Using `actor:Clone()` now works properly, there are no longer issues with controlling/selecting cloned actors
46
+
- TDExplosive ActivatesWhenReleased now works properly
41
47
- Various bug fixed related to all the Attachable and Emitter changes, so they can now me affected reliably and safely with lua
42
48
- Various minor other things that have gotten lost in the shuffle
0 commit comments