ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/doc/protocol.html
(Generate patch)

Comparing kgsueme/doc/protocol.html (file contents):
Revision 1.18 by pcg, Sat Jun 14 22:46:08 2003 UTC vs.
Revision 1.19 by pcg, Mon Jun 16 18:59:12 2003 UTC

19 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20--> 20-->
21</head> 21</head>
22<body> 22<body>
23 23
24<h1>$Revision: 1.18 $</h1> 24<h1>$Revision: 1.19 $</h1>
25 25
26<h1>KGS Protocol Description</h1> 26<h1>KGS Protocol Description</h1>
27 27
28 <p>This XML document describes the KGS protocol. It is also used 28 <p>This XML document describes the KGS protocol. It is also used
29 to automatically generate the perl parser for all the messages and 29 to automatically generate the perl parser for all the messages and
184 184
185 <h4>TYPE komi16</h4> 185 <h4>TYPE komi16</h4>
186 BASE TYPE I16, LENGTH , MULTIPLIER 2<br /> 186 BASE TYPE I16, LENGTH , MULTIPLIER 2<br />
187 <h4>TYPE komi32</h4> 187 <h4>TYPE komi32</h4>
188 BASE TYPE I32, LENGTH , MULTIPLIER 2<br /> 188 BASE TYPE I32, LENGTH , MULTIPLIER 2<br />
189 <h4>TYPE komi324</h4>
190 BASE TYPE I32, LENGTH , MULTIPLIER 4<br />
189 191
190 <p>Komi values are multiplied by 2 to make them integer in the 192 <p>Komi values are multiplied by 2 to make them integer in the
191 protocol.</p> 193 protocol. Well, *most* of the time at least...</p>
192 194
193 <h4>TYPE result</h4> 195 <h4>TYPE result</h4>
194 BASE TYPE I32, LENGTH , MULTIPLIER 2<br /> 196 BASE TYPE I32, LENGTH , MULTIPLIER 2<br />
195 197
196 <p>The game result is also multiplied by two to give it higher 198 <p>The game result is also multiplied by two to give it higher
2604   2606  
2605 </td> 2607 </td>
2606 </tr> 2608 </tr>
2607 <tr> 2609 <tr>
2608 <td>komi</td> 2610 <td>komi</td>
2609 <td>komi32</td> 2611 <td>komi324</td>
2610 <td> </td> 2612 <td> </td>
2611 <td> 2613 <td>
2612 2614
2613   2615  
2614 </td> 2616 </td>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines