From c2fe12120c740d1d4d00c3fcc68d9a49c87fda2b Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Fri, 18 Mar 2011 12:25:20 +0700 Subject: [PATCH 1/2] fixed missing autokeysounds when they are inserted on the tail of a hold note (they are removed) --- src/NotesLoaderBMS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotesLoaderBMS.cpp b/src/NotesLoaderBMS.cpp index b956d7e616..1946777e34 100644 --- a/src/NotesLoaderBMS.cpp +++ b/src/NotesLoaderBMS.cpp @@ -748,7 +748,7 @@ static bool LoadFromBMSFile( const RString &sPath, const NameToData_t &mapNameTo int iEmptyTrack = -1; for( int i=0; i Date: Fri, 18 Mar 2011 22:32:00 +0700 Subject: [PATCH 2/2] Added my changes to the changelog. Put it on 20110316 because I pushed to sm-ssc on that day. --- Docs/Changelog_sm-ssc.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Docs/Changelog_sm-ssc.txt b/Docs/Changelog_sm-ssc.txt index 91c8df528d..c6b1ac7b83 100644 --- a/Docs/Changelog_sm-ssc.txt +++ b/Docs/Changelog_sm-ssc.txt @@ -29,6 +29,14 @@ sm-ssc v1.2.4 | 20110??? -------- * [NotesLoaderSMA] Allow for preliminary support of loading SMA files. This will become better once Split Timing is in place. [Wolfman2000] +* [NotesLoaderBMS] Improve BMS loading: [theDtTvB] + * Ignore time signatures before the notes for the steps to be more + synchronized. + * Load BPM changes properly. Many songs with BPM changes no longer freeze. +* [Player] Stop playing the keysound when letting go of hold notes. [theDtTvB] +* [NoteDataUtil] Make keysounded notes that can't be inserted when reducing + number of tracks autokeysound, means less missing sounds when playing + 7-key BMS on dance-single. [theDtTvB] 20110313 --------