Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 9fe8eb7

Browse files
authored
Minor changelog updates
1 parent 8ef1249 commit 9fe8eb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@ Valid editor names are: `ActorEditor`, `GibEditor`, `SceneEditor`, `AreaEditor`
3232
- Upgraded to new, modern FMOD audio library. ([Issue #72](https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/issues/72))
3333
Sounds now play in 3D space, so they pan to the left and right, and attenuate automatically based on the player's viewpoint.
3434

35-
- `Sound`s have been renamed to `SoundContainer`s, and are able to handle multiple sounds playing at once. INI definitions have changed accordingly.
35+
- `Sounds` have been renamed to `SoundContainers`, and are able to handle multiple sounds playing at once. INI definitions have changed accordingly.
3636
They must be added using `... = SoundContainer`, and individual sounds for them must be added using `AddSound = ContentFile...`.
3737

3838
- Various lua bindings around audio have been upgraded, changed or fixed, giving modders a lot more control over sounds. See documentation for more details.
3939

4040
- Centered the loading splash screen image when `DisableLoadingScreen` is true.
4141

42-
- `Box:WithinBox` lua bindings have been renamed.
42+
- `Box:WithinBox` lua bindings have been renamed:
4343
`Box:WithinBox` is now `Box:IsWithinBox`.
4444
`Box:WithinBoxX` is now `Box:IsWithinBoxX`.
4545
`Box:WithinBoxY` is now `Box:IsWithinBoxY`.
4646

4747
- Made `AHuman` show both weapon ammo states when 2 one-handed weapons are equipped.
4848

49-
- Added support for multiple lines in item descriptions. This is done as follows:
49+
- Added support for multiple lines in item descriptions ([Issue#58](https://github.com/cortex-command-community/Cortex-Command-Community-Project-Source/issues/58)). This is done as follows:
5050
```
5151
Description = MultiLineText
5252
AddLine = First line of text

0 commit comments

Comments
 (0)