-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/Rails-18xx/Rails
- Loading branch information
Showing
120 changed files
with
15,547 additions
and
3,614 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,36 @@ | ||
# Rails-18xx 2.3 Release | ||
# Rails-18xx 2.4 Release | ||
This release is meant to show the current state of the Rails-18xx implementation. | ||
|
||
Due to different reasons Rails-18xx 2.0 and 2.1 have not been release as production releases. We hope that the audience | ||
finds the release usefull. As usual we welcome bug reports and save games that show the affected states of the game. | ||
|
||
We would like to **thank** the various bug reporters and the developers who have contributed over the years for one | ||
feature or ground breaking work. | ||
Please take note that to run Rails-18xx as a JAR directly you need to install a JDK with Java V11 as minimum. The game comes with its own JRE compiled in. | ||
|
||
Please dont use the .bat from earlier versions. | ||
|
||
## New Features | ||
**Using the installer on Windows and the same directory as previous installations, will overwrite everything in that directory.** | ||
|
||
* Notification of Moves via Slack | ||
* Notification of Moves via Discord | ||
* Autoloading and Autopolling for near time gaming allowing you to reload the save game that has changed during turns | ||
* Direct Revenue Allocation for various Contracts possible | ||
* State of Direct Revenue Allocation is static towards company operations budget (no Half pay) - Workaround you half the allocation and add the rest to normal revenue distribution | ||
* Installers for Windows, Mac OS, Linux (Redhat) | ||
We would like to **thank** the varios bug reporters and the developers who have contributed over the years for one feature or ground breaking work. | ||
|
||
## New games | ||
|
||
* 18Scan | ||
* Steam over Holland | ||
* Steam over Holland implemented by Erik Vos. | ||
|
||
## Status of Games | ||
|
||
* Implementation of 18Chesapeake started, needs playtesting, bug reports welcome | ||
* Implementation of 1837 - Have a look but be prepared that it might break... | ||
* Open Topics in 1837 Implementation: | ||
* Coal Minors merging round implementation not always working as intended.. | ||
|
||
## Bug Fixes | ||
|
||
* 1856 : Various Bugs | ||
* 1835 : Berlin to Berlin not counts for revenue anymore | ||
* 1880 : Fix for tile #235, Fix for Investor display, broken in 2.2.2 | ||
|
||
* Various svg-Tiles werent configured correctly which lead to graphic error while resizing or moving the map. Issue reported for 18NL/18TN by Lou Jerkich; Fixes done for 1837 1880 and 18Chesapeake | ||
|
||
## Issues fixed: | ||
* #342 | ||
* #338 | ||
* #329 | ||
* #326 | ||
* #320 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package net.sf.rails.algorithms; | ||
|
||
public interface RevenueListener { | ||
public void revenueUpdate(int revenue, boolean finalResult); | ||
public void revenueUpdate(int revenue, int specialRevenue, boolean finalResult); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.