From fe2bacf1c2a6d92868e975229a8e7955a93f1ee6 Mon Sep 17 00:00:00 2001 From: "Peter S. May" Date: Wed, 17 Jul 2002 01:27:29 +0000 Subject: [PATCH] I've penciled in the changes I've made to the 3.00b4 CVS code, just to make sure they are included in the update notice for the next version. --- stepmania/README-FIRST.TXT | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/stepmania/README-FIRST.TXT b/stepmania/README-FIRST.TXT index 128207b7d3..1f34ab7d48 100644 --- a/stepmania/README-FIRST.TXT +++ b/stepmania/README-FIRST.TXT @@ -574,6 +574,23 @@ variables take effect. 16. Version History ************************************************************ +------------------------CVS after 3.00 beta 4---------------- + +Additions by drokulix: (Edit this line out for production version) +BUG FIX: Old hashing algorithm caused some songs to have the same cache + filename, causing at least one broken duplicate of a song in the game and + at least one inaccessible song. New hashing algorithm is stronger and far + less likely to do this. +BUG FIX: "Select Group" screen now only displays songs and groups available in + the current style (instead of all songs). +BUG FIX: Opening a "(NEW)" sequence in Edit/Record/Synch mode with a style + over 4 panels (such as dance-solo or ez2-single) incorrectly initialized + the sequence as 4-column. This caused the problems (1) only the leftmost + 4 panels in the sequence could be edited, and (2) sequences saved in this + way would cause an error such as "Actual number of note columns (6) is + different from the NotesType (4)." either when selected from the song + wheel or when starting the program again. This has been fixed. + ------------------------Version 3.00 beta 4------------------ BUG FIX: Fixed crash entering Config Joy/Key (duh!) BUG FIX: Smarter bannner/backgroung/cdtitle discovery