Version: Committing version data for tag: jgrpp-0.12.1

This commit is contained in:
Jonathan G Rennison
2016-03-23 18:23:10 +00:00
parent ec62878758
commit 0cca19da9f
3 changed files with 23 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
## JGR's Patchpack version 0.12.0
## JGR's Patchpack version 0.12.1
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@@ -71,7 +71,7 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Auto separation: Fix handling of non-station orders (e.g. waypoints and depots). Add a company setting to scale vehicle lateness adjustments. No longer set vehicle lateness to 0 if separation fails, instead leave it as it was.
* Timetable GUI: Allow clearing of timetable time fields which are at 0. Allow explicitly setting timetable time fields to 0 without clearing them.
* Add a company setting to enable automatic timetabling for new vehicles.
* Allow changing the timetabled waiting time for all of a vehicle's orders at once.
* Allow changing/clearing the timetabled waiting time and max speed of all of a vehicle's orders at once.
* Vehicle repair cost: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=45642)
@@ -144,6 +144,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Template-based train replacement [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=58904) (added in v0.12.0)
* Add a menu item to the vehicle list to assign all listed vehicles to a new group (added in v0.12.1)
* 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)