summaryrefslogtreecommitdiff
path: root/src/mmo/version.hpp
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-04-13 10:05:15 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-13 10:05:15 -0400
commitf54f335c541ecb61f9e9888848eb21b8d43877b7 (patch)
tree5dcd2680a4ba6791afe4d952e10b1b43ec761580 /src/mmo/version.hpp
parent3cda94665c73447b09338d6f219ef22b58f066bd (diff)
parent607d40ebcac47555cc01da8ee61c2fae5cec3186 (diff)
downloadtmwa-f54f335c541ecb61f9e9888848eb21b8d43877b7.tar.gz
tmwa-f54f335c541ecb61f9e9888848eb21b8d43877b7.tar.bz2
tmwa-f54f335c541ecb61f9e9888848eb21b8d43877b7.tar.xz
tmwa-f54f335c541ecb61f9e9888848eb21b8d43877b7.zip
Merge pull request #205 from mekolat/version
consolidate client version handling
Diffstat (limited to 'src/mmo/version.hpp')
-rw-r--r--src/mmo/version.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mmo/version.hpp b/src/mmo/version.hpp
index 459b500..79d67fe 100644
--- a/src/mmo/version.hpp
+++ b/src/mmo/version.hpp
@@ -37,9 +37,11 @@ namespace tmwa
// increase the min version when the protocol is incompatible with old m+ versions
// 1 = latest mana, old manaplus, bots
-// 2 = manaplus 1.5.5.9 and above
-// 3 = manaplus 1.5.5.23 and above
-// 4 = manaplus 1.5.8.15 and above
+// 2 = manaplus 1.5.5.9 to manaplus 1.5.5.23
+// 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
// TODO now that I generate the protocol, split 'flags' out of the struct