[Course] Added AllSongsAreFixed() Lua binding.

This commit is contained in:
AJ Kelly
2012-05-14 00:25:58 -05:00
parent dcce92d22f
commit 058c90aceb
2 changed files with 7 additions and 1 deletions
+5 -1
View File
@@ -4,8 +4,11 @@ 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.
________________________________________________________________________________
================================================================================
2012/05/14
----------
* [Course] Added AllSongsAreFixed() Lua binding.
================================================================================
StepMania 5.0 alpha 2 | 20120504
--------------------------------------------------------------------------------
@@ -128,6 +131,7 @@ set MemoryCards=1 in Save/Preferences.ini (or Save/Static.ini). [AJ]
* [ScreenSelectMusic] Added PlaySoundOnEnteringOptionsMenu metric. [AJ]
* [MusicWheel, WheelBase] Added collapse sound. [AJ]
================================================================================
StepMania 5.0 alpha 1a | 20120219
--------------------------------------------------------------------------------
+2
View File
@@ -1116,6 +1116,7 @@ public:
return 1;
}
DEFINE_METHOD( IsRanking, IsRanking() )
DEFINE_METHOD( AllSongsAreFixed, AllSongsAreFixed() )
LunaCourse()
{
@@ -1146,6 +1147,7 @@ public:
ADD_METHOD( IsAnEdit );
ADD_METHOD( IsPlayableIn );
ADD_METHOD( IsRanking );
ADD_METHOD( AllSongsAreFixed );
}
};