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

Comparing kgsueme/doc/doc2constants_pm.xsl (file contents):
Revision 1.2 by pcg, Wed Apr 14 02:50:18 2004 UTC vs.
Revision 1.3 by pcg, Tue May 25 18:36:34 2004 UTC

27 <xsl:text> </xsl:text> 27 <xsl:text> </xsl:text>
28 </xsl:for-each> 28 </xsl:for-each>
29 </xsl:for-each> 29 </xsl:for-each>
30 <![CDATA[ 30 <![CDATA[
31 31
32 %ruleset %timesys %gametype %gameopt %special_score %room_group 32 %ruleset %timesys %gametype %special_score %room_group
33 33
34 INTERVAL_GAMEUPDATES 34 INTERVAL_GAMEUPDATES
35 ); 35 );
36} 36}
37 37
51 51
52# gametype (% 5) 52# gametype (% 5)
53 53
54%gametype = ( 54%gametype = (
55 &GAMETYPE_DEMONSTRATION => "demonstration", 55 &GAMETYPE_DEMONSTRATION => "demonstration",
56 &GAMETYPE_EDITING => "editing",
56 &GAMETYPE_TEACHING => "teaching", 57 &GAMETYPE_TEACHING => "teaching",
57 &GAMETYPE_FREE => "free", 58 &GAMETYPE_FREE => "free",
58 &GAMETYPE_RATED => "rated", 59 &GAMETYPE_RATED => "rated",
59 &GAMETYPE_TYPE4 => "<no idea, pls tell me>",
60);
61
62# game option (/ 5)
63
64%gameopt = (
65 &GAMEOPT_NONE => "normal",
66 &GAMEOPT_LECTURE => "lecture",
67 &GAMEOPT_PRIVATE => "private",
68 &GAMEOPT_SIMUL => "simul",
69); 60);
70 61
71# special score values. 62# special score values.
72# positive == black won, negative == white one 63# positive == black won, negative == white one
73 64

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines