From: Phil D. <de...@gm...> - 2010-02-23 15:04:29
|
Gave this one a shot, in several cases I found the local getInfo() was just pointing straight at the toMenu() method so I've done the same here. I also extended the description to include the value for the routes on the named trains and the full name for the destinations. One thing that might be an issue is the text for SpecialTrainBuy which states 'Close {private} to purchase...' This would be incorrect if there is an 18XX game out there that had train discounts that didn't close the private. I am unaware whether or not such a game exists so this might need further clarification if this is the case. Phil On 22 February 2010 23:34, Erik Vos <eri...@xs...> wrote: > > Patch for 18AL longnames for companies > > [EV] Applied. > > The 'powers' for the M&C and NDY aren't in particularly clear English > but I'm unsure exactly how the info menu is populated here. I'm > assuming it's somewhere in LocalisedText.properties but couldn't > totally work out where the existing companies are picking up their > info from. > > Any pointers on where to put this information and I'll add it. > > [EV] These are the return values of the getInfo() methods of NameTrains and > SpecialTrainBuy. > By default, these values are equal to the (by design not localized) > toString() results (which are mainly meant for logging). > So you might want to compose new localized return values of these getInfo() > methods. > > > ------------------------------------------------------------------------------ > 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 > |