From: Erik V. <ev...@us...> - 2010-02-11 21:59:19
|
Update of /cvsroot/rails/18xx/data/1856 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv6342/data/1856 Modified Files: Tiles.xml TileSet.xml Map.xml Log Message: Fixed Toronto tile (rev. was 40, must be 30) Index: TileSet.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/TileSet.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** TileSet.xml 23 Jan 2010 17:04:55 -0000 1.8 --- TileSet.xml 11 Feb 2010 21:58:05 -0000 1.9 *************** *** 19,23 **** <Upgrade id="59" relayBaseTokens="yes"/> </Tile> ! <Tile id="-21"><!-- Toronto --> <Upgrade id="120"/> </Tile> --- 19,23 ---- <Upgrade id="59" relayBaseTokens="yes"/> </Tile> ! <Tile id="-56001"><!-- Toronto --> <Upgrade id="120"/> </Tile> Index: Map.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/Map.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Map.xml 8 Sep 2009 21:47:03 -0000 1.11 --- Map.xml 11 Feb 2010 21:58:10 -0000 1.12 *************** *** 79,83 **** <Hex name="N7" tile="0"/> <Hex name="N9" tile="-1"/> ! <Hex name="N11" tile="-21" orientation="2" city="Toronto"/><!-- home city to be defined --> <Hex name="N15" tile="0" cost="40"/> <Hex name="N17" tile="-20" city="Welland"/> --- 79,83 ---- <Hex name="N7" tile="0"/> <Hex name="N9" tile="-1"/> ! <Hex name="N11" tile="-56001" orientation="0" city="Toronto"/><!-- home city to be defined --> <Hex name="N15" tile="0" cost="40"/> <Hex name="N17" tile="-20" city="Welland"/> Index: Tiles.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/Tiles.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Tiles.xml 8 Jan 2010 20:46:54 -0000 1.8 --- Tiles.xml 11 Feb 2010 21:58:04 -0000 1.9 *************** *** 1,3 **** ! <?xml version="1.0" encoding="UTF-8"?><Tiles><Tile colour="white" id="0" name="empty"/><Tile colour="white" id="-1" name="1 village"> <Station id="city1" position="002" type="Town"/> </Tile><Tile colour="white" id="-2" name="2 villages"> --- 1,3 ---- ! <?xml version="1.0" encoding="UTF-8" standalone="no"?><Tiles><Tile colour="white" id="0" name="empty"/><Tile colour="white" id="-1" name="1 village"> <Station id="city1" position="002" type="Town"/> </Tile><Tile colour="white" id="-2" name="2 villages"> *************** *** 13,21 **** <Station id="city1" position="002" slots="1" type="City"/> <Station id="city2" position="302" slots="1" type="City"/> ! </Tile><Tile colour="yellow" id="-21" name="NY"> ! <Station id="city1" position="202" slots="1" type="City" value="40"/> ! <Station id="city2" position="502" slots="1" type="City" value="40"/> ! <Track from="city1" gauge="normal" to="side2"/> ! <Track from="city2" gauge="normal" to="side5"/> </Tile><Tile colour="red" id="-901" name="OM 1 way"> <Station id="city1" position="0" type="OffMapCity" value="-1"/> --- 13,21 ---- <Station id="city1" position="002" slots="1" type="City"/> <Station id="city2" position="302" slots="1" type="City"/> ! </Tile><Tile colour="yellow" id="-56001" name="Toronto"> ! <Station id="city1" position="102" slots="1" type="City" value="30"/> ! <Station id="city2" position="402" slots="1" type="City" value="30"/> ! <Track from="city2" gauge="normal" to="side4"/> ! <Track from="city1" gauge="normal" to="side1"/> </Tile><Tile colour="red" id="-901" name="OM 1 way"> <Station id="city1" position="0" type="OffMapCity" value="-1"/> |