1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 17:42:29 +01:00

Merge branch 'master' into develop

This commit is contained in:
Michał Janiszewski
2016-12-27 23:59:47 +01:00
5 changed files with 10 additions and 14 deletions

2
debian/changelog vendored
View File

@@ -1,4 +1,4 @@
openrct2 (0.0.5-develop-1) unstable; urgency=medium openrct2 (0.0.5-master-1) unstable; urgency=medium
* Fourth stable release. (Closes: #XXXXXX) * Fourth stable release. (Closes: #XXXXXX)

View File

@@ -1,4 +1,4 @@
0.0.5 (in development) 0.0.5 (2016-12-27)
------------------------------------------------------------------------ ------------------------------------------------------------------------
This is the first fully implemented version of OpenRCT2. RCT2.EXE is no longer required. This is the first fully implemented version of OpenRCT2. RCT2.EXE is no longer required.

View File

@@ -1,8 +1,7 @@
Release version: 0.0.4 Release version: 0.0.5
------------------------------------------------------------------------ ------------------------------------------------------------------------
* Scenario editor object selection window will show object names in the selected language at the time of building the object cache. (Deleting plugin.dat in Documents/OpenRCT2 will fix this) * Scenario editor object selection window will show object names in the selected language at the time of building the object cache. (Deleting plugin.dat in Documents/OpenRCT2 will fix this)
* Guest AI is slightly worse than the original game. * Guest AI is slightly worse than the original game.
* Multiplayer is very experimental and is likely to desynchronise often. * Multiplayer is very experimental and is likely to desynchronise often.
* Picking up / hiring of staff and guests in multiplayer may cause the game to crash.
Some bugs or limitations present in the original game have not yet been fixed or lifted. Some bugs or limitations present in the original game have not yet been fixed or lifted.

View File

@@ -1,5 +1,5 @@
Last updated: 2016-04-13 Last updated: 2016-12-27
Release version: 0.0.5.0-beta Release version: 0.0.5.0
------------------------------------------------------------------------ ------------------------------------------------------------------------
@@ -69,8 +69,8 @@ following information in your bug report:
3.0) Supported platforms 3.0) Supported platforms
---- ------------------- ---- -------------------
OpenRCT2 is currently supported on Windows Vista and above, many distributions of OpenRCT2 is currently supported on Windows Vista and above, many distributions of
Linux, macOS, and OS X 10.7 or higher. OpenRCT2 will only work on x86 architectures Linux, macOS, and OS X 10.7 or higher. OpenRCT2 will only work on
as the original RollerCoaster Tycoon 2 binary is still required to run the game. little-endian architectures.
Further instructions can be found on GitHub. Further instructions can be found on GitHub.
4.0) Installing and running OpenRCT2 4.0) Installing and running OpenRCT2
@@ -153,8 +153,9 @@ to all files in this distribution, except as noted below.
Jansson | MIT licence. Jansson | MIT licence.
libcURL | MIT (or Modified BSD-style) licence. libcURL | MIT (or Modified BSD-style) licence.
libspeex | BSD-style license. libspeex | BSD-style licence.
libpng | libpng licence. libpng | libpng licence.
libzip | BSD 3 clause licence.
SDL2 | zlib licence. SDL2 | zlib licence.
SDL2 TTF | zlib licence. SDL2 TTF | zlib licence.
zlib | zlib licence. zlib | zlib licence.

View File

@@ -30,11 +30,7 @@
const char *gBuildServer = ""; const char *gBuildServer = "";
#endif #endif
#ifdef OPENRCT2_BRANCH const char *gGitBranch = "";
const char *gGitBranch = OPENRCT2_BRANCH;
#else
const char *gGitBranch = "";
#endif
#ifdef OPENRCT2_COMMIT_SHA1 #ifdef OPENRCT2_COMMIT_SHA1
const char *gCommitSha1 = OPENRCT2_COMMIT_SHA1; const char *gCommitSha1 = OPENRCT2_COMMIT_SHA1;