From: Erik V. <eri...@xs...> - 2010-02-28 21:49:09
|
I have committed a bunch of changes related to the Prussian formation in 1835. This has affected a large number of files, but most changes are name changes directly or indirectly caused by the need to move the SpecialProperties possession attribute one level up: from PrivateCompany to Company. So Public Companies now also can have special properties. Long ago I had defined the exchange of the "black" privates and minors for a Prussian as special properties, reusing the M&H/NYC swap special property. I still couldn't think of a better way to specify this (in particular, whether a 5% or 10% share will be obtained), so I had to add special properties to minors, which are public companies. I have tested most of the existing special properties of other games, and these still work, so I suppose the damage can't be great. Should any glitches arise nevertheless, I will no doubt soon here about it. Erik. |
From: Phil D. <de...@gm...> - 2010-03-01 10:56:28
|
Not sure whether this is related but it seems likely, the special properties of private companies no longer show up on the info menu of the map window... Phil On 28 February 2010 21:49, Erik Vos <eri...@xs...> wrote: > I have committed a bunch of changes related to the Prussian formation in > 1835. > This has affected a large number of files, but most changes are name changes > directly or indirectly caused by the need to move the SpecialProperties > possession attribute one level up: from PrivateCompany to Company. So Public > Companies now also can have special properties. > > Long ago I had defined the exchange of the "black" privates and minors for a > Prussian as special properties, reusing the M&H/NYC swap special property. I > still couldn't think of a better way to specify this (in particular, whether > a 5% or 10% share will be obtained), so I had to add special properties to > minors, which are public companies. > > I have tested most of the existing special properties of other games, and > these still work, so I suppose the damage can't be great. Should any > glitches arise nevertheless, I will no doubt soon here about it. > > Erik. > > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |
From: Phil D. <de...@gm...> - 2010-03-01 15:47:41
|
Yeah, PrivateCompany.java, line 47 Special properties get configured before other aspects of the company, leading to the infoText getting populated, then overwritten on line 50 On 1 March 2010 10:56, Phil Davies <de...@gm...> wrote: > Not sure whether this is related but it seems likely, the special > properties of private companies no longer show up on the info menu of > the map window... > > Phil > > On 28 February 2010 21:49, Erik Vos <eri...@xs...> wrote: >> I have committed a bunch of changes related to the Prussian formation in >> 1835. >> This has affected a large number of files, but most changes are name changes >> directly or indirectly caused by the need to move the SpecialProperties >> possession attribute one level up: from PrivateCompany to Company. So Public >> Companies now also can have special properties. >> >> Long ago I had defined the exchange of the "black" privates and minors for a >> Prussian as special properties, reusing the M&H/NYC swap special property. I >> still couldn't think of a better way to specify this (in particular, whether >> a 5% or 10% share will be obtained), so I had to add special properties to >> minors, which are public companies. >> >> I have tested most of the existing special properties of other games, and >> these still work, so I suppose the damage can't be great. Should any >> glitches arise nevertheless, I will no doubt soon here about it. >> >> Erik. >> >> >> >> >> ------------------------------------------------------------------------------ >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel >> > |
From: Erik V. <eri...@xs...> - 2010-03-01 22:28:36
|
Right! The special property text is now added at the end of all other info. Erik. -----Original Message----- From: Phil Davies [mailto:de...@gm...] Sent: Monday 01 March 2010 16:48 To: Development list for Rails: an 18xx game Subject: Re: [Rails-devel] 1835 Prussian formation Yeah, PrivateCompany.java, line 47 Special properties get configured before other aspects of the company, leading to the infoText getting populated, then overwritten on line 50 On 1 March 2010 10:56, Phil Davies <de...@gm...> wrote: > Not sure whether this is related but it seems likely, the special > properties of private companies no longer show up on the info menu of > the map window... > > Phil > > On 28 February 2010 21:49, Erik Vos <eri...@xs...> wrote: >> I have committed a bunch of changes related to the Prussian formation in >> 1835. >> This has affected a large number of files, but most changes are name changes >> directly or indirectly caused by the need to move the SpecialProperties >> possession attribute one level up: from PrivateCompany to Company. So Public >> Companies now also can have special properties. >> >> Long ago I had defined the exchange of the "black" privates and minors for a >> Prussian as special properties, reusing the M&H/NYC swap special property. I >> still couldn't think of a better way to specify this (in particular, whether >> a 5% or 10% share will be obtained), so I had to add special properties to >> minors, which are public companies. >> >> I have tested most of the existing special properties of other games, and >> these still work, so I suppose the damage can't be great. Should any >> glitches arise nevertheless, I will no doubt soon here about it. >> >> Erik. >> >> >> >> >> ---------------------------------------------------------------------------- -- >> Download Intel® Parallel Studio Eval >> Try the new software tools for yourself. Speed compiling, find bugs >> proactively, and fine-tune applications for parallel performance. >> See why Intel Parallel Studio got high marks during beta. >> http://p.sf.net/sfu/intel-sw-dev >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel >> > ---------------------------------------------------------------------------- -- Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |