Version: Committing version data for tag: jgrpp-0.40.0

This commit is contained in:
Jonathan G Rennison
2021-02-02 23:32:38 +00:00
parent be216952cb
commit 331da334c0
3 changed files with 36 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
## JGR's Patchpack version 0.39.2
## JGR's Patchpack version 0.40.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@@ -221,6 +221,11 @@ See the [wiki](https://github.com/JGRennison/OpenTTD-patches/wiki) for guides on
* Road vehicles may now start and finish overtaking on bridges and in tunnels.
See the [wiki](https://github.com/JGRennison/OpenTTD-patches/wiki/One-way-roads) for full details.
* Realistic train braking (added in v0.40.0)
In this mode, trains have a stopping distance and will reserve ahead accordingly, trains cannot stop instantly.
This mode has many implications for signalling and track layout design, and is therefore an advanced feature which may not be suitable for beginners.
In particular pre-signals and two-way signals are not permitted, and PBS is used for all signalling.
* 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.
@@ -285,6 +290,8 @@ See the [wiki](https://github.com/JGRennison/OpenTTD-patches/wiki) for guides on
* Increase per-vehicle order limit from 254 to 64k. (added in v0.38.0).
* Add features to reverse the order of an order list, and to append the reverse of an order list. (added in v0.39.0).
* Add console commands for conditional execution from game date. (added in v0.39.2).
* Add client setting for vehicle naming scheme. (added in v0.40.0).
* Add setting to control dates over which inflation is applied. (added in v0.40.0).
* Various minor fixes, see changelog.
* [NewGRF specification additions](docs/newgrf-additions.html) ([online copy](https://htmlpreview.github.io/?https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp/docs/newgrf-additions.html)).
* [NML specification additions](docs/newgrf-additions-nml.html) ([online copy](https://htmlpreview.github.io/?https://github.com/JGRennison/OpenTTD-patches/blob/jgrpp/docs/newgrf-additions-nml.html)).