Version: Committing version data for tag: jgrpp-0.26.0

pull/73/head jgrpp-0.26.0
Jonathan G Rennison 6 years ago
parent df7177876c
commit b80c3198cc

@ -1,2 +1,2 @@
jgrpp-0.25.2 20180613 0 ca4a4869a292f90cabe0c7bd8e6fa201965e6416
5922c1ed367e430794301496e06f58b6abccd2bce9ffd61eeea8a913b271c074 -
jgrpp-0.26.0 20180726 0 df7177876c725fe2931081b718d8ce1ff50c3949
f296dd5f1c8d0ce9df221117ddb2556f5e492736f6fe4eddeff332459dd9c7f2 -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.25.2
## JGR's Patchpack version 0.26.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -152,8 +152,6 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Polyline rail track building tool [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=57080) (added in v0.13.0)
* Increase number of available rail track types from 16 to 32 [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=74365) (added in v0.13.0)
* Cargo type orders, this allows order load/unload types to be set per cargo type [imported](https://www.tt-forums.net/viewtopic.php?p=1047749) (added in v0.15.0)
This has been modified so that cargo dest can follow orders with different load/unload types.
@ -164,7 +162,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Add a setting to increase the station catchment radius (added in v0.16.0)
* Custom bridge heads for road bridges (added in v0.17.0)
* Custom bridge heads for road bridges (added in v0.17.0) and rail bridges (added in v0.26.0)
* Chunnels (tunnels under bodies of water) [imported](https://www.tt-forums.net/viewtopic.php?f=33&t=41775) (added in v0.18.0)
This is enabled by a setting (off by default).
@ -194,7 +192,6 @@ 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 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).
* Multiple docks per station [imported](https://github.com/KeldorKatarn/OpenTTD_PatchPack/tree/feature/multiple_docks) (added in v0.22.0)
@ -218,7 +215,6 @@ 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)
* 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)
* Add shift-clicking on vehicle depot button to select specific depot. (added in v0.16.1)
@ -230,12 +226,19 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Improve scrolling rendering of link graph overlay on viewport and small map. (added in v0.25.0).
* Add setting to automatically save when losing connection to a network game. (added in v0.25.0).
* Station rating: track "last visited vehicle type" separately per cargo. (added in v0.25.0).
* Go to depot and sell vehicle orders. (added in v0.26.0).
* Order mode to lock timetable wait time against autofill/automate changes. (added in v0.26.0).
* Settings to allow placing stations and all NewGRF objects under bridges. (added in v0.26.0).
* Various minor fixes, see changelog.
* Translations
* German (by Auge and Kruemelchen)
* Korean (by kiwitreekor and TELK)
* Superseded features
* Label threads with a descriptive name on supported Unixy platforms (added in v0.8.1), in trunk as of r27670.
* Add a 32bpp SSE2 palette animator. This is ~4x faster than the non-accelerated palette animator (added in v0.9.0), in trunk as of commit 17257b96.
* Increase number of available rail track types from 16 to 32 [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=74365) (added in v0.13.0), this is increased to 64 rail track types in trunk as of commit bf8d7df7, (added in v0.26.0).
#### Caveats for loading savegames from the [Spring 2013 Patch Pack](http://www.tt-forums.net/viewtopic.php?f=33&t=66892):
* This is not guaranteed to be bug free

@ -2,6 +2,26 @@
* * *
### v0.26.0 (2018-07-27)
* Fix handling of load if available cargo type orders.
* Fix double-accounting of road tunnel/bridge infrastructure counts when changing owner.
* Fix assertion failure on selecting cancel depot/service menu item in vehicle list window.
* Fix a required directory not being created when running 'make install'.
* Update current vehicle order if modifying corresponding order's (per-cargo) load/unload mode.
* Add custom bridge heads for rail bridges.
* Add bidirectional advanced mode for signals on tunnels/bridges.
* Add go to depot and sell vehicle orders.
* Add order mode to lock timetable wait time against autofill/automate changes.
* Add setting to allow placing stations under bridges.
* Add setting to allow placing all NewGRF objects under bridges.
* Routing restrictions:
* Add "wait at entrance PBS for reservation ending here" action.
* Add support for slot operations at PBS end signal.
* Bump trunk base from commit 11d1690acb73e77995558dad8fbdde1034e969ed to commit bf8d7df7367055dcfad6cc1c21fd9c762ffc2fe4.
* This includes an increase in the number of rail track types to 64.
* This includes an increase in the number of cargoes to 64.
* This includes a fix for crashes when building tunnels.
### v0.25.2 (2018-06-13)
* Revert upstream trunk changes to font/text rendering on Windows which were merged in v0.25.1. This is to fix various crashes and rendering errors.
* Fix crash when attempting to request information on a large number of unknown GRFs from a multiplayer server.

Loading…
Cancel
Save