Add various new bindings for ProfileManager, also GetGUID binding for Profile. [asorenson]

This commit is contained in:
AJ Kelly
2012-11-22 12:42:12 -06:00
parent f80c03af7b
commit b4bd8e82d9
6 changed files with 2685 additions and 2634 deletions
+7
View File
@@ -4,6 +4,13 @@ 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/11/22
----------
* [ProfileManager] Added SaveProfile, SaveLocalProfile, GetLocalProfileIDs,
ProfileFromMemoryCardIsNew, GetSongNumTimesPlayed, LocalProfileIDToDir, and
GetLocalProfileDisplayNames Lua bindings. [Alfred Sorenson]
* [Profile] Add GetGUID Lua binding. [Alfred Sorenson]
2012/07/26
----------
* [ScreenDebugOverlay] Added BackgroundColor metric. [AJ]