From 6cb978fa94aec1e7ffd5ec633136db43f15443cf Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 29 Oct 2015 19:58:50 +0000 Subject: [PATCH] Update readme with desync/debug additions. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33b95e057b..83b3234401 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,10 @@ See [jgrpp-changelog.md](jgrpp-changelog.md) for changelog. * 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. +* Multiplayer desync fixes/changes + * Fix YAPF pathfinder desync issue involving rail track type changes which where only passable by a subset of vehicles (trunk bug). (added in v0.6.0) + * Logging: Various changes and improvements to desync-related logging and debugging, see changelog for details. + #### Caveats for loading savegames from the [Spring 2013 Patch Pack](http://www.tt-forums.net/viewtopic.php?f=33&t=66892): * This is not guaranteed to be bug free