mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Update text files and network version
This commit is contained in:
parent
8075d69a68
commit
2736058912
3 changed files with 3 additions and 1 deletions
|
@ -66,6 +66,7 @@ The following people are not part of the project team, but have been contributin
|
||||||
* Joël Troch (JoelTroch) - Keyboard shortcuts for ride construction.
|
* Joël Troch (JoelTroch) - Keyboard shortcuts for ride construction.
|
||||||
* Thomas Delebo (delebota) - Misc.
|
* Thomas Delebo (delebota) - Misc.
|
||||||
* Brian Callahan (ibara) - OpenBSD port.
|
* Brian Callahan (ibara) - OpenBSD port.
|
||||||
|
* Jens Heuseveldt (jensj12) - Mountain tool improvements, misc.
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
* (halfbro)
|
* (halfbro)
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
- Feature: [#5877] Allow up to 16 stations to be synchronised
|
- Feature: [#5877] Allow up to 16 stations to be synchronised
|
||||||
- Feature: [#5970] The Bobsleigh Roller Coaster now supports on-ride photos.
|
- Feature: [#5970] The Bobsleigh Roller Coaster now supports on-ride photos.
|
||||||
- Feature: [#5991] Allow all tracked rides that can be tested without guests to the Track Designer
|
- Feature: [#5991] Allow all tracked rides that can be tested without guests to the Track Designer
|
||||||
|
- Fix: [#2127, #2229, #5586] Mountain tool cost calculation
|
||||||
- Fix: [#3589] Crash due to invalid footpathEntry in path_paint
|
- Fix: [#3589] Crash due to invalid footpathEntry in path_paint
|
||||||
- Fix: [#4455] Crash in window_sign_invalidate due to original bug
|
- Fix: [#4455] Crash in window_sign_invalidate due to original bug
|
||||||
- Fix: [#4931] Crash in path_paint - footpathentry was null
|
- Fix: [#4931] Crash in path_paint - footpathentry was null
|
||||||
|
|
|
@ -55,7 +55,7 @@ extern "C" {
|
||||||
// This define specifies which version of network stream current build uses.
|
// This define specifies which version of network stream current build uses.
|
||||||
// It is used for making sure only compatible builds get connected, even within
|
// It is used for making sure only compatible builds get connected, even within
|
||||||
// single OpenRCT2 version.
|
// single OpenRCT2 version.
|
||||||
#define NETWORK_STREAM_VERSION "13"
|
#define NETWORK_STREAM_VERSION "14"
|
||||||
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
|
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in a new issue