Version: Committing version data for tag: jgrpp-0.36.0

pull/192/head jgrpp-0.36.0
Jonathan G Rennison 4 years ago
parent d2594ece79
commit 7c5f09f6b6

@ -1,2 +1,2 @@
jgrpp-0.35.1 20200720 0 e296a4f021c2230aaddc01b5e877841a6c5b8cfd 1 1 2020
fad628b8823db0b1ceafd8d25fda3f654bdb8d5f720173903a805c4b71d4e8c7 -
jgrpp-0.36.0 20200829 0 d2594ece79e8bdc0c9b30ac01b2e7c9ce1a6f5c8 1 1 2020
8ce26bf762a3545f4385f9198ab090057d2305e46688138c3f1798dd192fd40d -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.35.1
## JGR's Patchpack version 0.36.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -234,7 +234,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Go to depot and sell vehicle orders. (added in v0.26.0).
* Order mode to lock timetable wait and travel times against autofill/automate changes. (added in v0.26.0 and v0.27.0 respectively).
* Settings to allow placing stations and all NewGRF objects under bridges. (added in v0.26.0).
* Leave early order timetable flag. (added in v0.27.0).
* Leave early and leave early if any/all cargoes fully loaded order timetable flags. (added in v0.27.0 and v0.36.0 respectively).
* 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).
@ -262,6 +262,10 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Add setting to scale station cargo capacity and rating tolerance by size. (added in v0.35.0).
* Add setting to disable vehicle expiry after a given year. (added in v0.35.0).
* Add setting to control road vehicle re-routing on road layout changes. (added in v0.35.0).
* Add news setting for trains waiting due to routing restrictions. (added in v0.36.0).
* Add setting for alternative linkgraph overlay colour schemes. (added in v0.36.0).
* Add basic tab-completion to the console window. (added in v0.36.0).
* Add settings to enable multiple churches/stadiums and to ignore date/zone/GRF when placing houses in the scenario editor. (added in v0.36.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)).
* [Low-level code/performance changes](docs/jgrpp-low-level-changes.md).

@ -2,6 +2,28 @@
* * *
### v0.36.0 (2020-08-30)
* Fix incorrect infrastructure totals which could cause multiplayer desyncs when using the road convert tool on bay road stops.
* Fix vehicle window mouse over colour when both stopped and waiting/stuck.
* Fix order lookahead changing percent of times conditional order state.
* Hide screenshot window when taking a normal screesnhot.
* Use two columns in the cargo type orders window when there are more than 32 cargoes.
* Improve performance of cargodist when using refit to any cargo orders.
* Add leave early if any/all cargoes fully loaded timetable modes.
* Template-based train replacement: Show empty and full template train weights, and weight ratios if enabled.
* Routing restrictions: Add feature to control news reports about stuck trains.
* Add news setting for trains waiting due to routing restrictions.
* Add setting for alternative linkgraph overlay colour schemes.
* Add basic tab-completion to the console window.
* Scenario editor:
* Add setting to enable multiple churches/stadiums in scenario editor.
* Add settings to ignore date/zone/GRF when placing houses in scenario editor.
* Build:
* Fix languages not always being recompiled when updated.
* Fix source being incorrectly detected as modified when not using git on some locales.
* Add Korean translations by TELK.
* Bump trunk base from commit 00eccbe298ad7f7d656e121ce58c2a6326dabe2f to commit 9340fe9c7ceca3349df171770480683097f0e436.
### v0.35.1 (2020-07-20)
* Fix crash which could occur when selling/replacing a vehicle which is currently displayed in a departure board window.
* Fix colour of vehicle destination text when mousing over in vehicle window.

Loading…
Cancel
Save