Version: Committing version data for tag: jgrpp-0.13.0
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
jgrpp-0.12.1 27525 0 jgrpp-0.12.1
|
||||
5494de2f898e34850d52f6ffb2d5e822009fe3c44b21e0bcbfb7e191f8d25006 -
|
||||
jgrpp-0.13.0 27547 0 jgrpp-0.13.0
|
||||
14dd229629d9cdbf2eb03980d1d53f79b574e6ffabef2313d829127e2ff06000 -
|
||||
|
10
README.md
10
README.md
@@ -1,4 +1,4 @@
|
||||
## JGR's Patchpack version 0.12.1
|
||||
## JGR's Patchpack version 0.13.0
|
||||
|
||||
This is a collection of patches applied to [OpenTTD](http://www.openttd.org/)
|
||||
|
||||
@@ -146,6 +146,10 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
|
||||
|
||||
* Add a menu item to the vehicle list to assign all listed vehicles to a new group (added in v0.12.1)
|
||||
|
||||
* Polyline rail track building tool [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=57080) (added in v0.13.0)
|
||||
|
||||
* Increase number of available rail track types from 16 to 32 [imported](http://www.tt-forums.net/viewtopic.php?f=33&t=74365) (added in v0.13.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)
|
||||
@@ -160,10 +164,8 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog.
|
||||
* Savegames from other patched versions are not loadable in this patchpack except for savegames from the *tracerestrict* branch ([routing restrictions patch](http://www.tt-forums.net/viewtopic.php?f=33&t=73397)),
|
||||
savegames from the [Spring 2013 Patch Pack](http://www.tt-forums.net/viewtopic.php?f=33&t=66892) v2.0, v2.1, v2.2 (subject to caveats, see below).
|
||||
|
||||
* Changes to the crash log (added in v0.5.0)
|
||||
Enable stack traces on MinGW, try to demangle C++ symbol names, try to use libbfd for better symbol lookup, handle SIGSEGV while backtracing.
|
||||
|
||||
* Miscellaneous
|
||||
* Various improvements to the crash logger. (added in v0.5.0, v0.12.0, v0.12.1)
|
||||
* Label threads with a descriptive name on supported Unixy platforms. (added in v0.8.1)
|
||||
|
||||
* Translations
|
||||
|
@@ -2,6 +2,14 @@
|
||||
|
||||
* * *
|
||||
|
||||
### v0.13.0 (2016-04-19)
|
||||
* Fix crash when dragging two-directional block signals onto a bridge or tunnel.
|
||||
* Add polyline rail track building tool.
|
||||
* Routing restrictions: Add a train group membership conditional.
|
||||
* Increase number of available rail track types from 16 to 32.
|
||||
* Rail signals on bridges and tunnels now use rail-type specific graphics where available.
|
||||
* Bump trunk base from r27525 to r27547
|
||||
|
||||
### v0.12.1 (2016-03-23)
|
||||
* Template-based train replacement:
|
||||
* Fix crash on join or load as a spectator in multiplayer, if the game contained template trains.
|
||||
|
Reference in New Issue
Block a user