From b01e9381f71f2d1c723fd69840c8f2d147aaff31 Mon Sep 17 00:00:00 2001 From: duncanspumpkin Date: Sat, 11 Apr 2020 09:01:29 +0100 Subject: [PATCH] Update network version. Add changelog entry --- distribution/changelog.txt | 3 ++- src/openrct2/network/Network.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/distribution/changelog.txt b/distribution/changelog.txt index 8370fd5d18..d0b8e7d766 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -7,6 +7,7 @@ - Fix: [#6238] Invalid tile elem iteration in Guest::UpdateUsingBin - Fix: [#7094] Back wall edge texture in water missing. - Fix: [#9719] Hacked walls in RCT1 saves are imported incorrectly. +- Fix: [#10372, #10509, #10806] Lift base sections incorrectly exporting, causing various lift related bugs. - Fix: [#10928] File browser's date column is too narrow. - Fix: [#10951, #11160] Attempting to place park entrances creates ghost entrances in random locations. - Fix: [#11005] Company value overflows. @@ -16,7 +17,7 @@ - Fix: [#11208] Cannot export parks with RCT2 DLC objects. - Fix: [#11230] Seat Rotation not imported correctly for hacked rides. - Fix: [#11225] Replay manager cannot handle track designs. -- Fix: [#11246] Fix Various Import/Export issues +- Fix: [#11246] Fix Various Import/Export issues with Boat locations, balloon frame number. - Fix: Small red gardens in RCT1 saves are imported in the wrong colour. - Improved: [#11157] Slimmer virtual floor lines. diff --git a/src/openrct2/network/Network.cpp b/src/openrct2/network/Network.cpp index 56230e8f05..4743b31c43 100644 --- a/src/openrct2/network/Network.cpp +++ b/src/openrct2/network/Network.cpp @@ -31,7 +31,7 @@ // This string specifies which version of network stream current build uses. // It is used for making sure only compatible builds get connected, even within // single OpenRCT2 version. -#define NETWORK_STREAM_VERSION "13" +#define NETWORK_STREAM_VERSION "14" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION static Peep* _pickup_peep = nullptr;