From b24c6ca6e30aa50c61c965793f7fbb55a739c45d Mon Sep 17 00:00:00 2001 From: Josh Allen Date: Tue, 25 Jan 2005 16:23:19 +0000 Subject: [PATCH] Protocol update --- stepmania/Docs/SMLanProtocol.txt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/stepmania/Docs/SMLanProtocol.txt b/stepmania/Docs/SMLanProtocol.txt index 57ee333b90..e5cbac7aa1 100644 --- a/stepmania/Docs/SMLanProtocol.txt +++ b/stepmania/Docs/SMLanProtocol.txt @@ -142,10 +142,7 @@ CLIENT to SERVER protocol: 010: User entered/exited Network Music Selection Screen Size: - 1 -010: User entered/exited Network Music Selection Screen - Size: - 1 + 1 0: exited ScreenNetSelectMusic 1: entered ScreenNetSelectMusic 2: **Not Sent** @@ -346,6 +343,7 @@ Client SMOnline packets: 0: User wishes to exit room 1: User wishes to enter room NT Room Name (Used when entering rooms) + NT Password (Empty if password not used) 002: Create a new Room Size: @@ -380,9 +378,15 @@ Server SMOnline packets: If Room List Update: 1 Number of rooms NT Room1 Title - NT Room1 Description + NT Room1 Description + 1 Room1 Status + 0: Normal + 1: Passworded + 2: Ingame NT Room2 Title - NT Room2 Description + NT Room2 Description + 1 Room2 Status ... NT RoomN Title - NT RoomN Description \ No newline at end of file + NT RoomN Description + 1 RoomN Status \ No newline at end of file