Version: Committing version data for tag: jgrpp-0.20.0

pull/19/head jgrpp-0.20.0
Jonathan G Rennison 7 years ago
parent 82ec6d93dc
commit 85830a2a76

@ -1,2 +1,2 @@
jgrpp-0.19.0 27870 0 jgrpp-0.19.0
5240a72be0e5a13c9bcd273fa462a49b842dbfa6374c8b73461c6b241ab68d86 -
jgrpp-0.20.0 27886 0 jgrpp-0.20.0
306d7cdb04e7aef7d0cb1cf7096ba741258df2a58a670dc1564982d46f5cbed6 -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.19.0
## JGR's Patchpack version 0.20.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -181,6 +181,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Prevent road vehicles from being stopped on level crossings.
* Add setting to enable improved level crossing safety.
* Scheduled dispatch [imported](https://github.com/innocenat/OpenTTD-patches/tree/scheduled-dispatch-sx) (added in v0.20.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 2x faster. (~1.3x faster in v0.8.1, further improvements in v0.17.2)
@ -202,7 +204,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Add hover tool-tips, and improve visual contrast of cargo labels, in cargo dest graph legend window. (added in v0.16.0)
* Add shift-clicking on vehicle depot button to select specific depot. (added in v0.16.1)
* Increase maximum setting limits for per-company vehicle-type limits. (added in v0.17.0)
* Increase maximum permitted vehicle name length (added in v0.17.0), and vehicle group name length (added in v0.17.2)
* Increase maximum permitted vehicle name length (added in v0.17.0), vehicle group name length (added in v0.17.2), and depot/station name lengths (added in v0.20.0).
* Trains break down after colliding with a road vehicle.
* Various minor fixes, see changelog.
* Translations

@ -2,6 +2,19 @@
* * *
### v0.20.0 (2017-06-25)
* Fix excessive cost of building long rail tunnels.
* Fix not being able to enter 00:00 as a timetable start time.
* Fix trams not reversing on road custom bridge heads where tram tracks end on the bridge head in the direction of the bridge.
* Fix AIs unintentionally building custom bridge heads.
* Add patch: scheduled dispatch feature
* Add support for loading SpringPP v2.3, v2.4 savegames.
* Routing restrictions: Add program append GUI button.
* Increase maximum permitted depot and station name lengths.
* Trains now break down after colliding with a road vehicle.
* Add Korean translations by TELK.
* Bump trunk base from r27870 to r27886
### v0.19.0 (2017-05-10)
* Fix crashes and non-functionality with non-broadcast network chat, regression from v0.18.0.
* Fix crash when using unrelated buttons in timetable window when also inputting a numeric value.

Loading…
Cancel
Save