Commit Graph

131 Commits

Author SHA1 Message Date
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
Chris Danford 94f25a3c77 add MIDI loader (currently supports only guitar) 2007-04-15 20:43:58 +00:00
Steve Checkoway 31174bded7 Make the div hide, not the table. Add newlines. 2007-04-09 03:37:58 +00:00
Steve Checkoway cba7fe4362 Partial revert since firefox cannot seem to handle xml -> xhtml but it can handle xml -> html. 2007-04-08 10:42:37 +00:00
Steve Checkoway a5e1825914 It seems all I needed to do was change onClick to onclick and it is xhtml 1.0 strict. 2007-04-08 10:16:44 +00:00
Steve Checkoway 6c8f1992ac Add mostly empty documentation file. It should contain enough information to figure out how to add documentation to other lua functions. 2007-04-08 10:08:31 +00:00
Steve Checkoway 626e4a94dc Read LuaDocumentation.xml and add the documentation to the output file. Also, output HTML 4.01 strict. I would like xhtml 1.0 at some point, but it does not really matter. 2007-04-08 10:06:46 +00:00
Steve Checkoway 8aa8d9c144 Modify xml schema to support function documentation. 2007-04-08 10:04:49 +00:00
Steve Checkoway ec2f600056 Expand the class when clicking on a link for it. 2007-04-08 01:03:13 +00:00
Steve Checkoway 7f61fdcbc3 Simplify. I had no idea I could use {@name}. 2007-04-08 00:57:00 +00:00
Glenn Maynard 0ade73be87 note PCRE license 2006-10-17 08:58:26 +00:00
Steve Checkoway 49ebe752f2 Add namespace and schema. 2006-10-01 11:46:41 +00:00
Steve Checkoway 49645f302c Cleanup xsl. Use templates and proper indentation so that this is actually human readable now. 2006-10-01 08:56:25 +00:00
Steve Checkoway 9a936c8aaf More hacked to get xsl to display the enums. 2006-10-01 07:36:35 +00:00
Steve Checkoway 8f676b30d5 Remove old LUA functions.txt. Add the xsl style sheet and gifs (taken from stepmania.com) used for http://stepmania.sf.net/Lua.xml. 2006-09-13 09:21:28 +00:00
Josh Allen 8921458276 Update to append room flags onto packet 2006-07-21 21:46:24 +00:00
Charles Lohr 4138fc529a We can't do Passworded rooms this way, so at a later point we'll figure out a better way. (Really soon) 2006-07-21 21:25:04 +00:00
Charles Lohr 88425d71de Allow passworded rooms. (For now, just permits private rooms) 2006-07-21 18:53:23 +00:00
Josh Allen 6b15224690 protocol update 2006-07-06 19:01:08 +00:00
Charles Lohr 5031598609 Add support for realtime mod activation. (Documentation) 2006-04-19 05:28:55 +00:00
Chris Danford 409d2f9b0c move end-user documentation into Manual/ 2006-02-25 22:50:10 +00:00
Chris Danford e4d30babca move end-user documentation into Manual/ 2006-02-25 22:37:29 +00:00
Chris Danford 21f2a7d58d install Licenses.txt with all NSIS install types 2006-02-24 17:14:24 +00:00
Jason Felds 9d27c61ff9 Updated TODO file; over 2 years old. 2006-01-25 23:18:09 +00:00
Josh Allen 3ca52dd0f4 Updated RoomInfo reply 2006-01-21 03:22:27 +00:00
Glenn Maynard 552f7c402c test 2005-12-11 01:19:36 +00:00
Glenn Maynard a6fc7447dc test 2005-12-11 01:13:39 +00:00
Glenn Maynard cfdef6afba test 2005-12-11 01:12:55 +00:00
Glenn Maynard cf5566e1ac test 2005-12-11 01:12:22 +00:00
Glenn Maynard 3f17202a92 test 2005-12-11 01:11:29 +00:00
Glenn Maynard 574713adf1 test 2005-12-11 01:10:47 +00:00
Glenn Maynard ef3d25fb42 test 2005-12-11 01:06:38 +00:00
Glenn Maynard ee97558d62 test 2005-12-11 01:04:19 +00:00