Skip to content

Commit

Permalink
Update OpenMusic to version 1.6
Browse files Browse the repository at this point in the history
## What's Changed
* Rock style 4 Artist name typo fix by @karst in OpenRCT2/OpenMusic#51
* ca-ES: Translate Mystic style and OpenRCT2 main theme description. by @J0anJosep in OpenRCT2/OpenMusic#52
* ca-ES: Translate cover add-on by @J0anJosep in OpenRCT2/OpenMusic#53
* Add Progressive style by @karst in OpenRCT2/OpenMusic#54

**Full Changelog**: OpenRCT2/OpenMusic@1.5...v1.6
  • Loading branch information
karst committed Jul 9, 2024
1 parent bc0f6c4 commit 28ebf4a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ set(OPENSFX_VERSION "1.0.5")
set(OPENSFX_URL "https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v${OPENSFX_VERSION}/opensound.zip")
set(OPENSFX_SHA1 "b1b1f1b241d2cbff63a1889c4dc5a09bdf769bfb")

set(OPENMSX_VERSION "1.5")
set(OPENMSX_VERSION "1.6")
set(OPENMSX_URL "https://github.com/OpenRCT2/OpenMusic/releases/download/v${OPENMSX_VERSION}/openmusic.zip")
set(OPENMSX_SHA1 "f3c707e576281758637598ce68880416891fe5f9")
set(OPENMSX_SHA1 "ba170fa6d777b309c15420f4b6eb3fa25082a9d1")

set(REPLAYS_VERSION "0.0.79")
set(REPLAYS_URL "https://github.com/OpenRCT2/replays/releases/download/v${REPLAYS_VERSION}/replays.zip")
Expand Down
1 change: 1 addition & 0 deletions distribution/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Feature: [#20832] The ride music tab now shows a track listing for the current music style.
- Feature: [#22172] [Plugin] Expose ride satisfaction ratings to the plugin API.
- Feature: [#22213] [Plugin] Allow plugins to focus on textboxes in custom windows.
- Feature: [OpenMusic#54] Added Progressive ride music style (feat. Approaching Nirvana).
- Change: [#22251] Hide author info in the scenery window unless debug tools are active.

0.4.12 (2024-07-07)
Expand Down
4 changes: 2 additions & 2 deletions openrct2.proj
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
<ObjectsSha1>49852246ba3d3a44f143e0c4de8f4d2e8f950c10</ObjectsSha1>
<OpenSFXUrl>https://github.com/OpenRCT2/OpenSoundEffects/releases/download/v1.0.5/opensound.zip</OpenSFXUrl>
<OpenSFXSha1>b1b1f1b241d2cbff63a1889c4dc5a09bdf769bfb</OpenSFXSha1>
<OpenMSXUrl>https://github.com/OpenRCT2/OpenMusic/releases/download/v1.5/openmusic.zip</OpenMSXUrl>
<OpenMSXSha1>f3c707e576281758637598ce68880416891fe5f9</OpenMSXSha1>
<OpenMSXUrl>https://github.com/OpenRCT2/OpenMusic/releases/download/v1.6/openmusic.zip</OpenMSXUrl>
<OpenMSXSha1>ba170fa6d777b309c15420f4b6eb3fa25082a9d1</OpenMSXSha1>
<ReplaysUrl>https://github.com/OpenRCT2/replays/releases/download/v0.0.79/replays.zip</ReplaysUrl>
<ReplaysSha1>34457077DBA9448A08FF6AC95E5CB92D65252E0C</ReplaysSha1>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions src/openrct2/object/DefaultObjects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ const std::string_view DefaultSelectedObjects[] = {
"openrct2.music.prehistoric",
"openrct2.music.mystic",
"openrct2.music.rock4",
"openrct2.music.progressive"

// Footpath surfaces
"rct2.footpath_surface.tarmac",
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2/object/DefaultObjects.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
#include "Object.h"

extern const std::string_view MinimumRequiredObjects[2];
extern const std::string_view DefaultSelectedObjects[113];
extern const std::string_view DefaultSelectedObjects[114];
extern const std::string_view DesignerSelectedObjects[39];

0 comments on commit 28ebf4a

Please sign in to comment.