diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index cb4051223b..3af5f8e151 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -25,6 +25,15 @@ ________________________________________________________________________________ same dance pad. If you use Linux, assume that you have to remap your dance pad. [kyzentun] +2016/02/13 +---------- +* [Lights] Minimaid driver added for Linux. This is practically identical to + the Windows minimaid driver that pkgingo wrote. +* [Gameplay] When checking for the first second in a song, AutoKeysound notes + are now ignored, being treated as if they were background music. This + allows the intro of BMS files to play as soon as ScreenGameplay is loaded, + while still having a delay before the real notes come in. [nixtrix] + 2016/02/04 ---------- * [Course] In an Endless course, songs will only be repeated after all songs diff --git a/Themes/_fallback/Scripts/04 CreditsHelpers.lua b/Themes/_fallback/Scripts/04 CreditsHelpers.lua index 858c3390f0..b6b3491266 100644 --- a/Themes/_fallback/Scripts/04 CreditsHelpers.lua +++ b/Themes/_fallback/Scripts/04 CreditsHelpers.lua @@ -63,7 +63,7 @@ local stepmania_credits= { {type= "subsection", name= "5.0.10 update"}, "Milène Gauthier-Sabourin (Arvaneth) (French)", {type= "subsection", name= "5.0.11 update"}, - "Joel Robert Justiawan (JOELwindows7)", + "Joel Robert Justiawan (JOELwindows7) (Indonesian)", }, { name= "Other Contributors", diff --git a/Themes/_fallback/Sounds/GameplayAssist clap.ogg b/Themes/_fallback/Sounds/GameplayAssist clap.ogg index d02f9c0bb8..dc750c72aa 100644 Binary files a/Themes/_fallback/Sounds/GameplayAssist clap.ogg and b/Themes/_fallback/Sounds/GameplayAssist clap.ogg differ diff --git a/Themes/_fallback/Sounds/MemoryCardManager disconnect.ogg b/Themes/_fallback/Sounds/MemoryCardManager disconnect.ogg index ab3db0f2fc..9ef49290e5 100644 Binary files a/Themes/_fallback/Sounds/MemoryCardManager disconnect.ogg and b/Themes/_fallback/Sounds/MemoryCardManager disconnect.ogg differ diff --git a/Themes/_fallback/Sounds/MemoryCardManager ready.ogg b/Themes/_fallback/Sounds/MemoryCardManager ready.ogg index a76181dcf1..ca4da4924f 100644 Binary files a/Themes/_fallback/Sounds/MemoryCardManager ready.ogg and b/Themes/_fallback/Sounds/MemoryCardManager ready.ogg differ diff --git a/Themes/_fallback/Sounds/MenuTimer tick.ogg b/Themes/_fallback/Sounds/MenuTimer tick.ogg index ac49126a88..c65c9969fd 100644 Binary files a/Themes/_fallback/Sounds/MenuTimer tick.ogg and b/Themes/_fallback/Sounds/MenuTimer tick.ogg differ diff --git a/Themes/_fallback/Sounds/MusicWheel change.ogg b/Themes/_fallback/Sounds/MusicWheel change.ogg index a0afb9d4f8..ac893eb28a 100644 Binary files a/Themes/_fallback/Sounds/MusicWheel change.ogg and b/Themes/_fallback/Sounds/MusicWheel change.ogg differ diff --git a/Themes/_fallback/Sounds/MusicWheel locked.ogg b/Themes/_fallback/Sounds/MusicWheel locked.ogg index 4190abc3f0..b9232f4e09 100644 Binary files a/Themes/_fallback/Sounds/MusicWheel locked.ogg and b/Themes/_fallback/Sounds/MusicWheel locked.ogg differ diff --git a/Themes/_fallback/Sounds/Player course attack ending.ogg b/Themes/_fallback/Sounds/Player course attack ending.ogg index e16b0d81f0..ff8e50a504 100644 Binary files a/Themes/_fallback/Sounds/Player course attack ending.ogg and b/Themes/_fallback/Sounds/Player course attack ending.ogg differ diff --git a/Themes/_fallback/Sounds/Player course attack launch.ogg b/Themes/_fallback/Sounds/Player course attack launch.ogg index e16b0d81f0..74505ab55e 100644 Binary files a/Themes/_fallback/Sounds/Player course attack launch.ogg and b/Themes/_fallback/Sounds/Player course attack launch.ogg differ diff --git a/Themes/_fallback/Sounds/ScreenEdit save.ogg b/Themes/_fallback/Sounds/ScreenEdit save.ogg index 1e59e952e1..08a7928e71 100644 Binary files a/Themes/_fallback/Sounds/ScreenEdit save.ogg and b/Themes/_fallback/Sounds/ScreenEdit save.ogg differ diff --git a/Themes/_fallback/Sounds/_MemoryCardManager disconnect.ogg b/Themes/_fallback/Sounds/_MemoryCardManager disconnect.ogg index ab3db0f2fc..09511e7d39 100644 Binary files a/Themes/_fallback/Sounds/_MemoryCardManager disconnect.ogg and b/Themes/_fallback/Sounds/_MemoryCardManager disconnect.ogg differ diff --git a/Themes/_fallback/Sounds/_common row.ogg b/Themes/_fallback/Sounds/_common row.ogg index b516d2c9b0..0127f2860d 100644 Binary files a/Themes/_fallback/Sounds/_common row.ogg and b/Themes/_fallback/Sounds/_common row.ogg differ diff --git a/Themes/_fallback/Sounds/_switch down.ogg b/Themes/_fallback/Sounds/_switch down.ogg index dd182be037..326262230a 100644 Binary files a/Themes/_fallback/Sounds/_switch down.ogg and b/Themes/_fallback/Sounds/_switch down.ogg differ diff --git a/Themes/_fallback/Sounds/_switch up.ogg b/Themes/_fallback/Sounds/_switch up.ogg index b4199f27d4..db7b9c9c7b 100644 Binary files a/Themes/_fallback/Sounds/_switch up.ogg and b/Themes/_fallback/Sounds/_switch up.ogg differ