From 1eb91cb21044cdd46ac957c956d2ae64255a6bfb Mon Sep 17 00:00:00 2001 From: Ted John Date: Fri, 15 Apr 2016 22:20:29 +0100 Subject: [PATCH] OpenRCT2 0.0.4 (stable) --- debian/changelog | 4 ++-- distribution/changelog.txt | 2 +- distribution/known_issues.txt | 5 +++-- distribution/readme.txt | 4 ++-- readme.md | 2 +- src/version.h | 4 ++-- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 10b59261f3..8127474f06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -openrct2 (0.0.4-develop-1) unstable; urgency=medium +openrct2 (0.0.4-master-1) unstable; urgency=medium - * Initial release. (Closes: #XXXXXX) + * Third stable release. (Closes: #XXXXXX) -- MichaƂ Janiszewski Sun, 10 Jan 2016 23:41:16 +0100 diff --git a/distribution/changelog.txt b/distribution/changelog.txt index c91a367ed7..076e9aa443 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -1,4 +1,4 @@ -0.0.4-rc1 +0.0.4 ------------------------------------------------------------------------ - Feature: Full native OSX .app support. - Feature: Add displaying of frames per second (FPS). diff --git a/distribution/known_issues.txt b/distribution/known_issues.txt index 592c7bac61..d041833e06 100644 --- a/distribution/known_issues.txt +++ b/distribution/known_issues.txt @@ -1,7 +1,8 @@ -Release version: 0.0.4-rc1 +Release version: 0.0.4 ------------------------------------------------------------------------ -* Some sounds play at their maximum volume irrespective of the sound volume control. * 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. +* 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. diff --git a/distribution/readme.txt b/distribution/readme.txt index cc2d6299c2..2178060caa 100644 --- a/distribution/readme.txt +++ b/distribution/readme.txt @@ -1,5 +1,5 @@ -Last updated: 2016-12-04 -Release version: 0.0.4-rc1 +Last updated: 2016-04-15 +Release version: 0.0.4 ------------------------------------------------------------------------ diff --git a/readme.md b/readme.md index 260e149c28..e3b466c3f7 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ An open source re-implementation of Roller Coaster Tycoon 2. A construction and ### Build Status | | Windows | Linux / OSX | Download | |-------------|---------|-------------|----------| -| **master** | [![AppVeyor](https://ci.appveyor.com/api/projects/status/7efnemxhon6i5n34/branch/develop?svg=true)](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [![Travis CI](https://travis-ci.org/OpenRCT2/OpenRCT2.svg?branch=master)](https://travis-ci.org/OpenRCT2/OpenRCT2) | [OpenRCT2.org](https://openrct2.org/downloads/master/latest) | +| **master** | [![AppVeyor](https://ci.appveyor.com/api/projects/status/7efnemxhon6i5n34/branch/master?svg=true)](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [![Travis CI](https://travis-ci.org/OpenRCT2/OpenRCT2.svg?branch=master)](https://travis-ci.org/OpenRCT2/OpenRCT2) | [OpenRCT2.org](https://openrct2.org/downloads/master/latest) | | **develop** | [![AppVeyor](https://ci.appveyor.com/api/projects/status/7efnemxhon6i5n34/branch/develop?svg=true)](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [![Travis CI](https://travis-ci.org/OpenRCT2/OpenRCT2.svg?branch=develop)](https://travis-ci.org/OpenRCT2/OpenRCT2) | [OpenRCT2.org](https://openrct2.org/downloads/develop/latest) | ### Chat diff --git a/src/version.h b/src/version.h index fb6b801106..abe384ef0b 100644 --- a/src/version.h +++ b/src/version.h @@ -4,7 +4,7 @@ #include "common.h" #define OPENRCT2_NAME "OpenRCT2" -#define OPENRCT2_VERSION "0.0.4-rc1" +#define OPENRCT2_VERSION "0.0.4" #define OPENRCT2_ARCHITECTURE "x86" // Platform @@ -31,7 +31,7 @@ #define OPENRCT2_BUILD_SERVER "" #endif #ifndef OPENRCT2_BRANCH - #define OPENRCT2_BRANCH "develop" + #define OPENRCT2_BRANCH "" #endif #ifndef OPENRCT2_COMMIT_SHA1 #define OPENRCT2_COMMIT_SHA1 ""