Version: Committing version data for tag: jgrpp-0.16.0

pull/8/head jgrpp-0.16.0
Jonathan G Rennison 8 years ago
parent 1b5c3b4027
commit b80e55d3ec

@ -1,2 +1,2 @@
jgrpp-0.15.1 27661 0 jgrpp-0.15.1
7c8f4d593190ec89f9912ccab3f44a9955d408460211fb8a6e15b0f6455107c6 -
jgrpp-0.16.0 27680 0 jgrpp-0.16.0
ea6424fb85b1413b5fa709190fb8ddd9b0d44c3865dca627bc0ad949a51dc3d6 -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.15.1
## JGR's Patchpack version 0.16.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -45,7 +45,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Fixed departure boards with orders with timetabled 0 travel times, e.g. those with depot service orders.
* Made modifications to work with day length greater than 1.
* Town cargo generation factor: [imported](http://www.tt-forums.net/viewtopic.php?t=46399)
* Town cargo generation factor: [imported](http://www.tt-forums.net/viewtopic.php?t=46399)
* Allow factor to be more finely adjusted in 0.1 increments. (added in v0.16.0)
* Vehicles visible in tunnels (transparency setting): [imported](http://dev.openttdcoop.org/projects/clientpatches/repository/changes/VehicelsInTunnels.diff)
@ -160,6 +161,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* When building tunnels, open new viewports at the far end of the tunnel [imported](https://www.tt-forums.net/viewtopic.php?f=33&t=72639) (added in v0.15.0)
* Add a setting to increase the station catchment radius (added in v0.16.0)
* Performance improvements
* Improve dedicated server performance. Up to approximately 2.5x faster. (added in v0.8.1)
* Improve cargodest link graph calculation performance. Up to approximately 33% faster. (added in v0.8.1)
@ -176,7 +179,9 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Miscellaneous
* Various improvements to the crash logger.
* Label threads with a descriptive name on supported Unixy platforms. (added in v0.8.1)
* Label threads with a descriptive name on supported Unixy platforms. (added in v0.8.1)
* Adjust cargo dest link graph job scheduling algorithm to improve responsiveness. (added in v0.16.0)
* Add hover tool-tips, and improve visual contrast of cargo labels, in cargo dest graph legend window. (added in v0.16.0)
* Translations
* German (by Auge): including vehicle group info, vehicle details window, the zoning toolbar, and settings for improved breakdowns and adjacent level crossings.

@ -2,6 +2,17 @@
* * *
### v0.16.0 (2016-11-26)
* Fix wrong calculation of infrastructure sharing train repayment on track deletion due to track owner bankruptcy.
* Fix loaded SpringPP savegames having wrong red/green state of signals on bridges/tunnels.
* Add setting to increase station catchment radius.
* Allow town cargo generation factor setting to be more finely adjusted (0.1 increments).
* Cargo dest:
* Changes to link graph job scheduling algorithm, to improve responsiveness of updates.
* Add hover tool-tips to graph legend window.
* Improve visual contrast of graph legend window cargo labels.
* Bump trunk base from r27661 to r27680
### v0.15.1 (2016-10-12)
* Fix incorrect behaviour or multiplayer desync when saving/loading or joining a game with a per cargo type order as a vehicle's current order.
* Enhanced viewports:

Loading…
Cancel
Save