diff --git a/.ottdrev-vc b/.ottdrev-vc index 3b5b17f06c..49ecfd5eee 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.8.0 27455 0 jgrpp-0.8.0 -987f3cf7519b050dee2190b5cdd52962ada98488a6109fa4cf0fc4353b05eeee - +jgrpp-0.8.1 27466 0 jgrpp-0.8.1 +48b56900ed3d43fdd83ac5ef2ae82791fa37cc16e8deee5f1c34cf4b6c955cdb - diff --git a/README.md b/README.md index 9c2eba191b..d925bb73c4 100644 --- a/README.md +++ b/README.md @@ -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/) @@ -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 memory leak. * 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) @@ -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) 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. * 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. * 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): diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 2630efe935..721b3820d0 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -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) * Enhanced viewports: * 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. * Update routing restrictions patch: * 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. * Improvements to the correctness and thoroughness of the program validator. * Bump trunk base from r27389 to r27394