From 24ddc948ed03c0876d48c38948f14563811baea3 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 12 May 2011 11:18:21 -0400 Subject: [PATCH 1/3] Stops and Delays need length, not BPMs. --- src/NoteField.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NoteField.h b/src/NoteField.h index 23502eca00..560f3cb563 100644 --- a/src/NoteField.h +++ b/src/NoteField.h @@ -56,7 +56,7 @@ protected: void DrawMarkerBar( int fBeat ); void DrawAreaHighlight( int iStartBeat, int iEndBeat ); void DrawBPMText( const float fBeat, const float fBPM ); - void DrawFreezeText( const float fBeat, const float fBPM, const float bDelay ); + void DrawFreezeText( const float fBeat, const float fLength, const float bDelay ); void DrawWarpText( const float fBeat, const float fNewBeat ); void DrawTimeSignatureText( const float fBeat, int iNumerator, int iDenominator ); void DrawTickcountText( const float fBeat, int iTicks ); From 7c0ea4cc8a12404b1bbf81f8a19997c47e4b00c9 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Thu, 12 May 2011 12:21:17 -0400 Subject: [PATCH 2/3] Fake note fix by Jousway. --- NoteSkins/dance/midi-note/NoteSkin.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/NoteSkins/dance/midi-note/NoteSkin.lua b/NoteSkins/dance/midi-note/NoteSkin.lua index 2ae3231d5f..d821c2740b 100644 --- a/NoteSkins/dance/midi-note/NoteSkin.lua +++ b/NoteSkins/dance/midi-note/NoteSkin.lua @@ -29,7 +29,12 @@ ret.Redir = function(sButton, sElement) then sElement = "Hold Head Inactive"; end - + + if sElement == "Tap Fake" + then + sElement = "Tap Note"; + end + sButton = ret.RedirTable[sButton]; return sButton, sElement; @@ -85,6 +90,7 @@ ret.PartsToRotate = ["Tap Explosion Bright"] = true, ["Tap Explosion Dim"] = true, ["Tap Note"] = true, + ["Tap Fake"] = true, ["Tap Lift"] = true, ["Hold Head Active"] = true, ["Hold Head Inactive"] = true, From b22bd332f5c0a095eef00fc23de1ed2560f2d697 Mon Sep 17 00:00:00 2001 From: Thai Pangsakulyanont Date: Thu, 12 May 2011 23:23:15 +0700 Subject: [PATCH 3/3] Disable the use of precompiled headers for libpng. --- src/StepMania-net2008.vcproj | 120 +++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) diff --git a/src/StepMania-net2008.vcproj b/src/StepMania-net2008.vcproj index 2dfb5b7eb1..fdd1456e75 100644 --- a/src/StepMania-net2008.vcproj +++ b/src/StepMania-net2008.vcproj @@ -6586,6 +6586,14 @@ + + + @@ -6610,6 +6618,14 @@ + + + @@ -6622,6 +6638,14 @@ + + + @@ -6642,6 +6666,14 @@ + + + @@ -6654,6 +6686,14 @@ + + + @@ -6670,6 +6710,14 @@ + + + @@ -6682,6 +6730,14 @@ + + + @@ -6694,6 +6750,14 @@ + + + @@ -6706,6 +6770,14 @@ + + + @@ -6718,6 +6790,14 @@ + + + @@ -6734,6 +6814,14 @@ + + + @@ -6746,6 +6834,14 @@ + + + @@ -6758,6 +6854,14 @@ + + + @@ -6770,6 +6874,14 @@ + + + @@ -6782,6 +6894,14 @@ + + +