Version: Committing version data for tag: jgrpp-0.12.0

pull/6/merge jgrpp-0.12.0
Jonathan G Rennison 8 years ago
parent c0cc72ad96
commit 2d8fa15f06

@ -1,2 +1,2 @@
jgrpp-0.11.0 27505 0 jgrpp-0.11.0
ad05c7d74dda528bd4693a1f56786131d178d60518e453d908747bc591b385eb -
jgrpp-0.12.0 27518 0 jgrpp-0.12.0
5f252ddd392b10e2d1ad875da3a1c621d4b33a0d3996f554555b20b67416154b -

@ -1,4 +1,4 @@
## JGR's Patchpack version 0.11.0
## JGR's Patchpack version 0.12.0
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
@ -49,7 +49,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Vehicles visible in tunnels (transparency setting): [imported](http://dev.openttdcoop.org/projects/clientpatches/repository/changes/VehicelsInTunnels.diff)
* Signals in tunnels and on bridges: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=41260)
* Signals in tunnels and on bridges: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=41260)
Modifications include support for PBS and setting the semaphore/electric type of signals.
* Measurement tools: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=49212)
@ -69,13 +70,16 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Auto timetabling: Bias timetable adjustment to favour negative adjustments; this is to avoid positive feedback between congestion delays and increased timetable length. Reduce jam detection threshold.
* 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.
* 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.
* Vehicle repair cost: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=45642)
* Enhanced viewport: [imported](https://www.tt-forums.net/viewtopic.php?f=33&t=53394)
* 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)
* Add company settings to enable competitors to buy/renew vehicles in this company's depots.
* Add setting to control whether trains can crash with trains owned by other companies.
* Rating in town label: [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=42598)
@ -138,6 +142,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
* Add a menu item to the vehicle list to change order target (added in v0.11.0)
* Template-based train replacement [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=58904) (added in v0.12.0)
* 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,31 @@
* * *
### v0.12.0 (2016-03-02)
* Fix "remove all trees in scenario editor" being available in game.
* Fix crash when a company went bankrupt whilst one of its vehicles was in the middle of loading/unloading.
* Add template-base train replacement patch, with many fixes/changes.
* Allow changing the timetabled waiting time for all of a vehicle's orders at once.
* Run tile animations at the normal rate regardless of day length factor.
* Routing restrictions:
* Fix unreserving through a green PBS signal not setting the state to red.
This also fixes unsuccessful reservation attempts though a reserve-through signal erroneously leaving the signal set to green.
* Infrastructure sharing:
* Add company settings to enable competitors to buy/renew vehicles in this company's depots.
* Add setting to control whether trains can crash with trains owned by other companies.
* Signals on bridges/tunnels:
* Enable PBS reservations to be made up to the signalled entrance to a bridge/tunnel.
* Show tunnel/bridge exit signal facing correct way with correct colour.
* Enable setting semaphore/electric type of signals on bridges/tunnels.
* Also draw signals for tunnel exits.
* Fix drag-convert not updating bridge/tunnel direction correctly.
* Enable bridge/tunnel exit signals to be one-way PBS. Add signal conversion support.
* Enhanced viewports:
* Fix route step lines not being updated when cloning a vehicle's orders.
* Strip colour codes when writing debug messages to the terminal.
* Improvements to crash logging.
* Bump trunk base from r27505 to r27518
### v0.11.0 (2016-02-04)
* Programmable signals: Fix crash when a programmable signal referenced a signal which was then turned to face the other way, and the programmable signal and then the other signal were then deleted.
* Improved breakdowns:

Loading…
Cancel
Save