1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

prepare distribution files for pre-release-0.0.3.1

This commit is contained in:
IntelOrca
2015-12-04 19:09:05 +00:00
parent 9c19d689c2
commit 8e6c345be6
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
0.0.3.1-beta (2015-12-04)
------------------------------------------------------------------------
- Fix: [#2407] save game prompt delay is not reset on start scenario
- Fix: [#2415] day / night cycle did not update colours during gameplay
- Fix: [#2425] new campaign for ride shows invalid list when over 40 rides
- Fix: [#2417] peep direction assertion somtimes during pathfinding
- Fix: [#2158] video freeze when window is maximised, minimised and then restored
- Fix: [#2434] dropdown menus linger when toolbars are hidden
0.0.3-beta (2015-11-30) 0.0.3-beta (2015-11-30)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Feature: Adding extra title sequences. - Feature: Adding extra title sequences.

View File

@@ -1,4 +1,4 @@
Release version: 0.0.3-beta Release version: 0.0.3-1-beta
------------------------------------------------------------------------ ------------------------------------------------------------------------
* Some sounds play at their maximum volume irrespective of the sound volume control. * 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)

View File

@@ -1,5 +1,5 @@
Last updated: 2015-30-11 Last updated: 2015-12-04
Release version: 0.0.3-beta Release version: 0.0.3-1-beta
------------------------------------------------------------------------ ------------------------------------------------------------------------

View File

@@ -2,7 +2,7 @@
!define /ifndef APPV_MAJOR 0 !define /ifndef APPV_MAJOR 0
!define /ifndef APPV_MINOR 0 !define /ifndef APPV_MINOR 0
!define /ifndef APPV_MAINT 3 !define /ifndef APPV_MAINT 3
!define /ifndef APPV_BUILD 0 !define /ifndef APPV_BUILD 1
!define /ifndef APPV_EXTRA "-beta" !define /ifndef APPV_EXTRA "-beta"
!define APPNAME "OpenRCT2" ; Define application name !define APPNAME "OpenRCT2" ; Define application name