Version: Committing version data for tag: jgrpp-0.10.0

pull/6/merge jgrpp-0.10.0
Jonathan G Rennison 8 years ago
parent 3139ff4eaf
commit 27e0937eef

@ -1,2 +1,2 @@
jgrpp-0.9.0 27472 0 jgrpp-0.9.0
a927a415d4939333d4f83a5af72599712f5989b6b24d65984c13982352b1efe9 -
jgrpp-0.10.0 27495 0 jgrpp-0.10.0
a7f40b6e2871b8289aee3d91691f62d96d7c7d447dc0c75646abbe60a92430f1 -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.9.0
## JGR's Patchpack version 0.10.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -39,6 +39,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Zoning: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=33701)
* This is modified to remove unimplemented modes, implement station ownership checks and implement station facility checks for industries.
* Add a mode to show restricted signals.
* Add a mode to show station catchment only where station window open.
* Departure boards: [imported](https://www.tt-forums.net/viewtopic.php?f=33&t=49956)
* Fixed departure boards with orders with timetabled 0 travel times, e.g. those with depot service orders.
@ -54,7 +55,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* 255 GRFs in single player mode: [imported](http://www.tt-forums.net/viewtopic.php?p=894743#p894743)
* Improved breakdowns: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=39518)
* Improved breakdowns: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=39518)
Add a lower limit for low speed breakdowns.
* Timetabling waiting time in depots: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=70969)
@ -121,6 +123,9 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Show a company-coloured mark next to vehicles in vehicle list windows, if their owner does not match list owner (imported: by McZapkie) (added in v0.8.0)
This has been modified to change the mark and be controlled by a setting (on by default).
* Vehicle lifetime profit patch [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=72844) (added in v0.10.0)
This has been modified to show current lifetime profit, instead of the yearly-updated value.
* Performance improvements
* Improve dedicated server performance. Up to approximately 2.5x faster. (added in v0.8.1)
* Improve cargodest link graph calculation performance. Up to approximately 33% faster. (added in v0.8.1)

@ -2,6 +2,22 @@
* * *
### v0.10.0 (2016-01-13)
* Fix building rivers being disabled in scenario editor mode.
* Fix minor visual issue with SSE2 palette animator.
* Fix group info window when GUI/font is scaled to a larger size.
* Fix cargo dest overlay not being updated after a zoom change.
* Fix newly cloned routing restrictions not being activated.
* Fix compilation on gcc 4.3 to 4.6.
* Improved breakdowns: Limit low speed breakdowns to lower of 1/4 max speed or 28km/h.
* Zoning: Add mode to show station catchment only where station window open.
* Add vehicle lifetime profit patch, modified to show current lifetime profit, instead of the yearly-updated value.
* Change default measurement tool hotkey to shift-R.
* Minor performance improvement in fonts and viewport text labels.
* Minor configure script library detection changes.
* Add German translations by Auge, for the building rivers in game and improved breakdowns patches.
* Bump trunk base from r27472 to r27495
### v0.9.0 (2015-12-19)
* Improved breakdowns: Fix desync which occured when issuing a "train too heavy" advice message.
* Routing restrictions:

Loading…
Cancel
Save