Small clientiface ASCII art improvements

Use v arrows except where there is only one line between two boxes,
and other improvements
(Yea could use ↓ but its an ASCII art not an Unicode art).
This commit is contained in:
est31 2015-05-24 16:33:22 +02:00
parent 774e5d17c4
commit 6b7fb591cb

@ -49,14 +49,14 @@ class EmergeManager;
\-----------------/ \-----------------/
| depending of the incoming packet | depending of the incoming packet
+--------------------------------------- +---------------------------------------
v | v v
+-----------------------------+ +-----------------------------+ +-----------------------------+ +-----------------------------+
|IN: | |IN: | |IN: | |IN: |
| TOSERVER_INIT_LEGACY |----- | TOSERVER_INIT | invalid playername, | TOSERVER_INIT_LEGACY |----- | TOSERVER_INIT | invalid playername,
+-----------------------------+ | +-----------------------------+ password (for _LEGACY), +-----------------------------+ | +-----------------------------+ password (for _LEGACY),
| | | or denied by mod | | | or denied by mod
| Auth ok -------------------+--------------------------------- | Auth ok -------------------+---------------------------------
| | | v v |
+-----------------------------+ +-----------------------------+ | +-----------------------------+ +-----------------------------+ |
|OUT: | |OUT: | | |OUT: | |OUT: | |
| TOCLIENT_INIT_LEGACY | | TOCLIENT_HELLO | | | TOCLIENT_INIT_LEGACY | | TOCLIENT_HELLO | |
@ -104,7 +104,7 @@ class EmergeManager;
| +-----------------------------+ | | +-----------------------------+ |
| ^ | | | ^ | |
| ----------------------------- | | ----------------------------- |
| | v |
+-----------------------------+ --------------------------------+ +-----------------------------+ --------------------------------+
|IN: | | | |IN: | | |
| TOSERVER_CLIENT_READY | v | | TOSERVER_CLIENT_READY | v |
@ -128,13 +128,13 @@ class EmergeManager;
| |--------------------------------------------------------------- | |---------------------------------------------------------------
---->| Active | ---->| Active |
| | |---------------------------------------------- | | |----------------------------------------------
| \-----------------/ timeout | | \-----------------/ timeout v
| | | +-----------------------------+ | | | +-----------------------------+
| | | |OUT: | | | | |OUT: |
| | | | TOCLIENT_DISCONNECT | | | | | TOCLIENT_DISCONNECT |
| | | +-----------------------------+ | | | +-----------------------------+
| | | | | | | |
| | | v | | v v
| | +-----------------------------+ /-----------------\ | | +-----------------------------+ /-----------------\
| | |IN: | | | | | |IN: | | |
| | | TOSERVER_DISCONNECT |------------------->| Disconnecting | | | | TOSERVER_DISCONNECT |------------------->| Disconnecting |
@ -158,7 +158,7 @@ class EmergeManager;
| | +-----------------------------+ | | +-----------------------------+
| | sets password accordingly |IN: | | | sets password accordingly |IN: |
-------------------+-------------------------------| TOSERVER_FIRST_SRP | -------------------+-------------------------------| TOSERVER_FIRST_SRP |
+-----------------------------+ +-----------------------------+
*/ */
namespace con { namespace con {