diff --git a/.ottdrev-vc b/.ottdrev-vc index 49ecfd5eee..af96902925 100644 --- a/.ottdrev-vc +++ b/.ottdrev-vc @@ -1,2 +1,2 @@ -jgrpp-0.8.1 27466 0 jgrpp-0.8.1 -48b56900ed3d43fdd83ac5ef2ae82791fa37cc16e8deee5f1c34cf4b6c955cdb - +jgrpp-0.9.0 27472 0 jgrpp-0.9.0 +a927a415d4939333d4f83a5af72599712f5989b6b24d65984c13982352b1efe9 - diff --git a/README.md b/README.md index 3496dfb1fe..be399048d7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## JGR's Patchpack version 0.8.1 +## JGR's Patchpack version 0.9.0 This is a collection of patches applied to [OpenTTD](http://www.openttd.org/) @@ -25,7 +25,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Routing restrictions: [thread](http://www.tt-forums.net/viewtopic.php?f=33&t=73397) This is developed in the *tracerestrict* branch. - A version of this feature rebased onto [Cirdan's new map features branch](http://repo.or.cz/w/openttd/fttd.git) is in the *tracerestrict-cirdan* branch, see [this thread](http://www.tt-forums.net/viewtopic.php?f=33&t=58420) + A version of this feature rebased onto [Cirdan's new map features branch](http://repo.or.cz/w/openttd/fttd.git) is in the *tracerestrict-cirdan* branch, see [this thread](http://www.tt-forums.net/viewtopic.php?f=33&t=58420) + As of v0.9.0, add a conditional to test which company owns the train. * Programmable signals: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=47690) This includes additions to the patch from the [Spring 2013 Patch Pack](http://www.tt-forums.net/viewtopic.php?f=33&t=66892) @@ -62,7 +63,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * Improved breakdowns: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=39518) Fixed minor bugs involving breakdown smoke. - As of v0.5.3, fix multiplayer desync issues. + As of v0.5.3 and v0.9.0, fix multiplayer desync issues. * Timetabling waiting time in depots: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=70969) @@ -145,7 +146,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * 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) + * Improve cargodest link graph calculation performance. Up to approximately 33% faster. (added in v0.8.1) + * Add a 32bpp SSE2 palette animator. This is ~4x faster than the non-accelerated palette animator. (added in v0.9.0) * Save/load and savegame format changes * Various changes to improve handling of savegames which use features not in trunk. diff --git a/jgrpp-changelog.md b/jgrpp-changelog.md index 20c7103be3..bd4d545ac1 100644 --- a/jgrpp-changelog.md +++ b/jgrpp-changelog.md @@ -2,6 +2,17 @@ * * * +### v0.9.0 (2015-12-19) +* Improved breakdowns: Fix desync which occured when issuing a "train too heavy" advice message. +* Routing restrictions: + * Add a conditional to test which company owns the train. + * OpenGFX electric signal sprites are now considered "default", so can be recoloured blue when restricted. + * Add a setting to show restricted electric signals using the default sprites (recoloured blue). +* Increase maximum value of max loan difficulty setting. +* Add a 32bpp SSE2 palette animator. This is ~4x faster than the non-accelerated palette animator. +* Version detection: git and the .ottdrev-vc file now override SVN and Hg. +* Bump trunk base from r27466 to r27472 + ### 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.