From: Erik V. <ev...@us...> - 2010-01-17 14:05:56
|
Update of /cvsroot/rails/18xx/data/1856 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25060/data/1856 Modified Files: Game.xml CompanyManager.xml Log Message: Moved <StockRoundRules> contents, misplaced in CompanyManager.xml, to existing <StockRound> element in Game.xml. Index: CompanyManager.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/CompanyManager.xml,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** CompanyManager.xml 28 Dec 2009 14:53:00 -0000 1.31 --- CompanyManager.xml 17 Jan 2010 14:05:48 -0000 1.32 *************** *** 164,170 **** <Item name="Tunn" type="Private" basePrice="100"/> </StartPacket> - <StockRoundRules> - <!-- Will probably move later to a GameManager XML--> - <NoSaleInFirstSR/> - </StockRoundRules> </CompanyManager> --- 164,166 ---- Index: Game.xml =================================================================== RCS file: /cvsroot/rails/18xx/data/1856/Game.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Game.xml 15 Jan 2010 19:53:57 -0000 1.29 --- Game.xml 17 Jan 2010 14:05:48 -0000 1.30 *************** *** 7,11 **** <GameParameters> <StockRound class="rails.game.specific._1856.StockRound_1856" ! sequence="SellBuyOrBuySell"/> <OperatingRound class="rails.game.specific._1856.OperatingRound_1856"/> <PlayerShareLimit percentage="60"/> --- 7,13 ---- <GameParameters> <StockRound class="rails.game.specific._1856.StockRound_1856" ! sequence="SellBuyOrBuySell"> ! <NoSaleInFirstSR/> ! </StockRound> <OperatingRound class="rails.game.specific._1856.OperatingRound_1856"/> <PlayerShareLimit percentage="60"/> |