AJ Kelly
90000b6b56
add some more functions, clarify Steps:GetFilename()
2009-08-12 20:26:37 +00:00
Chris Danford
cd139430f5
CustomDiffiuclty cleanup, now takes CourseType as a parameter
...
DifficultyList -> StepsDisplayList
Course editor screen cleanup
Change GameManager back to singleton for consistency with other classes
2009-08-09 02:59:32 +00:00
AJ Kelly
795432c36c
turns out Course:GetTotalSeconds() requires StepsType. whoops!
2009-06-13 06:31:02 +00:00
AJ Kelly
20b5325486
some more lua documentation additions
2009-06-06 20:20:20 +00:00
AJ Kelly
543d533f75
update lua docs
2009-06-06 08:05:38 +00:00
AJ Kelly
0d94c6594e
additions and fixes
2009-04-25 09:16:55 +00:00
AJ Kelly
944766e336
fix zoomto
2009-04-17 21:45:47 +00:00
AJ Kelly
bdf9b8e1f3
more additions
2009-04-15 23:27:07 +00:00
AJ Kelly
bb0ee42472
fix small typo
2009-03-03 21:37:55 +00:00
AJ Kelly
e2e8c4c171
add various commands
2009-03-03 21:32:21 +00:00
Josh Allen
8bf9050fe0
Update protocol
2008-08-11 22:22:22 +00:00
AJ Kelly
6c9f3de615
RageFileUtil and more RageFile
2008-04-20 00:05:46 +00:00
AJ Kelly
b15a51cca7
add ActorUtil, ScreenSystemLayerHelpers, a lot of color-related functions, and more
...
change the effectcolors and a number of other things
2008-04-06 22:22:44 +00:00
Steve Checkoway
65a34c62e5
Make color a type.
2008-04-06 21:22:07 +00:00
Steve Checkoway
8afcc29733
Use xhtml output. It seems that all it took to get firefox to display it was to had the xhtml namespace. Add xml/xhtml/css compliance icons. (Run xsltproc --stringparam browser no to get the xhtml/css icons.)
2008-04-06 13:30:57 +00:00
AJ Kelly
c1733c18c6
change GetCurrentSteps to note that there is an arg required
2008-04-05 22:49:08 +00:00
Steve Checkoway
3f002cbc9e
Partial revert. Fix spacing issues caused by last commit.
2008-03-30 06:21:13 +00:00
Steve Checkoway
8a7ec3b0e5
Fix strange spacing issues.
2008-03-30 05:37:48 +00:00
Steve Checkoway
51db0029c0
Document the Enum namespace.
2008-03-30 04:27:28 +00:00
Steve Checkoway
0dac70044c
Pass the class through to the children of Description and code elements. Add table and Enum to the list of key words.
2008-03-30 04:26:54 +00:00
Steve Checkoway
08dc857423
There is almost never a reason to give a specific argument for the link. The .xsl does a good job figuring out what you want.
2008-03-30 00:17:51 +00:00
Steve Checkoway
538346e2f6
Add a Namespaces element and update the xsl and the documentation to match.
2008-03-30 00:11:42 +00:00
AJ Kelly
d84478dccf
add more functions to Actor, GameState, PlayerStageStats, ScreenManager; add TimingData and ScreenProfileSave
2008-03-29 20:12:57 +00:00
AJ Kelly
3debfbef67
Add ActorFrame, Banner, Trail
...
Add more functions to a number of other classes
2008-02-17 01:52:07 +00:00
AJ Kelly
e8769ea8c3
Added some more functions for Actor, Course, GameState, LifeMeter, MenuTimer, Screen
...
Added HighScore class and most functions
2008-01-05 19:04:08 +00:00
AJ Kelly
e63061b675
fix GetAllCourses arguments
2008-01-02 19:06:00 +00:00
AJ Kelly
6756c3b2d3
add ProfileManager, RageFile, ScreenProfileLoad classes, and some more functions
2007-12-30 04:46:46 +00:00
Steve Checkoway
b1e07c027b
Document RageTexture and most of Sprite. There are bits I am not clear on still.
2007-12-03 06:52:33 +00:00
Steve Checkoway
6393dc1cdd
Allow more than only text inside <Link></Link>.
2007-12-03 06:50:06 +00:00
AJ Kelly
07a5e1b456
fix typo, add more global functions
2007-12-01 02:33:53 +00:00
AJ Kelly
f18719812a
add more Actor commands
2007-12-01 01:57:39 +00:00
AJ Kelly
804ede5204
change formatting on GlobalFunctions
...
Add hidden, visible to Actor
Add GetDescription, GetFilename,GetMeter, IsAutogen to Steps
Add GetMetric and GetString to ThemeManager (may need better explanations)
Add Course, LifeMeter, PlayerInfo
2007-11-17 19:50:52 +00:00
AJ Kelly
96058b0eac
add some SongManager things
2007-11-07 05:21:51 +00:00
AJ Kelly
8a78d6e2a4
TextBanner functions, some ActorScroller functions, more Gamestate stuff
2007-10-12 17:40:36 +00:00
AJ Kelly
426747656a
more documentation
2007-10-07 20:24:58 +00:00
AJ Kelly
9e6be5b399
mode Actor commands, add MenuTimer, PlayerStageStats, Profile, Steps, ThemeManager
2007-09-24 14:54:20 +00:00
AJ Kelly
ab240c3fbc
add addx, addy, addz, GetX, GetY, GetZ, GetVisible, SetTextureFiltering
2007-09-16 22:37:08 +00:00
Steve Checkoway
48a493cbb1
Document mbstrlen, BitmapText:AddAttribute, and BitmapText:ClearAttributes.
2007-08-19 00:11:11 +00:00
Steve Checkoway
66c08321e0
Document some of the global singleton classes.
2007-08-13 09:14:05 +00:00
AJ Kelly
5a2badff0a
add IsEventMode, SecondsToMSSMsMs; format IsLong and IsMarathon descriptions
2007-08-13 07:19:59 +00:00
AJ Kelly
fdab7dba2e
add some of the DateTime functions
2007-08-13 06:36:25 +00:00
Steve Checkoway
cacbd442a0
Document a few more functions, testing out FunctionIdentifier.
2007-08-13 02:31:34 +00:00
Steve Checkoway
329817e88b
Use FunctionIdentifier for Link.
2007-08-13 02:25:47 +00:00
Steve Checkoway
7bce84be06
Allow package names for function identifiers. E.g., "Foo.Bar".
2007-08-13 02:16:23 +00:00
Steve Checkoway
3eb131bc7f
Simplify Links to use the shorter form. Also more consistent this way.
2007-08-12 14:35:04 +00:00
Steve Checkoway
7489745d1d
Let <Link ... /> figure out what the appropriate text should be. It can be overridden by using <Link ...>...</Link>.
2007-08-12 14:34:28 +00:00
Steve Checkoway
6d28943e5d
Add example of using ... and a table.
2007-08-12 14:09:22 +00:00
Steve Checkoway
add9849290
Add tables to return and argument list, fix multiple argument parsing
2007-08-12 14:08:48 +00:00
Steve Checkoway
5d166e83ec
Lists cannot be in paragraphs so disable that for now. Fake it for that list.
2007-08-12 06:51:15 +00:00
Steve Checkoway
05e8e124ac
Add Descriptions to ActorSound, RageSound, HorizAlign, and VertAlign to give examples of using Description.
2007-08-12 06:09:06 +00:00