citra/src/citra_qt/multiplayer
zhupengfei 7acd2664dd
network/room_member: Add moderation functions
To allow for passing moderation errors around without impacting the State, this commit also separates the previous State enum into two enums: State, and Error. The State enum now only contains generic states like disconnected or connected, and the Error enum describes the specific error happened.

citra_qt/multiplayer/{state, message} is changed accordingly.
2018-12-15 11:03:31 +08:00
..
chat_room.cpp multiplayer: Add status message for user joining/leaving 2018-12-15 11:03:06 +08:00
chat_room.h multiplayer: Add status message for user joining/leaving 2018-12-15 11:03:06 +08:00
chat_room.ui citra_qt: Use the new verify backend; UI changes 2018-12-15 11:02:54 +08:00
client_room.cpp multiplayer: fix "Connected" message not appearing on first connection 2018-12-15 11:03:10 +08:00
client_room.h citra_qt/multiplayer: retranslate multiplayer dialogs 2018-10-10 18:21:22 +08:00
client_room.ui citra_qt: Use the new verify backend; UI changes 2018-12-15 11:02:54 +08:00
direct_connect.cpp network: check Console ID conflicts 2018-12-15 11:02:47 +08:00
direct_connect.h citra_qt/multiplayer: retranslate multiplayer dialogs 2018-10-10 18:21:22 +08:00
direct_connect.ui
host_room.cpp citra_qt: Use the new verify backend; UI changes 2018-12-15 11:02:54 +08:00
host_room.h citra_qt: Use the new verify backend; UI changes 2018-12-15 11:02:54 +08:00
host_room.ui Add Support for Room Descriptions 2018-12-15 11:02:50 +08:00
lobby_p.h citra_qt: Use the new verify backend; UI changes 2018-12-15 11:02:54 +08:00
lobby.cpp citra_qt: Use the new verify backend; UI changes 2018-12-15 11:02:54 +08:00
lobby.h citra_qt/multiplayer: retranslate multiplayer dialogs 2018-10-10 18:21:22 +08:00
lobby.ui
message.cpp network/room_member: Add moderation functions 2018-12-15 11:03:31 +08:00
message.h network/room_member: Add moderation functions 2018-12-15 11:03:31 +08:00
state.cpp network/room_member: Add moderation functions 2018-12-15 11:03:31 +08:00
state.h network/room_member: Add moderation functions 2018-12-15 11:03:31 +08:00
validation.h citra_qt/multiplayer: three minor fixes 2018-09-05 22:46:33 +08:00