summaryrefslogtreecommitdiff
path: root/src/mmo
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-12-13 17:10:17 -0500
committergumi <git@gumi.ca>2018-12-13 17:10:17 -0500
commit7c1d56ae8932e80e152389c9666bc0a1c0ab5ed8 (patch)
treeea1c4f7413f6797730ec2604dd49ba803a9c5a19 /src/mmo
parentc1dd287b999c9cfcdc02ee01cede7619c173d656 (diff)
downloadtmwa-7c1d56ae8932e80e152389c9666bc0a1c0ab5ed8.tar.gz
tmwa-7c1d56ae8932e80e152389c9666bc0a1c0ab5ed8.tar.bz2
tmwa-7c1d56ae8932e80e152389c9666bc0a1c0ab5ed8.tar.xz
tmwa-7c1d56ae8932e80e152389c9666bc0a1c0ab5ed8.zip
add support for sending player HP for protocol >= 9
Diffstat (limited to 'src/mmo')
-rw-r--r--src/mmo/version.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mmo/version.hpp b/src/mmo/version.hpp
index 79d67fe..598bfd9 100644
--- a/src/mmo/version.hpp
+++ b/src/mmo/version.hpp
@@ -41,8 +41,11 @@ namespace tmwa
// 3 = manaplus 1.5.5.23 to manaplus 1.5.8.15
// 4 = manaplus 1.5.8.15 to manaplus 1.6.3.15
// 5 = manaplus 1.6.3.15 to 1.6.4.23 (adds SMSG_SCRIPT_MESSAGE)
-// 6 = manaplus 1.6.4.23 and above
-#define MIN_CLIENT_VERSION 1
+// 6 = manaplus 1.6.4.23 to 1.6.5.7 (adds a filter to block remote commands)
+// 7 = manaplus 1.6.5.7 to 1.8.9.1 (adds SMSG_MAP_SET_TILES_TYPE)
+// 8 = manaplus 1.8.9.1 to ... (adds support for GM groups)
+// 9 = manaplus ... to (adds support for player HP)
+#define MIN_CLIENT_VERSION 6
// TODO now that I generate the protocol, split 'flags' out of the struct
struct Version