diff --git a/Docs/Changelog_sm-ssc.txt b/Docs/Changelog_sm-ssc.txt index 1b1b221b64..226c3b1946 100644 --- a/Docs/Changelog_sm-ssc.txt +++ b/Docs/Changelog_sm-ssc.txt @@ -9,6 +9,9 @@ Not all changes are documented, for various reasons. supported but exist anyways.) _____________________________________________________________________________ +================================================================================ +sm-ssc v1.0 Release Candidate 1 | 20100627 +-------------------------------------------------------------------------------- 20100627 -------- * [NotesLoaderKSF] Support reading of #PLAYER and #MUSICINTRO/#INTRO tags in diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml index 15cda6ab88..3d105f3a94 100644 --- a/Docs/Luadoc/Lua.xml +++ b/Docs/Luadoc/Lua.xml @@ -45,9 +45,12 @@ + + + @@ -59,16 +62,18 @@ + - - + + + @@ -124,6 +129,7 @@ + @@ -149,9 +155,9 @@ + - @@ -213,10 +219,13 @@ + + + @@ -242,6 +251,8 @@ + + @@ -249,6 +260,9 @@ + + + @@ -260,8 +274,10 @@ + + @@ -312,6 +328,7 @@ + @@ -502,6 +519,8 @@ + + @@ -527,6 +546,7 @@ + @@ -536,9 +556,11 @@ + + @@ -685,6 +707,7 @@ + @@ -717,6 +740,7 @@ + @@ -844,10 +868,12 @@ + + @@ -1183,6 +1209,7 @@ + @@ -1216,6 +1243,13 @@ + + + + + + + @@ -1405,10 +1439,6 @@ - - - - @@ -1658,14 +1688,21 @@ - - + + + + + + + + + @@ -1829,7 +1866,7 @@ - + @@ -1847,9 +1884,9 @@ - + - sm-ssc v1.0 beta 3 - 2010-05-18 + sm-ssc v1.0 rc1 + 2010-06-27 diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml index 13b375728b..a217fc715f 100644 --- a/Docs/Luadoc/LuaDocumentation.xml +++ b/Docs/Luadoc/LuaDocumentation.xml @@ -2,7 +2,7 @@ + Lua.xsd for the XML Schema and this file for the XML Instance. --> - Sets the Actor's aux value. + Sets the Actor's aux value. (This can be a solution for coupling data with an Actor.) If true, cull the Actor's back faces. See also: . @@ -469,6 +495,9 @@ Set the Actor's effect period to fTime. + + Set the Actor's effect timing. + Fades percent of the Actor from the bottom where percent is in the range 0..1. @@ -488,7 +517,6 @@ [02 Actor.lua] Stretches an Actor to fill the entire screen. - Returns the Actor's aux value. @@ -503,6 +531,12 @@ Returns the Actor's current diffusealpha. + + Returns the Actor's current effect delta. + + + Returns the Actor's current effect magnitude as three floats (not one; I hate Lua.xsd). + Returns the Actor's horizontal alignment as a number in the range 0..1. @@ -524,6 +558,12 @@ Returns the Actor's current Z rotation. + + Returns the number of seconds into the currently running effect (e.g. diffuseshift, bob). + + + Returns how much time is remaining for the current tween. + Returns the Actor's vertical alignment as a number in the range 0..1. @@ -578,6 +618,9 @@ Queues a command named sCommandName to be played. + + Basically creates a command named !sMessageName (Note the ! at the beginning. The source code says this: "Hack: use "!" as a marker to broadcast a command, instead of playing a command, so we don't have to add yet another element to every tween state for this rarely-used command.") + Makes the Actor change colors continually using colors of the rainbow. @@ -602,6 +645,9 @@ Scales the Actor to fit inside a rectangle defined by the four float arguments. + + Sets the height of the Actor. + Sets the size of the Actor. @@ -611,6 +657,9 @@ Sets a multi-framed Actor's state to iNewState. + + Sets the width of the Actor. + Sets the shadow's color to c. @@ -693,12 +742,21 @@ [03 ProductivityHelpers.lua] Centers an Actor on the y axis. (equivalent to y,SCREEN_CENTER_Y) + + [03 ProductivityHelpers.lua] A customized version of pulse that is more appealing for on-beat effects. + [03 ProductivityHelpers.lua] Sets and Actor as a mask destination. [03 ProductivityHelpers.lua] Sets an Actor as a mask source. (Also clears zbuffer; other mask sources need to not clear the zbuffer) + + [03 ProductivityHelpers.lua] Make graphics their true size at any resolution. + + + [03 ProductivityHelpers.lua] Scale things back up after they have already been scaled down. + [03 ProductivityHelpers.lua] A customized version of pulse that is more appealing for on-beat effects. @@ -1030,6 +1088,12 @@ Returns the path to the character's card graphic. + + Returns this character's directory. + + + Returns this character's ID. + Returns the path of the dancing animation of this character. @@ -1089,6 +1153,9 @@ Returns the path to the Course's banner. + + Returns the Course's directory. + Gets the CourseEntry at iIndex from the Course. @@ -1116,22 +1183,27 @@ Returns the full transliterated title of the Course. + + Returns true if the Course has a background. + + + Returns true if the Course has a banner. + Returns true if the Course has modifiers. Returns true if the Course has timed modifiers. + + Returns true if the Course is an edit. + Returns true if the Course was automatically generated. Returns true if the Course is Endless. - - - Returns true if the Course has a banner. - Returns true if the Course is Nonstop. @@ -1244,8 +1316,8 @@ Return the first for the specified game. - - Returns true if any noteskins exist for the specified Game g. + + Returns true if any noteskins exist for the specified Game s. Return the localized string representation of st. @@ -1517,6 +1589,9 @@ Sets if the Jukebox should use modifiers. + + + Sets the number of multiplayer notefields to iFields @@ -1591,6 +1666,9 @@ Returns the date and time the high score was achieved. + + Returns the Grade of this high score. + Return the number of HoldNoteScores that match hns. @@ -1913,6 +1991,9 @@ Return the value of the preference sPreference. + + Return true if preference sPreference exists. + Set the value of the preference sPreference to value. @@ -2372,8 +2453,8 @@ Returns the displayed artist of the song. - - Returns a table containing the display BPMs. + + Returns a table of 2 floats containing the display BPMs. Returns the displayed full title of the song, including subtitle. @@ -2509,8 +2590,8 @@ Returns the course color of course c. - - Returns the extra stage info for the specified Style s. (If bExtra2 is true, it will use the second Extra Stage data instead of the first.) + + Returns the extra stage info (Song, Steps) for the specified Style s. (If bExtra2 is true, it will use the second Extra Stage data instead of the first. Again, Lua.xsd sucks) Returns the number of courses loaded via Additional folders. @@ -2769,6 +2850,9 @@ + + Returns the current language. + Returns the theme's current directory. @@ -2787,8 +2871,8 @@ Returns the path of an element in the Graphics folder. - - returns BGAnimation ResolvedPath, MatchingMetricsGroup, MatchingElement. Used in LoadFallbackB in themes/_fallback/02 Other.lua. + + returns three strings: BGAnimation ResolvedPath, MatchingMetricsGroup, MatchingElement. Used in LoadFallbackB in themes/_fallback/02 Other.lua. (Lua.xsd sucks) Returns the path of an element in the Other folder. @@ -2837,7 +2921,7 @@ Returns true if the TimingData contains BPM changes. - + Returns true if the TimingData contains any BPM changes with a negative BPM. @@ -2860,6 +2944,23 @@ Returns the Trail's StepsType. + + Returns the TrailEntry at index iEntry. + + + + + Returns a string of modifiers used in this TrailEntry. + + + Returns the Song used in this TrailEntry. + + + Returns the Steps used in this TrailEntry. + + + (why'd I think this was a good idea when we have CourseEntry:IsSecret?) +