Added broadcast for (extended) accessory commands#445
Added broadcast for (extended) accessory commands#445reinder wants to merge 2 commits intoDCC-EX:masterfrom
Conversation
|
This or introduces a pervasive change to the standard parsing algorithms which treat letters after the opcode as uppercase regardless of the case used. Thus the client side parsers can't distinguish between <y a and <y A. It's important to consider the wider implications before implementing an apparently simple modification. |
|
Didn't mean to close this... |
Sorry, I wasn't aware of that, we can change the |
…s uppercase. Extended accessory now uses an E instead of an A.
Asbelos
left a comment
There was a problem hiding this comment.
Please see my friend request on discord (ukbloke) where we can discuss more easily.
|
We've made contact on Discord. |
This PR adds broadcast commands
<y a ...>for accessory and<y A ...>for extended accessory. Similar to the<l ...>command for engines/locomotives.Without these broadcasts it is impossible to track these accessory command when multiple clients are involved.
Closes #444