mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Update changelog and network version.
This commit is contained in:
committed by
Aaron van Geffen
parent
9396da9b71
commit
c5d5e639eb
@@ -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)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user