From: Stefan F. <ste...@we...> - 2014-08-14 16:20:36
|
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 > |