Version: Committing version data for tag: jgrpp-0.17.2
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
jgrpp-0.17.0 27743 0 jgrpp-0.17.0
|
||||
0d235f066353e62e87f28d5e07fd32ab6f87c2216125e3acfee657833e7a8aba -
|
||||
jgrpp-0.17.2 27747 0 jgrpp-0.17.2
|
||||
50383058b9387c70f87c7b4cf3958c25dfc3ded1b5234a812694115aa1b358a6 -
|
||||
|
@@ -1,4 +1,4 @@
|
||||
## JGR's Patchpack version 0.17.1
|
||||
## JGR's Patchpack version 0.17.2
|
||||
|
||||
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
|
||||
|
||||
@@ -167,7 +167,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
|
||||
|
||||
* 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)
|
||||
* Improve cargodest link graph calculation performance. Up to approximately 2x faster. (~1.3x faster in v0.8.1, further improvements in v0.17.2)
|
||||
* Add a 32bpp SSE2 palette animator. This is ~4x faster than the non-accelerated palette animator. (added in v0.9.0)
|
||||
* Various minor changes (see changelog).
|
||||
|
||||
@@ -186,7 +186,7 @@ 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)
|
||||
* Increase maximum permitted vehicle name length (added in v0.17.0), and vehicle group name length (added in v0.17.2)
|
||||
|
||||
* 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,18 @@
|
||||
|
||||
* * *
|
||||
|
||||
### v0.17.2 (2017-02-22)
|
||||
* Fix crash due to articulated trams decoupling when doing a U-turn, when the end-of-line was removed mid-way through the turn.
|
||||
* Fix wrong calculation of company infrastructure totals for road tunnels, which could cause multiplayer desyncs.
|
||||
* Fix crash when removing secondary road type from tunnel.
|
||||
* Fix crash and/or multiplayer desync after updating orders of vehicles which refer to stations/depots owned by a company which is being deleted.
|
||||
* Increase maximum permitted group name length.
|
||||
* Improvements to crash logging.
|
||||
* Improve performance of linkgraph, and minor other areas.
|
||||
* Fix memory leak when aborting linkgraph jobs due to abandoning game.
|
||||
* Add Korean translations by kiwitreekor.
|
||||
* Bump trunk base from r27743 to r27747
|
||||
|
||||
### v0.17.1 (2017-02-14)
|
||||
* Fix crash when deleting bridge/tunnel with signals due to company reset/bankruptcy.
|
||||
* Fix crash in linkgraph job scheduler when the total estimated cost of all jobs is 0.
|
||||
|
Reference in New Issue
Block a user