summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2019-01-10 18:30:38 -0500
committergumi <git@gumi.ca>2019-01-11 12:03:47 -0500
commit2f94539545b176a7dc2981b1a932b8428e33eaa7 (patch)
tree2124205fc141ceaf98253f1ab1f515e8eb44889a /tools
parentd8145c4f940a664eb403f7acca10f2caf86e5330 (diff)
downloadtmwa-2f94539545b176a7dc2981b1a932b8428e33eaa7.tar.gz
tmwa-2f94539545b176a7dc2981b1a932b8428e33eaa7.tar.bz2
tmwa-2f94539545b176a7dc2981b1a932b8428e33eaa7.tar.xz
tmwa-2f94539545b176a7dc2981b1a932b8428e33eaa7.zip
drop support for gcc-5, gcc-6, clang-4, clang-5 in travis and fix some misc issues
Diffstat (limited to 'tools')
-rwxr-xr-xtools/protocol.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/protocol.py b/tools/protocol.py
index 413bb67..df6e2fb 100755
--- a/tools/protocol.py
+++ b/tools/protocol.py
@@ -1992,7 +1992,7 @@ def build_context():
],
fixed_size=17,
pre=[0x0069, 0x0092, 0x00b3],
- post=[0x006b, 0x006c, 0x2712, 0x2715, 0x2716],
+ post=[0x006b, 0x006c, 0x2712, 0x2715, 0x2716, 0x2742],
desc='''
Begin connection to the char server, based on keys the login
server gave us.
@@ -2117,7 +2117,7 @@ def build_context():
at(0, char_select, 'char select'),
],
repeat_size=106,
- pre=[0x0065, 0x2713, 0x2715],
+ pre=[0x0065, 0x2713, 0x2715, 0x2742],
post=[PRETTY],
xpost=[0x0066, 0x0067, 0x0068],
desc='''
@@ -2131,7 +2131,7 @@ def build_context():
at(2, u8, 'code'),
],
fixed_size=3,
- pre=[0x0065, 0x2713, 0x2715],
+ pre=[0x0065, 0x2713, 0x2715, 0x2742],
post=[PRETTY],
desc='''
Refuse connection.