summaryrefslogtreecommitdiff
path: root/src/clientiface.h
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2015-05-24 16:33:22 +0200
committerest31 <MTest31@outlook.com>2015-05-24 16:33:22 +0200
commit6b7fb591cb8d54bc8a43df6adb34a026720b4fe4 (patch)
tree579d4828c0419713b47b125c6bedad9e5b40eff7 /src/clientiface.h
parent774e5d17c4ca32af51e87954a24607c72f943600 (diff)
downloadminetest-6b7fb591cb8d54bc8a43df6adb34a026720b4fe4.tar.gz
minetest-6b7fb591cb8d54bc8a43df6adb34a026720b4fe4.tar.bz2
minetest-6b7fb591cb8d54bc8a43df6adb34a026720b4fe4.zip
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).
Diffstat (limited to 'src/clientiface.h')
-rw-r--r--src/clientiface.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/clientiface.h b/src/clientiface.h
index 598662e2d..ec6ba9e9e 100644
--- a/src/clientiface.h
+++ b/src/clientiface.h
@@ -49,14 +49,14 @@ class EmergeManager;
\-----------------/
| depending of the incoming packet
+---------------------------------------
- v |
+ v v
+-----------------------------+ +-----------------------------+
|IN: | |IN: |
| TOSERVER_INIT_LEGACY |----- | TOSERVER_INIT | invalid playername,
+-----------------------------+ | +-----------------------------+ password (for _LEGACY),
| | | or denied by mod
| Auth ok -------------------+---------------------------------
- | | |
+ v v |
+-----------------------------+ +-----------------------------+ |
|OUT: | |OUT: | |
| TOCLIENT_INIT_LEGACY | | TOCLIENT_HELLO | |
@@ -104,7 +104,7 @@ class EmergeManager;
| +-----------------------------+ |
| ^ | |
| ----------------------------- |
- | |
+ v |
+-----------------------------+ --------------------------------+
|IN: | | |
| TOSERVER_CLIENT_READY | v |
@@ -128,13 +128,13 @@ class EmergeManager;
| |---------------------------------------------------------------
---->| Active |
| | |----------------------------------------------
- | \-----------------/ timeout |
+ | \-----------------/ timeout v
| | | +-----------------------------+
| | | |OUT: |
| | | | TOCLIENT_DISCONNECT |
| | | +-----------------------------+
| | | |
- | | | v
+ | | v v
| | +-----------------------------+ /-----------------\
| | |IN: | | |
| | | TOSERVER_DISCONNECT |------------------->| Disconnecting |
@@ -158,7 +158,7 @@ class EmergeManager;
| | +-----------------------------+
| | sets password accordingly |IN: |
-------------------+-------------------------------| TOSERVER_FIRST_SRP |
- +-----------------------------+
+ +-----------------------------+
*/
namespace con {