Version: Committing version data for tag: jgrpp-0.29.1

pull/78/head jgrpp-0.29.1
Jonathan G Rennison 5 years ago
parent 3099d6c2c6
commit 7bcd921871

@ -1,2 +1,2 @@
jgrpp-0.29.0 20190102 0 d39b511500cee4cbe89cae53e04299a825682085
4a2340d4932f9e8c4bbec189af8fbb39466aaac01c41020fd6e54250f87938ce -
jgrpp-0.29.1 20190202 0 3099d6c2c61917d9e7fd711b3f3176e3a2c710f7
9ab4a5c3d25b33c7bfbd795b80e4a601e7a02903d1e8ced999ee9bc1a3f071bf -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.29.0
## JGR's Patchpack version 0.29.1
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -236,6 +236,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* 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).
* Add GUI setting for when to ask for confirmation before overwriting an existing savegame file, add unique ID to savegames. (added in v0.29.1).
* Various minor fixes, see changelog.
* [NewGRF specification additions](docs/newgrf-additions.html).

@ -2,6 +2,15 @@
* * *
### v0.29.1 (2019-02-02)
* Fix train disconnecting when reversing at the end of a sloped bridge ramp due to heading the wrong way onto a signalled bridge.
* Fix display of two rail types per tile (horizontal overlay tracks).
* Fix crash or other failures when using more than approximately 230 NewGRFs.
* Fix input and display of hhmm times in timetable and scheduled dispatch GUI, when using large day length or ticks/minute values.
* Add GUI setting for when to ask for confirmation before overwriting an existing savegame file, add unique ID to savegames.
* Performance improvements.
* Bump trunk base from commit 391bc45c41287bf3016e33266b24f30cdbfb5f07 to commit fa53abe864a6939dc4dac8a6c61443e486e0eb04.
### 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.

Loading…
Cancel
Save