From: Michael A. <out...@gm...> - 2014-08-14 16:24:44
|
I have a similar problem - 1862 has Parliament Rounds (2 the first time), Stock Rounds, and then Operating Rounds. If I use the "stock round" number, then the first two Parliament Rounds are "0.1" and "0.2", followed by "Stock Round 1". Not that big a deal to work around. Mike On Thu, Aug 14, 2014 at 12:20 PM, Stefan Frey <ste...@we...> wrote: > If I remember correctly it came up on the list already. > There is a simple explanation: > > Rails counts Stockrounds from 1. ORs after the first stock rounds are > called 1.1, 1.2 ... etc. > > To avoid confusion all ORs directly after or in Startrounds (auctions) > are assigned numbers 0.1, 0.2, etc. > > As 18EU starts with a Startround only (there is no Stockround after the > auction of the minors), the first two ORs are 0.1 and 0.2, followed by > Stockround 1 and ORs 1.1 and 1.2. > > To change that an additional parameter is required (e.g. > startRoundNumber = 1) to change that behavior for 18EU. > > However I would classify this as a minor problem, so I will keep it as a > TODO inside the 18EU classes, no fix to be expected for that soon. > > Stefan > > On 08/14/2014 05:46 AM, John David Galt wrote: > > It starts with 0.1 as the first operating round. > > > > Why is this only coming up now? It's always worked this way. > > > > On 2014-08-13 19:34, Chris Shaffer wrote: > >> Start with 1 as compared to...? Does it start with 2? > >> > >> -- > >> Chris > >> > >> Warning! NSA analysts could be reading this email. And because there's > >> hardly any accountability, we have no idea how they may use it. If > >> that bothers you, click here to do something about it. > >> > >> > >> On Wed, Aug 13, 2014 at 3:28 PM, John David Galt > >> <jd...@di...> wrote: > >>> On 2014-08-13 12:55, Chris Shaffer wrote: > >>>> What is wrong with the round numbering? > >>> > >>> It ought to start with 1. > >>> > >>> This problem exists for most games Rails supports but not all, probably > >>> because it's done in separate code for each game. > >>> > >>> > ------------------------------------------------------------------------------ > >>> _______________________________________________ > >>> Rails-devel mailing list > >>> Rai...@li... > >>> https://lists.sourceforge.net/lists/listinfo/rails-devel > >> > >> > ------------------------------------------------------------------------------ > >> _______________________________________________ > >> Rails-devel mailing list > >> Rai...@li... > >> https://lists.sourceforge.net/lists/listinfo/rails-devel > >> > > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > > Rails-devel mailing list > > Rai...@li... > > https://lists.sourceforge.net/lists/listinfo/rails-devel > > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |