diff --git a/.hgignore b/.hgignore index 137e87b0b2..473846518c 100644 --- a/.hgignore +++ b/.hgignore @@ -64,6 +64,7 @@ lib*_link.a Data/UserPrefs Data/uPrefs Data/GamePrefs/*.cfg +Data/Static.ini PBProject/Hardware.plist Themes/pump Themes/optical-release @@ -82,6 +83,9 @@ Utils/temp* BuildLog.htm *.pch +.hgrc +src/UpgradeLog*.XML +src/_UpgradeReport_Files syntax: regexp .*\#.*\#$ glob:Cache/Banners/AdditionalSongs_Airspace Preview_Derailed_Derailed bn.png diff --git a/Courses/Default/ChallengingRandom5.crs b/Courses/Default/ChallengingRandom5.crs new file mode 100644 index 0000000000..be1a673dd4 --- /dev/null +++ b/Courses/Default/ChallengingRandom5.crs @@ -0,0 +1,7 @@ +#COURSE:Challenging Random 5; +#LIVES:4; +#SONG:*:Hard; +#SONG:*:Hard; +#SONG:*:Hard; +#SONG:*:Hard; +#SONG:*:Hard; \ No newline at end of file diff --git a/Courses/Default/ChallengingRandom5.png b/Courses/Default/ChallengingRandom5.png new file mode 100644 index 0000000000..a027506b97 Binary files /dev/null and b/Courses/Default/ChallengingRandom5.png differ diff --git a/Docs/Changelog_SSCformat.txt b/Docs/Changelog_SSCformat.txt index 95b48cf7d7..e5bcf25049 100644 --- a/Docs/Changelog_SSCformat.txt +++ b/Docs/Changelog_SSCformat.txt @@ -9,6 +9,12 @@ change to JSON, but it is unsure if this will be done. Implement .ssc at your own risk. ________________________________________________________________________________ +[v0.7] - theDtTvB, Wolfman2000 +* Split Timing officially implemented. +* #SPEEDS tag for modified scroll speeds. +* #FAKES tag for ignoring judgments within a range. +* #WARPS modified so that second parameter is now relative to the start. + [v0.59] - Wolfman2000 * Typo fix: #RADARVALUES needed a semicolon at the end, not a colon. diff --git a/Docs/Changelog_sm5.txt b/Docs/Changelog_sm5.txt index 911c512a32..b213ba6b6b 100644 --- a/Docs/Changelog_sm5.txt +++ b/Docs/Changelog_sm5.txt @@ -8,7 +8,61 @@ ________________________________________________________________________________ StepMania 5.0 $NEXT | 20110xyy -------------------------------------------------------------------------------- +2011/05/20 +---------- +* [CryptManager] Added SHA1File Lua binding. [AJ] + +2011/05/19 +---------- +* [BPMDisplay] Add CourseCycleSpeed metric. [AJ] + +2011/05/17 +---------- +* [NotesWriterSM] Write out OpenITG compatible SM files from here on out. + This includes turning Warps into Negative Stops. For those that wanted + negative BPMs specifically, my apologies, but stops are easier on math. + [Wolfman2000] + +2011/05/16 +---------- +* [ProfileManager] Added ProfileWasLoadedFromMemoryCard(PlayerNumber) + Lua binding. [AJ] +* Added #FAKES to the SSC format. Similar to the fake arrows, these blocks + prevent all judgments within the range. [Wolfman2000] +* Changed the syntax of #WARPS slightly. Now the second value is the relative + distance that is skipped, not the absolute value when you start hitting + arrows again. [Wolfman2000] + +2011/05/15 +---------- +* [ScreenGameplay] Removed hardcoded commands for Debug (give up text) and + replace them with DebugStartOnCommand, DebugBackOnCommand, and + DebugTweenOffCommand. [AJ] +* Added #SPEEDS to the SSC format. This multiplies your scrolling speed during + gameplay, not replaces it (see mod attacks for replacing). [Wolfman2000] + +2011/05/14 +---------- +* [ModIcon] Added StopWords metric. [AJ] +* [ScreenSelectMaster] Add "ScreenEmpty" param to MenuStartP# when the GameCommand + doesn't set a screen. [AJ] +* [StepsDisplay] Added MeterFormatString metric. [AJ] +* [MusicWheel] Added ShowSectionsInBPMSort and ShowSectionsInLengthSort metrics. [AJ] +* [ScreenEvaluation] Stop the Bonus bars from overflowing in course modes. [AJ] +* [Banner] Added ScrollMode and ScrollSortOrder metrics. [AJ] + +2011/05/11 +---------- +* [GameSoundManager] Added PlayAnnouncer Lua binding. [AJ] +* [AnnouncerManager] Add support for "gameplay combo #" for announcer. [AJ] + +2011/05/10 +---------- +* [Sprite] Added SetSecondsIntoAnimation Lua binding. [AJ] +* [BPMDisplay] Added SetFromCourse Lua binding. [AJ] + 2011/05/03 +---------- * [ScreenEdit] Allow changing the Beat 0 Offset, Music Sample Start, and Music Sample Length via Edit Song Info menu. [Wolfman2000] diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml index f41bb848cb..942df4b4d5 100644 --- a/Docs/Luadoc/Lua.xml +++ b/Docs/Luadoc/Lua.xml @@ -187,8 +187,8 @@ + - @@ -519,6 +519,7 @@ + @@ -669,6 +670,7 @@ + @@ -722,12 +724,13 @@ - + + @@ -973,6 +976,7 @@ + @@ -999,6 +1003,7 @@ + @@ -1009,6 +1014,7 @@ + @@ -1074,6 +1080,7 @@ + @@ -1287,6 +1294,18 @@ + + + + + + + + + + + + @@ -1303,6 +1322,7 @@ + @@ -1349,6 +1369,8 @@ + + @@ -1402,7 +1424,9 @@ + + @@ -1879,11 +1903,6 @@ - - - - - @@ -1975,21 +1994,23 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + @@ -2081,5 +2102,5 @@ sm-ssc v1.2.5 - 2011-05-01 + 2011-05-19 diff --git a/Docs/Luadoc/Lua.xsl b/Docs/Luadoc/Lua.xsl index 69ffebfcde..d7aabdfe4c 100644 --- a/Docs/Luadoc/Lua.xsl +++ b/Docs/Luadoc/Lua.xsl @@ -17,7 +17,7 @@ This file is automatically generated. Do not edit it. - sm-ssc Lua Information + StepMania 5 Lua Information