update distribution for 0.0.2

This commit is contained in:
IntelOrca 2015-06-21 13:44:22 +01:00
parent d193348792
commit 8c263b4bbc
5 changed files with 59 additions and 59 deletions

View File

@ -1,18 +0,0 @@
Please keep this file sorted by date for easier checking.
2015-05-21: Allow both types of powered launch (with and without passing the station) for every roller coaster that supported one type in RCT2.
2015-05-21: Allow switching between the RCT2 and RCT1 colour schemes via the in-game options. Added the necessary invalidation methods, as well as a way to invalidate all windows.
2015-05-20: Allow localisation of decimal and thousands separators.
2015-05-19: Allow a maximum of 20 circuits per roller coaster and 64 people on mazes (up from the old limits of 7 and 16, respectively).
2015-05-19: Add a button for game speed.
2015-05-19: Add in-game console.
2015-05-19: Change title logo.
2015-05-19: Add an option to show a Open Cheat Window button.
2015-05-17: Add a cheat to disable all breakdowns.
2015-05-17: Extended 410 km/h lift hill cheat to allow maxing out many other settings on the operating tab as well, like launch speeds.
2015-05-17: Add a cheat to disable brakes failure.
2015-05-17: Also apply the RCT1 colour scheme to the new campaign and scenario selection windows.
2015-05-16: Add a cheat to allow maxing out lift hill speeds (410 km/h).
2015-05-15: Add a new tool for buying land and construction rights. Only in-park.
2015-05-15: Add a cheat to fix all rides.
2015-05-12: Add a config-file only option for a RCT1 colour scheme.

View File

@ -1,43 +1,45 @@
0.0.2-beta (2015-05-22)
0.0.2-beta (2015-06-21)
------------------------------------------------------------------------
- Feature: Ability to change game speed (+ and - keys)
- Feature: Intro sequence does not show by default.
- Feature: New title screen logo.
- Feature: New title sequence (RCT2 version also still available).
- Feature: Title sequence music can now be disabled or changed to the RollerCoaster Tycoon 1 theme music.
- Feature: In-game console.
- Feature: Improved settings window with tab interface.
- Feature: Ability to change language while in game.
- Feature: Allow both types of powered launch (with and without passing the station) for every roller coaster that supported one type in RCT2.
- Feature: Allow testing of incomplete tracks
- Feature: Autosaving
- Feature: Text input is now an in-game window.
- Feature: Toggle between software and hardware video mode.
- Feature: Toggle between resizeable window and fullscreen.
- Feature: Windows now snap to the borders of other windows when dragging (snap radius configurable).
- Feature: Interface colour themes. (Presets for RCT1 and RCT2 are included by default).
- Feature: Re-introduce traffic lights for close / test / open as a theme option.
- Feature: Show day as well as the month and year.
- Feature: Show month before day (e.g. March 14th, year 15)
- Feature: Exit OpenRCT2 to desktop.
- Feature: Game configuration, cache, scores and screenshots now saved in user documents directory under OpenRCT2.
- Feature: Auto-saving with frequency option.
- Feature: Ability to change game speed via toolbar or (+ and - keys).
- Feature: Finance window accessible from toolbar (enabled in settings).
- Feature: Research and development / research funding now accessible as a stand alone window without the requirement of the finances window.
- Feature: Extra viewport windows.
- Feature: Park window viewport is resizable.
- Feature: Land, water and ownership tool sizes can now be increased to 64x64.
- Feature: Mountain tool available in play mode.
- Feature: Buy land and construction rights land tool window. (Currently only in-game).
- Feature: Changeable colour schemes. (Presets for RCT1 and RCT2 are included by default)
- Feature: Change available objects in-game (only available from console)
- Feature: Change research settings in-game (only available from console)
- Feature: Cheats for almost every guest aspect (happiness, hunger, nausea tolerance, etc.)
- Feature: Place scenery as a random cluster available in play mode.
- Feature: Increased limits for maximum of circuits per roller coaster to 20 and people on mazes to 64
- Feature: Allow both types of powered launch (with and without passing the station) for every roller coaster that supported one type in RCT2.
- Feature: Allow testing of incomplete tracks.
- Feature: Cheats window (Ctrl-Alt-C) or by toolbar button (configurable).
- Feature: Cheats for almost every guest aspect (happiness, hunger, nausea tolerance, etc.)
- Feature: Cheat to allow maximum operating settings and lift hill speeds (410 km/h).
- Feature: Cheat to disable all breakdowns.
- Feature: Cheat to disable brakes failure.
- Feature: Cheat to fix all rides.
- Feature: Exit OpenRCT2 to desktop
- Feature: Extra viewport windows.
- Feature: Finance window accessible from toolbar (enabled in settings).
- Feature: Game configuration, cache, scores and screenshots now saved in user documents directory under OpenRCT2.
- Feature: Game speed button on toolbar.
- Feature: Improved settings window with tab interface.
- Feature: Increased limits for maximum of circuits per roller coaster to 20 and people on mazes to 64
- Feature: In-game console.
- Feature: Land, water and ownership tool sizes can now be increased to 64x64.
- Feature: Mountain tool available in play mode.
- Feature: New title screen logo.
- Feature: New title sequence (RCT2 version also still available)
- Feature: Park window viewport is resizable.
- Feature: Place scenery as a random cluster available in play mode.
- Feature: Change available objects in-game (only available from console).
- Feature: Change research settings in-game (only available from console).
- Feature: (Random) map generator available in scenario editor, accessible via the view menu.
- Feature: Research and development / research funding now accessible as a stand alone window without the requirement of the finances window.
- Feature: RollerCoaster Tycoon 1 scenarios can now be opened in the scenario editor or by using the 'edit' command line action.
- Feature: Show month before day (e.g. March 14th, year 15)
- Feature: The "have fun" objective can now be selected in the scenario editor.
- Feature: Title sequence music can now be disabled or changed to the RollerCoaster Tycoon 1 theme music.
- Feature: Text input is now an in-game window.
- Feature: Toggle between software and hardware video mode.
- Feature: Toggle between resizeable window and fullscreen.
- Feature: Twitch integration
- Feature: Windows now snap to the borders of other windows when dragging (snap radius configurable).
- Fix: Litter bins now get full and require emptying by handymen.
- Fix: Litter bins now get full and require emptying by handymen.

