diff --git a/.ottdrev-vc b/.ottdrev-vc index 42d2c035e9..c95e11c1d3 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.28.0 20181122 0 9608912d29475422224f29647dc3b3ac49589652 -c91154f2905ec0632ae6a515329a87138c6a3967ddc337eed8bc5484b6ac6b4e - +jgrpp-0.29.0 20190102 0 d39b511500cee4cbe89cae53e04299a825682085 +4a2340d4932f9e8c4bbec189af8fbb39466aaac01c41020fd6e54250f87938ce - diff --git a/README.md b/README.md index 8299ccb675..71c85fa053 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index fc241a7caf..1877fd084c 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -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.