1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 17:42:29 +01:00

Update OpenMusic to version 1.2.0 (#19833)

This commit is contained in:
AuraSpecs
2023-04-05 21:21:12 +02:00
committed by GitHub
parent d3c492a967
commit 19a8384547
4 changed files with 6 additions and 4 deletions

View File

@@ -72,9 +72,9 @@ set(OPENSFX_VERSION "1.0.2")
set(OPENSFX_URL "https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v${OPENSFX_VERSION}/opensound.zip") set(OPENSFX_URL "https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v${OPENSFX_VERSION}/opensound.zip")
set(OPENSFX_SHA1 "64EF7E0B7785602C91AEC66F005C035B05A2133B") set(OPENSFX_SHA1 "64EF7E0B7785602C91AEC66F005C035B05A2133B")
set(OPENMSX_VERSION "1.1.0") set(OPENMSX_VERSION "1.2.0")
set(OPENMSX_URL "https://github.com/OpenRCT2/OpenMusic/releases/download/v${OPENMSX_VERSION}/openmusic.zip") set(OPENMSX_URL "https://github.com/OpenRCT2/OpenMusic/releases/download/v${OPENMSX_VERSION}/openmusic.zip")
set(OPENMSX_SHA1 "8f0cf6b2fd4727e91b0d4062e7f199a43d15e777") set(OPENMSX_SHA1 "c1c9b030c83c12ff628e8ec72fcfe748291a5344")
set(REPLAYS_VERSION "0.0.77") set(REPLAYS_VERSION "0.0.77")
set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip") set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip")

View File

@@ -270,6 +270,7 @@ The following people are not part of the development team, but have been contrib
## Music ## Music
* Karst "Jalmaan" van Galen Last (AuraSpecs) * Karst "Jalmaan" van Galen Last (AuraSpecs)
* (Flyxxpy)
## RollerCoaster Tycoon 2 credits ## RollerCoaster Tycoon 2 credits
Design and programming by Chris Sawyer Design and programming by Chris Sawyer

View File

@@ -1,6 +1,7 @@
0.4.5 (in development) 0.4.5 (in development)
------------------------------------------------------------------------ ------------------------------------------------------------------------
- Feature: [#19547] Add large sloped turns to hybrid coaster and single rail coaster. - Feature: [#19547] Add large sloped turns to hybrid coaster and single rail coaster.
- Feature: [OpenMusic#25] Added Prehistoric ride music style.
- Improved: [#18490] Reduce guests walking through trains on level crossing next to station. - Improved: [#18490] Reduce guests walking through trains on level crossing next to station.
- Improved: [#19764] Miscellaneous scenery tab now grouped next to the all-scenery tab. - Improved: [#19764] Miscellaneous scenery tab now grouped next to the all-scenery tab.
- Fix: [#12598] Number of holes is not set correctly when saving track designs. - Fix: [#12598] Number of holes is not set correctly when saving track designs.

View File

@@ -49,8 +49,8 @@
<ObjectsSha1>622434a2fd968d063d2a35c16f07b7cc77ebca6b</ObjectsSha1> <ObjectsSha1>622434a2fd968d063d2a35c16f07b7cc77ebca6b</ObjectsSha1>
<OpenSFXUrl>https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.2/opensound.zip</OpenSFXUrl> <OpenSFXUrl>https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.2/opensound.zip</OpenSFXUrl>
<OpenSFXSha1>64EF7E0B7785602C91AEC66F005C035B05A2133B</OpenSFXSha1> <OpenSFXSha1>64EF7E0B7785602C91AEC66F005C035B05A2133B</OpenSFXSha1>
<OpenMSXUrl>https://github.com/OpenRCT2/OpenMusic/releases/download/v1.1.0/openmusic.zip</OpenMSXUrl> <OpenMSXUrl>https://github.com/OpenRCT2/OpenMusic/releases/download/v1.2.0/openmusic.zip</OpenMSXUrl>
<OpenMSXSha1>8f0cf6b2fd4727e91b0d4062e7f199a43d15e777</OpenMSXSha1> <OpenMSXSha1>c1c9b030c83c12ff628e8ec72fcfe748291a5344</OpenMSXSha1>
<ReplaysUrl>https://github.com/OpenRCT2/replays/releases/download/v0.0.77/replays.zip</ReplaysUrl> <ReplaysUrl>https://github.com/OpenRCT2/replays/releases/download/v0.0.77/replays.zip</ReplaysUrl>
<ReplaysSha1>65CA6D830789C074F575F15E3F9E2C28691C24F8</ReplaysSha1> <ReplaysSha1>65CA6D830789C074F575F15E3F9E2C28691C24F8</ReplaysSha1>
</PropertyGroup> </PropertyGroup>