Add list of protocol numbers
authorWuzzy <almikes@aol.com>
Fri, 07 Sep 2018 13:23:53 +0200
changeset 1540 badf96a1bf1c
parent 1539 7c038e79eddf
child 1541 d0682a97ae91
Add list of protocol numbers
ProtocolNumbers.wiki
TableOfContents.wiki
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ProtocolNumbers.wiki	Fri Sep 07 13:23:53 2018 +0200
@@ -0,0 +1,48 @@
+#summary List of protocol numbers
+
+Hedgewars uses *Protocol numbers* to encode different Hedgewars versions. The protocol number is mainly used on the server.
+
+== List of protocol numbers ==
+
+|| Protocol number || Version ||
+|| 17 || 0.9.7-dev ||
+|| 19 || 0.9.7 ||
+|| 20 || 0.9.8-dev ||
+|| 21 || 0.9.8 ||
+|| 22 || 0.9.9-dev ||
+|| 23 || 0.9.9 ||
+|| 24 || 0.9.10-dev ||
+|| 25 || 0.9.10 ||
+|| 26 || 0.9.11-dev ||
+|| 27 || 0.9.11 ||
+|| 28 || 0.9.12-dev ||
+|| 29 || 0.9.12 ||
+|| 30 || 0.9.13-dev ||
+|| 31 || 0.9.13 ||
+|| 32 || 0.9.14-dev ||
+|| 33 || 0.9.14 ||
+|| 34 || 0.9.15-dev ||
+|| 35 || 0.9.14.1 ||
+|| 37 || 0.9.15 ||
+|| 38 || 0.9.16-dev ||
+|| 39 || 0.9.16 ||
+|| 40 || 0.9.17-dev ||
+|| 41 || 0.9.17 ||
+|| 42 || 0.9.18-dev ||
+|| 43 || 0.9.18 ||
+|| 44 || 0.9.19-dev ||
+|| 45 || 0.9.19 ||
+|| 46 || 0.9.20-dev ||
+|| 47 || 0.9.20 ||
+|| 48 || 0.9.21-dev ||
+|| 49 || 0.9.21 ||
+|| 50 || 0.9.22-dev ||
+|| 51 || 0.9.22 ||
+|| 52 || 0.9.23-dev ||
+|| 53 || 0.9.23 ||
+|| 54 || 0.9.24-dev ||
+|| 55 || 0.9.24 ||
+|| 56 || 0.9.25-dev ||
+
+== Source ==
+For a current version, see [https://hg.hedgewars.org/hedgewars/file/default/gameServer/Utils.hs].
\ No newline at end of file
--- a/TableOfContents.wiki	Tue Sep 04 21:32:46 2018 +0100
+++ b/TableOfContents.wiki	Fri Sep 07 13:23:53 2018 +0200
@@ -10,7 +10,9 @@
    * [VideoRecorder Video-recorder]
    * [ComodoFirewall Configuring COMODO firewall]
    * [KnownBugs Known bugs]
+  * Server
    * [RacerRoomSetup Racer room setup]
+   * [ProtocolNumbers List of protocol numbers]
   * [BuildingHedgewars Building Hedgewars from source code]
    * [Dependencies Dependencies]
    * [BuildingForAndroid Android]