mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-19 22:02:57 +01:00
Release v0.2.6
- Feature: [#10925] Show hovered values on finance charts. - Feature: [#11013] Ctrl+C copies input dialog text to clipboard. - Feature: [#11218] load_park command for console - Feature: [#11272] Option for toggling notifications for 'Ride casualties' and 'Stuck or stalled vehicles'. - Feature: [#11281] add_news_item command for console - Feature: [#11300] Add powered launch and reverse incline launched shuttle mode to the Stand-Up Roller Coaster (for RCT1 parity). - Fix: [#475] Water sides drawn incorrectly (original bug). - Fix: [#6123, #7907, #9472, #11028] Cannot build some track designs with 4 stations (original bug). - Fix: [#6238] Invalid tile elem iteration in Guest::UpdateUsingBin - Fix: [#7094] Back wall edge texture in water missing. - Fix: [#9719] Hacked walls in RCT1 saves are imported incorrectly. - Fix: [#10372, #10509, #10806] Lift base sections incorrectly exporting, causing various lift related bugs. - Fix: [#10928] File browser's date column is too narrow. - Fix: [#10951, #11160] Attempting to place park entrances creates ghost entrances in random locations. - Fix: [#11005] Company value overflows. - Fix: [#11027] Third color on walls becomes black when saving. - Fix: [#11063] Scrolling position persists when switching tabs in the scenery window. - Fix: [#11106] Crash on getting invalid vehicle index. - Fix: [#11126] Cannot place Frightmare track design. - Fix: [#11208] Cannot export parks with RCT2 DLC objects. - Fix: [#11230] Seat Rotation not imported correctly for hacked rides. - Fix: [#11225] Replay manager cannot handle track designs. - Fix: [#11246] Fix Various Import/Export issues with Boat locations, balloon frame number. - Fix: [#11258] Properly remove format codes from imported strings. - Fix: [#11286] Fix banner tooltip colour. - Fix: Small red gardens in RCT1 saves are imported in the wrong colour. - Improved: [#11157] Slimmer virtual floor lines.
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -11,7 +11,7 @@ assignees: ''
|
|||||||
Fill in the placeholders below. Delete any headings and placeholders that you do not fill in.
|
Fill in the placeholders below. Delete any headings and placeholders that you do not fill in.
|
||||||
-->
|
-->
|
||||||
**OS:** [e.g. Windows 10]
|
**OS:** [e.g. Windows 10]
|
||||||
**Version:** [e.g. 0.2.5]
|
**Version:** [e.g. 0.2.6]
|
||||||
**Commit/Build:** [e.g. 426e106]
|
**Commit/Build:** [e.g. 426e106]
|
||||||
|
|
||||||
<!-- Explanation of the issue -->
|
<!-- Explanation of the issue -->
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -4,7 +4,7 @@ env:
|
|||||||
OPENRCT2_BUILD_SERVER: GitHub
|
OPENRCT2_BUILD_SERVER: GitHub
|
||||||
OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }}
|
OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }}
|
||||||
BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }}
|
BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }}
|
||||||
OPENRCT2_VERSION: 0.2.5
|
OPENRCT2_VERSION: 0.2.6
|
||||||
jobs:
|
jobs:
|
||||||
check-code-formatting:
|
check-code-formatting:
|
||||||
name: Check code formatting
|
name: Check code formatting
|
||||||
|
|||||||
4
debian/changelog
vendored
4
debian/changelog
vendored
@@ -1,5 +1,5 @@
|
|||||||
openrct2 (0.2.5-develop-1) unstable; urgency=medium
|
openrct2 (0.2.6-develop-1) unstable; urgency=medium
|
||||||
|
|
||||||
* Release 2020-03 (Closes: #XXXXXX)
|
* Release 2020-04 (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.2.5+ (in development)
|
0.2.6 (2020-04-17)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
- Feature: [#10925] Show hovered values on finance charts.
|
- Feature: [#10925] Show hovered values on finance charts.
|
||||||
- Feature: [#11013] Ctrl+C copies input dialog text to clipboard.
|
- Feature: [#11013] Ctrl+C copies input dialog text to clipboard.
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.2.5</string>
|
<string>0.2.6</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>ORCT</string>
|
<string>ORCT</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
Last updated: 2020-03-24
|
Last updated: 2020-04-17
|
||||||
Release version: 0.2.4
|
Release version: 0.2.6
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ An open-source re-implementation of RollerCoaster Tycoon 2. A construction and m
|
|||||||
### Download
|
### Download
|
||||||
| Latest release | Latest development build |
|
| Latest release | Latest development build |
|
||||||
|----------------|--------------------------|
|
|----------------|--------------------------|
|
||||||
| [](https://openrct2.org/downloads/master/latest) | [](https://openrct2.org/downloads/develop/latest) |
|
| [](https://openrct2.org/downloads/master/latest) | [](https://openrct2.org/downloads/develop/latest) |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# It should be dot sourced into your environment
|
# It should be dot sourced into your environment
|
||||||
if [[ "$GITHUB_ACTIONS" != "true" ]]; then
|
if [[ "$GITHUB_ACTIONS" != "true" ]]; then
|
||||||
export OPENRCT2_BUILD_SERVER=$(hostname)
|
export OPENRCT2_BUILD_SERVER=$(hostname)
|
||||||
export OPENRCT2_VERSION=0.2.5
|
export OPENRCT2_VERSION=0.2.6
|
||||||
GITHUB_REF=$(git rev-parse --symbolic-full-name HEAD)
|
GITHUB_REF=$(git rev-parse --symbolic-full-name HEAD)
|
||||||
GITHUB_SHA=$(git rev-parse HEAD)
|
GITHUB_SHA=$(git rev-parse HEAD)
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ android {
|
|||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
|
|
||||||
versionCode 2
|
versionCode 2
|
||||||
versionName '0.2.5'
|
versionName '0.2.6'
|
||||||
|
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
#define OPENRCT2_NAME "OpenRCT2"
|
#define OPENRCT2_NAME "OpenRCT2"
|
||||||
#define OPENRCT2_VERSION "0.2.5"
|
#define OPENRCT2_VERSION "0.2.6"
|
||||||
|
|
||||||
#if defined(__amd64__) || defined(_M_AMD64)
|
#if defined(__amd64__) || defined(_M_AMD64)
|
||||||
# define OPENRCT2_ARCHITECTURE "x86-64"
|
# define OPENRCT2_ARCHITECTURE "x86-64"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
// This string specifies which version of network stream current build uses.
|
// This string specifies which version of network stream current build uses.
|
||||||
// It is used for making sure only compatible builds get connected, even within
|
// It is used for making sure only compatible builds get connected, even within
|
||||||
// single OpenRCT2 version.
|
// single OpenRCT2 version.
|
||||||
#define NETWORK_STREAM_VERSION "16"
|
#define NETWORK_STREAM_VERSION "0"
|
||||||
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
|
#define NETWORK_STREAM_ID OPENRCT2_VERSION "-" NETWORK_STREAM_VERSION
|
||||||
|
|
||||||
static Peep* _pickup_peep = nullptr;
|
static Peep* _pickup_peep = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user