mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 17:42:29 +01:00
OpenRCT2 0.0.4 (stable)
This commit is contained in:
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -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
|
||||||
|
|||||||
@@ -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).
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [OpenRCT2.org](https://openrct2.org/downloads/master/latest) |
|
| **master** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [OpenRCT2.org](https://openrct2.org/downloads/master/latest) |
|
||||||
| **develop** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [OpenRCT2.org](https://openrct2.org/downloads/develop/latest) |
|
| **develop** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [OpenRCT2.org](https://openrct2.org/downloads/develop/latest) |
|
||||||
|
|
||||||
### Chat
|
### Chat
|
||||||
|
|||||||
@@ -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 ""
|
||||||
|
|||||||
Reference in New Issue
Block a user