From 1e4650643136855b721aa65609ed0378e49ad338 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Wed, 9 Oct 2002 17:53:52 +0000 Subject: [PATCH] Fixed crash in editor after playback --- stepmania/TODO.chris | 6 ++++++ stepmania/stepmania.nsi | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/stepmania/TODO.chris b/stepmania/TODO.chris index 0a61158752..2ff7add933 100644 --- a/stepmania/TODO.chris +++ b/stepmania/TODO.chris @@ -2,6 +2,12 @@ Fix ///////////////////////// +default difficulty goofed + +- ez2dancer missing graphic + +- fade between random movies + - After getting an "A" or less on Extra Stage 1, SM should display the total results screen for all 4 songs instead of cutting to credits. Clearing both extra stages should display all 5 stages on results screen. This could/should apply to if 5 arcade songs is selected in Machine Options. - Also, this may be more cosmetic but worth the shot. The ordering on final results is backwards, is it possible if you could display the songs FINAL, 2nd, 1st Stage, but in the reverse order? Like... SM has them being tiled wrong. Here's an example of what I mean right HERE (Taken from AaronInJapan.com) diff --git a/stepmania/stepmania.nsi b/stepmania/stepmania.nsi index b975c18140..0b792b28c7 100644 --- a/stepmania/stepmania.nsi +++ b/stepmania/stepmania.nsi @@ -8,8 +8,8 @@ ; NOTE: this .NSI script is designed for NSIS v1.8+ Name "StepMania" -OutFile "stepmania300beta6rc.exe" -!define PRODUCT_NAME "StepMania 3.0 beta 6 release candidate" +OutFile "stepmania300beta6rc2.exe" +!define PRODUCT_NAME "StepMania 3.0 beta 6 release candidate 2" ; Some default compiler settings (uncomment and change at will):