You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
(9) |
Apr
(2) |
May
(5) |
Jun
(10) |
Jul
(3) |
Aug
(18) |
Sep
(15) |
Oct
(6) |
Nov
|
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(5) |
Feb
(28) |
Mar
|
Apr
(1) |
May
(17) |
Jun
(9) |
Jul
(2) |
Aug
|
Sep
(3) |
Oct
(1) |
Nov
(16) |
Dec
(1) |
2012 |
Jan
(1) |
Feb
(10) |
Mar
(14) |
Apr
(4) |
May
(2) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(2) |
Oct
(2) |
Nov
|
Dec
|
2013 |
Jan
|
Feb
(5) |
Mar
(16) |
Apr
|
May
(2) |
Jun
|
Jul
(1) |
Aug
(3) |
Sep
|
Oct
(15) |
Nov
(8) |
Dec
(1) |
2014 |
Jan
(3) |
Feb
(2) |
Mar
(2) |
Apr
(1) |
May
|
Jun
(6) |
Jul
(2) |
Aug
(3) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
(3) |
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(4) |
Sep
(11) |
Oct
(19) |
Nov
(2) |
Dec
(1) |
2016 |
Jan
(3) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(15) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
|
Feb
|
Mar
(3) |
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2021 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
From: <Dr....@t-...> - 2012-03-26 15:04:18
|
Hi Tom, plase find my answers included. Von: Tom McCorry <tom...@gm...> An: "Dr....@t-..." <Dr....@t-...> Cc: "twa...@ya..." <twa...@ya...>, "jbe...@gm..." <jbe...@gm...>, "r.d...@as..." <r.d...@as...>, Rails Development <rai...@li...>, Rails Users <rai...@li...>, "zi...@ju..." <zi...@ju...> Betreff: Re: [Rails-devel] [Rails-users] BugFix Release for Rails 1880 Alpha5 available - still buggy? Datum: Mon, 26 Mar 2012 16:36:05 +0200 A few other esoteric rules to work on at some point if not handled already: 1) A company only floats when then the Director has the required number of shares or the company is sold out. So if it takes 4 shares to float and the Director has three and someone else has 1, the company does not float. Thats not implemented yet as the company floats as soon as the qualifying quota of shares has reached regardless if the acting player is the director or not and the floatation is checked after every action in the stockround, Thanks for that point needs to be adressed, minor impact on game play i suspect :) 2) Companies only float at the end of a stock round (i.e. you can't buy enough to float and then sell down in the same SR). See above 3) A player's foreign investor gets a share of the first company a Director floats. It does not get a share if the player takes over the Directorship from another player. Implemented already should work 4) A foreign investor may never close during the game (it may never connect to the associated railroad or the Player may lose the Directorship of the associated company.) Need to account for closeout of company in this manner. Implemented, closing mechanismn should work via reach destianation, otherwise no share movement takes place. 5) When the first 4 train is sold, the second 4 train goes to the owner of the Rocket if still in play immediately. If the owner of the Rocket is train tight, the bonus train is lost. Actually it is not lost, as this is the only chance for a director to discard a train, but that part is not yet fully implemented 6) 1880 has a loan feature for emergency train buying. Implemented as a player can have a negative amount of cash from which the interest is determined and put on top at the end of each subsequent stockround. Players are able to sell stock if permitted and might not sell stock if they want to go into negative cash. 7) Bonus run for Russia to Vladasvosktok Implemented needs to be checked in game. Comments on previous items: 1) As noted, there is no reason I can imagine to buy a smaller (fewer phases) building permit and is against the rules to buy a larger permit. The general design philosophy of Rails to allow what you can do in the game, enforce rules automatically when reasonable from a coding perspective, and rely on players to enforce rules like they would in a live game otherwise should apply. You cant buy a larger permit, thats checked, you can downsize in the moment if you want to. Thanks for the feedback Regards, Martin -------------------------------------------- Tom McCorry Sent from my iPad On Mar 26, 2012, at 7:17, "Dr....@t-... [1]" <Dr....@t-... [2]> wrote: Hi, as stated, currently one has to save the game after the End of the Startround Bid/SelectionPhase and quit the game. Start Rails anew and load the save game. This will fix th problem with the incorrect player order on display. This workaround needs to be kept until we can fix that handling by the game engine. The rules state the following: The number of Building Permits is dependent on the Director's Certificate. If this is a 40% share, the Building Permit is for 1 Phase. 30% share, the Building Permit is for 2 Phases. 20% share, the Building Permit is for 3 Phases. - The Director has a free choice over which Phases. One could now argue that the phrase "is for" makes it mandatory for a director to select a 3 Phase Permit. I took the next statement to be the indication that a director might choose some other building right. (Perhaps i should recode that based on the logical assumption that no director will want to forfeit a possible building phase ? -Opinions here ?) There is currently no automatic detection of a connect situation. You have to declare the connect manually via the Reach Destination Ability of the GUI. Running Routes through Taiwan is a bug might be related to the fact that it is a town and not a city. Will check that. The Chinese River Building Company P4: The owner of P4 incurs no cost whenever they build for the first time in a river hex. If a hex shows both a river and a mountain symbol, the building cost is reduced by ¥20. You cant buy 50 % of stock until the first 3 train is sold. If you cant buy any more after the first 3 train is sold thats a bug. I'll look into the behaviour again, please do me a favour and save the game and send the savefile to me with a short description of the bugs or things you think should be handled differently. Von: "zi...@ju... [3]" <zi...@ju... [4]> An: dr....@t-... [5] Cc: twa...@ya... [6], jbe...@gm... [7], ed...@we... [8], r.d...@as... [9] Betreff: Update: BugFix Release for Rails 1880 Alpha5 available - still buggy? Datum: Sat, 24 Mar 2012 17:36:25 +0100 Okay, I tried running a game again, and didn't see some of the problems I did the first time, namely wrong player cash/spending and game hanging up after a SR after round cycling. However, I did see: BCR getting a choice of building rights - it's always a 20% certif so should be ABC or BCD only - but this is minor. More criticial issues: you don't get Private investor share, cash, and 50 bonus when you connect - they stay running; it runs routes through, not just to, Taiwan - like if it was city/town; tried to upgrade yellow to green on river and it asked for more money to pay for it; looks like some private company gives ability to lay unconnected track; you can't buy more than 50% of companies. Best regards, Paul ---------- Original Message ---------- Hi Guys, if you experience any problems please send me the save file. Regards, Martin Also, Paul has been "playing" with '1880' from this version of RAILS, and experienced the problems described below (Dr. Brumm please note), so we need to keep an eye on things. I downloaded the game from the dropbox. Then started a game as a trial. Some problems: cash was associated with the wrong player. For example player #1 had 200+ and couldn't buy anything, but #2 who had 80 was able to continue buying 100 value shares. One of my players started the HKR (the one that starts in Shanghai) and there are no tiles available for Shanghai. Finally, when the company order got around to the point when the rest of the 2Ts disappear and you have a stock round, the stock round was okay I think, except for the player cash issue, but then the game went back to the company whose turn was interrupted by the SR, and was asking if it wanted to buy a train or be done. 2+2Ts were not available though they should be, and also selecting "done" didn't end the company's turn. Paul ____________________________________________________________ 53 Year Old Mom Looks 33 The Stunning Results of Her Wrinkle Trick Has Botox Doctors Worried consumerproducts.com [10] ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure [11] _______________________________________________ Rails-users mailing list Rai...@li... [12] https://lists.sourceforge.net/lists/listinfo/rails-users [13] Links: ------ [1] mailto:Dr....@t-... [2] mailto:Dr....@t-... [3] mailto:zi...@ju... [4] mailto:zi...@ju... [5] mailto:dr....@t-... [6] mailto:twa...@ya... [7] mailto:jbe...@gm... [8] mailto:ed...@we... [9] mailto:r.d...@as... [10] http://thirdpartyoffers.juno.com/TGL3142/4f6df858a372c25b3266st05vuc [11] http://p.sf.net/sfu/sfd2d-msazure [12] mailto:Rai...@li... [13] https://lists.sourceforge.net/lists/listinfo/rails-users |
From: Tom M. <tom...@gm...> - 2012-03-26 14:36:21
|
A few other esoteric rules to work on at some point if not handled already: 1) A company only floats when then the Director has the required number of shares or the company is sold out. So if it takes 4 shares to float and the Director has three and someone else has 1, the company does not float. 2) Companies only float at the end of a stock round (i.e. you can't buy enough to float and then sell down in the same SR). 3) A player's foreign investor gets a share of the first company a Director floats. It does not get a share if the player takes over the Directorship from another player. 4) A foreign investor may never close during the game (it may never connect to the associated railroad or the Player may lose the Directorship of the associated company.) Need to account for closeout of company in this manner. 5) When the first 4 train is sold, the second 4 train goes to the owner of the Rocket if still in play immediately. If the owner of the Rocket is train tight, the bonus train is lost. 6) 1880 has a loan feature for emergency train buying. 7) Bonus run for Russia to Vladasvosktok Comments on previous items: 1) As noted, there is no reason I can imagine to buy a smaller (fewer phases) building permit and is against the rules to buy a larger permit. The general design philosophy of Rails to allow what you can do in the game, enforce rules automatically when reasonable from a coding perspective, and rely on players to enforce rules like they would in a live game otherwise should apply. -------------------------------------------- Tom McCorry Sent from my iPad On Mar 26, 2012, at 7:17, "Dr....@t-..." <Dr....@t-...> wrote: > Hi, > > as stated, currently one has to save the game after the End of the Startround Bid/SelectionPhase and quit the game. Start Rails anew and load the save game. This will fix th problem with the incorrect player order on display. This workaround needs to be kept until we can fix that handling by the game engine. > > The rules state the following: > > The number of Building Permits is dependent on the Director's Certificate. If this is a > 40% share, the Building Permit is for 1 Phase. > 30% share, the Building Permit is for 2 Phases. > 20% share, the Building Permit is for 3 Phases. > - The Director has a free choice over which Phases. > > One could now argue that the phrase "is for" makes it mandatory for a director to select a 3 Phase Permit. I took the next statement to be the indication that a director might choose some other building right. (Perhaps i should recode that based on the logical assumption that no director > will want to forfeit a possible building phase ? -Opinions here ?) > > There is currently no automatic detection of a connect situation. You have to declare the connect manually via the Reach Destination Ability of the GUI. > > Running Routes through Taiwan is a bug might be related to the fact that it is a town and not a city. Will check that. > > The Chinese River Building Company P4: > The owner of P4 incurs no cost whenever they build for the first time in a river hex. If a hex shows > both a river and a mountain symbol, the building cost is reduced by ¥20. > > You cant buy 50 % of stock until the first 3 train is sold. If you cant buy any more after the first 3 train is sold thats a bug. > > I'll look into the behaviour again, please do me a favour and save the game and send the savefile to me with a short description of the bugs or things you think should be handled differently. > > > > Von: "zi...@ju..." <zi...@ju...> > An: dr....@t-... > Cc: twa...@ya..., jbe...@gm..., ed...@we..., r.d...@as... > Betreff: Update: BugFix Release for Rails 1880 Alpha5 available - still buggy? > Datum: Sat, 24 Mar 2012 17:36:25 +0100 > > > Okay, I tried running a game again, and didn't see some of the problems I did the first time, namely wrong player cash/spending and game hanging up after a SR after round cycling. However, I did see: BCR getting a choice of building rights - it's always a 20% certif so should be ABC or BCD only - but this is minor. More criticial issues: you don't get Private investor share, cash, and 50 bonus when you connect - they stay running; it runs routes through, not just to, Taiwan - like if it was city/town; tried to upgrade yellow to green on river and it asked for more money to pay for it; looks like some private company gives ability to lay unconnected track; you can't buy more than 50% of companies. > Best regards, Paul > > ---------- Original Message ---------- > > Hi Guys, if you experience any problems please send me the save file. > Regards, Martin > > > > > > Also, Paul has been "playing" with '1880' from this version of RAILS, and experienced the problems described below (Dr. Brumm please note), so we need to keep an eye on things. > > > > > I downloaded the game from the dropbox. Then started a game as a trial. Some problems: cash was associated with the wrong player. For example player #1 had 200+ and couldn't buy anything, but #2 who had 80 was able to continue buying 100 value shares. One of my players started the HKR (the one that starts in Shanghai) and there are no tiles available for Shanghai. Finally, when the company order got around to the point when the rest of the 2Ts disappear and you have a stock round, the stock round was okay I think, except for the player cash issue, but then the game went back to the company whose turn was interrupted by the SR, and was asking if it wanted to buy a train or be done. 2+2Ts were not available though they should be, and also selecting "done" didn't end the company's turn. > Paul > > > > > ____________________________________________________________ > 53 Year Old Mom Looks 33 > The Stunning Results of Her Wrinkle Trick Has Botox Doctors Worried > consumerproducts.com > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Rails-users mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-users |
From: <Dr....@t-...> - 2012-03-26 11:18:10
|
Hi, as stated, currently one has to save the game after the End of the Startround Bid/SelectionPhase and quit the game. Start Rails anew and load the save game. This will fix th problem with the incorrect player order on display. This workaround needs to be kept until we can fix that handling by the game engine. The rules state the following: The number of Building Permits is dependent on the Director's Certificate. If this is a 40% share, the Building Permit is for 1 Phase. 30% share, the Building Permit is for 2 Phases. 20% share, the Building Permit is for 3 Phases. - The Director has a free choice over which Phases. One could now argue that the phrase "is for" makes it mandatory for a director to select a 3 Phase Permit. I took the next statement to be the indication that a director might choose some other building right. (Perhaps i should recode that based on the logical assumption that no director will want to forfeit a possible building phase ? -Opinions here ?) There is currently no automatic detection of a connect situation. You have to declare the connect manually via the Reach Destination Ability of the GUI. Running Routes through Taiwan is a bug might be related to the fact that it is a town and not a city. Will check that. The Chinese River Building Company P4: The owner of P4 incurs no cost whenever they build for the first time in a river hex. If a hex shows both a river and a mountain symbol, the building cost is reduced by ¥20. You cant buy 50 % of stock until the first 3 train is sold. If you cant buy any more after the first 3 train is sold thats a bug. I'll look into the behaviour again, please do me a favour and save the game and send the savefile to me with a short description of the bugs or things you think should be handled differently. Von: "zi...@ju..." <zi...@ju...> An: dr....@t-... Cc: twa...@ya..., jbe...@gm..., ed...@we..., r.d...@as... Betreff: Update: BugFix Release for Rails 1880 Alpha5 available - still buggy? Datum: Sat, 24 Mar 2012 17:36:25 +0100 Okay, I tried running a game again, and didn't see some of the problems I did the first time, namely wrong player cash/spending and game hanging up after a SR after round cycling. However, I did see: BCR getting a choice of building rights - it's always a 20% certif so should be ABC or BCD only - but this is minor. More criticial issues: you don't get Private investor share, cash, and 50 bonus when you connect - they stay running; it runs routes through, not just to, Taiwan - like if it was city/town; tried to upgrade yellow to green on river and it asked for more money to pay for it; looks like some private company gives ability to lay unconnected track; you can't buy more than 50% of companies. Best regards, Paul ---------- Original Message ---------- Hi Guys, if you experience any problems please send me the save file. Regards, Martin Also, Paul has been "playing" with '1880' from this version of RAILS, and experienced the problems described below (Dr. Brumm please note), so we need to keep an eye on things. I downloaded the game from the dropbox. Then started a game as a trial. Some problems: cash was associated with the wrong player. For example player #1 had 200+ and couldn't buy anything, but #2 who had 80 was able to continue buying 100 value shares. One of my players started the HKR (the one that starts in Shanghai) and there are no tiles available for Shanghai. Finally, when the company order got around to the point when the rest of the 2Ts disappear and you have a stock round, the stock round was okay I think, except for the player cash issue, but then the game went back to the company whose turn was interrupted by the SR, and was asking if it wanted to buy a train or be done. 2+2Ts were not available though they should be, and also selecting "done" didn't end the company's turn. Paul ____________________________________________________________ 53 Year Old Mom Looks 33 The Stunning Results of Her Wrinkle Trick Has Botox Doctors Worried consumerproducts.com [1] Links: ------ [1] http://thirdpartyoffers.juno.com/TGL3142/4f6df858a372c25b3266st05vuc |
From: <Dr....@t-...> - 2012-03-13 20:42:09
|
Hi, you can find an updated version at : http://dl.dropbox.com/u/29072620/rails-1.7.0-1880-alpha2.zip Fixes: Internal Maphandling/Hexes back to use of rails generic. : Various Map mistakes reported by Tom Mccorry. This version is still not fully functional in regard to the private company handling mechanismn. Further Feedback very much appreciated. Please send bug reports regarding this version either to me or if you are on the rai...@li... list there. Kind regards, Martin |
From: Stefan F. <ste...@we...> - 2012-03-13 14:54:58
|
Martin: if you are interested I would like to have the possibility of uploading of alpha-prototypes to sourceforge outside the standard release mechanism. Brett: as far as I understand sourceforge now it is possible to load files in the webspace of the project and make those available without using the official file release mechanism. I suggest to open this up to make alpha-testing possible. Further I suggest to give those rights for example to Martin. However I am not able to grant any rights, so this is up to you to decide. Stefan On 03/11/2012 02:14 PM, Dr....@t-... wrote: > Hi, > > anyone interested in testing out the prototype implementation of 1880 > into rails please drop me a mail directly. > > Questions regarding that version should either be directed to me or on > the rails-devel-Mailing List. > > Regards, > > Martin > > > > ------------------------------------------------------------------------------ > Virtualization& Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > > > _______________________________________________ > Rails-users mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-users |
From: Oliver H. <oli...@gm...> - 2012-03-11 13:34:59
|
Yes please. :) Viele Grüße Oliver Am 11.03.2012 um 14:14 schrieb "Dr....@t-..." <Dr....@t-...>: > Hi, > > anyone interested in testing out the prototype implementation of 1880 into rails please drop me a mail directly. > > Questions regarding that version should either be directed to me or on the rails-devel-Mailing List. > > Regards, > Martin > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Rails-users mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-users |
From: <Dr....@t-...> - 2012-03-11 13:14:22
|
Hi, anyone interested in testing out the prototype implementation of 1880 into rails please drop me a mail directly. Questions regarding that version should either be directed to me or on the rails-devel-Mailing List. Regards, Martin |
From: Stefan F. <ste...@we...> - 2012-03-06 14:56:23
|
A new release for the Rails 1.x branch. Downloads are available at http://rails.sourceforge.net/ or by the direct link http://sourceforge.net/projects/rails/files/Rails/1.7.0/ This release celebrates many improvements to the UI due to the work of Frederick Weld. Contributors: Erik Vos, Frederick Weld, Martin Brumm, Stefan Frey Includes all previously reported bug fixes of the 1.6.x branch. Please be aware that this release contains many changes, so bugs are more likely. Any feedback is welcome. Many of the included changes are NOT activated by default: Either switch them off using the configuration dialog or use one of the new predefined profiles: prettyUI --> all UI changes except docking activated ORdocking --> only activates the docking framework (currently only available for the OR window) Note: To show a background map, the option has to be switched on in Configuration => Map/Report => Display background map. Background maps are only available for 1856, 1889, 18EU, 18GA (incl. Cotton Port) and 18AL so far. The following are the major changes by topic: General UI improvements: * Interactive highlighting of hexes * Enhanced highlighting of active table cells during Operating Round * Adaptive rendering of token labels * Lay Tile: Invalid tile lays are displayed (incl. the reason for not being valid) * Support for icons * Splash screen with improvement startup behavior Added UI options: * Map / Zoom Fit Option: Fit-to-window and more * Map / Display Routes of Active Company * Map / Highlight company locations * Appearance / Display borders in grid layout * Windows / Flexible panels for operating round: Applies a docking framework to Operating Round Window Added Music/Sound Effects options (mp3 only): * Music: Background music can be specified per round-type and phase * Sound Effects: Sound effects can be associated to more than 20 game events * Includes support of "intelligent" effects (eg., revenue sound as in RailroadTycoon1) * No music/sound files are provided by Rails Rails configuration: * Added support for OS dependent centralized rails file storage (UNIX: ~/rails, Windows: %APPDIR, MacOS: ~/Library/Preferences/net.sourceforge.rails) * New configuration profile system based on profile hierachy * Several predefined profiles can be distributed Further changes: * Added StatusWindow File menu action to dump the (transposed) contents into a csv file * Several changes to use non-modal dialogs * Several updates to 1880 development * Added user-friendly network info including keyboard shortcut * Added highlighting of private companies' hexes triggered by mouse-over * Added invalid tile lays to upgrade panel (grayed out & reason) * Added option to play 1856 as a 2-player game. Further bug fixes: * Fix for 1835 bug: BY presidency not transferred during start round. * Always address the company president when a home token must be relaid. * Fixed 'Load Recent' by running it in a separate thread. * Fixed the glitch of initially displaying map images in the wrong scale * Fixed 1856 background map's mini-map (Windsor area) * Added precise sizing and positioning of token labels |
From: John D. <joh...@gm...> - 2012-02-20 17:07:11
|
Salutations, gentlefolk ! You might want to take a look at http://boardgamegeek.com/thread/663100/1830-firefly-a-game-played-via-rails-dropbox-and my 'game report' of a match played with Rails and Dropbox Let me know if there's anything I can help you with. Yours, John Desmond |
From: Phil D. <de...@gm...> - 2012-02-20 13:06:32
|
Have you got the savegame from before taking the action...this seems odd On 20 February 2012 09:20, Mike Bourke <com...@ip...> wrote: > Hi – **** > > ** ** > > I just had the game freeze and crash (log attached) while playing 1851. > The situation was that a company had no train, and there were no trains > left in the IPO to purchase.**** > > ** ** > > If the “Purchase Trains” had been allowed, it would have been possible to > buy a train from another company.**** > > ** ** > > Mike Bourke**** > > Campaign Mastery http://www.campaignmastery.com**** > > Co-author, *Assassin’s Amulet *http://www.legaciescampaignsetting.com**** > > ** ** > > > ------------------------------ > > avast! Antivirus <http://www.avast.com>: Outbound message clean. > > Virus Database (VPS): 19/02/2012 > Tested on: 20/02/2012 8:10:11 PM > avast! - copyright (c) 1988-2012 AVAST Software. > > > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Rails-users mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-users > > |
From: Oliver H. <oli...@gm...> - 2012-02-09 19:07:29
|
Erik, You can find an excellent example on Keith Thomasson's website: http://www.fwtwr.com/fwtwr/18xx/1870/e968/index.asp I think, a structured output file in CVS would do the job. You could then process it via script or in Excel etc. Viele Grüße Oliver Am 07.02.2012 um 12:34 schrieb "Erik Vos" <eri...@xs...>: > Hi Oliver, > > Currently there is no such function in Rails, but it shouldn't be too > difficult to add. > What would you like to be the contents of such a report? > Simplest would probably be just the whole contents of the Game Status > window. > > Erik. > >> -----Original Message----- >> From: Oliver Heck [mailto:oli...@gm...] >> Sent: Monday, February 06, 2012 2:33 PM >> To: rai...@li... >> Subject: [Rails-users] Game status as text file >> >> Hi there, >> >> is there a way to get the current status of a game in some kind of text > file, >> that then could be formatted for print output? I would love to use rails > for a >> pbm-fanzine. >> >> Cheers, >> Oliver >> >> > ---------------------------------------------------------------------------- > -- >> Try before you buy = See our experts in action! >> The most comprehensive online learning library for Microsoft developers is >> just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro >> Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-dev2 >> _______________________________________________ >> Rails-users mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-users > |
From: Oliver H. <oli...@gm...> - 2012-02-09 08:16:05
|
Erik, You can find an excellent example on Keith Thomasson's website: http://www.fwtwr.com/fwtwr/18xx/1870/e968/index.asp I think, a structured output file in CVS would do the job. You could then process it via script or in Excel etc. Viele Grüße Oliver Am 07.02.2012 um 12:34 schrieb "Erik Vos" <eri...@xs...>: > Hi Oliver, > > Currently there is no such function in Rails, but it shouldn't be too > difficult to add. > What would you like to be the contents of such a report? > Simplest would probably be just the whole contents of the Game Status > window. > > Erik. > >> -----Original Message----- >> From: Oliver Heck [mailto:oli...@gm...] >> Sent: Monday, February 06, 2012 2:33 PM >> To: rai...@li... >> Subject: [Rails-users] Game status as text file >> >> Hi there, >> >> is there a way to get the current status of a game in some kind of text > file, >> that then could be formatted for print output? I would love to use rails > for a >> pbm-fanzine. >> >> Cheers, >> Oliver >> >> > ---------------------------------------------------------------------------- > -- >> Try before you buy = See our experts in action! >> The most comprehensive online learning library for Microsoft developers is >> just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro >> Style Apps, more. Free future releases when you subscribe now! >> http://p.sf.net/sfu/learndevnow-dev2 >> _______________________________________________ >> Rails-users mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-users > |
From: Stefan F. <ste...@we...> - 2012-02-07 11:48:41
|
A bug release for the 1.6.x branch. Downloads are available at http://rails.sourceforge.net/ or by the direct link http://sourceforge.net/projects/rails/files/Rails/1.6.3/ This release fixes one sole bug: 1856: Errors with late-game dit upgrade/downgrade - ID: 3485172 The bug effects all versions since (at least) Rails 1.5.1. Thanks to Bill Rosgen for fixing the bug and Aliza Panitz for reporting. |
From: Erik V. <eri...@xs...> - 2012-02-07 11:35:05
|
Hi Oliver, Currently there is no such function in Rails, but it shouldn't be too difficult to add. What would you like to be the contents of such a report? Simplest would probably be just the whole contents of the Game Status window. Erik. > -----Original Message----- > From: Oliver Heck [mailto:oli...@gm...] > Sent: Monday, February 06, 2012 2:33 PM > To: rai...@li... > Subject: [Rails-users] Game status as text file > > Hi there, > > is there a way to get the current status of a game in some kind of text file, > that then could be formatted for print output? I would love to use rails for a > pbm-fanzine. > > Cheers, > Oliver > > ---------------------------------------------------------------------------- -- > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers is > just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro > Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > Rails-users mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-users |
From: Oliver H. <oli...@gm...> - 2012-02-06 19:59:01
|
Hi, is there a way to get the current status of a game in some kind of text file, that then can be formatted for print output? I would love to use rails for a pbm-fanzine. Cheers, Oliver |
From: Oliver H. <oli...@gm...> - 2012-02-06 13:33:04
|
Hi there, is there a way to get the current status of a game in some kind of text file, that then could be formatted for print output? I would love to use rails for a pbm-fanzine. Cheers, Oliver |
From: Stefan F. <ste...@we...> - 2012-02-01 12:38:12
|
A bug release for the 1.6.x branch. Downloads are available at http://rails.sourceforge.net/ or by the direct link http://sourceforge.net/projects/rails/files/Rails/1.6.2/ This release fixes one sole bug: It was not possible to sell a single President share. Ongoing and new games should update. The bug effects all versions since Rails 1.5.2. Thanks to Erik Vos for fixing the bug and Bill Probst for reporting. |
From: Stefan F. <ste...@we...> - 2012-01-30 12:59:40
|
A maintenance release for the 1.6.x branch. An update is strongly recommended especially for new games, as otherwise the game options can be wrong (see below). Downloads are available at http://rails.sourceforge.net/ or by the direct link https://sourceforge.net/projects/rails/files/Rails/1.6.1/ Thanks to all contributors: Frederick Weld, Erik Vos and to those who reported Bugs: Bill Probst. List of bugs fixed and further changes: - Enforced that the DynamicReportWindow stays on top during time warp - Added background map for 1889 (courtesy of Frederick Weld) - Fixed autosave functionality (handling of 18xx_autosave.xxx files) - Fixed retrieval of default game options (if options pane was not opened) - Fixed 1856 background map's mini-map (Windsor area) - Enforce selling over-limit shares first - Fixed wrong price of 6 train (630 => 600) in 18TN Note: To show a background map, the option has to be switched on in Configuration => Map/Report => Display background map. Background maps are only available for 1856, 1889, 18EU, 18GA (incl. Cotton Port) and 18AL so far. |
From: Stefan F. <ste...@we...> - 2011-12-23 10:57:16
|
This release celebrates that 1835 is declared fully playable. Warning this release might not work with existing save files (see below). Contributors: Martin Brumm, Stefan Frey, Erik Vos, Frederick Weld List of bugs fixed and further changes: - 18EU: Fixed that share price could raise at the end of the merger round - 1825: Update to Minors - Background map: Fixed glitches at 18GA display - All games: Fixes to make entering special tile lays more efficient WARNING: The last fix might make existing save files unloadable. Note: To show a background map, the option has to be switched on in Configuration => Map/Report => Display background map. Background maps are only available for 1856, 18EU, 18GA (incl. Cotton Port) and 18AL so far. |
From: Stefan F. <ste...@we...> - 2011-11-30 22:33:49
|
A new bug-fix release 1.5.4 for Rails is available. Downloads are available at http://rails.sourceforge.net/ or by the direct link https://sourceforge.net/projects/rails/files/Rails/1.5.4/ Thanks to all contributors (Erik Vos, Stefan Frey) and those who reported bugs (Thomas Wall Hannaford, Hildebrand Tigelaar, John David Galt). List of bugs fixed: - 18AL, 18Kaas, (1870): Green tile #25 was not upgradeable to #45 and #46 - 18AL (and others?): The registration of buying one train to prevent any further buys was not undoable. - 18AL: Background map for 18AL included (thanks to John David Galt for his permission) - 1835: allow dumped president's share to be exchanged against a 20% share. - 1835: BA home token is now laid in its first OR. - 1835: Fixed PR train discarding bugs. - 18EU, 18GA: Background map could not be displayed in previous released versions, this is fixed. - All games (required for 1835): Added tooltips to Game Status share fields to display portfolio composition. - All games: Fixed offering special token lays where that is not actually allowed. WARNING: The last fix might make existing save files unloadable. Note: To show a background map, the option has to be switched on in Configuration => Map/Report => Display background map. Background maps are only available for 18EU, 18GA and 18AL so far. |
From: Stefan F. <ste...@we...> - 2011-11-22 14:40:03
|
Thanks for reporting that bug. Only option you currently have is reverting the option to not show the background map in the configuration dialog. I wonder if no other user ever tried using a background map before??? Seems that the map file is not correctly located in the jar, thus uses not the default Class/Resource-Loader. As we developers run from Eclipse we have not seen the bug before. I will look into that. I have changing the Classloader high on my priority-list for Rails 2.x for several reasons anyway. Stefan On Tuesday, November 22, 2011 05:11:28 am Jerry Anderson wrote: > Ok - i figured out what i was doing wrong. the game starts but I am not > seeing the background map for 18GA. I am getting an error about the path. > There is no "data" directory. This is the error > java.io.FileNotFoundException: > C:\Personal\18XX\rails-1.5.3\rails-1.5.3\data\18GA\MapImage.svg (The > system cannot find the path specified) at > java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(Unknown Source) > at java.io.FileInputStream.<init>(Unknown Source) > at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source) > at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown > Source) at > org.apache.batik.util.ParsedURLData.openStreamInternal(ParsedURLData.java: > 547) at > org.apache.batik.util.ParsedURLData.openStream(ParsedURLData.java:471) at > org.apache.batik.util.ParsedURL.openStream(ParsedURL.java:417) at > org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(SAXSVGDocume > ntFactory.java:158) at > org.apache.batik.dom.svg.SAXSVGDocumentFactory.createSVGDocument(SAXSVGDoc > umentFactory.java:124) at > org.apache.batik.bridge.DocumentLoader.loadDocument(DocumentLoader.java:10 > 6) at > org.apache.batik.swing.svg.SVGDocumentLoader.run(SVGDocumentLoader.java:84 > ) > > > > ________________________________ > From: Jerry Anderson <jer...@ya...> > To: "rai...@li..." <rai...@li...> > Sent: Monday, November 21, 2011 7:34 PM > Subject: [Rails-users] How do i run Rails on Windows > > > Are there instructions somewhere that explain how to run the game. I see > the batch file but I have no idea what to supply as a command line > parameter. %1. > > --------------------------------------------------------------------------- > --- All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > Rails-users mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-users |
From: Erik V. <eri...@xs...> - 2011-11-22 09:28:56
|
> From: John David Galt [mailto:jd...@di...] > > I don't use any command-line arguments. I don't think you need any. One way to load a saved game file (with .rails extension) is to provide its path as a command-line argument. Erik. |
From: Jerry A. <jer...@ya...> - 2011-11-22 04:11:35
|
Ok - i figured out what i was doing wrong. the game starts but I am not seeing the background map for 18GA. I am getting an error about the path. There is no "data" directory. This is the error java.io.FileNotFoundException: C:\Personal\18XX\rails-1.5.3\rails-1.5.3\data\18GA\MapImage.svg (The system cannot find the path specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at java.io.FileInputStream.<init>(Unknown Source) at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source) at sun.net.www.protocol.file.FileURLConnection.getInputStream(Unknown Source) at org.apache.batik.util.ParsedURLData.openStreamInternal(ParsedURLData.java:547) at org.apache.batik.util.ParsedURLData.openStream(ParsedURLData.java:471) at org.apache.batik.util.ParsedURL.openStream(ParsedURL.java:417) at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createDocument(SAXSVGDocumentFactory.java:158) at org.apache.batik.dom.svg.SAXSVGDocumentFactory.createSVGDocument(SAXSVGDocumentFactory.java:124) at org.apache.batik.bridge.DocumentLoader.loadDocument(DocumentLoader.java:106) at org.apache.batik.swing.svg.SVGDocumentLoader.run(SVGDocumentLoader.java:84) ________________________________ From: Jerry Anderson <jer...@ya...> To: "rai...@li..." <rai...@li...> Sent: Monday, November 21, 2011 7:34 PM Subject: [Rails-users] How do i run Rails on Windows Are there instructions somewhere that explain how to run the game. I see the batch file but I have no idea what to supply as a command line parameter. %1. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Rails-users mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-users |
From: John D. G. <jd...@di...> - 2011-11-22 04:08:04
|
On 2011-11-21 19:34, Jerry Anderson wrote: > Are there instructions somewhere that explain how to run the game. I see the > batch file but I have no idea what to supply as a command line parameter. %1. Here's how I do it. 1. Download the Rails zip file, then unzip it to its own directory. (Since I want to look at the source code, I preserve old versions, so I have the latest in E:\My Documents\Programming\Rails\1.5.3 -- but that's just an example.) Make sure you preserve the subdirectories that are in the .zip file. 2. Go down through the directories until you find the .jar file, in this case "rails-1.5.3.jar". Write down the full path of its location. In my case this directory is called E:\My Documents\Programming\Rails\1.5.3\rails-1.5.3 Right-click the .jar file, then select "Create Shortcut". A shortcut icon will appear. Select (single-click) that shortcut and hit Ctrl/X ("cut"). 3. Right-click "Start" and select "Explore" (or if you're administrator, select "Explore All Users"). Navigate to an appropriate place in the Start menu subtree, and paste your shortcut there. Or just paste it on the desktop. 4. Right-click the shortcut and select Properties. Name the shortcut "Rails". Then select the Shortcut tab, and make sure it has these settings: (This assumes my folder structure, so change to match yours). Target: "E:\My Documents\Programming\Rails\1.5.3\rails-1.5.3\rails-1.5.3.jar" (The quotes are required.) Start in: "E:\My Documents\Programming\Rails\1.5.3\rails-1.5.3" (The quotes are required.) For extra credit, also go into "Change Icon" and give the shortcut an icon appropriate to a game. (I use the pair-of-dice icon found in %SystemRoot%\system32\pifmgr.dll .) I don't use any command-line arguments. I don't think you need any. |
From: Jerry A. <jer...@ya...> - 2011-11-22 03:34:52
|
Are there instructions somewhere that explain how to run the game. I see the batch file but I have no idea what to supply as a command line parameter. %1. |