Version: Committing version data for tag: jgrpp-0.29.0

pull/73/head jgrpp-0.29.0
Jonathan G Rennison 5 years ago
parent d39b511500
commit 873a58454d

@ -1,2 +1,2 @@
jgrpp-0.28.0 20181122 0 9608912d29475422224f29647dc3b3ac49589652
c91154f2905ec0632ae6a515329a87138c6a3967ddc337eed8bc5484b6ac6b4e -
jgrpp-0.29.0 20190102 0 d39b511500cee4cbe89cae53e04299a825682085
4a2340d4932f9e8c4bbec189af8fbb39466aaac01c41020fd6e54250f87938ce -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.28.0
## JGR's Patchpack version 0.29.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -202,9 +202,11 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Freight train through load (added in v0.24.0)
This is an alternative loading mode for freight trains for the case where the train is longer then the platform.
* Up to 256 NewGRFs in multiplayer (added in v0.25.0)
* Multiple rail types per tile (added in v0.29.0)
* 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.
@ -232,6 +234,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Leave early order timetable flag. (added in v0.27.0).
* Timetabled wait times at waypoints. (added in v0.27.0).
* Add setting to enable flipping direction of all train types in depot. (added in v0.27.1).
* Allow purchasing a region of tiles at once, by dragging, and add a company rate limit for land purchasing (added in v0.29.0).
* Add setting to control if and how land purchasing is permitted. (added in v0.29.0).
* Various minor fixes, see changelog.
* [NewGRF specification additions](docs/newgrf-additions.html).

@ -2,6 +2,18 @@
* * *
### v0.29.0 (2019-01-02)
* Fix crash or other failures when using more than approximately 230 NewGRFs.
* Allow up to two rail types per tile.
* Land area purchasing:
* Allow purchasing a region of tiles at once, by dragging.
* Add company rate limit for land purchasing.
* Add setting to control if and how land purchasing is permitted.
* Routing restrictions: Add advanced feature reverse behind signal.
* Prevent AIs from creating or adding to rail custom bridge heads.
* NewGRF interface: Add Action 5 support for programmable signals graphics.
* Bump trunk base from commit 16a36dffa0ccd7753de0100ee320a4982bb1945c to commit 391bc45c41287bf3016e33266b24f30cdbfb5f07.
### v0.28.0 (2018-11-22)
* Fix trains unnecessarily slowing down when passing waypoints.
* Template-based train replacement: Add option to replace only old vehicles.

Loading…
Cancel
Save