From 919adb661c0c2f800d1e287c956d7f60b1b9289e Mon Sep 17 00:00:00 2001 From: keldorkatarn Date: Tue, 24 Apr 2018 10:27:32 +0200 Subject: [PATCH] Adjust readme and changelog for v1.24.0 --- README.md | 9 ++++++++- joker-changelog.md | 15 ++++++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f3251830..b99316d3f 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,11 @@ See [joker-changelog.md](joker-changelog.md) for changelog. #### This patchpack contains the following + * Variable day length setting +* Show daytime next to date and use hours and minutes additional to ticks in the GUI (ticks_per_minute adjustable per client) + * 255 GRFs in single AND multiplayer mode * Increase number of available rail track types from 16 to 32 @@ -43,7 +46,11 @@ See [joker-changelog.md](joker-changelog.md) for changelog. * Stations now keep a history of waiting cargo which can be displayed as a graph (last 48 days in 2 day increments) -* Multiple rail-type sets should now be more compatible with eachother. +* Filter the industry directory by accepted and produced cargo. + +* Useful warnings are shown in timetable window, e.g. when using auto-separation on conditional or full load orders. + +* Multiple rail-type sets should now be more compatible with each other. * Rail types are sorted differently in the toolbar dropdown, first by compatibility, then by max speed. diff --git a/joker-changelog.md b/joker-changelog.md index b88e716a2..71b078f58 100644 --- a/joker-changelog.md +++ b/joker-changelog.md @@ -2,6 +2,19 @@ * * * +### v1.24.0 (2018-04-24) +* Make it possible to filter the industry directory by accepted and produced cargo. +* Adjust timetable window layout +* Adjust trip history window layout +* Add size definition button to the departure board window and color the entire window brown. +* Change the way timetable automation handles conditional orders +* Show useful warnings in timetable window, e.g. when using auto-separation on conditional or full load orders. +* Add configurable buffer times to timetable automation and make ticks_per_minute a GUI setting. +* Add settings to round up travel and loading times during timetable automation. +* Display durations in hours and minutes everywhere additional to ticks. +* Go back to original values for industry site search to prevent the game from freezing too long. +* Bugfix: Conditional orders checking slot occupancy now react correctly when the referenced slot is deleted. + ### v1.23.0 (2018-04-22) * Add a button to force a resort every 74 ticks (every standard non-scaled day). This is especially useful for very frequently changing properties like timetable delay. reliability or profit-this-year. * The sorting order toggle button in vehicle and group lists now forces a complete resort. @@ -14,7 +27,7 @@ * Bugfix custom road bridgeheads. The bridgehead now correctly allows removing certain road parts. * Bridges can now be upgraded without losing rail signals or custom road bridgehead properties. * Stations now keep a history of waiting cargo which can be displayed as a graph (last 48 days in 2 day increments) -* Multiple rail-type sets should now be more compatible with eachother +* Multiple rail-type sets should now be more compatible with each other * Adjusted the way rail types are sorted in the toolbar dropdown. ### v1.21.0 (2018-04-19) -- 2.11.4.GIT