Update of /cvsroot/rails/18xx/data/1856
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv28822/data/1856
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/1856/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:03 -0000 1.3
--- StockMarket.xml 13 Dec 2009 16:39:49 -0000 1.4
***************
*** 1,7 ****
<StockMarket type="rectangular">
! <StockSpaceType name="yellow" colour="yellow">
<NoCertLimit/>
</StockSpaceType>
! <StockSpaceType name="orange" colour="brown">
<NoCertLimit/>
<NoHoldLimit/>
--- 1,7 ----
<StockMarket type="rectangular">
! <StockSpaceType name="yellow" colour="FFFF00">
<NoCertLimit/>
</StockSpaceType>
! <StockSpaceType name="orange" colour="884000">
<NoCertLimit/>
<NoHoldLimit/>
|