1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-07-01 01:23:12 +00:00
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
..
2021-06-12 22:18:35 +01:00
2021-06-12 22:18:35 +01:00
2021-01-14 09:09:02 +00:00
2021-06-12 22:18:35 +01:00
2021-06-18 22:23:04 +01:00
2021-06-18 22:23:04 +01:00
2021-06-18 22:23:04 +01:00
2021-06-12 22:18:35 +01:00
2021-01-06 17:13:40 +00:00
2021-01-09 19:22:58 +00:00
2021-01-06 17:13:40 +00:00
2021-06-05 10:09:28 +01:00
2021-01-14 09:09:02 +00:00
2021-01-06 17:13:40 +00:00
2021-01-09 19:22:58 +00:00
2021-06-05 10:09:28 +01:00
2021-06-12 22:18:35 +01:00