Version: Committing version data for tag: jgrpp-0.8.1

pull/6/merge jgrpp-0.8.1
Jonathan G Rennison 9 years ago
parent 14bf956cec
commit ad3255f347

@ -1,2 +1,2 @@
jgrpp-0.8.0 27455 0 jgrpp-0.8.0 jgrpp-0.8.1 27466 0 jgrpp-0.8.1
987f3cf7519b050dee2190b5cdd52962ada98488a6109fa4cf0fc4353b05eeee - 48b56900ed3d43fdd83ac5ef2ae82791fa37cc16e8deee5f1c34cf4b6c955cdb -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.8.0 ## JGR's Patchpack version 0.8.1
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -46,7 +46,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Fixed departure boards with orders with timetabled 0 travel times, e.g. those with depot service orders. * Fixed departure boards with orders with timetabled 0 travel times, e.g. those with depot service orders.
* Fixed memory leak. * Fixed memory leak.
* Made modifications to work with day length greater than 1. * Made modifications to work with day length greater than 1.
* As of v0.7.0, fixed a multiplayer desync caused by the timetable rounding depending on the client time display mode setting. * As of v0.7.0, fixed a multiplayer desync caused by the timetable rounding depending on the client time display mode setting.
* As of v0.8.1, fixed crash when a station is deleted with its departure boards window open.
* Town cargo generation factor: [imported](http://www.tt-forums.net/viewtopic.php?t=46399) * Town cargo generation factor: [imported](http://www.tt-forums.net/viewtopic.php?t=46399)
@ -82,7 +83,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Enhanced viewport: [imported](https://www.tt-forums.net/viewtopic.php?f=33&t=53394) * Enhanced viewport: [imported](https://www.tt-forums.net/viewtopic.php?f=33&t=53394)
Fixed crash when looking at aqueducts in viewport map mode. Fixed crash when looking at aqueducts in viewport map mode.
As of v0.7.1 and v0.8.0, fix flicker and render errors of bridge/tunnels in viewport map mode, and rendering/clearing errors of vehicle route lines. As of v0.7.1 to v0.8.1, fix flicker and render errors of bridge/tunnels in viewport map mode, and rendering/clearing errors of vehicle route lines.
As of v0.8.0, fix companies with a green colour scheme appearing as flashing yellow in viewport map owner mode. As of v0.8.0, fix companies with a green colour scheme appearing as flashing yellow in viewport map owner mode.
* Infrastructure sharing: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=42254) * Infrastructure sharing: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=42254)
@ -158,7 +159,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Logging: Various changes and improvements to desync-related logging and debugging, see changelog for details. * Logging: Various changes and improvements to desync-related logging and debugging, see changelog for details.
* Translations * Translations
* German (by Auge): including vehicle group info, vehicle details window, the zoning toolbar, and settings for adjacent level crossings. * German (by Auge): including vehicle group info, vehicle details window, the zoning toolbar, and settings for improved breakdowns and adjacent level crossings.
#### Caveats for loading savegames from the [Spring 2013 Patch Pack](http://www.tt-forums.net/viewtopic.php?f=33&t=66892): #### Caveats for loading savegames from the [Spring 2013 Patch Pack](http://www.tt-forums.net/viewtopic.php?f=33&t=66892):

@ -2,6 +2,18 @@
* * * * * *
### v0.8.1 (2015-12-06)
* Fix crash when a station is deleted with its departure boards window open.
* Enhanced viewports: Fix new/enlarged route step markers not being redrawn.
* Fix version detection of when git support is missing.
* Label threads with a descriptive name on supported Unixy platforms.
* Performance improvements:
* Improve dedicated server performance by between 0% and approximately 60%.
* Improve cargodest link graph calculation performance by between 0% and approximately 25%.
* Add German translations by Auge, for the improved breakdowns patch.
* Desync debugging: Changes to debug random logging.
* Bump trunk base from r27455 to r27466
### v0.8.0 (2015-11-24) ### v0.8.0 (2015-11-24)
* Enhanced viewports: * Enhanced viewports:
* Fix flicker and render errors of tunnels in viewport map mode. * Fix flicker and render errors of tunnels in viewport map mode.
@ -104,7 +116,7 @@
* Pause the game instead of blocking when cargo dest link graph jobs lag. * Pause the game instead of blocking when cargo dest link graph jobs lag.
* Update routing restrictions patch: * Update routing restrictions patch:
* Program GUI changes to make 'or if' conditions easier to add, remove and use. * Program GUI changes to make 'or if' conditions easier to add, remove and use.
* Add a 'reserve through' program command. * Add a 'reserve through' program command.
If a restricted PBS signal uses this command, PBS reservations which would otherwise stop at this signal instead continue through it to the next signal/waiting point. In effect this allows the 'safe waiting point' property of a PBS signal to be conditionally turned off. If a restricted PBS signal uses this command, PBS reservations which would otherwise stop at this signal instead continue through it to the next signal/waiting point. In effect this allows the 'safe waiting point' property of a PBS signal to be conditionally turned off.
* Improvements to the correctness and thoroughness of the program validator. * Improvements to the correctness and thoroughness of the program validator.
* Bump trunk base from r27389 to r27394 * Bump trunk base from r27389 to r27394

Loading…
Cancel
Save