summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump (follow)
Commit message (Expand)AuthorAgeFilesLines
* APIDump: Fixed overloaded functions' docs.madmaxoft2013-09-291-18/+45
* APIDump: Added more inheritance and linkification.madmaxoft2013-09-291-4/+6
* APIDump: Linkified cDropSpenser constants.madmaxoft2013-09-291-2/+2
* APIDump: Added the possibility to ignore classes. Ignoring Lua builtins.madmaxoft2013-09-292-1/+40
* APIDump: Updated cEntity docs.madmaxoft2013-09-271-33/+115
* APIDump: Documented cServerSTRWarrior2013-09-271-1/+6
* APIDump: Completed cCuboid docs.madmaxoft2013-09-261-6/+28
* APIDump: Completed cCraftingGrid's documentation.madmaxoft2013-09-261-3/+8
* APIDump: completed cChestEntity docs.madmaxoft2013-09-261-1/+30
* APIDump: Updated cBlockArea docs.madmaxoft2013-09-251-0/+3
* APIDump: Updated cChunkDesc docs.madmaxoft2013-09-251-2/+25
* APIDump: Updated cClientHandle documentationmadmaxoft2013-09-251-5/+7
* APIDump: Documented the cBoundingBox class.madmaxoft2013-09-241-2/+35
* APIDump: Forgot a function in globals.STRWarrior2013-09-221-0/+1
* APIDump: Documented the globals.STRWarrior2013-09-221-0/+37
* APIDump: Automatic corrections.madmaxoft2013-09-191-83/+78
* APIDump: Updated cPluginManager documentation.madmaxoft2013-09-181-16/+88
* APIDump: Small cRoot improvement.STRWarrior2013-09-181-17/+17
* Documented cRoot.STRWarrior2013-09-171-0/+19
* APIDump: Additional information is linkified, too.madmaxoft2013-09-161-1/+1
* APIDump: Added a slight visual style to <pre> tagsmadmaxoft2013-09-161-0/+5
* APIDump: Added callback examples to cWorld.madmaxoft2013-09-161-0/+60
* APIDump: All cWorld functions are documented.madmaxoft2013-09-161-25/+44
* APIDump: Next batch of cWorld documentation.madmaxoft2013-09-151-35/+34
* APIDump: Added a first part of cWorld documentation.madmaxoft2013-09-151-2/+118
* APIDump: Fixed linkification with multiple links in one string.madmaxoft2013-09-151-2/+2
* APIDump: Undescribed classes are listed as undocumented.madmaxoft2013-09-141-14/+16
* APIDump: Added most missing classes as empty templates.madmaxoft2013-09-141-1/+93
* APIDump: Removed most unexported-documented classes.madmaxoft2013-09-141-232/+53
* APIDump: Fixed dumping when APIDesc doesn't contain Constants section.madmaxoft2013-09-141-10/+14
* APIDump: Fixed cLuaWindow documentation.madmaxoft2013-09-141-62/+64
* APIDump: Added creating the list of unexported-documented API objects.madmaxoft2013-09-141-0/+24
* APIDump: Implemented creating the list of undocumented API objects.madmaxoft2013-09-141-3/+65
* APIDump: Added a simple header to the class index.madmaxoft2013-09-141-2/+3
* APIDump: Added cArrowEntity documentationmadmaxoft2013-09-141-0/+29
* APIDump: Added an example on how to fill in the documentation.madmaxoft2013-09-141-8/+55
* APIDump: Added support for additional info exported with each class.madmaxoft2013-09-142-1/+91
* APIDump: Added support for overloaded functions.madmaxoft2013-09-142-13/+57
* APIDump: Do not dump the g_APIDesc and APIDump's functions.madmaxoft2013-09-142-4/+13
* APIDump: Moved sorting after the renaming.madmaxoft2013-09-142-21/+25
* APIDump: Linkifications works for simple {{link}} too.madmaxoft2013-09-141-1/+3
* APIDump: Added special-function renaming (constructor, operators).madmaxoft2013-09-142-5/+22
* APIDump: Added more globally-ignored functions.madmaxoft2013-09-141-1/+4
* APIDump: Ignored functions are removed from undocumented classes, too.madmaxoft2013-09-141-10/+9
* APIDump: Ignoring some Lua internal stuff from API-scanning.madmaxoft2013-09-131-4/+10
* APIDump: Fixed link in cBlockArea's docsmadmaxoft2013-09-131-3/+3
* APIDump: Basic CSS file makes tables visiblemadmaxoft2013-09-132-0/+35
* APIDump: Constructors are renamed and can have documentationmadmaxoft2013-09-132-2/+7
* APIDump: Added support for ignoring functions; ignoring the lua/tolua internals.madmaxoft2013-09-132-14/+30
* APIDump: Fixed cItem's description.madmaxoft2013-09-131-12/+17
* APIDump: Linkification works.madmaxoft2013-09-131-4/+3
* APIDump: Added descendants specified through inheritance.madmaxoft2013-09-131-27/+59
* APIDump: Added support for inheritancemadmaxoft2013-09-131-29/+68
* APIDump: Read through and fixed the first few classes desc.madmaxoft2013-09-121-92/+71
* APIDump: Imported the descriptions from the wiki.madmaxoft2013-09-122-156/+1268
* APIDump: Fixed nestingmadmaxoft2013-09-121-3/+2
* APIDump: Processing wiki-style bullets (" * ") into <li> tagmadmaxoft2013-09-121-0/+4
* APIDump: Added parsing for older wiki format, "Class Definition" header.madmaxoft2013-09-121-6/+44
* APIDump: The APIDesc from wiki can be read back by Lua.madmaxoft2013-09-121-10/+21
* APIDump: replacing wiki-style markup with APIDump-style markupmadmaxoft2013-09-121-0/+3
* APIDump: Fixed parsing tables with wiki-links.madmaxoft2013-09-121-10/+33
* APIDump: Fixed a missing tabmadmaxoft2013-09-111-1/+1
* APIDump: Added a testing constant descriptionmadmaxoft2013-09-111-0/+4
* APIDump: Initial implementation of wiki-to-lua conversionmadmaxoft2013-09-111-3/+85
* APIDump: First attempt at outputting annotations in the HTML formatmadmaxoft2013-09-113-85/+179
* DumpAPI: Basic HTML output for classesmadmaxoft2013-09-101-36/+148
* APIDump now produces wiki-style tables of functions and constants.madmaxoft2013-09-092-6/+144
* Changed name and put the whitespace back, as per xoft's suggestion.Alexander Harkness2013-07-301-2/+11
* Moved the file to a more sensible name.Alexander Harkness2013-07-301-0/+52