Update of /cvsroot/rails/18xx/data
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6126/data
Modified Files:
GamesList.xml
Log Message:
Moved comments on game options from 1830/Game.xml to here
Index: GamesList.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/GamesList.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** GamesList.xml 28 Dec 2009 14:53:00 -0000 1.17
--- GamesList.xml 15 Jan 2010 19:53:05 -0000 1.18
***************
*** 11,14 ****
--- 11,24 ----
- Privates cannot be traded between players.
</Description>
+ <!-- GAME OPTIONS must have:
+ - a name, which must also exist as an entry in LocalText.properties,
+ - optionally 'type="toggle"', which has the effect that the
+ selection uses a checkbox instead of a dropdown list.
+ In this case, 'values' must be absent
+ (the allowed values are fixed to "yes,no").
+ - optionally, 'values="a,b,c"' i,e, a list of allowed values.
+ - optionally, a default value (only affects a toggle;
+ in a dropdown the first item is always the default).
+ -->
<Option name="WithOptional6Train" type="toggle" default="no"/>
<Option name="UnlimitedTopTrains" parm="D" type="toggle" default="no"/>
|