CC-Tweaked/src/main/java/dan200/computercraft/shared/pocket/peripherals
Jonathan Coates de6f27ceaf
Rewrite speaker networking code
Speakers now play sounds using a custom set of packets.
 - When playing a sound, we send the resource id, position, volume,
   pitch and a UUID for the _speaker_ to all nearby clients.
 - This UUID is then used when we need to update the sound. When the
   speaker is moved or destroyed, we send a new packet to clients and
   update accordingly.

This does have one side effect, that speakers can now only play one
sound at a time. I think this is accceptable - otherwise it's possible
to spam ward in a loop.

Notes still use the old networking code, and so will not be affected.

Closes #823
2021-06-18 22:23:04 +01:00
..
PocketModem.java Switch to Mojang mappings 2021-01-09 19:22:58 +00:00
PocketModemPeripheral.java 2020 -> 2021 2021-01-06 17:13:40 +00:00
PocketSpeaker.java Switch to Mojang mappings 2021-01-09 19:22:58 +00:00
PocketSpeakerPeripheral.java Rewrite speaker networking code 2021-06-18 22:23:04 +01:00