From: Phil D. <de...@gm...> - 2010-02-22 13:59:53
|
type = rectangular Is the only option I see listed amongst games we have supported. Is there yet any support for different types of stock market? I'm playing around with getting files added to support 1825 and this has a linear stock market (not to mention double and triple price jumps) I'm aware this will need additional work to support, I'm just using this as a way to get to know the structure and contribute better :) Phil |
From: brett l. <bre...@gm...> - 2010-02-22 17:41:05
|
On Mon, Feb 22, 2010 at 5:54 AM, Phil Davies <de...@gm...> wrote: > type = rectangular > > Is the only option I see listed amongst games we have supported. Is > there yet any support for different types of stock market? I'm > playing around with getting files added to support 1825 and this has a > linear stock market (not to mention double and triple price jumps) I'm > aware this will need additional work to support, I'm just using this > as a way to get to know the structure and contribute better :) > > Phil Linear is rectangular with only a single row. :-) I don't think we yet support any other types of stock layouts, but I seem to recall that we put it there just in case someone decided to come up with a non-rectangular stock layout (i.e. circular, 3-d, etc.). ---Brett. |
From: John A. T. <ja...@ja...> - 2010-02-22 17:56:44
|
On Mon, Feb 22, 2010 at 12:40 PM, brett lentz <bre...@gm...> wrote: > Linear is rectangular with only a single row. :-) > > I don't think we yet support any other types of stock layouts, but I > seem to recall that we put it there just in case someone decided to > come up with a non-rectangular stock layout (i.e. circular, 3-d, > etc.). 1854 and 18Kit have hexagonal stock markets. -- John A. Tamplin |
From: Phil D. <de...@gm...> - 2010-02-22 18:17:14
|
On 22 Feb 2010, at 17:40, brett lentz <bre...@gm...> wrote: > On Mon, Feb 22, 2010 at 5:54 AM, Phil Davies <de...@gm...> > wrote: >> type = rectangular >> >> Is the only option I see listed amongst games we have supported. Is >> there yet any support for different types of stock market? I'm >> playing around with getting files added to support 1825 and this >> has a >> linear stock market (not to mention double and triple price jumps) >> I'm >> aware this will need additional work to support, I'm just using this >> as a way to get to know the structure and contribute better :) >> >> Phil > > Linear is rectangular with only a single row. :-) > Okay, this is true but you are going to need a fairly wide monitor to fit the linear market on one row. Valid point from John on the hex markets, I had forgotten about those existing > I don't think we yet support any other types of stock layouts, but I > seem to recall that we put it there just in case someone decided to > come up with a non-rectangular stock layout (i.e. circular, 3-d, > etc.). > > ---Brett. > > --- > --- > --- > --------------------------------------------------------------------- > 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-02-22 22:52:26
|
No other types have been implemented yet, but "linear" obviously will be another one (and "hexagonal" for 1837). Erik. -----Original Message----- From: Phil Davies [mailto:de...@gm...] Sent: Monday 22 February 2010 14:55 To: Development list for Rails: an 18xx game Subject: [Rails-devel] Stockmarket type type = rectangular Is the only option I see listed amongst games we have supported. Is there yet any support for different types of stock market? I'm playing around with getting files added to support 1825 and this has a linear stock market (not to mention double and triple price jumps) I'm aware this will need additional work to support, I'm just using this as a way to get to know the structure and contribute better :) Phil ---------------------------------------------------------------------------- -- 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-02-22 22:57:57
|
Linear is rectangular with only a single row. :-) [EV] Yes, but both the layout (higher and narrower) and the token moves rules (no up/down) will be somewhat different. Erik. |
From: Aliza P. <ali...@gm...> - 2010-02-23 21:52:57
|
On Mon, Feb 22, 2010 at 2:57 PM, Erik Vos <eri...@xs...> wrote: > Linear is rectangular with only a single row. :-) > > [EV] Yes, but both the layout (higher and narrower) and the token moves > rules (no up/down) will be somewhat different. 1860 has a 1.5-dimensional stock market, among its many many many weirdnesses. I'd be surprised if Rails ever supported it, though. - A |
From: Stefan F. <ste...@we...> - 2010-02-24 11:08:56
|
Not too weird ;-) 1860's stockmarket is in fact a 2-d with two rows of hexagons - with sides NW, NE, E, SE, SW, W - and an arrow pointing from SW to NW for the zig-zag selling pattern Stefan On Tuesday 23 February 2010 22:52:50 Aliza Panitz wrote: > On Mon, Feb 22, 2010 at 2:57 PM, Erik Vos <eri...@xs...> wrote: > > Linear is rectangular with only a single row. :-) > > > > [EV] Yes, but both the layout (higher and narrower) and the token moves > > rules (no up/down) will be somewhat different. > > 1860 has a 1.5-dimensional stock market, among its many many many > weirdnesses. > > I'd be surprised if Rails ever supported it, though. > > - A > > --------------------------------------------------------------------------- >--- 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 |