View File

@ -6,4 +6,6 @@ Release version: 0.0.2-beta
* Build while paused mode does not support all game commands.
* Some text shown in the map is not translated to selected language.
* 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)
* The game will run slower at high resolutions, particularly if there are many moving objects visible.
* The game will run slower at high resolutions, particularly if there are many moving objects visible.
Most bugs or limitations present in the original game have not yet been fixed or lifted.

View File

@ -1,4 +1,4 @@
Last updated: 2015-02-06
Last updated: 2015-06-21
Release version: 0.0.2-beta
------------------------------------------------------------------------
@ -29,8 +29,8 @@ includes some 3rd party software under different licenses. See the section
2.0) Contacting
---- ----------
The easiest way to contact the OpenRCT2 team is by submitting issues on GitHub
(https://github.com/IntelOrca/OpenRCT2) in the form of questions or bug reports.
You can also chat with us on gitter (https://gitter.im/IntelOrca/OpenRCT2).
(https://github.com/OpenRCT2/OpenRCT2) in the form of questions or bug reports.
You can also chat with us on gitter (https://gitter.im/OpenRCT2/OpenRCT2).
2.1) Reporting bugs
---- --------------
@ -113,18 +113,24 @@ or the OpenRCT2 shortcut either in your start menu or on your desktop and then
select properties. Select the compatibility tab, check
"Disable display scaling on high DPI settings" and then click OK.
If you wish to use Steam Overlay or capture game for video recording or
streaming, you might have to enable hardware display in the options window.
This will still render the graphics on the CPU but the pixel data will be
displayed using either DirectX or OpenGL. This might slow down the game but can
also make the game look smoother.
5.0) Development
---- -----------
OpenRCT2 is an open-source collaborative project. It is developed voluntarily
and hosted on GitHub. If you would like to contribute to the development of
OpenRCT2, please read the readme file in the OpenRCT2 repository or on the main
GitHub page at (https://github.com/IntelOrca/OpenRCT2). This gives more detailed
GitHub page at (https://github.com/OpenRCT2/OpenRCT2). This gives more detailed
information about the project, its roadmap and how to compile the source code.
6.0) Translation
---- -----------
For more information about the game's translation and how to contribute, please
visit the GitHub page and wiki at (https://github.com/IntelOrca/OpenRCT2).
visit the GitHub page and wiki at (https://github.com/OpenRCT2/OpenRCT2).
7.0) Troubleshooting
---- ---------------
@ -137,11 +143,19 @@ you wish to ask online for help.
8.0) Licensing
---- ---------
OpenRCT2 is licensed under the GNU General Public License version 3.0. For
the complete license text, see the file 'licence.txt'. This license applies
OpenRCT2 is licensed under the GNU General Public Licence version 3.0. For
the complete licence text, see the file 'licence.txt'. This licence applies
to all files in this distribution, except as noted below.
The Simple DirectMedia Layer (SDL2) library is licensed under the zlib licence.
argparse | MIT licence.
CuTest | zlib licence.
Jansson | MIT licence.
libcURL | MIT (or Modified BSD-style) licence.
libspeex | BSD-style license.
LodePNG | zlib licence.
SDL2 | zlib licence.
Licences for sub-libraries used by the above may vary. For more information, visit the libraries' respective official websites.
9.0) Credits
---- -------

View File

@ -10,7 +10,7 @@
!define APPVERSIONINTERNAL "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}.${APPV_BUILD}" ; Define application version in X.X.X.X
!include ${VERSION_INCLUDE}
!define /ifndef APPURLLINK "https://github.com/IntelOrca/OpenRCT2"
!define /ifndef APPURLLINK "https://github.com/OpenRCT2/OpenRCT2"
!define APPNAMEANDVERSION "${APPNAME} ${APPVERSION}"
; Define root variable relative to installer