update docs + lua.xml
This commit is contained in:
@@ -14,6 +14,18 @@ sm-ssc v1.0 Release Candidate 2 | 2010xxxx
|
||||
--------------------------------------------------------------------------------
|
||||
(Miniholds bug must be fixed before this can be released)
|
||||
|
||||
20100807
|
||||
--------
|
||||
* [ScreenManager] add AddNewScreenToTop Lua binding.
|
||||
|
||||
20100804
|
||||
--------
|
||||
* [ScreenDebugOverlay] add PageStartX and PageSpacingX metrics.
|
||||
|
||||
20100801
|
||||
--------
|
||||
* sm5svn r28402: Fix compile on some systems. [Steve Checkoway]
|
||||
|
||||
20100731
|
||||
--------
|
||||
* Add "package" to StepMania's Lua. [shakesoda]
|
||||
|
||||
+5
-2
@@ -188,6 +188,7 @@
|
||||
<Function name='loadfile'/>
|
||||
<Function name='loadstring'/>
|
||||
<Function name='mbstrlen'/>
|
||||
<Function name='module'/>
|
||||
<Function name='newproxy'/>
|
||||
<Function name='next'/>
|
||||
<Function name='pairs'/>
|
||||
@@ -197,6 +198,7 @@
|
||||
<Function name='rawequal'/>
|
||||
<Function name='rawget'/>
|
||||
<Function name='rawset'/>
|
||||
<Function name='require'/>
|
||||
<Function name='round'/>
|
||||
<Function name='scale'/>
|
||||
<Function name='select'/>
|
||||
@@ -1005,6 +1007,7 @@
|
||||
<Function name='GetLifeMeter'/>
|
||||
</Class>
|
||||
<Class name='ScreenManager'>
|
||||
<Function name='AddNewScreenToTop'/>
|
||||
<Function name='GetTopScreen'/>
|
||||
<Function name='ScreenClassExists'/>
|
||||
<Function name='ScreenIsPrepped'/>
|
||||
@@ -1889,9 +1892,9 @@
|
||||
<Constant name='left' value=''HorizAlign_Left''/>
|
||||
<Constant name='middle' value=''VertAlign_Middle''/>
|
||||
<Constant name='right' value=''HorizAlign_Right''/>
|
||||
<Constant name='sGame' value=''kb7''/>
|
||||
<Constant name='sGame' value=''dance''/>
|
||||
<Constant name='top' value=''VertAlign_Top''/>
|
||||
</Constants>
|
||||
<Version>sm-ssc v1.0 rc1.5</Version>
|
||||
<Date>2010-07-24</Date>
|
||||
<Date>2010-08-07</Date>
|
||||
</Lua>
|
||||
|
||||
Reference in New Issue
Block a user