|
From: Stefan F. <ste...@us...> - 2012-04-03 09:56:13
|
data/profiles/LIST_OF_PROFILES | 2
data/profiles/ftf.predefined | 4 -
data/profiles/hotseat.predefined | 4 +
readme.txt | 85 ++++++++-------------------------------
version.number | 2
5 files changed, 24 insertions(+), 73 deletions(-)
New commits:
commit e26ef7440c373db7459c4b734a6d2d7db85aec23
Author: Stefan Frey <ste...@we...>
Date: Tue Apr 3 11:55:40 2012 +0200
prepared for version 1.7.1
diff --git a/readme.txt b/readme.txt
index 0bac2d1..c615a0f 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,74 +1,25 @@
-Rails release 1.7.0:
+Rails release 1.7.1:
-A new release for Rails 1.x series
+A new maintenance release for Rails 1.x series
-This release celebrates many improvements to the UI due to the
-work of Frederick Weld.
+This release fixes several recent bugs.
-Contributors: Erik Vos, Frederick Weld, Martin Brumm, Stefan Frey
+Contributors: Erik Vos, Martin Brumm, Stefan Frey
-Includes all previously reported bug fixes of the 1.6.x branch.
+Bugs reported by John David Galt, Volker Schnell, Mike Bourke, Arne Ãstlund, Jerry Anderson
+(I hope I forgot to list no one).
-Please be aware that this release contains many changes, so bugs are more likely.
-Any feedback is welcome.
+A few minor improvements to the rails setup:
+- An (initial) configuration profile for face-to-face/hotseat play is added ("hotseat"): Activates autosave and changes filename pattern
+suggested for save.
+- Windows settings (including docking settings if activated) and autosave backup are stored in the centralized rails configuraton folder.
+Thus from this release on those settings should survive upgrades to new releases.
-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
+List of bugs fixed:
+- Typo in manifest that caused image errors in some background maps
+- 18EU: Not possible to lay home token for companies started outside of current network.
+- 1856, 18EU, 1830 Coalfield and others: Fixed wrong calculation for routes for Goderich tile, red off-board run-through (-939)
+- 18Kaas: Enables unlimited D-trains option
+- 1835: Fixed wrong total player worth calculation
+- 1835: Fixed wrong revenue calculation with respect to Elsas/Alsace outside of green phase
diff --git a/version.number b/version.number
index 59d7603..982695a 100644
--- a/version.number
+++ b/version.number
@@ -1,5 +1,5 @@
#Property file that contains version number and the develop indicator
-version=1.7.0
+version=1.7.1
# the following string "@DEVELOP@ is replaced by an empty string in the release version
# this is done automatically by ant
develop=@DEVELOP@
\ No newline at end of file
commit 16e1bc9ede9820a1f10ab280e8965c50c1e32336
Author: Stefan Frey <ste...@we...>
Date: Tue Apr 3 11:48:43 2012 +0200
renamed ftf profile to hotseat
diff --git a/data/profiles/LIST_OF_PROFILES b/data/profiles/LIST_OF_PROFILES
index eeeda12..cd648ff 100644
--- a/data/profiles/LIST_OF_PROFILES
+++ b/data/profiles/LIST_OF_PROFILES
@@ -2,6 +2,6 @@
### available for user selection
### with extension .predefined
pbem
-ftf
+hotseat
ORDocking
prettyUI
diff --git a/data/profiles/ftf.predefined b/data/profiles/ftf.predefined
deleted file mode 100644
index c784667..0000000
--- a/data/profiles/ftf.predefined
+++ /dev/null
@@ -1,4 +0,0 @@
-### ftf profile
-### optimized for face-to-face play
-save.filename.suffix=CURRENT_ROUND
-save.recovery.active=yes
diff --git a/data/profiles/hotseat.predefined b/data/profiles/hotseat.predefined
new file mode 100644
index 0000000..c784667
--- /dev/null
+++ b/data/profiles/hotseat.predefined
@@ -0,0 +1,4 @@
+### ftf profile
+### optimized for face-to-face play
+save.filename.suffix=CURRENT_ROUND
+save.recovery.active=yes
|