Commit Graph
163 Commits
Author SHA1 Message Date
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
Steve Checkoway 76bf64d47a More HTML elements, use Description. Fix XXX: /Lua/Classes/sm:Class[@name=$type] does not work. It was just missing the namespace on Lua and Classes. 2007-08-12 06:08:15 +00:00
Steve Checkoway 25775c4ac0 Allow more HTML elements, add a Description element to both Class and Enum. 2007-08-12 06:06:47 +00:00
Steve Checkoway 9a405636c4 It is a float, not a string. 2007-08-12 04:53:11 +00:00
Steve Checkoway cac996607f Document ActorSound, Game, and RageSound. 2007-08-12 04:50:56 +00:00
Steve Checkoway 41988c9b61 Document BitmapText's bindings. 2007-08-12 04:17:30 +00:00
Steve Checkoway 486d9497ca Color bool. 2007-08-12 04:17:03 +00:00
Steve Checkoway 7a8be07a88 Add class name to table header. 2007-08-07 12:26:57 +00:00
Steve Checkoway 5db5486041 Parse function arguments and add links to types we know about. Color void, int, float, and string. I have not yet decided how to handle returned tables or arrays (which are just tables with keys 0..n). 2007-08-07 12:23:55 +00:00
Steve Checkoway 101abde1d4 Specify exactly what is allowed in the strings according to what is valid lua. Double quoted strings are not supported. Require that function parameters have types. Remember to validate LuaDocumentation.xml with the scheme before committing changes. I use http://tools.decisionsoft.com/schemaValidate/ 2007-08-07 12:20:24 +00:00
Steve Checkoway 959765a881 Add the parameter type to the arguments. 2007-08-07 12:18:19 +00:00
Steve Checkoway 6e1cd05800 Done playing with xsl for a while. It just does not work as I want with respect to xhtml. 2007-08-06 10:10:18 +00:00
Steve Checkoway a56b120755 This is now xhtml 1.0 strict. Also changed the layout. I think it looks much better now. Firefox still cannot handle the xsl -> xhtml transition so I will probably change this back to html if I cannot figure it out. 2007-08-06 05:12:50 +00:00
Steve Checkoway 8c1baf71ee Add code css class, use it. I still do not like the way this looks. I might change these tables to be more like javadocs which are pretty readable. 2007-08-06 02:53:29 +00:00
Steve Checkoway 0142b6c5ef Change the schema to allow code. Also have to implement it as copying the node to the output document. There might be a better way but I do not know of it. 2007-08-06 02:31:35 +00:00
Steve Checkoway adaeaa1e21 Do not toggle when clicking on the global singletons, just open it. Also, add hyperlinks to classes if they are return values automatically. I might try to do something similar for function arguments but doing any sort of string processing in XSL is a pain. 2007-08-06 01:40:34 +00:00
Steve Checkoway 941a2e5190 Typo. 2007-08-06 00:45:23 +00:00
Steve Checkoway cf28f8d5aa Document SGameplay. If a function has no arguments, use arguments=''. Add <code>sections</code> for easy changing via css in Lua.xsl. 2007-08-06 00:43:07 +00:00
Steve Checkoway a6b69f91dd Add documentation for a few random Actor functions for examples of using Link. 2007-08-06 00:06:35 +00:00
Steve Checkoway 33634ffcae Add sm:Link to the schema. It allows adding links to functions, classes, and enums. 2007-08-06 00:03:35 +00:00
AJ Kelly 9fe3104d50 add FormatNumberAndSuffix 2007-08-05 00:39:23 +00:00
AJ Kelly 5308063c48 fix grammar 2007-07-06 04:08:21 +00:00
AJ Kelly 05b10fcd04 add GetDisplay/Translit values for Songs 2007-07-06 03:14:18 +00:00
AJ Kelly 11186b4540 add IsLong and IsMarathon 2007-07-06 03:07:10 +00:00
Steve Checkoway bd1ef80e4d License update. 2007-07-03 07:05:12 +00:00