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

OpenRCT2 0.0.4 (stable)

This commit is contained in:
Ted John
2016-04-15 22:20:29 +01:00
parent d6943cc066
commit 1eb91cb210
6 changed files with 11 additions and 10 deletions

4
debian/changelog vendored
View File

@@ -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 <janisozaur+openrct2@gmail.com> Sun, 10 Jan 2016 23:41:16 +0100 -- Michał Janiszewski <janisozaur+openrct2@gmail.com> Sun, 10 Jan 2016 23:41:16 +0100

View File

@@ -1,4 +1,4 @@
0.0.4-rc1 0.0.4
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Feature: Full native OSX .app support. - Feature: Full native OSX .app support.
- Feature: Add displaying of frames per second (FPS). - Feature: Add displaying of frames per second (FPS).

View File

@@ -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) * 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.
* 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-12-04 Last updated: 2016-04-15
Release version: 0.0.4-rc1 Release version: 0.0.4
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@@ -4,7 +4,7 @@ An open source re-implementation of Roller Coaster Tycoon 2. A construction and
### Build Status ### Build Status
| | Windows | Linux / OSX | Download | | | 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) | | **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 ### Chat

View File

@@ -4,7 +4,7 @@
#include "common.h" #include "common.h"
#define OPENRCT2_NAME "OpenRCT2" #define OPENRCT2_NAME "OpenRCT2"
#define OPENRCT2_VERSION "0.0.4-rc1" #define OPENRCT2_VERSION "0.0.4"
#define OPENRCT2_ARCHITECTURE "x86" #define OPENRCT2_ARCHITECTURE "x86"
// Platform // Platform
@@ -31,7 +31,7 @@
#define OPENRCT2_BUILD_SERVER "" #define OPENRCT2_BUILD_SERVER ""
#endif #endif
#ifndef OPENRCT2_BRANCH #ifndef OPENRCT2_BRANCH
#define OPENRCT2_BRANCH "develop" #define OPENRCT2_BRANCH ""
#endif #endif
#ifndef OPENRCT2_COMMIT_SHA1 #ifndef OPENRCT2_COMMIT_SHA1
#define OPENRCT2_COMMIT_SHA1 "" #define OPENRCT2_COMMIT_SHA1 ""