From: Stefan F. <ste...@we...> - 2014-11-19 15:13:21
|
Another alpha release for Rails 2.0. This is the autumn edition. *** New Features It includes a full rewrite of the tile and token laying UI. This comes in addition to the full enforcement of tile and token laying rules. The following changes should simplify the selection of tiles & tokens: => Rotation is possible on the upgrade panel in addition to the map. => Selected upgrade is highlighted => First possible rotation is automatically selected => First upgrade is automatically selected => Buttons always stay visible at the top It allows to select and rotate the upgrade selections via mouse clicks: => left click to rotate => right click to select next upgrade I am happy about feedback on both usability and bugs of the new tile and token laying interface. *** Remarks - All automatic test games run. - Most reported bugs from previous 2.0 Alpha releases are still open. *** Testing possible via Webstart or Download *** * Webstart the alpha release: http://rails.sf.net/webstart/rails.jnlp * Download the alpha release: Download the single jar and start it directly (by double-click or command line "java -jar" command). ### Please use: http://rails.sf.net/rails-2.0.alpha8.jar ### Does not work currently (due to SourceForge upload problems) ### https://sourceforge.net/projects/rails/files/Rails/2.0/ ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Stefan F. <ste...@we...> - 2014-11-19 18:42:35
|
The default file download location of Sourceforge is working again. Thus a single jar for testing alpha 8 is available at: http://sourceforge.net/projects/rails/files/Rails/2.0/ in addition to webstart: http://rails.sf.net/webstart/rails.jnlp -------- Forwarded Message -------- Subject: [Rails-devel] Rails 2.0 alpha 8 available Date: Wed, 19 Nov 2014 16:13:12 +0100 From: Stefan Frey <ste...@we...> Reply-To: Development list for Rails: an 18xx game <rai...@li...> To: Development list for Rails: an 18xx game <rai...@li...> Another alpha release for Rails 2.0. This is the autumn edition. *** New Features It includes a full rewrite of the tile and token laying UI. This comes in addition to the full enforcement of tile and token laying rules. The following changes should simplify the selection of tiles & tokens: => Rotation is possible on the upgrade panel in addition to the map. => Selected upgrade is highlighted => First possible rotation is automatically selected => First upgrade is automatically selected => Buttons always stay visible at the top It allows to select and rotate the upgrade selections via mouse clicks: => left click to rotate => right click to select next upgrade I am happy about feedback on both usability and bugs of the new tile and token laying interface. *** Remarks - All automatic test games run. - Most reported bugs from previous 2.0 Alpha releases are still open. *** Testing possible via Webstart or Download *** * Webstart the alpha release: http://rails.sf.net/webstart/rails.jnlp * Download the alpha release: Download the single jar and start it directly (by double-click or command line "java -jar" command). ### Please use: http://rails.sf.net/rails-2.0.alpha8.jar ### Does not work currently (due to SourceForge upload problems) ### https://sourceforge.net/projects/rails/files/Rails/2.0/ ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ Rails-devel mailing list Rai...@li... https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Freek D. <sf_...@ma...> - 2014-11-21 14:39:56
|
Hi all, I haven't looked at 18xx for a couple of years, but got curious by the 2.0 alpha version. I have two minor comments. 1. When downloading the jar file, I could start most games, but when I try a game of 18KaaS, the game never starts. After I click "new game", a modal window with progressbar appears, but the progress remains at 0% for a few minutes (after that, I gave up). 2. When trying the git repository, the rails_2_develop branch, when I run 'gradle' I get the following error: > FAILURE: Build failed with an exception. > > * Where: > Build file '/Users/freek/Repository/18xx/build.gradle' line: 36 > > * What went wrong: > A problem occurred evaluating root project '18xx'. >> the number of constructors during runtime and compile time for com.admc.gradle.JavaPropFile$Behavior do not match. Expected -1 but got 2 I suspect that this is due my lack of understanding of gradle (this is the first time I've used it). Perhaps a short INSTALL file is in order for those (like me) who never used gradle and like to try it out. Regards, Freek |
From: Stefan F. <ste...@we...> - 2014-11-22 20:31:54
|
Hi Freek, Quick answer on gradle: First there is no need to use gradle except you want to build a distributable jar. For developing only you can rely on the automatic build from eclipse, which should work out of the box after checking out from git. Anyway lets track down the error message: The gradle error is related to a plugin used to import java property files. Could you please check which gradle version do you use? It works fine for me with gradle 2.0 (build 2014-07-01) based on groovy 2.3.3. Do you use an older or newer version compared to mine. For 18Kaas I have to check, however it is entirely possible, as there is no automated test file for it. Thanks for reporting, Stefan On 11/21/2014 03:24 PM, Freek Dijkstra wrote: > Hi all, > > I haven't looked at 18xx for a couple of years, but got curious by the > 2.0 alpha version. > > I have two minor comments. > > 1. When downloading the jar file, I could start most games, but when I > try a game of 18KaaS, the game never starts. After I click "new game", a > modal window with progressbar appears, but the progress remains at 0% > for a few minutes (after that, I gave up). > > > 2. When trying the git repository, the rails_2_develop branch, when I > run 'gradle' I get the following error: > >> FAILURE: Build failed with an exception. >> >> * Where: >> Build file '/Users/freek/Repository/18xx/build.gradle' line: 36 >> >> * What went wrong: >> A problem occurred evaluating root project '18xx'. >>> the number of constructors during runtime and compile time for com.admc.gradle.JavaPropFile$Behavior do not match. Expected -1 but got 2 > > I suspect that this is due my lack of understanding of gradle (this is > the first time I've used it). Perhaps a short INSTALL file is in order > for those (like me) who never used gradle and like to try it out> > Regards, > Freek > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |
From: Stefan F. <ste...@we...> - 2014-11-27 10:42:34
|
Freek: I have fixed with 18Kaas startup bug in rails_2_develop. It was a bug in the definition of the 18Kaas upgrade path, which was not catched by the previous code. Thanks for reporting! On 11/21/2014 03:24 PM, Freek Dijkstra wrote: > Hi all, > > I haven't looked at 18xx for a couple of years, but got curious by the > 2.0 alpha version. > > I have two minor comments. > > 1. When downloading the jar file, I could start most games, but when I > try a game of 18KaaS, the game never starts. After I click "new game", a > modal window with progressbar appears, but the progress remains at 0% > for a few minutes (after that, I gave up). > > > 2. When trying the git repository, the rails_2_develop branch, when I > run 'gradle' I get the following error: > >> FAILURE: Build failed with an exception. >> >> * Where: >> Build file '/Users/freek/Repository/18xx/build.gradle' line: 36 >> >> * What went wrong: >> A problem occurred evaluating root project '18xx'. >>> the number of constructors during runtime and compile time for com.admc.gradle.JavaPropFile$Behavior do not match. Expected -1 but got 2 > > I suspect that this is due my lack of understanding of gradle (this is > the first time I've used it). Perhaps a short INSTALL file is in order > for those (like me) who never used gradle and like to try it out. > > Regards, > Freek > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |
From: Stefan F. <ste...@we...> - 2014-12-04 11:16:55
|
Phil: thanks for reporting: It was not yet reported, however I know that I have not added any code to support laying bonus tokens in the current UI code, thus I would have been surprised if it had worked. ;-) However it is great to have a test file and will ask you do test on your own as soon as I have the code ready. Stefan On 12/04/2014 11:06 AM, Phil Davies wrote: > Is there a known problem with private tokens in the current 2.0 alpha > or have I found something new? > > Save file here: > https://dl.dropboxusercontent.com/u/218527/1856_20141202_1021_Chris2.rails > > Buy in the Ship private > 'Lay a port token' becomes available on the special menu but when you > select that option nothing seems to happen, can't seem to lay the port > token through the interface, unless I'm missing something incredibly > obvious? > > Phil > > On 27 November 2014 at 10:42, Stefan Frey <ste...@we...> wrote: >> Freek: >> I have fixed with 18Kaas startup bug in rails_2_develop. >> It was a bug in the definition of the 18Kaas upgrade path, which was not >> catched by the previous code. >> Thanks for reporting! >> >> On 11/21/2014 03:24 PM, Freek Dijkstra wrote: >>> Hi all, >>> >>> I haven't looked at 18xx for a couple of years, but got curious by the >>> 2.0 alpha version. >>> >>> I have two minor comments. >>> >>> 1. When downloading the jar file, I could start most games, but when I >>> try a game of 18KaaS, the game never starts. After I click "new game", a >>> modal window with progressbar appears, but the progress remains at 0% >>> for a few minutes (after that, I gave up). >>> >>> >>> 2. When trying the git repository, the rails_2_develop branch, when I >>> run 'gradle' I get the following error: >>> >>>> FAILURE: Build failed with an exception. >>>> >>>> * Where: >>>> Build file '/Users/freek/Repository/18xx/build.gradle' line: 36 >>>> >>>> * What went wrong: >>>> A problem occurred evaluating root project '18xx'. >>>>> the number of constructors during runtime and compile time for com.admc.gradle.JavaPropFile$Behavior do not match. Expected -1 but got 2 >>> >>> I suspect that this is due my lack of understanding of gradle (this is >>> the first time I've used it). Perhaps a short INSTALL file is in order >>> for those (like me) who never used gradle and like to try it out. >>> >>> Regards, >>> Freek >>> >>> >>> ------------------------------------------------------------------------------ >>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >>> with Interactivity, Sharing, Native Excel Exports, App Integration & more >>> Get technology previously reserved for billion-dollar corporations, FREE >>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Rails-devel mailing list >>> Rai...@li... >>> https://lists.sourceforge.net/lists/listinfo/rails-devel >>> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |
From: Phil D. <de...@gm...> - 2014-12-04 11:19:11
|
Not having the code in place pretty much covers it - good to hear it's expected :) On 4 December 2014 at 11:16, Stefan Frey <ste...@we...> wrote: > Phil: > thanks for reporting: It was not yet reported, however I know that I > have not added any code to support laying bonus tokens in the current UI > code, thus I would have been surprised if it had worked. ;-) > > However it is great to have a test file and will ask you do test on your > own as soon as I have the code ready. > > Stefan > > > > On 12/04/2014 11:06 AM, Phil Davies wrote: >> Is there a known problem with private tokens in the current 2.0 alpha >> or have I found something new? >> >> Save file here: >> https://dl.dropboxusercontent.com/u/218527/1856_20141202_1021_Chris2.rails >> >> Buy in the Ship private >> 'Lay a port token' becomes available on the special menu but when you >> select that option nothing seems to happen, can't seem to lay the port >> token through the interface, unless I'm missing something incredibly >> obvious? >> >> Phil >> >> On 27 November 2014 at 10:42, Stefan Frey <ste...@we...> wrote: >>> Freek: >>> I have fixed with 18Kaas startup bug in rails_2_develop. >>> It was a bug in the definition of the 18Kaas upgrade path, which was not >>> catched by the previous code. >>> Thanks for reporting! >>> >>> On 11/21/2014 03:24 PM, Freek Dijkstra wrote: >>>> Hi all, >>>> >>>> I haven't looked at 18xx for a couple of years, but got curious by the >>>> 2.0 alpha version. >>>> >>>> I have two minor comments. >>>> >>>> 1. When downloading the jar file, I could start most games, but when I >>>> try a game of 18KaaS, the game never starts. After I click "new game", a >>>> modal window with progressbar appears, but the progress remains at 0% >>>> for a few minutes (after that, I gave up). >>>> >>>> >>>> 2. When trying the git repository, the rails_2_develop branch, when I >>>> run 'gradle' I get the following error: >>>> >>>>> FAILURE: Build failed with an exception. >>>>> >>>>> * Where: >>>>> Build file '/Users/freek/Repository/18xx/build.gradle' line: 36 >>>>> >>>>> * What went wrong: >>>>> A problem occurred evaluating root project '18xx'. >>>>>> the number of constructors during runtime and compile time for com.admc.gradle.JavaPropFile$Behavior do not match. Expected -1 but got 2 >>>> >>>> I suspect that this is due my lack of understanding of gradle (this is >>>> the first time I've used it). Perhaps a short INSTALL file is in order >>>> for those (like me) who never used gradle and like to try it out. >>>> >>>> Regards, >>>> Freek >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >>>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >>>> with Interactivity, Sharing, Native Excel Exports, App Integration & more >>>> Get technology previously reserved for billion-dollar corporations, FREE >>>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >>>> _______________________________________________ >>>> Rails-devel mailing list >>>> Rai...@li... >>>> https://lists.sourceforge.net/lists/listinfo/rails-devel >>>> >>> >>> ------------------------------------------------------------------------------ >>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >>> with Interactivity, Sharing, Native Excel Exports, App Integration & more >>> Get technology previously reserved for billion-dollar corporations, FREE >>> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Rails-devel mailing list >>> Rai...@li... >>> https://lists.sourceforge.net/lists/listinfo/rails-devel >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel >> > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |
From: Phil D. <de...@gm...> - 2014-12-04 10:06:30
|
Is there a known problem with private tokens in the current 2.0 alpha or have I found something new? Save file here: https://dl.dropboxusercontent.com/u/218527/1856_20141202_1021_Chris2.rails Buy in the Ship private 'Lay a port token' becomes available on the special menu but when you select that option nothing seems to happen, can't seem to lay the port token through the interface, unless I'm missing something incredibly obvious? Phil On 27 November 2014 at 10:42, Stefan Frey <ste...@we...> wrote: > Freek: > I have fixed with 18Kaas startup bug in rails_2_develop. > It was a bug in the definition of the 18Kaas upgrade path, which was not > catched by the previous code. > Thanks for reporting! > > On 11/21/2014 03:24 PM, Freek Dijkstra wrote: >> Hi all, >> >> I haven't looked at 18xx for a couple of years, but got curious by the >> 2.0 alpha version. >> >> I have two minor comments. >> >> 1. When downloading the jar file, I could start most games, but when I >> try a game of 18KaaS, the game never starts. After I click "new game", a >> modal window with progressbar appears, but the progress remains at 0% >> for a few minutes (after that, I gave up). >> >> >> 2. When trying the git repository, the rails_2_develop branch, when I >> run 'gradle' I get the following error: >> >>> FAILURE: Build failed with an exception. >>> >>> * Where: >>> Build file '/Users/freek/Repository/18xx/build.gradle' line: 36 >>> >>> * What went wrong: >>> A problem occurred evaluating root project '18xx'. >>>> the number of constructors during runtime and compile time for com.admc.gradle.JavaPropFile$Behavior do not match. Expected -1 but got 2 >> >> I suspect that this is due my lack of understanding of gradle (this is >> the first time I've used it). Perhaps a short INSTALL file is in order >> for those (like me) who never used gradle and like to try it out. >> >> Regards, >> Freek >> >> >> ------------------------------------------------------------------------------ >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards >> with Interactivity, Sharing, Native Excel Exports, App Integration & more >> Get technology previously reserved for billion-dollar corporations, FREE >> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk >> _______________________________________________ >> Rails-devel mailing list >> Rai...@li... >> https://lists.sourceforge.net/lists/listinfo/rails-devel >> > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel |