From: Dr. M. B. <dr....@t-...> - 2017-01-30 20:37:28
|
Good Day, apparently we have a bug with the route calculation in the RC2. I have deleted the archives from sourceforge right now. This got introduced somewhere between commit 015d1d7 and 7477c48. Thats as far as i was able to retrace that in a hurry. I'll try to find out whats the problem in the next days. Please dont use RC2 in the moment if you want to have the engine calculate the routes. This has been verified for the variant 1835 sofar. Others will be checked also. Thanks to madoar reporting the finding. Regards Martin |
From: Dr. M. B. <dr....@t-...> - 2017-01-30 20:45:55
|
Good evening, i have checked save games for 1880 and 1830 that i had available both do not show the problem with the route finding algorythmn reported for 1835. If anyone of you out there using 2.0-RC2 could verify, in games that are played right now or have been saved, if the route finding algo does route suggestion and revenue calculation correctly (or wrong) it would be greatly appreciated. Thanks Martin Am 30.01.17 um 21:37 schrieb Dr. Martin Brumm: > Good Day, > > apparently we have a bug with the route calculation in the RC2. I have > deleted the archives from sourceforge right now. This got introduced > somewhere between commit 015d1d7 and 7477c48. Thats as far as i was able > to retrace that in a hurry. > > I'll try to find out whats the problem in the next days. > > Please dont use RC2 in the moment if you want to have the engine > calculate the routes. This has been verified for the variant 1835 sofar. > Others will be checked also. > > Thanks to madoar reporting the finding. > > Regards > Martin > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Rails-users mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-users |
From: Dave M. <da...@mi...> - 2017-05-12 02:37:53
|
On 1/30/2017 04:37 PM, Dr. Martin Brumm wrote: > Good Day, > >apparently we have a bug with the route calculation in the RC2. I have >deleted the archives from sourceforge right now. This got introduced >somewhere between commit 015d1d7 and 7477c48. Thats as far as i was able >to retrace that in a hurry. > >I'll try to find out whats the problem in the next days. > >Please dont use RC2 in the moment if you want to have the engine >calculate the routes. This has been verified for the variant 1835 sofar. >Others will be checked also. > >Thanks to madoar reporting the finding. > >Regards >Martin > >------------------------------------------------------------------------------ >Check out the vibrant tech community on one of the world's most >engaging tech sites, SlashDot.org! http://sdm.link/slashdot >_______________________________________________ >Rails-devel mailing list >Rai...@li... >https://lists.sourceforge.net/lists/listinfo/rails-devel What's the current status of RC2? Is there a description of the development tools/environment anywhere? Dave. --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus |
From: Dave M. <da...@mi...> - 2017-06-07 18:15:44
|
Guys, I got no response to my last email. And I don't see any signs of life? The website latest is in 2015. Who is working on the code? I see that Martin was fixing things then stopped. How are your branches organized in SF? I might have some time to learn it. Thanks, Dave. On 5/11/2017 11:27 AM, Dave Mitton wrote: >On 1/30/2017 04:37 PM, Dr. Martin Brumm wrote: > > Good Day, > > > >apparently we have a bug with the route calculation in the RC2. I have > >deleted the archives from sourceforge right now. This got introduced > >somewhere between commit 015d1d7 and 7477c48. Thats as far as i was able > >to retrace that in a hurry. > > > >I'll try to find out whats the problem in the next days. > > > >Please dont use RC2 in the moment if you want to have the engine > >calculate the routes. This has been verified for the variant 1835 sofar. > >Others will be checked also. > > > >Thanks to madoar reporting the finding. > > > >Regards > >Martin > > > >------------------------------------------------------------------- > ----------- > >Check out the vibrant tech community on one of the world's most > >engaging tech sites, SlashDot.org! http://sdm.link/slashdot > >_______________________________________________ > >Rails-devel mailing list > >Rai...@li... > >https://lists.sourceforge.net/lists/listinfo/rails-devel > > >What's the current status of RC2? > >Is there a description of the development tools/environment anywhere? > >Dave. > >.... --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus |
From: Martin B. <dr....@t-...> - 2017-06-07 18:34:17
Attachments:
signature.asc
|
Am 11.05.2017 um 17:27 schrieb Dave Mitton: > What's the current status of RC2? > > Is there a description of the development tools/environment anywhere? > > Dave. > > > --- Hi Dave, i fixed a couple of minor glitches. And now have to find some time to do some more tests. On your second question: All one need is the JDK, Git and or an IDE (with git included). I personally use eclipse together with jgit/egit. On the wiki at sourceforge or in the archive there should be some information regarding the setup. But basically you create a new git project by cloning the sourceforge or github repo inside eclipse (if you use that) or create a new local git project by cloning the repo from sf or github. Create a new development branch for your self and familiarize yourself with the code. Beware the structure between 1.x and 2.0 changed drastically. So i recommend you start with the 2.0 master or development branch and look around there. Common path for all java classes is src/main/java. net.sf.rails.util.util.java contains the main-class. Bsaic game code can be found in net.sf.rails.game/net.sf.rails.ui.swing (Base game 1830) Gamespecific coding can be found below net.sf.rails.game.specific._1880 for example or net.sf.rails.ui.swing.gamespecific._1880. Setup for games is done via xml in data/18.. below src/main/ressources. Check out for example 1880 (thats the one i know the most about. Feel free to ask more questions. Regards, Martin |
From: brett l. <bre...@gm...> - 2017-06-08 14:48:48
|
Hi Dave - Sorry for the lack of response. I'm not sure I saw your previous e-mail. Currently, as far as I know, nobody is working on the code at this point. So, if you'd like to jump in and revive things, you're certainly welcome. :) ---Brett. ---Brett. On Wed, Jun 7, 2017 at 2:00 PM, Dave Mitton <da...@mi...> wrote: > Guys, > I got no response to my last email. And I don't see any signs of life? > The website latest is in 2015. Who is working on the code? > > I see that Martin was fixing things then stopped. How are your branches > organized in SF? > > I might have some time to learn it. > > Thanks, > > Dave. > > > On 5/11/2017 11:27 AM, Dave Mitton wrote: > >> On 1/30/2017 04:37 PM, Dr. Martin Brumm wrote: >> > Good Day, >> > >> >apparently we have a bug with the route calculation in the RC2. I have >> >deleted the archives from sourceforge right now. This got introduced >> >somewhere between commit 015d1d7 and 7477c48. Thats as far as i was able >> >to retrace that in a hurry. >> > >> >I'll try to find out whats the problem in the next days. >> > >> >Please dont use RC2 in the moment if you want to have the engine >> >calculate the routes. This has been verified for the variant 1835 sofar. >> >Others will be checked also. >> > >> >Thanks to madoar reporting the finding. >> > >> >Regards >> >Martin >> > >> >------------------------------------------------------------------- >> ----------- >> >Check out the vibrant tech community on one of the world's most >> >engaging tech sites, SlashDot.org! http://sdm.link/slashdot >> >_______________________________________________ >> >Rails-devel mailing list >> >Rai...@li... >> >https://lists.sourceforge.net/lists/listinfo/rails-devel >> >> >> What's the current status of RC2? >> >> Is there a description of the development tools/environment anywhere? >> >> Dave. >> >> .... >> > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > > > ------------------------------------------------------------ > ------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |
From: <da...@mi...> - 2017-06-08 18:44:31
|
Thanks guys. I’ve just installed Eclipse and Java (had to figure out which version). I’ll see if I can get the tool chain running then poke around. Sent from Mail for Windows 10 From: brett lentz Sent: Thursday, June 8, 2017 10:48 AM To: Development list for Rails: an 18xx game Subject: Re: [Rails-devel] Is anyone home?? Hi Dave - Sorry for the lack of response. I'm not sure I saw your previous e-mail. Currently, as far as I know, nobody is working on the code at this point. So, if you'd like to jump in and revive things, you're certainly welcome. :) ---Brett. ---Brett. On Wed, Jun 7, 2017 at 2:00 PM, Dave Mitton <da...@mi...> wrote: Guys, I got no response to my last email. And I don't see any signs of life? The website latest is in 2015. Who is working on the code? I see that Martin was fixing things then stopped. How are your branches organized in SF? I might have some time to learn it. Thanks, Dave. On 5/11/2017 11:27 AM, Dave Mitton wrote: On 1/30/2017 04:37 PM, Dr. Martin Brumm wrote: > Good Day, > >apparently we have a bug with the route calculation in the RC2. I have >deleted the archives from sourceforge right now. This got introduced >somewhere between commit 015d1d7 and 7477c48. Thats as far as i was able >to retrace that in a hurry. > >I'll try to find out whats the problem in the next days. > >Please dont use RC2 in the moment if you want to have the engine >calculate the routes. This has been verified for the variant 1835 sofar. >Others will be checked also. > >Thanks to madoar reporting the finding. > >Regards >Martin > >------------------------------------------------------------------- ----------- >Check out the vibrant tech community on one of the world's most >engaging tech sites, SlashDot.org! http://sdm.link/slashdot >_______________________________________________ >Rails-devel mailing list >Rai...@li... >https://lists.sourceforge.net/lists/listinfo/rails-devel What's the current status of RC2? Is there a description of the development tools/environment anywhere? Dave. .... --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Martin B. <dr....@t-...> - 2017-06-08 16:45:24
Attachments:
signature.asc
|
Am 08.06.2017 um 16:48 schrieb brett lentz: > Hi Dave - > > Sorry for the lack of response. I'm not sure I saw your previous e-mail. > > Currently, as far as I know, nobody is working on the code at this > point. So, if you'd like to jump in and revive things, you're > certainly welcome. :) > > ---Brett. > Sorry to contradict you here Brett :) I am still working on it, not in the scale of Stefan or Erik before though. Btw with the vanishing stunt of Stefan, i lack the rights to edit the wiki or do other things on Sourceforge. Do you want to update stuff ? :) Regards Martin |
From: Brett L. <bre...@gm...> - 2017-06-08 16:52:00
|
On Thu, Jun 8, 2017 at 12:45 PM, Martin Brumm <dr....@t-...> wrote: > Am 08.06.2017 um 16:48 schrieb brett lentz: > > Hi Dave - > > Sorry for the lack of response. I'm not sure I saw your previous e-mail. > > Currently, as far as I know, nobody is working on the code at this point. > So, if you'd like to jump in and revive things, you're certainly welcome. :) > > ---Brett. > > Sorry to contradict you here Brett :) I am still working on it, not in the > scale of Stefan or Erik before though. Btw with the vanishing stunt of > Stefan, i lack the rights to edit the wiki or do other things on > Sourceforge. Do you want to update stuff ? :) > > Regards > Martin Many apologies Martin! Thanks for speaking up. And, yes, I'm happy to grant access to the other bits. I'll do that later today. :) |
From: Dave M. <da...@mi...> - 2017-06-11 16:50:59
|
I need a walk through or a pointer to how to configure an Eclipse Java "project" and how to setup the git relationship to sf.net. So far, I tried: - downloaded the jar, expanded it, - but Eclipse doesn't recognize any sort of project in there. I don't know what it's looking for. - I tried several variations of using the git dialogs to pull from SourceForge, and the one that finally succeeded didn't find anything in there either. (I'm starting with 2.0.RC1) My current goal is to have a set of code that I can build/run/debug and checkin changes to a private branch. But I don't know the right magic in this environment. Dave. more of a Turtle Mercurial veteran.... --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus |
From: Martin B. <dr....@t-...> - 2017-06-12 15:44:21
Attachments:
signature.asc
|
Am 11.06.2017 um 18:50 schrieb Dave Mitton: > I need a walk through or a pointer to how to configure an Eclipse Java > "project" and how to setup the git relationship to sf.net. > > So far, I tried: > > - downloaded the jar, expanded it, - but Eclipse doesn't recognize any > sort of project in there. I don't know what it's looking for. > > - I tried several variations of using the git dialogs to pull from > SourceForge, and the one that finally succeeded > didn't find anything in there either. (I'm starting with 2.0.RC1) > > > My current goal is to have a set of code that I can build/run/debug > and checkin changes to a private branch. > But I don't know the right magic in this environment. > > Dave. > more of a Turtle Mercurial veteran.... > > > --- > This email has been checked for viruses by Avast antivirus software. > https://www.avast.com/antivirus > > > ------------------------------------------------------------------------------ > > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel Hi Dave and anyone else interested, please find the necessary steps in this and the next messages. |
From: Martin B. <dr....@t-...> - 2017-06-12 15:45:21
Attachments:
signature.asc
|
Am 11.06.2017 um 18:50 schrieb Dave Mitton: > I need a walk through or a pointer to how to configure an Eclipse Java > "project" and how to setup the git relationship to sf.net. > > So far, I tried: > > - downloaded the jar, expanded it, - but Eclipse doesn't recognize any > sort of project in there. I don't know what it's looking for. > > - I tried several variations of using the git dialogs to pull from > SourceForge, and the one that finally succeeded > didn't find anything in there either. (I'm starting with 2.0.RC1) > > > My current goal is to have a set of code that I can build/run/debug > and checkin changes to a private branch. > But I don't know the right magic in this environment. > > Dave |
From: Martin B. <dr....@t-...> - 2017-06-12 16:08:31
Attachments:
signature.asc
|
Take a look here: http://stackoverflow.com/questions/2432764/how-to-change-a-remote-repository-uri-using-git Your remote URL (including your username) is shown under Code after you have logged into sourceforge. https://sourceforge.net/p/rails/code/ci/master/tree/ For that you need to mail me your sourceforge account to grant you access later on. FOr the start you should start working on your code and post the patches to the list for crosschecks. Press next again :) In the enxt windows you'll be asked to select branches. You should select the following branches: rails2.0 (the 2.0 master branch, the master branch is the old 1.x master) rails_2_develop (development) rails_2_maintenance (maintenance for the latest released version out of the 2.0 branch) and any other branch your are interested in.... If you start working on the code please create a local branch from the rails_2_development branch. How to follows in the next email. Regards, Martin |
From: Martin B. <dr....@t-...> - 2017-06-12 16:16:51
Attachments:
signature.asc
|
Am 11.06.2017 um 18:50 schrieb Dave Mitton: > I need a walk through or a pointer to how to configure an Eclipse Java > "project" and how to setup the git relationship to sf.net. > If you followed the steps before you should now have a project called rails or rails code in your eclipse project view. with a branch in [] behind that project name. Right click on the project. Go for Team->Switch To-> rails_2_develop. Right click on the project. Go for Team->Switch To-> New Branch this should show the following picture: You can select the branch you want as a base via the select dialog. Give your new branch a speaking name for example davem_1871 (or whatever variant you want to work upon) or davem_1830_fix_Startround... As you probably will work locally for a start dont check the Configure upstream for push and pull. This should create a branch based on the rails_2_develop branch for you to play with. Next part will be about setting up Gradle and or Ant. Regards Martin |
From: Martin B. <dr....@t-...> - 2017-06-12 16:29:09
Attachments:
signature.asc
|
Am 11.06.2017 um 18:50 schrieb Dave Mitton: > I need a walk through or a pointer to how to configure an Eclipse Java > "project" and how to setup the git relationship to sf.net. > > So far, I tried: > > - downloaded the jar, expanded it, - but Eclipse doesn't recognize any > sort of project in there. I don't know what it's looking for. > > - I tried several variations of using the git dialogs to pull from > SourceForge, and the one that finally succeeded > didn't find anything in there either. (I'm starting with 2.0.RC1) > > > My current goal is to have a set of code that I can build/run/debug > and checkin changes to a private branch. > But I don't know the right magic in this environment. > > Dave. > more of a Turtle Mercurial veteran.... > Please make sure your setup inside eclipse is like the following: You should then be able to build/debug the project by using the eclipse mechanismns. If you click on the green symbol to run the application it might ask you for the main class location: Once you have successfully launched the application "RunGame", just click on the debug (left of the run button) and your eclipse view should switch from java to debug window mode. If you have more questions, feel free. Regards Martin |
From: Dave M. <da...@mi...> - 2017-06-13 17:07:10
|
Thanks, setting the Main Class was the most important piece of the puzzle. I was able to run an instance of an 1830 game last night. I've never actually played a game on Rails before, so I had to stumble around with the Stock Round interface. It could use some more explanation and prompting. I built into New York city with the Central. And while I was unable to token the NH base, I could put a token on the southern NY space while not being connected. Looking though the bug reports it does seem that the connectivity code has some issues. Next I have to find my way around where the Java code is supposed to be accessed in Eclipse. The funny thing is that I've been using Eclipse on a Linux system editing Java code for the past year, but it was heavily tailored for a specific product environment. Dave. On 6/12/2017 12:28 PM, Martin Brumm wrote: >Content-Type: multipart/mixed; boundary="OQkn5jIWPCsc7i60QDl0AOi9pDRD2g0ln"; > protected-headers="v1" >From: Martin Brumm <dr....@t-...> >To: rai...@li... >Message-ID: <a5a...@t-...> >Subject: Re: [Rails-devel] Need help with Eclipse java/git setup - Java Setup > > >Am 11.06.2017 um 18:50 schrieb Dave Mitton: >>I need a walk through or a pointer to how to >>configure an Eclipse Java "project" and how to >>setup the git relationship to sf.net. >> >>So far, I tried: >> >>- downloaded the jar, expanded it, - but >>Eclipse doesn't recognize any sort of project >>in there. I don't know what it's looking for. >> >>- I tried several variations of using the git >>dialogs to pull from SourceForge, and the one that finally succeeded >>didn't find anything in there either. (I'm starting with 2.0.RC1) >> >> >>My current goal is to have a set of code that I >>can build/run/debug and checkin changes to a private branch. >>But I don't know the right magic in this environment. >> >>Dave. >>more of a Turtle Mercurial veteran.... > >Please make sure your setup inside eclipse is like the following: > >... > > >You should then be able to build/debug the >project by using the eclipse mechanismns. > >If you click on the green symbol to run the >application it might ask you for the main class location: > > >... > > >Once you have successfully launched the >application "RunGame", just click on the debug >(left of the run button) and your eclipse view >should switch from java to debug window mode. > >If you have more questions, feel free. > >Regards > >Martin > > > > >------------------------------------------------------------------------------ >Check out the vibrant tech community on one of the world's most >engaging tech sites, Slashdot.org! http://sdm.link/slashdot >_______________________________________________ >Rails-devel mailing list >Rai...@li... >https://lists.sourceforge.net/lists/listinfo/rails-devel --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus |