From b159b2f1b1ee474e4e0a4a825b3ec2526e7c657a Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 20 Jul 2018 05:39:09 -0500 Subject: [PATCH] Automatic changelog generation for PR #7367 [ci skip] --- html/changelogs/AutoChangeLog-pr-7367.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-7367.yml diff --git a/html/changelogs/AutoChangeLog-pr-7367.yml b/html/changelogs/AutoChangeLog-pr-7367.yml new file mode 100644 index 0000000000..879075267c --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-7367.yml @@ -0,0 +1,8 @@ +author: "deathride58" +delete-after: True +changes: + - rscadd: "Jukeboxes now have realtime directional audio, complete with occlusion when you're far away or behind a wall." + - rscadd: "More than one jukebox can play a song at a time now. Have up to 5 jukeboxes playing at once!" + - rscadd: "Devs can now control the wet and dry channels of sounds played via playsound_local. The new envwet and envdry arguments will control the volume of the wet and dry track, respectively." + - code_imp: "Jukeboxes have been turned into a subsystem. Track initialization, audio playing, etc, are now handled via SSJukeboxes instead of via the jukebox object procs." + - config: "Jukebox tracks now require an additional ID field at the end of their name. This will make it easier to add jukebox-style objects that are only capable of playing specific songs, without worrying about copyright issues."