Update of /cvsroot/rails/18xx/data/1870
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28822/data/1870
Modified Files:
StockMarket.xml
Log Message:
Implemented request to show low-price colours in SR and OR panels.
Added a generic Model-to-View update mechanism (used by above)
All configurable colours can now be specified as RGB decimally or hexadecimally.
Index: StockMarket.xml
===================================================================
RCS file: /cvsroot/rails/18xx/data/1870/StockMarket.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** StockMarket.xml 24 May 2005 21:38:04 -0000 1.3
--- StockMarket.xml 13 Dec 2009 16:39:48 -0000 1.4
***************
*** 1,12 ****
<StockMarket type="rectangular">
<UpOrDownRight/>
! <StockSpaceType name="yellow" colour="yellow">
<NoCertLimit/>
</StockSpaceType>
! <StockSpaceType name="orange" colour="green">
<NoCertLimit/>
<NoHoldLimit/>
</StockSpaceType>
! <StockSpaceType name="brown" colour="brown">
<NoCertLimit/>
<NoHoldLimit/>
--- 1,12 ----
<StockMarket type="rectangular">
<UpOrDownRight/>
! <StockSpaceType name="yellow" colour="FFFF00">
<NoCertLimit/>
</StockSpaceType>
! <StockSpaceType name="orange" colour="00AA00">
<NoCertLimit/>
<NoHoldLimit/>
</StockSpaceType>
! <StockSpaceType name="brown" colour="884000">
<NoCertLimit/>
<NoHoldLimit/>
|