Version: Committing version data for tag: jgrpp-0.53.0

pull/510/head jgrpp-0.53.0
Jonathan G Rennison 1 year ago
parent f803ec9162
commit 64b4c095ee

@ -1,2 +1,2 @@
jgrpp-0.52.1 20230324 0 1031955033b54bd7341c02d8ba57c2dc43da3df1 1 0 2023
08422f4879d2ea3adb9ff9c7101e619e7ea32998b43eb1cd988853f9890492e3 -
jgrpp-0.53.0 20230415 0 f803ec9162cad8021c0cf53a0593071c0ca68e4f 1 0 2023
31383fe43849b606905d917d479bbb1613dda8a7895efb3b597866d81740317e -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.52.1
## JGR's Patchpack version 0.53.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -57,6 +57,7 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add client setting to show all signals using the default baseset sprites.
* Remember the last-used signal type between games.
* Add client setting to show the introduction year for train wagons.
* Add setting for rail depot maximum speed.
#### Roads and Road Vehicles
@ -158,6 +159,8 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add features to duplicate an individual order and to change the jump target of conditional orders.
* Add company setting for whether to advance the current order when cloning/copying/sharing (if current depot is in order list).
* Add vehicle list menu item to mass cancel go to or service at depot orders.
* Allow changing colour of orders in order list and timetable windows.
* Add text label and departure board via order types.
#### Stations
@ -179,6 +182,8 @@ See [installation.md](/installation.md) for instructions on how to install.
* Add setting to allow hiding viewport labels of individual waypoints.
* Increase the distance a station can be from the town centre and still be assigned have the same name as the town (no suffix/prefix), for large towns.
* [Allow NewGRFs to supply additional station name strings](https://github.com/JGRennison/OpenTTD-patches/wiki/GRF-features#extra-station-names).
* Allow generating new default name for station (ctrl-click default button in rename station query window).
* Allow exchanging a station's name with another station in the same town.
#### Towns

@ -2,6 +2,36 @@
* * *
### v0.53.0 (2023-04-16)
* Fix water infrastructure total when building multi-tile objects on unowned canal, and when building canals over unowned objects on canals.
* Fix crash when showing vehicles with excessively large sprites in the build vehicle window.
* Fix trains slowing down when part-way into a depot with realistic train braking.
* Fix performance issues with order lists with high numbers of conditional order chains/loops.
* Skip over dummy/invalid orders in destination/next order prediction.
* Add setting for rail depot maximum speed.
* Template-based train replacement:
* Add train information tooltips in template edit window.
* Fix crash when removing a company with template replacements applied to nested groups.
* Departure boards:
* Fix handling of missing travel times with conditional orders.
* Fix terminus detection from via stops.
* Fix smart terminus detection with circular routes.
* Scroll departure boards at constant speed, even if paused or fast forwarding.
* Add departure board via order type, add support for dual via in departure board.
* Vehicle orders:
* Allow changing colour of orders in order list and timetable windows.
* Add company setting for whether to remain at station if next order for same station.
* Add text label order type.
* Add railtype and signals NewGRF variables for signal vertical clearance.
* Routing restrictions: Add status test for if train is stopping at the current order's station/waypoint destination.
* Fix viewport map mode not being refreshed when removing/merging company.
* Allow generating new default name for station (ctrl-click default button in rename station query window).
* Allow exchanging a station's name with another station in the same town.
* Don't use occupancy of unload and leave empty orders for occupancy average.
* Update OpenTTD content server vanilla compatibility to verison 13.0.
* Only log each AI/GS text string error once.
* Bump trunk base from commit 24e9af83aaca7093ca2ab7e5d54565ec63d42433 to commit 97cfd40649abab832315f00e6a07e5b6b9a17e23.
### v0.52.1 (2023-03-25)
* Fix AI/GS scripts which use text strings.
* Add a "very reduced" mode to the vehicle breakdowns setting.

Loading…
Cancel
Save