From: Erik V. <ev...@us...> - 2010-04-11 15:49:55
|
Update of /cvsroot/rails/18xx/data/1830 In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv16112/data/1830 Modified Files: Map.xml Log Message: Added OperatingRound methods isBlockedForTileLays() and isBlockedForTokenLays(). The former replaces the existing isBLocked() (for privates still in operation). The latter is new and covers various cases where unlaid home bases prevent other companies to lay base tokens on a hex. Index: Map.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1830/Map.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** Map.xml 8 Nov 2009 14:46:16 -0000 1.14 --- Map.xml 11 Apr 2010 15:49:47 -0000 1.15 *************** *** 37,41 **** <Hex name="E7" tile="-1" impassable="F8"/> <Hex name="E9" tile="-7" orientation="4"/> ! <Hex name="E11" tile="-20" label="OO"/> <Hex name="E13" tile="0"/> <Hex name="E15" tile="0"/> --- 37,41 ---- <Hex name="E7" tile="-1" impassable="F8"/> <Hex name="E9" tile="-7" orientation="4"/> ! <Hex name="E11" tile="-20" label="OO" unlaidHomeBlocksTokens="yes"/> <Hex name="E13" tile="0"/> <Hex name="E15" tile="0"/> |