From: Phil D. <de...@gm...> - 2010-01-22 22:07:00
|
Excellent news Erik, thanks :) I've been keeping a few save files with some of the recent issues, so I will try some testing with those against the source build. 2010/1/22 brett lentz <wak...@gm...>: > Should we ship out 1.1.3 this weekend, or would you like to do a few > more fixes first? > > ---Brett. > > > > On Fri, Jan 22, 2010 at 1:54 PM, Erik Vos <eri...@xs...> wrote: >> I have found and fixed two bugs that bear upon the recently found problems: >> >> 1. On loading a game, the game options in GamesList.xml are not read. >> I had recently removed processing of the options that had been duplicated in >> Game.xml, but that caused the default values not being known at a game >> reload. For most options that isn't fatal, but 18EU is the only game >> currently having numeric game options (i.e. the extra 3 and 4-trains). The >> result was that reloading 3- and 4-trains failed. I haven't exactly sorted >> out the mechanism, but it turned out that reverting the removal of Game.xml >> option processing fixed the train-related problems (I also found the >> defaults were actually missing in Game.xml, so I suspect there must have >> been some problems all the time). >> >> 2. The StockRound had a while statement that should have been an if >> statement. That caused the looping that I and some other users have >> experienced. >> >> My problems are now gone, and also Jon's saved file loads fine, including >> the bought 8-train. >> I'd suggest people who run from the source base to update and recheck. >> >> Erik. >> >> >> ------------------------------------------------------------------------------ >> Throughout its 18-year history, RSA Conference consistently attracts the >> world's best and brightest in the field, creating opportunities for Conference >> attendees to learn about information security's most important issues through >> interactions with peers, luminaries and emerging and established companies. >> http://p.sf.net/sfu/rsaconf-dev2dev >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel >> > > ------------------------------------------------------------------------------ > Throughout its 18-year history, RSA Conference consistently attracts the > world's best and brightest in the field, creating opportunities for Conference > attendees to learn about information security's most important issues through > interactions with peers, luminaries and emerging and established companies. > http://p.sf.net/sfu/rsaconf-dev2dev > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |