From c5d5e639ebff765895c6b755843bf116a8f38dec Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Tue, 29 May 2018 15:20:15 +0200 Subject: [PATCH] Update changelog and network version. --- 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 b3b98b4837..e0ecddae73 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -33,7 +33,7 @@ - Fix: [#7480] Graphs skip values of 0. - Fix: [#7528] In park entrance pricing tab, switching tabs happens on mouse-down instead of mouse-up - Fix: [#7544] Starting a headless server with no arguments causes the game to freeze. -- Fix: [#7571] Hovering a ride design over scenery will give tons of money. +- Fix: [#7571] Hovering a ride design over scenery or tracks will give tons of money. - Improved: [#2989] Multiplayer window now changes title when tab changes. - Improved: [#5339] Change eyedropper icon to actual eyedropper and change cursor to crosshair. - Improved: [#5832] Resize tile inspector automatically when selecting a tile element. @@ -46,6 +46,7 @@ - Improved: [#7548] Ctrl-clicking with the tile inspector open now directly selects an element and its tile. - Improved: [#7555] Allow setting the Twitch API URL, allowing custom API servers. - Improved: [#7567] Improve the performance of loading parks and the title sequence. +- Improved: [#7577] Allow fine-tuning the virtual floor style. 0.1.2 (2018-03-18) ------------------------------------------------------------------------ diff --git a/src/openrct2/network/Network.cpp b/src/openrct2/network/Network.cpp index e60a163d96..c1742a904a 100644 --- a/src/openrct2/network/Network.cpp +++ b/src/openrct2/network/Network.cpp @@ -34,7 +34,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 "16" +#define NETWORK_STREAM_VERSION "17" #define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION static rct_peep* _pickup_peep = nullptr;