mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Release v0.1.0
- Feature: [#1399 (partial), #5177] Add window that displays any missing/corrupt objects when loading a park - Feature: [#5056] Add cheat to own all land. - Feature: [#5133] Add option to display guest expenditure (as seen in RCTC). - Feature: [#5196] Add cheat to disable ride ageing. - Feature: [#5504] Group vehicles into ride groups - Feature: [#5576] Add a persistent 'display real names of guests' setting. - Feature: [#5611] Add support for Android - Feature: [#5706] Add support for OpenBSD - Feature: OpenRCT2 now starts up on the display it was last shown on. - Feature: Park entrance fee can now be set to amounts up to £200. - Improved: Construction rights can now be placed on park entrances. - Improved: Mouse can now be dragged to select scenery when saving track designs - Fix: [#259] Money making glitch involving swamps (original bug) - Fix: [#441] Construction rights over entrance path erased (original bug) - Fix: [#578] Ride ghosts show up in ride list during construction (original bug) - Fix: [#597] 'Finish 5 roller coasters' goal not properly checked (original bug) - Fix: [#667] Incorrect banner limit calculation (original bug) - Fix: [#739] Crocodile Ride (Log Flume) never allows more than five boats (original bug) - Fix: [#837] Can't move windows on title screen to where the toolbar would be (original bug) - Fix: [#1705] Time Twister's Medieval entrance has incorrect scrolling (original bug) - Fix: [#3178, #5456] Paths with non-ASCII characters not handled properly on macOS. - Fix: [#3346] Crash when extra long train breaks down at the back - Fix: [#3479] Building in pause mode creates too many floating numbers, crashing the game - Fix: [#3565] Multiplayer server crash - Fix: [#3681] Steel Twister rollercoaster always shows all track designs - Fix: [#3846, #5749] Crash when testing coaster with a diagonal lift in block brake mode - Fix: [#4054] Sorting rides by track type: Misleading research messages - Fix: [#4055] Sort rides by track type: Sorting rule is not really clear (inconsistent?) - Fix: [#4512] Invisible map edge tiles corrupted - Fix: [#5009] Ride rating calculations can overflow - Fix: [#5253] RCT1 park value conversion factor too high - Fix: [#5400] New Ride window does not focus properly on newly invented ride. - Fix: [#5489] Sprite index crash for car view on car ride. - Fix: [#5730] Unable to uncheck 'No money' in the Scenario Editor. - Fix: [#5750] Game freezes when ride queue linked list is corrupted. - Fix: [#5819] Vertical multi-dimension coaster tunnels drawn incorrectly - Fix: Non-invented vehicles can be used via track designs in select-by-track-type mode. - Fix: Track components added by OpenRCT2 are now usable in older scenarios. - Technical: [#5047] Add ride ratings tests - Technical: [#5458] Begin offering headless build with reduced compile- and run-time dependencies - Technical: [#5755] Title sequence wait periods use milliseconds - Technical: Fix many desync sources
This commit is contained in:
committed by
Michał Janiszewski
parent
63ff37cb48
commit
6d1f732ed6
@@ -14,7 +14,7 @@ sudo: required
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- OPENRCT2_VERSION="0.0.8"
|
- OPENRCT2_VERSION="0.1.0"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
version: 0.0.8.{build}
|
version: 0.1.0.{build}
|
||||||
image:
|
image:
|
||||||
- Visual Studio 2015
|
- Visual Studio 2015
|
||||||
# - Visual Studio 2017 RC
|
# - Visual Studio 2017 RC
|
||||||
|
|||||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -1,5 +1,5 @@
|
|||||||
openrct2 (0.0.8-develop-1) unstable; urgency=medium
|
openrct2 (0.1.0-develop-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Sixth release. (Closes: #XXXXXX)
|
* Release 2017-07 (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.1.0 (in development)
|
0.1.0 (2017-07-12)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: [#1399 (partial), #5177] Add window that displays any missing/corrupt objects when loading a park
|
- Feature: [#1399 (partial), #5177] Add window that displays any missing/corrupt objects when loading a park
|
||||||
- Feature: [#5056] Add cheat to own all land.
|
- Feature: [#5056] Add cheat to own all land.
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Last updated: 2017-07-07
|
Last updated: 2017-07-12
|
||||||
Release version: 0.1.0
|
Release version: 0.1.0
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<Platform Condition="'$(PLATFORM)'==''">x64</Platform>
|
<Platform Condition="'$(PLATFORM)'==''">x64</Platform>
|
||||||
<GIT_COMMIT_SHA1_SHORT Condition="'$(GIT_COMMIT_SHA1)'!=''">$(GIT_COMMIT_SHA1.Substring(0, 7))</GIT_COMMIT_SHA1_SHORT>
|
<GIT_COMMIT_SHA1_SHORT Condition="'$(GIT_COMMIT_SHA1)'!=''">$(GIT_COMMIT_SHA1.Substring(0, 7))</GIT_COMMIT_SHA1_SHORT>
|
||||||
|
|
||||||
<Version>0.0.8</Version>
|
<Version>0.1.0</Version>
|
||||||
<VersionExtra Condition="'$(GIT_BRANCH)'!=''">-$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT)</VersionExtra>
|
<VersionExtra Condition="'$(GIT_BRANCH)'!=''">-$(GIT_BRANCH)-$(GIT_COMMIT_SHA1_SHORT)</VersionExtra>
|
||||||
<VersionExtra Condition="'$(GIT_TAG)'!=''"></VersionExtra>
|
<VersionExtra Condition="'$(GIT_TAG)'!=''"></VersionExtra>
|
||||||
<TargetLibsVersion>12</TargetLibsVersion>
|
<TargetLibsVersion>12</TargetLibsVersion>
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ An open-source re-implementation of RollerCoaster Tycoon 2. A construction and m
|
|||||||
### Build Status
|
### Build Status
|
||||||
| | Windows | Linux / Mac | Download |
|
| | Windows | Linux / Mac | Download |
|
||||||
|-------------|---------|-------------|----------|
|
|-------------|---------|-------------|----------|
|
||||||
| **master** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [](https://openrct2.org/downloads/master/latest) |
|
| **master** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [](https://openrct2.org/downloads/master/latest) |
|
||||||
| **develop** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [](https://openrct2.org/downloads/develop/latest) |
|
| **develop** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [](https://openrct2.org/downloads/develop/latest) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ android {
|
|||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
|
|
||||||
versionCode 2
|
versionCode 2
|
||||||
versionName '0.0.8'
|
versionName '0.1.0'
|
||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
#define OPENRCT2_NAME "OpenRCT2"
|
#define OPENRCT2_NAME "OpenRCT2"
|
||||||
#define OPENRCT2_VERSION "0.0.8"
|
#define OPENRCT2_VERSION "0.1.0"
|
||||||
|
|
||||||
#if defined(__amd64__) || defined(_M_AMD64)
|
#if defined(__amd64__) || defined(_M_AMD64)
|
||||||
#define OPENRCT2_ARCHITECTURE "x86-64"
|
#define OPENRCT2_ARCHITECTURE "x86-64"
|
||||||
|
|||||||
Reference in New Issue
Block a user