From 0abae7d66ad45e131e1a641aeeab1f73cb8b5a3b Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 15 May 2015 15:28:05 +0100 Subject: [PATCH 1/2] Updated the changelog with all the new changes I've made --- Docs/Changelog_sm5.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index e09578d45a..f7d04afa32 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -4,6 +4,14 @@ The StepMania 5 Changelog covers all post-sm-ssc changes. For a list of changes from StepMania 4 alpha 5 to sm-ssc v1.2.5, see Changelog_sm-ssc.txt. ________________________________________________________________________________ +2015/05/15 +---------- +* [BMS] .lua files defined in the #BMP tags now work as BG animations, and the + #difficulty tag is now supported. [nixtrix] +* [general] BackInEventMode code now works when called from either player. + [nixtrix] +* [cmake] JACK is now properly found by CMake. + 2015/05/09 ---------- * [general] Workaround for the axis problem added. Set the Axis Fix From 16e5932d99722c3b75b210394d646e2a562a0e19 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 15 May 2015 15:52:33 +0100 Subject: [PATCH 2/2] Added another change to the changelog --- Docs/Changelog_sm5.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index f7d04afa32..01f7fe046d 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -11,6 +11,8 @@ ________________________________________________________________________________ * [general] BackInEventMode code now works when called from either player. [nixtrix] * [cmake] JACK is now properly found by CMake. +* [theme] Preview music fadeout time is now adjustable by the metric + SampleMusicFadeoutSeconds. [nixtrix] 2015/05/09 ----------