Version: Committing version data for tag: jgrpp-0.22.0

pull/28/head jgrpp-0.22.0
Jonathan G Rennison 7 years ago
parent 1defb8aafd
commit 90ff178401

@ -1,2 +1,2 @@
jgrpp-0.21.0 27912 0 jgrpp-0.21.0
f9f4cf47a8609ece71d60931d5eb50a45aad665a5e1566c05579f3d0e58badcd -
jgrpp-0.22.0 27927 0 jgrpp-0.22.0
d91b285372d82627203acf5127faafade81a8d1ce5e1accf37119e29be54193a -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.21.0
## JGR's Patchpack version 0.22.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -197,6 +197,12 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* 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 docs per station [imported](https://github.com/KeldorKatarn/OpenTTD_PatchPack/tree/feature/multiple_docks) (added in v0.22.0)
* Cargo type filter in vehicle list windows [imported](https://www.tt-forums.net/viewtopic.php?f=33&t=77147) (added in v0.22.0)
This has been modified to support more windows and more cargo options.
This is enabled by a setting (on by default).
* Save/load and savegame format changes
* Various changes to improve handling of savegames which use features not in trunk.
* Savegames from this patchpack are not loadable in trunk.

@ -2,6 +2,19 @@
* * *
### v0.22.0 (2017-10-17)
* Template-based train replacement:
* Fix crash when creating template vehicle in some cases
* Fix crash in bootstrap mode (base graphics not installed yet) when attempting to perform keyboard scrolling
* Fix crash involving freeing of NewGRF modified airport data
* Fix timetabled full-load order warning being shown for non station orders in timetable window
* Fix not being allowed to build docks or ship depots, when removing sea/rivers is disabled
* Fix incorrect scheduling of linkgraph jobs with a large number of nodes which caused poor performance
* Add support for multiple docks per station
* Add show passenger and show freight buttons to departure window
* Add cargo type list filter to vehicle list windows, controlled by a setting
* Bump trunk base from r27912 to r27927
### v0.21.0 (2017-09-05)
* Fix numerical overflow in date display/conversion when using high day lengths
* Fix assertion when a GRF supplies an invalid sound.

Loading…
Cancel
Save